Add more tests of clog and clog10.
[glibc.git] / ChangeLog
blob14562113901a651251d371ac2150137e2f73b943
1 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
3         * math/auto-libm-test-in: Add more tests of clog and clog10.
4         * math/auto-libm-test-out: Regenerated.
5         * sysdeps/i386/fpu/libm-test-ulps: Update.
6         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8 2015-04-09  Roland McGrath  <roland@hack.frob.com>
10         * Makeconfig (module-cppflags): Exclude all .v.i files.
11         (skip-module-cppflags): Variable removed.
13         * configure.ac (libc_config_ok): Initialize before reading
14         preconfigure scripts, not after.
15         * configure: Regenerated.
17         * test-skeleton.c (TIMEOUT): Move #define to top level.
18         (main): Grok environment variable TEST_DIRECT.  If set, print
19         test expectation details into that file and then behave as if
20         given --direct.
22 2015-04-09  Florian Weimer  <fweimer@redhat.com>
24         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
25         warning on 32-bit.
27 2015-04-08  David S. Miller  <davem@davemloft.net>
29         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
33         * math/auto-libm-test-in: Add more tests of atanh.
34         * math/auto-libm-test-out: Regenerated.
35         * sysdeps/i386/fpu/libm-test-ulps: Update.
36         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38         * math/auto-libm-test-in: Add more tests of atan.
39         * math/auto-libm-test-out: Regenerated.
40         * sysdeps/i386/fpu/libm-test-ulps: Update.
41         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43 2015-04-08  Florian Weimer  <fweimer@redhat.com>
45         * elf/pldd.c (main): Rewrite to use struct
46         scratch_buffer instead of extend_alloca.
47         * elf/pldd-xx.c (find_maps): Likewise.
48         * grp/initgroups.c: Include <scratch_buffer.h> instead of
49         <alloca.h>.
50         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
51         scratch_buffer instead of extend_alloca.
52         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
53         grp/compat-initgroups.c.
54         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
55         Rewrite to use struct scratch_buffer instead of extend_alloca.
56         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
57         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
59 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
61         * math/auto-libm-test-in: Add more tests of cbrt.
62         * math/auto-libm-test-out: Regenerated.
63         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
65         * math/auto-libm-test-in: Add more tests of cabs.
66         * math/auto-libm-test-out: Regenerated.
67         * sysdeps/i386/fpu/libm-test-ulps: Update.
68         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
70         [BZ #18210]
71         [BZ #18211]
72         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
73         (__ieee754_atan2): Set FE_TONEAREST mode for internal
74         computations.
75         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
76         clog10.
77         * math/auto-libm-test-out: Regenerated.
78         * sysdeps/i386/fpu/libm-test-ulps: Update.
79         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
81         [BZ #18197]
82         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
83         (atan): Set FE_TONEAREST mode for internal computations.
84         * math/auto-libm-test-in: Add more tests of atan.
85         * math/auto-libm-test-out: Regenerated.
87 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
89         [BZ #17930]
90         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
92 2015-04-07  Florian Weimer  <fweimer@redhat.com>
94         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
96 2015-04-07  Florian Weimer  <fweimer@redhat.com>
98         * include/scratch_buffer.h: New file.
99         * malloc/scratch_buffer_grow.c: Likewise.
100         * malloc/scratch_buffer_grow_preserve.c: Likewise.
101         * malloc/scratch_buffer_set_array_size.c: Likewise.
102         * malloc/tst-scratch_buffer.c: Likewise.
103         * malloc/Makefile (routines): Add scratch_buffer_grow.
104         (tests): Add test case.
105         * malloc/Versions (GLIBC_PRIVATE): Export
106         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
107         __libc_scratch_buffer_set_array_size.
109 2015-04-06  Richard Henderson  <rth@redhat.com>
111         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
112         * sysdeps/alpha/fpu/libm-test-ulps: Update.
114         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
115         unsigned int before printing.
117 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
119         [BZ #17596]
120         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
121         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
123 2015-04-02  Florian Weimer  <fweimer@redhat.com>
125         * include/libc-internal.h (libc_max_align_t): Define.
127 2015-04-02  Andreas Schwab  <schwab@suse.de>
129         [BZ #16850]
130         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
132 2015-04-02  Mel Gorman  <mgorman@suse.de>
134         [BZ #17195]
135         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
136         as well as the main arena.
138 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
140         [BZ #18185]
141         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
142         sharing L2 cache to 2 for Silvermont/Knights Landing.
144 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
146         [BZ #17711]
147         * config.make.in (have-protected-data): New.
148         * configure.ac: Check linker support for protected data symbol.
149         * configure: Regenerated.
150         * elf/Makefile (modules-names): Add tst-protected1moda and
151         tst-protected1modb if $(have-protected-data) is yes.
152         (tests): Add tst-protected1a and tst-protected1b if
153         $(have-protected-data) is yes.
154         ($(objpfx)tst-protected1a): New.
155         ($(objpfx)tst-protected1b): Likewise.
156         (tst-protected1modb.so-no-z-defs): Likewise.
157         * elf/tst-protected1a.c: New file.
158         * elf/tst-protected1b.c: Likewise.
159         * elf/tst-protected1mod.h: Likewise.
160         * elf/tst-protected1moda.c: Likewise.
161         * elf/tst-protected1modb.c: Likewise.
163 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
165         [BZ #17711]
166         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
167         indicates it is called from do_lookup_x on relocation against
168         protected data, skip the data definion in the executable from
169         copy reloc.
170         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
171         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
172         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
173         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
174         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
175         otherwise to 0.
176         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
177         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
178         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
179         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
180         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
181         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
183 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
185         * sysdeps/nptl/pthread.h: Remove duplicate definition of
186         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
188 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
190         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
191         THREAD_SETMEM_NC.
192         * sysdeps/x86_64/nptl/tls.h: Ditto.
194 2015-03-27  Roland McGrath  <roland@hack.frob.com>
196         * dlfcn/tststatic.c (main): Converted to ...
197         (do_test): ... this.
198         (TEST_FUNCTION): New macro.
199         Include test-skeleton.c.
201 2015-03-26  Alan Modra  <amodra@gmail.com>
203         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
204         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
205         zero for undefined weak.
206         (elf_machine_plt_conflict): Similarly.
208 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
210         * math/auto-libm-test-in: Add more tests of acosh, asinh and
211         atanh.
212         * math/auto-libm-test-out: Regenerated.
213         * sysdeps/i386/fpu/libm-test-ulps: Update.
214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
216         * math/auto-libm-test-in: Add another test of asin.
217         * math/auto-libm-test-out: Regenerated.
218         * sysdeps/i386/fpu/libm-test-ulps: Update.
219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
221         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
222         Remove macro.
223         (LLL_EBX_REG): Likewise.
224         (LLL_ENTER_KERNEL): Likewise.
226         * math/auto-libm-test-in: Add more tests of asin.
227         * math/auto-libm-test-out: Regenerated.
228         * sysdeps/i386/fpu/libm-test-ulps: Update.
229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
231         [BZ #18138]
232         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
233         libc_do_syscall_args): New structure.
234         (INTERNAL_SYSCALL_MAIN_0): New macro.
235         (INTERNAL_SYSCALL_MAIN_1): Likewise.
236         (INTERNAL_SYSCALL_MAIN_2): Likewise.
237         (INTERNAL_SYSCALL_MAIN_3): Likewise.
238         (INTERNAL_SYSCALL_MAIN_4): Likewise.
239         (INTERNAL_SYSCALL_MAIN_5): Likewise.
240         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
241         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
242         Replace conditional definitions by conditional definitions of ....
243         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
244         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
245         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
246         (libpthread-sysdep_routines): Add libc-do-syscall.
247         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
248         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
249         to __NR_futex not 240.
251 2015-03-25  Alan Modra  <amodra@gmail.com>
253         * NEWS: Advertise TLS optimization.
254         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
255         (DT_PPC_NUM): Increment.
256         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
257         (CHECK_STATIC_TLS): Use here.
258         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
259         TLS descriptors.
260         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
261         * sysdeps/powerpc/dl-tls.c: New file.
262         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
263         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
264         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
265         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
266         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
270 2015-03-25  Alan Modra  <amodra@gmail.com>
272         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
273         for overlapping .opd entries" to "support...".
274         * sysdeps/powerpc/powerpc64/configure: Regenerate
276 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
278         * math/auto-libm-test-in: Add more tests of acos.
279         * math/auto-libm-test-out: Regenerated.
280         * sysdeps/i386/fpu/libm-test-ulps: Update.
281         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
283         * math/auto-libm-test-in: Add more tests of expm1.
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 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
290         * math/auto-libm-test-in: Add more tests of cosh and sinh.
291         * math/auto-libm-test-out: Regenerated.
292         * sysdeps/i386/fpu/libm-test-ulps: Update.
293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
295         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
296         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
298         * math/auto-libm-test-in: Add more tests of log2.
299         * math/auto-libm-test-out: Regenerated.
300         * sysdeps/i386/fpu/libm-test-ulps: Update.
301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
303 2015-03-23  Roland McGrath  <roland@hack.frob.com>
305         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
306         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
307         _IO_IS_APPENDING bit in READ_WRITE instead.
309 2015-03-23  Florian Weimer  <fweimer@redhat.com>
311         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
312         (__determine_cpumask_size): Replace extend_alloca with a
313         variable-length array.  Do not treat res == 0 as an error.
315 2015-03-23  Florian Weimer  <fweimer@redhat.com>
317         [BZ #18100]
318         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
319         and integer overflow.
320         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
321         (main): Add integer overflow tests.
322         * manual/pattern.texi (Calling Wordexp): Document additional use
323         for WRDE_SYNTAX.
325 2015-03-23  Alan Modra  <amodra@gmail.com>
327         * config.h.in: Remove HAVE_ASM_PPC_REL16.
328         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
329         and false branch of conditional.
330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
331         Likewise.
333 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
335         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
336         libc-modules.h
337         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
338         unused declaration of _hurd_intr_rpc_msg_in_trap.
339         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
340         defined instead of whether it is non-zero.
341         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
342         input constraint instead of both input and output constraint.  Use ecx
343         clobber instead of %ecx.
344         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
345         mutex_unlock): Use a statement expression instead of an expression list.
346         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
347         type to vm_size_t instead of vm_address_t.
348         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
349         defined instead of whether it is non-zero.
350         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
351         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
352         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
353         comparisons with mapaddr.
354         * nscd/nscd-client.h: Include <time.h>.
355         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
356         9th parameter to __vm_region instead of int.
357         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
358         * scripts/check-local-headers.sh (exclude): Add device/,
359         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
360         cthreads.h.
362 2015-03-19  Roland McGrath  <roland@hack.frob.com>
364         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
365         to account for alignment padding.
366         * sysdeps/arm/memmove.S: Likewise.
368 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
370         * sysdeps/unix/sysv/linux/generic/README: New file.
372 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
374         [BZ #18138]
375         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
376         (futex_abstimed_wait)
377         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
378         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
379         of lll_futex_timed_wait.
381 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
383         [BZ #17542]
384         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
386 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
388         [BZ #17090]
389         [BZ #17620]
390         [BZ #17621]
391         [BZ #17628]
392         * NEWS: Update.
393         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
394         entries with Static TLS too.  Skip entries past the end of the
395         allocated DTV, from Alan Modra.
396         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
397         Static TLS DTV entry set up from...
398         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
399         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
400         * nptl/allocatestack.c (init_one_static_tls): ... and here...
401         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
402         for Static TLS.
403         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
404         that the slot we find is associated with the given map before
405         using its generation count.
406         * nptl_db/db_info.c: Include ldsodefs.h.
407         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
408         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
409         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
410         (link_map::l_tls_offset): New struct field.
411         (dtv_t::counter): Likewise.
412         (rtld_global): New struct.
413         (_rtld_global): New rtld variable.
414         (dl_tls_dtv_slotinfo_list): New rtld global field.
415         (dtv_slotinfo_list): New struct.
416         (dtv_slotinfo): Likewise.
417         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
418         (td_lookup): Rename to...
419         (td_mod_lookup): ... this.  Use new mod parameter instead of
420         LIBPTHREAD_SO.
421         * nptl_db/td_thr_tlsbase.c: Include link.h.
422         (dtv_slotinfo_list, dtv_slotinfo): New functions.
423         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
424         addresses even if the DTV is out of date or missing them.
425         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
426         index zero-length arrays.
427         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
428         (td_lookup): Make it a macro implemented in terms of...
429         (td_mod_lookup): ... this declaration.
430         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
431         (DB_MAIN_VARIABLE): Likewise.
433 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
435         [BZ #18134]
436         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
438 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
440         * stdlib/setenv.c (__add_to_environ): Revert previous change.
442 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
444         [BZ #18128]
445         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
446         (atomic_add, atomic_increment_and_test)
447         (atomic_decrement_and_test): Fix 64-bit arithmetic.
449 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
451         * stdlib/setenv.c (__add_to_environ):
452         Dump core quickly if setenv (..., NULL, ...) is called.
454 2015-03-13  Roland McGrath  <roland@hack.frob.com>
456         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
457         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
458         all the necessary asm magic in one place.
459         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
460         using those.
462 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
464         [BZ #14906]
465         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
466         traced file mtime. Use consistent log message.
467         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
468         (register_traced_file): Call install_watches. Always set mtime.
469         (invalidate_cache): Iterate over all trace files. Call install_watches.
470         (inotify_check_files): Don't inline. Handle watching parent
471         directories and configuration file movement in and out.
472         (handle_inotify_events): New function.
473         (main_loop_poll): Call handle_inotify_events.
474         (main_loop_epoll): Likewise.
475         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
476         (struct traced_file): Use array of inotify fds. Add parent directory,
477         and basename.
478         (struct database_dyn): Remove unused file_mtime.
479         (init_traced_file): New inline function.
480         (define_traced_file): New macro.
481         * nss/nss_db/db-init.c: Use define_traced_file.
482         (_nss_db_init): Use init_traced_file.
483         * nss/nss_files/files-init.c: Use define_traced_file.
484         (_nss_files_init): Use init_traced_file.
486 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
488         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
489         [_LIBC]: Do not include <stdlib.h>.
490         [!_LIBC] (abort): Remove declaration.
491         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
492         _FP_STATIC_ASSERT instead of conditionally calling abort.
493         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
494         (_FP_EXTEND_CNAN): Likewise.
495         (FP_TRUNC): Likewise.
496         (__FP_CLZ): Likewise.
497         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
499 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
501         * manual/string.texi (XPG basename): Fix prototype.
503 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
505         [BZ #18080]
506         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
507         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
508         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
509         (__setcontext): Likewise.
510         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
511         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
512         Call rt_sigprocmask syscall one time to set new signal mask
513         and retrieve the current signal mask instead of two calls.
514         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
515         (__swapcontext): Likewise.
516         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
517         * stdlib/tst-setcontext2.c: New file.
519 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
521         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
523 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
525         [BZ #18093]
526         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
527         the wrong size.
529 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
531         [BZ #18043]
532         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
534 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
536         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
537         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
538         Remove define.
539         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
540         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
541         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
542         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
543         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
544         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
545         define.
546         * nptl_db/td_symbol_list.c (td_lookup): Remove
547         HAVE_ASM_GLOBAL_DOT_NAME code.
548         * sysdeps/powerpc/powerpc64/configure.ac: Remove
549         HAVE_ASM_GLOBAL_DOT_NAME check.
550         * sysdeps/powerpc/powerpc64/configure: Regenerate.
551         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
552         (DOT_LABEL): Remove define.
553         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
554         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
555         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
556         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
557         (__TLS_GET_ADDR): Likewise.
558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
559         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
561 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
563         [BZ #18111]
564         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
565         (_FPU_SETCW): Initialize cw from fpsr before storing.
566         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
567         (fesetexceptflag): Rewrite using fpu_control.h.
568         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
570 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
572         [BZ #18110]
573         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
574         asms.
575         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
577 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
579         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
580         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
581         abort.
582         (_FP_FMA): Likewise.
583         (_FP_DIV): Likewise.
585 2015-03-10  Roland McGrath  <roland@hack.frob.com>
587         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
588         with 0 in that case.
589         * Makefile (summarize-tests): New canned sequence, factored out of
590         commands for targets tests and xtests.  Display summary lines that
591         don't start with PASS: or XFAIL: rather than ones that do start with
592         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
593         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
594         do start with ERROR: or FAIL:.
595         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
596         (except for [$(build-shared) = yes]).
597         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
598         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
599         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
600         * nptl/Makefile: Revert 2015-03-04 changes.
601         [$(CXX) empty] (tests-unsupported): New variable.
602         * debug/Makefile: Likewise.
604         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
605         gnulib file.  Replace __attribute with __attribute__ throughout.
607 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
609         * sysdeps/hppa/fpu/libm-test-ulps: Update.
611 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
613         [BZ #18104]
614         * math/auto-libm-test-in: Add another test of pow.
615         * math/auto-libm-test-out: Regenerated.
617 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
619         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
620         $(config-cflags-nofma).
622 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
624         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
625         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
626         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
627         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
628         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
629         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
630         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
631         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
632         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
633         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
634         Add comment on closing #endif.
636 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
638         * posix/wordexp.c (CHAR_IN_SET): New macro.
639         (parse_param): Use it.
641 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
643         * sysdeps/powerpc/fpu/libm-test-ulps: update.
645 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
647         [BZ #18043]
648         * posix/wordexp.c (parse_param): Fix buffer overflow.
649         * posix/wordexp-test.c (test_case): Add test case.
651 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
653         [BZ #18042]
654         * posix/wordexp.c (parse_backtick): Fix off-by-one.
655         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
657 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
659         [BZ #18043]
660         * posix/wordexp-test.c (test_case): Add test for BZ #18043
661         (do_bz18043): Delete.
662         (at_page_end): New.
663         (testit): Refactor to have words at the edge of unreadable page.
665 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
667         [BZ #16734]
668         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
669         Cleanup read-only streams as well.
670         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
672 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
674         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
675         <bits/libc-lockP.h>
677 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
679         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
680         on [__KERNEL__].
681         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
682         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
683         * soft-fp/op-common.h (_FP_DECL): Likewise.
685 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
687         * elf/ifuncdep2.c (global): Replace
688         __attribute__((visibility("protected"))) with
689         asm (".protected global").
690         * elf/ifuncmod1.c (global): Likewise.
691         * elf/ifuncmod5.c (global): Likewise.
693 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
695         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
696         <asm/sfp-machine.h> instead of <sfp-machine.h>.
698 2015-03-06  Roland McGrath  <roland@hack.frob.com>
700         * manual/install.texi (Configuring and compiling):
701         Document test-wrapper-env-only.
702         * INSTALL: Regenerated.
704 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
706         [BZ #18043]
707         * posix/wordexp.c (parse_param): Fix buffer overflow.
708         * posix/wordexp-test.c (do_bz18043): Add test case.
710 2015-03-06  Vincent Bernat  <vincent@bernat.im>
712         * time/tst-strptime2.c (do_test): Ensure failing tests are
713         reported correctly.
714         * time/tst-strptime3.c (do_test): Likewise.
716 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
718         Fix aio_error thread-safety.
719         * sysdeps/pthread/aio_error.c: New file
720         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
721         synchronization.
723 2015-03-06  Florian Weimer  <fweimer@redhat.com>
725         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
726         (group_number, vfprintf): Use it.
727         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
728         (JUMP, REF): Use it.
729         (WORK_BUFFER_SIZE): New enum constant.
730         (process_arg, vfprintf): Use it.
732 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
734         * manual/errno.texi (Error Messages): Complete example function
735         by adding missing #define.
736         (program_invocation_name): Add statement indicating GNU
737         extension and reference which header file declares the variable.
738         (program_invocation_short_name): Likewise.
740 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
742         * manual/errno.texi (Error Messages): Delete strerror ISO C89
743         compatibility note.
745 2015-03-05  Roland McGrath  <roland@hack.frob.com>
747         * Makeconfig (test-wrapper-env-only): New variable.
748         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
749         then use that with $(test-wrapper-env-only) rather than using
750         $(test-wrapper-env) $(run-program-env) $($*-ENV).
752 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
754         [BZ #18082]
755         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
756         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
757         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
758         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
759         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
760         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
761         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
762         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
763         Likewise.
764         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
765         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
766         Likewise.
767         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
768         Likewise.
769         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
770         Likewise.
771         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
772         Likewise.
773         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
774         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
775         Likewise.
776         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
777         Likewise.
778         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
779         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
781 2015-03-04  Roland McGrath  <roland@hack.frob.com>
783         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
784         (ETH_ALEN): New macro.
785         (struct ether_addr): Use it for length of ether_addr_octet.
787         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
788         (setdb): Don't call __nss_configure_lookup for "rpc".
789         (do_test): Don't call test_rpc.
790         (output_rpcent, test_rpc): Functions moved ...
791         * sunrpc/test-rpcent.c: ... to this new file.
792         * sunrpc/Makefile (tests): Add it.
794         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
795         __xpg_sigpause.
796         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
797         * nptl/tst-signal6.c: Likewise.
798         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
799         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
801         * configure.ac (libc_cv_cxx_link_ok): New check.
802         Reset CXX to empty if it fails to link.
803         * configure: Regenerated.
804         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
805         bug-atexit3-lib only if $(CXX) is nonempty.
806         * nptl/Makefile (tests): Likewise for tst-cancel24.
807         (tests, tests-static): Likewise for tst-cancel24-static.
808         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
809         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
810         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
811         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
813 2015-03-04  Andreas Schwab  <schwab@suse.de>
815         [BZ #17631]
816         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
817         for non-GCC compilers.
818         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
819         Likewise.
821 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
823         [BZ #17776]
824         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
825         integer before bitwise and assembly operations.
826         (feclearexcept): Likewise.
827         * math/test-fenvinline.c: New file.
828         * math/Makefile: Add test-fenvinline test.
830 2015-03-03  Alan Modra  <amodra@gmail.com>
832         [BZ #16512]
833         * scripts/localplt.awk: Strip off symbol version.
834         * NEWS: Mention bug fix.
836 2015-03-02  Roland McGrath  <roland@hack.frob.com>
838         * sysdeps/pthread/timer_routines.c
839         (timer_free_list, thread_free_list, thread_active_list): Make static.
841 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
843         [BZ #17779]
844         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
845         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
846         Undefine.
847         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
848         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
849         Likewise.
850         * sysdeps/unix/sysv/linux/sh/kernel-features.h
851         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
852         Likewise.
854 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
856         [BZ #18036]
857         * posix/fnmatch_loop.c (END): Detect invalid pattern.
858         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
860 2015-03-02  Andreas Schwab  <schwab@suse.de>
862         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
863         variable name.
865 2015-03-02  Florian Weimer  <fweimer@redhat.com>
867         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
868         Return error status.
870 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
872         [BZ #15969]
873         * locale/findlocale.c (_nl_find_locale): Introduce const
874         version of loc_name and drop unsafe type casts.
876 2015-02-27  Roland McGrath  <roland@hack.frob.com>
878         * dlfcn/tststatic2.c (main): Converted to ...
879         (do_test): ... this.
880         (TEST_FUNCTION): New macro.
881         Include test-skeleton.c.
883 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
885         [BZ #17711]
886         * elf/Makefile (tests): Add vismain only if PIE is enabled.
887         (tests-pie): Add vismain.
888         (CFLAGS-vismain.c): New.
889         * elf/vismain.c: Add comments for PIE requirement.
891 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
893         [BZ #18046]
894         [BZ #18047]
895         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
896         0x1p-56L as threshold for just returning the argument.
897         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
898         0x1p-32L as threshold for just returning the argument.
899         * math/auto-libm-test-in: Add more tests of atanh.
900         * math/auto-libm-test-out: Regenerated.
901         * sysdeps/i386/fpu/libm-test-ulps: Update.
902         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
904 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
906         * string/bcopy.c (bcopy): Call memmove for performance.
908 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
910         * string/bzero.c (__bzero): Call memset for performance.
912 2015-02-27  John David Anglin  <dave.anglin@bell.net>
914         [BZ #18068]
915         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
916         to 00100000.
918 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
920         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
922 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
924         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
925         (__kernel_standard): Use CSTR macro when setting exc.name.
926         * sysdeps/ieee754/Makefile [$(subdir) = math]
927         (CFLAGS-k_standard.c): Remove variable.
929         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
930         setting p and q from "else if" to "else".
931         (qzero): Likewise.
932         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
933         (qone): Likewise.
934         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
935         (qzerof): Likewise.
936         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
937         (qonef): Likewise.
938         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
939         (qzero): Likewise.
940         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
941         (qone): Likewise.
943         [BZ #18038]
944         [BZ #18039]
945         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
946         return pi/2 for arguments below 0x1p-113L.
947         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
948         return pi/2 for arguments below 0x1p-106L.
949         * math/auto-libm-test-in: Add more tests of acos.
950         * math/auto-libm-test-out: Regenerated.
952         [BZ #16351]
953         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
954         (MO): New macro.
955         (__ieee754_asin): Force underflow exception for results with small
956         absolute value.
957         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
958         (MO): New macro.
959         (__ieee754_asinf): Force underflow exception for results with
960         small absolute value.
961         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
962         (__ieee754_asin): Force underflow exception for results with small
963         absolute value.
964         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
965         (__ieee754_asinf): Force underflow exception for results with
966         small absolute value.
967         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
968         (__ieee754_asinl): Force underflow exception for results with
969         small absolute value.
970         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
971         (__ieee754_asinl): Force underflow exception for results with
972         small absolute value.
973         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
974         (__ieee754_asinl): Force underflow exception for results with
975         small absolute value.
976         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
977         Include <math.h>.
978         * math/auto-libm-test-in: Do not mark underflow exceptions as
979         possibly missing for bug 16351.
980         * math/auto-libm-test-out: Regenerated.
982         [BZ #18030]
983         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
984         of power of 2 down when low part has opposite sign.
985         * math/libm-test.inc (logb_test_data): Add more tests.
987 2015-02-26  Andreas Schwab  <schwab@suse.de>
989         [BZ #18032]
990         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
991         over collating symbol inside a bracket expression.  Minor cleanup.
992         * posix/tst-fnmatch3.c (do_test): Add test case.
994 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
996         [BZ #18029]
997         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
998         Adjust exponent of power of 2 down when low part has opposite
999         sign.
1000         * math/libm-test.inc (ilogb_test_data): Add more tests.
1002 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1004         [BZ #15969]
1005         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1006         the previous change.
1008         [BZ #15969]
1009         * locale/findlocale.c (_nl_find_locale): Retry archive search
1010         after alias expansion.
1012 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1014         * iconv/tst-iconv3.c (main): Converted to ...
1015         (do_test): ... this.
1016         (TEST_FUNCTION): New macro.
1017         Include test-skeleton.c.
1019         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1020         (convert): Make function static.
1021         (test_unalign): Likewise.  Add const to argument pointee types.
1022         (main): Replace with static function do_test.
1023         Print "Succeeded." only if RET is zero.
1024         (TEST_FUNCTION): New macro.
1025         Include test-skeleton.c.
1027         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1028         returns a null pointer.
1030 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1032         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1033         to __memcpy_ppc only for static builds.
1035 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1037         [BZ #18020]
1038         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1039         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1040         * math/auto-libm-test-in: Add more tests of asinh.
1041         * math/auto-libm-test-out: Regenerated.
1042         * sysdeps/i386/fpu/libm-test-ulps: Update.
1043         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1045 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1047         [BZ #15850]
1048         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1049         and ip6_mtuinfo definitions here.
1050         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1051         in this define too.  Update comment.
1053 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1055         * elf/sprof.c (load_shobj): Tweak error message to match others.
1057 2015-02-24  Kevin Easton  <kevin@guarana.org>
1059         [BZ #16145] (partial fix)
1060         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1061         to reduce lock contention.
1063 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1065         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1066         (struct timex): Update time comment.
1067         (ADJ_SETOFFSET): Define.
1069 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1071         [BZ #18019]
1072         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1073         2**56 not 2**28 as threshold for log (2x) formula.
1074         * math/auto-libm-test-in: Add more tests of acosh.
1075         * math/auto-libm-test-out: Regenerated.
1076         * sysdeps/i386/fpu/libm-test-ulps: Update.
1077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1079 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1081         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1082         parenthesis around the buf assignment.
1083         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1085 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1087         [BZ #16783]
1088         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1089         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1090         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1091         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1092         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1093         * math/libm-test.inc (scalb_test_data): Add more tests.
1095 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1097         [BZ #17916]
1098         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1099         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1101 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1103         [BZ #17523]
1104         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1105         * io/bits/fcntl2.h (open): Use it.
1106         (openat): Likewise.
1107         * io/open.c (__libc_open): Likewise.
1108         * io/open64.c (__libc_open64): Likewise.
1109         * io/open64_2.c (__open64_2): Likewise.
1110         * io/open_2.c (__open_2): Likewise.
1111         * io/openat.c (__openat): Likewise.
1112         * io/openat64.c (__openat64): Likewise.
1113         * io/openat64_2.c (__openat64_2): Likewise.
1114         * io/openat_2.c (__openat_2): Likewise.
1115         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1116         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1117         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1118         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1119         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1120         (__open_nocancel): Likewise.
1121         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1122         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1123         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1125 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1127         [BZ #14841]
1128         * resolv/gethnamaddr.c (getanswer): Skip logging if
1129         RES_USE_DNSSEC is set.
1130         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1132 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1134         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1136 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1138         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1139         201304L, for Unicode 7.
1141 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1143         [BZ #17836]
1144         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1145         shared library.  Add gmon-start.os otherwise.
1146         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1147         $(objpfx)gmon-start.os if builing shared library.
1148         ($(objpfx)g$(static-start-installed-name)): Likewise.
1150 2015-02-23  Andreas Schwab  <schwab@suse.de>
1152         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1154 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1156         [BZ #17269]
1157         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1158         (enlarge_userbuf): Likewise.
1160 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1162         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1163         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1164         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1165         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1167 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1169         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1170         expression inside statement expression.
1172 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1174         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1175         <sysdeps/nptl/lowlevellock.h> and remove macros and
1176         functions that are now defined there.
1177         (SYS_futex): Remove.
1178         (lll_compare_and_swap): Remove.
1179         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1181 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1183         [BZ #17999]
1184         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1185         instead of scandirat.
1186         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1187         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1188         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1189         __scandirat.
1190         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1191         (__scandirat): Declare.  Use libc_hidden_proto.
1192         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1193         Remove variable.
1194         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1196 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1198         [BZ #15319]
1199         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1200         (MO): New macro.
1201         (__ieee754_atan2): For results with small absolute value, force
1202         underflow exception and remove excess range and precision from
1203         return value.
1204         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1205         (MO): New macro.
1206         (__ieee754_atan2f): For results with small absolute value, force
1207         underflow exception and remove excess range and precision from
1208         return value.
1209         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1210         (MO): New macro.
1211         (__atan): For results with small absolute value, force underflow
1212         exception and remove excess range and precision from return value.
1213         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1214         (MO): New macro.
1215         (__atanf): For results with small absolute value, force underflow
1216         exception and remove excess range and precision from return value.
1217         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1218         <math.h>.
1219         (__ieee754_atan2): Force underflow exception for results with
1220         small absolute value.
1221         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1222         <math_private.h>.
1223         (atan): Force underflow exception for results with small absolute
1224         value.
1225         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1226         (__atanf): Force underflow exception for results with small
1227         absolute value.
1228         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1229         <math.h>.
1230         (__atanl): Force underflow exception for results with small
1231         absolute value.
1232         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1233         (__atanl): Force underflow exception for results with small
1234         absolute value.
1235         * sysdeps/x86/fpu/bits/mathinline.h
1236         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1237         (__ieee754_atan2): Only define inline for long double.
1238         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1239         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1240         * math/auto-libm-test-in: Do not mark underflow exceptions as
1241         possibly missing for bug 15319.  Add more tests of atan2.
1242         * math/auto-libm-test-out: Regenerated.
1243         * math/libm-test.inc (casin_test_data): Do not mark underflow
1244         exceptions as possibly missing for bug 15319.
1245         (casinh_test_data): Likewise.
1246         * sysdeps/i386/fpu/libm-test-ulps: Update.
1248 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1250         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1251         * sysdeps/mips/bits/endian.h: Fix comments.
1253 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1255         [BZ #17996]
1256         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1257         (hdestroy_r): Likewise.
1258         (hsearch_r): Likewise.
1259         (__hcreate_r): Declare and use libc_hidden_proto.
1260         (__hdestroy_r): Likewise.
1261         (__hsearch_r): Likewise.
1262         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1263         (hcreate): Call __hcreate_r instead of hcreate_r.
1264         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1265         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1266         as weak alias of __hcreate_r.
1267         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1268         __hdestroy_r.
1269         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1270         __hsearch_r.
1271         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1272         Remove variable.
1273         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1274         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1275         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1276         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1278 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1280         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1281         arena_lock into a single arena_get.
1283 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1285         * dl-reloc.c: Inlucde libc-internal.h.
1286         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1287         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1288         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1289         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1290         (grow_heap): Likewise.
1291         * malloc/malloc.c: Include libc-internal.h.
1292         (do_check_malloc): Call powerof2.
1293         (sysmalloc): Use pagesize. Call ALIGN_UP.
1294         (systrim): Use pagesize.
1295         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1296         (__libc_valloc): Use pagesize.
1297         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1299 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1301         [BZ #17991]
1302         * include/sys/resource.h (__getrlimit64): Declare.  Use
1303         libc_hidden_proto.
1304         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1305         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1306         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1307         getrlimit64.
1308         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1309         __getrlimit64.
1310         [!getrlimit64] (getrlimit64): Define as weak alias of
1311         __getrlimit64.  Use libc_hidden_weak.
1312         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1313         using __getrlimit64 not __new_getrlimit64.
1314         (__GI_getrlimit64): Likewise.
1315         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1316         Likewise.
1317         (__GI_getrlimit64): Likewise.
1318         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1320         (getrlimit): Add __getrlimit64 alias.
1321         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1322         Likewise.
1323         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1324         Remove variable.
1325         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1326         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1328 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1330         * libio/fileops.c: Add missing sys/mman.h
1331         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1333 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1335         * manual/math.texi (Errors in Math Functions): Clarify goals
1336         regarding inexact and underflow exceptions.
1338 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1340         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1341         * sysdeps/mips/memset.S: Ditto.
1343 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1345         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1347 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1349         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1350         (__v1longjmp): Remove versioned symbol.
1351         (__v1siglongjmp): Remove alias and versioned symbol.
1352         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1353         (__v2siglongjmp): Likewise.
1355 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1357         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1359 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1361         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1363 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1365         [BZ #17987]
1366         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1367         zero result does not depend on the sign resulting from
1368         subtraction.
1369         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1370         Likewise.
1371         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1372         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1373         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1374         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1375         * math/libm-test.inc (remquo_test_data): Add more tests.
1377 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1379         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1380         Problem reported by J William Piggott.
1382 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1384         [BZ #17978]
1385         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1386         products 4 * y and 2 * y where those would overflow.
1387         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1388         Likewise.
1389         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1390         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1391         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1392         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1393         * math/libm-test.inc (remquo_test_data): Add more tests.
1395         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1397         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1398         [defined _COMPILING_NEWLIB].
1399         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1400         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1402         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1403         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1405 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1407         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1408         acquired.
1410 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1412         [BZ #17792]
1413         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1414         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1415         HOST_STACK_END_ADDR): Likewise.
1417 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1419         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1420         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1421         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1423 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1425         * sysdeps/generic/c++-types.data: New file.
1426         * sysdeps/generic/ld.abilist: New file.
1427         * sysdeps/generic/libBrokenLocale.abilist: New file.
1428         * sysdeps/generic/libanl.abilist: New file.
1429         * sysdeps/generic/libc.abilist: New file.
1430         * sysdeps/generic/libcrypt.abilist: New file.
1431         * sysdeps/generic/libdl.abilist: New file.
1432         * sysdeps/generic/libm.abilist: New file.
1433         * sysdeps/generic/libpthread.abilist: New file.
1434         * sysdeps/generic/libresolv.abilist: New file.
1435         * sysdeps/generic/librt.abilist: New file.
1437 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1439         [BZ #17569]
1440         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1441         Compute absolute value of x as modified by fmod, not original
1442         value of x.
1443         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1444         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1445         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1446         RUN_TEST_ffI_f1_mod8.
1447         (remquo_test_data): Add more tests.
1449 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1451         * sysdeps/init_array/pt-crti.S: New file.
1453 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1455         [BZ #17967]
1456         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1457         __builtin_fmaf instead of relying on contraction of a * b + c.
1459 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1461         [BZ #17969]
1462         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1463         node.
1465 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1467         [BZ #17964]
1468         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1469         __builtin_fma instead of relying on contraction of a * b + c.
1471 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1473         * Makeconfig (ASFLAGS): Add -Werror=undef.
1474         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1475         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1476         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1478         * Makeconfig (after-link): New variable.
1479         (+link-pie, +link-pie-tests): Use it.
1480         (+link-static, +link-static-tests): Likewise.
1481         (+link, +link-tests): Likewise.
1482         * Makerules (build-module, build-module-asneeded): Likewise.
1483         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1484         Likewise.
1485         * elf/Makefile ($(objpfx)ld.so): Likewise.
1487 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1489         [BZ #17965]
1490         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1491         both struct timeval and struct timespec.
1493 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1495         [BZ #16560]
1496         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1497         and redefine.
1498         (__ieee754_exp2l): Do not multiply small fractional parts by
1499         M_LN2l.
1500         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1501         small argument.
1502         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1503         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1504         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1505         * math/auto-libm-test-in: Add more tests of exp2.
1506         * math/auto-libm-test-out: Regenerated.
1508 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1510         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1511         unaligned path.
1513 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1515         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1516         little endian.
1518 2015-02-12  Andreas Schwab  <schwab@suse.de>
1520         [BZ #15790]
1521         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1522         Filter out elision flags from value returned in kind.
1523         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1524         * nptl/tst-pthread-mutexattr.c: New file.
1526 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1528         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1529         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1530         into gnu-gnu, and update comment to refer to abi-tags.
1532 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1534         [BZ #15467]
1535         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1536         (__sincos): Set errno to EDOM for infinite argument.
1537         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1538         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1539         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1540         (__sincosl): Set errno to EDOM for infinite argument.
1541         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1542         (__sincosl): Set errno to EDOM for infinite argument.
1543         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1544         (__sincosl): Set errno to EDOM for infinite argument.
1545         * math/libm-test.inc (sincos_test_data): Test errno setting.
1547 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1549         * string/strxfrm_l.c: Remove #define STRCMP.
1550         * string/strcoll_l.c: Remove #define STRLEN.
1551         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1552         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1554 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1556         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1557         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1558         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1559         * sysdeps/mips/mips64/Makefile: ... here.
1560         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1561         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1562         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1563         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1564         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1565         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1566         * sysdeps/mips/mips64/n64/Implies: Likewise.
1568 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1570         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1571         <sys/time.h>, <string.h>, and <errno.h>.
1572         (dest_offset, dest_address, value, zero): Remove unused variables.
1573         (ldouble): Remove typedef.
1574         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1575         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1576         1).  Fix code style.
1577         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1578         (check): Function removed.
1579         (CHECK): New macro.
1580         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1581         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1582         Don't call set_sigaction_FP and remove_sigaction_FP here.
1583         (ldouble_test): Just use 'long double' as macro argument, no need for
1584         the 'ldouble' typedef.
1585         (do_test): Set up SIGFPE handler at start, using plain signal rather
1586         than sigaction.  Fix code style.
1588 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1590         [BZ #17949]
1591         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1592         jump label.
1594 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1596         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1597         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1599         * sysdeps/powerpc/configure.ac: Remove file.
1600         * sysdeps/powerpc/configure: Likewise.
1602         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1603         [sysdep_routines]: Remove wordcopy-power6 object.
1604         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1605         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1606         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1607         (__memmove_ppc32): Likewise.
1608         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1609         file.
1610         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1611         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1612         Remove preprocessor.
1614         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1615         [sysdep_routines]: Remove wide chars objects.
1616         [wcsmbs]: New rule for wide char objects.
1618         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1619         Remove wordcopy-power6 obejct.
1620         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1621         Use local call for wordcopy and memcpy symbols.
1622         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1623         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1624         implementation for loader.
1625         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1627         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1628         Remove wordcopy-power7 object.
1629         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1630         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1631         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1632         (_wordcopy_fwd_dest_aligned): Likewise.
1633         (_wordcopy_bwd_aligned): Likewise.
1634         (_wordcopy_bwd_dest_aligned): Likewise.
1636         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1637         Rewrite to call __memmove_ppc instead of include default
1638         implementation.
1640         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1641         Remove wide chars objects.
1642         [wcsmbs]: New rule for wide char objects.
1644 2015-02-09  Andreas Schwab  <schwab@suse.de>
1646         [BZ #17912]
1647         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1648         in terms of __O_DIRECTORY.
1650 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1652         * time/getdate.c: Include <stdbool.h>.
1653         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1654         call PTR_MANGLE.
1655         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1656         PTR_DEMANGLE.
1658 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1660         Add ersatz _Static_assert on older C hosts
1661         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1662         pre-C11 C platform that is not known to support _Static_assert.
1664 2015-02-07  Richard Braun  <rbraun@sceen.net>
1666         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1667         sigstate.
1668         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1670 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1672         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1673         priority against unexistent AIO_PRIO_DELTA_MAX.
1674         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1675         instead of int.
1676         * misc/fchflags.c (fchflags): Likewise.
1677         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1678         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1679         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1680         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1681         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1682         Declare macros.
1683         [__USE_MISC] (chflags, fchflags): Declare functions.
1684         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1685         EINVAL when nfds is greater than FD_SETSIZE.
1686         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1687         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1688         45.
1689         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1690         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1691         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1692         MACH_RCV_TIMED_OUT.
1693         * hurd/hurd/signal.h (_hurd_self_sigstate,
1694         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1695         Explicit casts from void *.
1696         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1697         * abi-tags: Rename gnu-gnu os into gnu.
1699         [BZ #4719]
1700         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1701         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1702         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1703         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1704         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1705         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1707         [BZ #17944]
1708         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1709         duplicates ADDR->sun_path with sockaddr LEN limitation.
1710         * sysdeps/mach/hurd/connect.c: Include <string.h>
1711         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1712         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1713         * sysdeps/mach/hurd/sendto.c: Likewise.
1714         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1715         implementing it by hand.
1717 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1719         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1720         Use sfi_breg on ldr.
1721         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1722         Likewise.
1724         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1725         it's defined.
1726         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1727         Test SIGSETXID only if it's defined.
1729         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1731         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1732         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1734         * nptl/tst-align2.c: Moved ...
1735         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1736         * nptl/Makefile (tests): Remove tst-align2.
1737         * sysdeps/unix/sysv/linux/Makefile
1738         [$(subdir) = nptl] (tests): Add tst-align-clone.
1739         * nptl/tst-getpid1.c: Moved ...
1740         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1741         * nptl/tst-getpid2.c: Moved ...
1742         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1743         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1744         * sysdeps/unix/sysv/linux/Makefile
1745         [$(subdir) = nptl] (tests): ... here.
1746         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1747         * sysdeps/unix/sysv/linux/Makefile
1748         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1750         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1751         Drop trailing \n from perror argument.  Use return rather than exit.
1753         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1754         on [SA_SIGINFO].
1755         * nptl/tst-cancel21.c (do_test): Likewise.
1756         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1757         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1758         [!SA_SIGINFO]: Make it a stub test.
1760         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1761         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1763         * posix/tst-getlogin.c: Move to ...
1764         * login/tst-getlogin.c: ... here.
1765         * posix/Makefile (tests): Move tst-getlogin to ...
1766         * login/Makefile (tests): ... here.
1768         * libio/tst-atime.c (do_test): Move local variables SV and E
1769         inside [ST_NOATIME] conditional.
1771         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1773         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1775         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1776         (wait_code): New function replaces macro.
1777         Call nanosleep rather than syscall.
1779         * nptl/pt-system.c: Rewritten.  Put everything under
1780         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1781         Use IFUNC to redirect when possible.
1783         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1784         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1785         Use IFUNC to redirect when possible.
1787         * nptl/pt-fork.c: Rewritten.  Put everything under
1788         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1789         Use IFUNC to redirect when possible.
1790         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1792         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1793         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1794         unconditionally nowadays.  This included the only reference to
1795         __vdso_clock_gettime that appears outside libc proper.
1796         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1797         Remove version set (containing only __vdso_clock_gettime).
1798         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1799         Add attribute_hidden.
1800         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1801         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1802         libc_hidden_data_def.
1803         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1804         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1806         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1807         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1808         setrpcent, and getrpcport to ...
1809         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1810         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1811         getrpcbynumber_r, and getrpcent_r to ...
1812         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1813         * inet/getrpcbyname.c: Moved ...
1814         * sunrpc/getrpcbyname.c: ... here.
1815         * inet/getrpcbyname_r.c: Moved ...
1816         * sunrpc/getrpcbyname_r.c: ... here.
1817         * inet/getrpcbynumber.c: Moved ...
1818         * sunrpc/getrpcbynumber.c: ... here.
1819         * inet/getrpcbynumber_r.c: Moved ...
1820         * sunrpc/getrpcbynumber_r.c: ... here.
1821         * inet/getrpcent.c: Moved ...
1822         * sunrpc/getrpcent.c: ... here.
1823         * inet/getrpcent_r.c: Moved ...
1824         * sunrpc/getrpcent_r.c: ... here.
1825         * inet/Makefile (routines): Move those to ...
1826         * sunrpc/Makefile (routines): ... here.
1827         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1828         the $(subdirs) list.
1829         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1830         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1831         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1832         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1834         * elf/Makefile (routines): Include $(all-dl-routines), not just
1835         $(dl-routines).
1836         (rtld-routines): Likewise.  Use = rather than :=.
1837         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1838         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1839         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1840         * sysdeps/arm/Makefile: Likewise.
1841         * sysdeps/i386/Makefile: Likewise.
1842         * sysdeps/x86_64/Makefile: Likewise.
1843         * sysdeps/hppa/Makefile [$(subdir) = elf]
1844         (sysdep_routines, sysdep-rtld-routines): Don't add
1845         $(sysdep-dl-routines) to these.
1846         * sysdeps/ia64/Makefile: Likewise.
1847         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1848         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1849         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1850         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1851         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1852         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1853         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1854         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1855         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1856         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1857         these; sysdep-dl-routines alone is enough.
1859 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1861         [BZ #17932]
1862         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1863         where multiplication results in zero and third argument is finite
1864         and nonzero.
1865         * math/auto-libm-test-in: Add more tests of fma.
1866         * math/auto-libm-test-out: Regenerated.
1868         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1869         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1870         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1871         (_FP_CMP_EQ): Likewise.
1872         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1874         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1875         extra argument CHECK_NAN.  Redefine as wrapper around
1876         _FP_EXTEND_CNAN.
1878 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1880         * version.h (RELEASE): Set to "stable".
1881         (VERSION): Set to "2.21"
1882         * include/features.h (__GLIBC_MINOR__): Set to 21.
1884         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1886 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1887             Paul Eggert  <eggert@cs.ucla.edu>
1889         [BZ #16618]
1890         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1891         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1892         size in bytes. Store needed elements in wpmax. Use needed size
1893         in bytes for extend_alloca.
1895 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1897         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1898         binutls 2.25, and texinfo 5.2.
1899         * INSTALL: Regenerate.
1900         * sysdeps/nios2/configure: Regenerate.
1901         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1902         * manual/contrib.texi: Update.
1903         * po/be.po: Update.
1904         * po/bg.po: Update.
1905         * po/ca.po: Update.
1906         * po/cs.po: Update.
1907         * po/da.po: Update.
1908         * po/de.po: Update.
1909         * po/el.po: Update.
1910         * po/eo.po: Update.
1911         * po/es.po: Update.
1912         * po/fi.po: Update.
1913         * po/fr.po: Update.
1914         * po/gl.po: Update.
1915         * po/hr.po: Update.
1916         * po/hu.po: Update.
1917         * po/ia.po: Update.
1918         * po/id.po: Update.
1919         * po/it.po: Update.
1920         * po/ja.po: Update.
1921         * po/ko.po: Update.
1922         * po/lt.po: Update.
1923         * po/nb.po: Update.
1924         * po/nl.po: Update.
1925         * po/pl.po: Update.
1926         * po/pt_BR.po: Update.
1927         * po/ru.po: Update.
1928         * po/rw.po: Update.
1929         * po/sk.po: Update.
1930         * po/sl.po: Update.
1931         * po/sv.po: Update.
1932         * po/tr.po: Update.
1933         * po/uk.po: Update.
1934         * po/vi.po: Update.
1935         * po/zh_CN.po: Update.
1936         * po/zh_TW.po: Update.
1938         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1939         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1940         * sysdeps/hppa/dl-irel.h: Remove #warning.
1941         * sysdeps/hppa/entry.h: Provide prototype for
1942         __canonicalize_funcptr_for_compare and cast argument.
1943         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1944         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1945         * sysdeps/hppa/sotruss-lib.c: New file.
1946         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1947         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1948         (atomic_compare_and_exchange_bool_acq): Likewise.
1949         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1950         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1952         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1953         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1954         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1956 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1958         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1959         called function in non-PIC case.
1961 2015-01-31  David S. Miller  <davem@davemloft.net>
1963         * sysdeps/sparc/sparc32/bits/atomic.h
1964         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1965         unlock not after it.
1966         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1967         volatile register usage warnings from the compiler.
1969         * sysdeps/sparc/nptl/sem_init.c: Delete.
1970         * sysdeps/sparc/nptl/sem_post.c: Delete.
1971         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1972         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1973         * sysdeps/sparc/sparc32/sem_init.c: New file.
1974         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1975         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1976         padding explicitly initialized.
1977         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1978         padding for in-semaphore spinlock.
1979         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1980         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1981         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1982         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1983         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1984         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1985         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1986         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1987         version.
1988         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1989         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1991 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1993         [BZ #17801]
1994         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1995         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1996         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1997         New.
1998         (index_AVX_Fast_Unaligned_Load): Likewise.
1999         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2000         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2001         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2002         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2003         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2004         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2005         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2006         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2007         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2009 2015-01-29  Andreas Schwab  <schwab@suse.de>
2011         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2013 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2015         [BZ #17892]
2016         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2018 2015-01-28  Martin Sebor  <msebor@redhat.com>
2020         * math/README.libm-test: Clarify. Add "How to read the test output."
2022 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2024         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2025         Define to 0.
2027 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2029         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2030         (__HAVE_64B_ATOMICS): Define to 0.
2032 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2034         [BZ #17885]
2035         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2036         value to set as new flag.
2038         [BZ #16576]
2039         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2040         and use _ARCH_PPCSQ instead.
2041         (__ieee754_sqrt): Likewise.
2042         (__ieee754_sqrtf): Likewise.
2043         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2044         _ARCH_PPCSQ is defined.
2045         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2046         fsqrt instruction.
2047         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2048         _ARCH_PPCSQ is defined.
2049         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2050         fsqrts instruction.
2051         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2053 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2055         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2056         bug (GCC BZ #64739).
2058 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2060         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2061         Mark _retval as used.
2062         (lll_futex_wake_unlock): Likewise.
2063         (lll_futex_timed_wait_requeue_pi): Likewise.
2065         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2066         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2067         register variables.
2069         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2070         libm_hidden_def.
2072         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2073         (__bswap_64): Mark as __always_inline.
2075 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2077         [BZ #15378]
2078         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2079         when none of the search directories exist.
2081 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2083         [BZ #17869]
2084         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2085         power8 in .machine directive.
2087         [BZ #17868]
2088         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2089         set dependency from opd value.
2091 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2093         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2094         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2095         architecture.
2097 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2099         [BZ #17870]
2100         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2101         with uint64_t.
2102         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2103         (uint64_t) 1.
2104         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2105         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2106         Replace 1UL with (uint64_t) 1.
2107         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2108         int with uint64_t.
2110 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2112         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2113         (if_freenameindex): Likewise.
2115         * resource/getrlimit64.c: Add missing libc_hidden_def.
2117 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2119         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2120         __label__.
2121         (_FP_FMA): Likewise.
2122         (_FP_TO_INT_ROUND): Likewise.
2123         (_FP_FROM_INT): Likewise.
2125 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2127         [BZ #16418]
2128         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2129         Make code racy and cancel safe.
2131 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2133         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2134         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2135         attribution.
2137         * pwd/tst-getpw.c: Rewrite.
2139         [BZ #17702]
2140         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2141         (modules-names): Add moddummy1 and moddummy2.
2142         ($(objpfx)tst-rec-dlopen): Define.
2143         * dlfcn/moddummy1.c: New file.
2144         * dlfcn/moddummy2.c: New file.
2145         * dlfcn/tst-rec-dlopen.c: New file.
2146         * elf/dl-cache.c (_dl_load_cache_lookup):
2147         Return char*. Copy result with alloca/strcpy/strdup.
2148         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2149         returns char*. Free cached. If not saving realname
2150         free cached.
2151         * elf/dl-open.c (dl_open_worker): Do not assert that
2152         _r_debug->r_state is RT_CONSISTENT.
2153         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2154         returns char*.
2156 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2157             Carlos O'Donell  <carlos@redhat.com>
2159         [BZ #12674]
2160         * nptl/sem_waitcommon.c: New file.
2161         * nptl/sem_wait.c: Include sem_waitcommon.c.
2162         (__sem_wait_cleanup, do_futex_wait): Remove.
2163         (__new_sem_wait): Adapt.
2164         (__new_sem_trywait): New function.
2165         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2166         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2167         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2168         (sem_timedwait): Adapt.
2169         * nptl/sem_post.c (__new_sem_post): Adapt.
2170         (futex_wake): New function.
2171         (__old_sem_post): Add release MO fence.
2172         * nptl/sem_open.c (sem_open): Adapt.
2173         * nptl/sem_init.c (__new_sem_init): Adapt.
2174         (futex_private_if_supported): New function.
2175         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2176         (__old_sem_getvalue): Add using previous code.
2177         * sysdeps/nptl/internaltypes.h: Adapt.
2178         * nptl/tst-sem13.c (do_test): Adapt.
2179         * nptl/tst-sem11.c (main): Adapt.
2180         * nptl/sem_trywait.c: Remove.
2181         * nptl/DESIGN-sem.txt: Remove.
2182         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2183         (gen-as-const-headers): Remove structsem.sym.
2184         * nptl/structsem.sym: Remove.
2185         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2186         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2187         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2188         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2189         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2190         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2191         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2192         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2193         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2194         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2195         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2196         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2197         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2198         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2199         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2200         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2201         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2202         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2203         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2204         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2205         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2206         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2208 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2210         * INSTALL: Regenerated.
2212         * po/libc.pot: Regenerated.
2214 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2215             Sandra Loosemore  <sandra@codesourcery.com>
2216             Andrew Jenner  <andrew@codesourcery.com>
2217             Joseph Myers  <joseph@codesourcery.com>
2218             Nathan Sidwell  <nathan@codesourcery.com>
2220         * NEWS: Mention new Nios II port.
2221         * sysdeps/nios2/Implies: New file.
2222         * sysdeps/nios2/Makefile: New file.
2223         * sysdeps/nios2/Subdirs: New file.
2224         * sysdeps/nios2/Versions: New file.
2225         * sysdeps/nios2/__longjmp.S: New file.
2226         * sysdeps/nios2/abort-instr.h: New file.
2227         * sysdeps/nios2/backtrace.c: New file.
2228         * sysdeps/nios2/bits/endian.h: New file.
2229         * sysdeps/nios2/bits/fenv.h: New file.
2230         * sysdeps/nios2/bits/link.h: New file.
2231         * sysdeps/nios2/bits/setjmp.h: New file.
2232         * sysdeps/nios2/bsd-_setjmp.S: New file.
2233         * sysdeps/nios2/bsd-setjmp.S: New file.
2234         * sysdeps/nios2/configure: New generated file.
2235         * sysdeps/nios2/configure.ac: New file.
2236         * sysdeps/nios2/crti.S: New file.
2237         * sysdeps/nios2/crtn.S: New file.
2238         * sysdeps/nios2/dl-init.c: New file.
2239         * sysdeps/nios2/dl-machine.h: New file.
2240         * sysdeps/nios2/dl-sysdep.h: New file.
2241         * sysdeps/nios2/dl-tls.h: New file.
2242         * sysdeps/nios2/dl-trampoline.S: New file.
2243         * sysdeps/nios2/gccframe.h: New file.
2244         * sysdeps/nios2/gmp-mparam.h: New file.
2245         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2246         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2247         * sysdeps/nios2/ldsodefs.h: New file.
2248         * sysdeps/nios2/libc-tls.c: New file.
2249         * sysdeps/nios2/libm-test-ulps: New file.
2250         * sysdeps/nios2/machine-gmon.h: New file.
2251         * sysdeps/nios2/math-tests.h: New file.
2252         * sysdeps/nios2/math_private.h: New file.
2253         * sysdeps/nios2/memusage.h: New file.
2254         * sysdeps/nios2/nptl/Makefile: New file.
2255         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2256         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2257         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2258         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2259         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2260         * sysdeps/nios2/nptl/tls.h: New file.
2261         * sysdeps/nios2/preconfigure: New file.
2262         * sysdeps/nios2/s_fma.c: New file.
2263         * sysdeps/nios2/s_fmaf.c: New file.
2264         * sysdeps/nios2/setjmp.S: New file.
2265         * sysdeps/nios2/sfp-machine.h: New file.
2266         * sysdeps/nios2/sotruss-lib.c: New file.
2267         * sysdeps/nios2/stackguard-macros.h: New file.
2268         * sysdeps/nios2/stackinfo.h: New file.
2269         * sysdeps/nios2/start.S: New file.
2270         * sysdeps/nios2/sysdep.h: New file.
2271         * sysdeps/nios2/tls-macros.h: New file.
2272         * sysdeps/nios2/tst-audit.h: New file.
2273         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2274         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2275         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2276         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2277         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2278         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2279         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2280         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2281         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2282         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2283         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2284         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2285         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2286         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2287         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2288         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2289         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2290         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2291         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2292         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2293         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2294         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2295         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2296         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2297         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2298         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2299         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2300         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2301         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2302         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2303         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2304         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2305         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2306         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2307         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2308         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2309         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2310         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2311         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2312         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2313         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2314         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2315         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2316         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2318 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2320         [BZ #17844]
2321         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2322         (getutent): Use weak_alias in non SHARED case
2323         and default_symbol_version in SHARED case.
2324         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2325         (getutent_r, pututline): Likewise.
2326         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2327         (getutid): Likewise.
2328         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2329         (getutid_r): Likewise.
2330         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2331         (getutline): Likewise.
2332         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2333         (getutline_r): Likewise.
2334         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2335         (updwtmp): Likewise.
2337 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2339         [BZ #17848]
2340         * sysdeps/s390/s390-32/memcmp.S
2341         (memcmp_g5): Rename to __memcmp_g5.
2342         * sysdeps/s390/s390-32/memcpy.S
2343         (memcpy_g5): Rename to __memcpy_g5.
2344         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2345         (memcpy_mvcle) Rename to __memcpy_mvcle.
2346         * sysdeps/s390/s390-32/memset.S
2347         (memset_g5): Rename to __memset_g5.
2348         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2349         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2350         and use prefixed functions.
2351         * sysdeps/s390/s390-32/multiarch/memcmp.S
2352         (memcmp_z196): Rename to __memcmp_z196.
2353         (memcmp_z10): Rename to __memcmp_z10.
2354         (memcmp): Set alias to __memcmp_g5.
2355         (bcmp): Set alias to __memcmp_g5.
2356         * sysdeps/s390/s390-32/multiarch/memcpy.S
2357         (memcpy_z196): Rename to __memcpy_z196.
2358         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2359         (memcpy_z10): Rename to __memcpy_z10.
2360         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2361         (memcpy): Set alias to __memcpy_g5.
2362         * sysdeps/s390/s390-32/multiarch/memset.S
2363         (memset_z196): Rename to __memset_z196.
2364         Jump to __memset_mvcle instead of memset_mvcle.
2365         (memset_z10): Rename to __memset_z10.
2366         Jump to __memset_mvcle instead of memset_mvcle.
2367         (memset_mvcle) Rename to __memset_mvcle.
2368         (memset): Set alias to __memset_g5.
2369         * sysdeps/s390/s390-64/memcmp.S
2370         (memcmp_z900): Rename to __memcmp_z900.
2371         * sysdeps/s390/s390-64/memcpy.S
2372         (memcpy_z900): Rename to __memcpy_z900.
2373         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2374         (memcpy_mvcle) Rename to __memcpy_mvcle.
2375         * sysdeps/s390/s390-64/memset.S
2376         (memset_z900): Rename to __memset_z900.
2377         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2378         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2379         and use prefixed functions.
2380         * sysdeps/s390/s390-64/multiarch/memcmp.S
2381         (memcmp_z196): Rename to __memcmp_z196.
2382         (memcmp_z10): Rename to __memcmp_z10.
2383         (memcmp): Set alias to __memcmp_z900.
2384         (bcmp): Set alias to __memcmp_z900.
2385         * sysdeps/s390/s390-64/multiarch/memcpy.S
2386         (memcpy_z196): Rename to __memcpy_z196.
2387         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2388         (memcpy_z10): Rename to __memcpy_z10.
2389         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2390         (memcpy): Set alias to __memcpy_z900.
2391         * sysdeps/s390/s390-64/multiarch/memset.S
2392         (memset_z196): Rename to __memset_z196.
2393         Jump to __memset_mvcle instead of memset_mvcle.
2394         (memset_z10): Rename to __memset_z10.
2395         Jump to __memset_mvcle instead of memset_mvcle.
2396         (memset_mvcle) Rename to __memset_mvcle.
2397         (memset): Set alias to __memset_z900.
2399 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2401         [BZ #17748]
2402         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2403         __fesetenv instead of fesetenv.
2405 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2407         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2408         macro.
2410 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2412         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2413         regression on LE.
2415         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2416         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2417         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2418         strncmp-power8 object.
2419         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2420         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2421         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2422         * NEWS: Update.
2424 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2425             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2427         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2428         trailing byte check.
2430 2015-01-13  David S. Miller  <davem@davemloft.net>
2432         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2434 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2436         * login/logout.c (logout): Use memset rather than bzero.
2437         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2438         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2439         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2440         (_gethtbyaddr): Likewise.
2441         * locale/programs/simple-hash.c (bcopy): Macro removed.
2443 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2445         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2446         Add strcmp-power8 object.
2447         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2448         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2449         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2450         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2451         __strcmp_power8 implementation.
2452         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2453         * NEWS: Update.
2455         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2456         Add strncpy-power8 and stpncpy-power8 objects.
2457         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2458         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2459         implementations.
2460         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2461         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2462         __stpncpy_power8 implementation.
2463         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2464         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2465         __strncpy_power8 implementation.
2466         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2467         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2468         * NEWS: Update.
2470         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2471         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2472         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2474         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2475         strncat-power8 object.
2476         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2477         __strcat_power8 implementation.
2478         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2479         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2480         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2481         optimized strcat for power8.
2483         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2484         strcpy-power8 and stpcpy-power8 objects.
2485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2486         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2487         implementations.
2488         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2489         multiarch stpcpy implementation for POWER8.
2490         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2491         multiarch strcpy implementation for POWER8.
2492         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2493         __strcpy_power8 function.
2494         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2495         stpcpy for POWER8.
2496         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2497         strcpy for POWER8.
2498         * NEWS: Update.
2500 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2502         [BZ #16009]
2503         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2504         weights and rules. Use do_xfrm_cached if data fits in cache,
2505         do_xfrm otherwise.  Moved former main loop to...
2506         * (do_xfrm_cached): New function.
2507         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2508         find_idx, find_position and stack_push.
2509         * (find_idx): New function.
2510         * (find_position): Likewise.
2511         * localedata/sort-test.sh: Added test run for do_xfrm.
2512         * localedata/xfrm-test.c (main): Added command line option
2513         -nocache to run the test with strings that are too large for
2514         the STRXFRM cache.
2516 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2518         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2519         variable to lll_futex_wake call, not the value itself.
2521 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2523         [BZ #17803]
2524         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2525         twom64.  Adjust value to 0x1p-64L.
2526         (__scalblnl): Only return standard underflowing result for K <=
2527         -64 not K <= -63; adjust exponent for underflowing result by 64
2528         not 63.
2529         * math/libm-test.inc (scalbn_test_data): Add more tests.
2530         (scalbln_test_data): Likewise.
2532         [BZ #17834]
2533         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2534         0x1p63L.
2535         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2536         not HX.
2537         * math/libm-test.inc (scalbn_test_data): Add more tests.
2538         (scalbln_test_data): Likewise.
2540 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2541             Stefani Seibold  <stefani@seibold.net>
2543         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2544         (sysdep_routines): Add dl-vdso here, ...
2545         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2546         (sysdep_routines): ... not here.
2547         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2548         fallback when vDSO is not presented.
2549         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2550         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2551         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2552         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2553         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2554         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2555         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2556         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2557         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2558         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2559         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2560         fallback configurable symbol when vDSO is not available.
2561         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2562         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2563         be able to redefine fallback symbol when vDSO is not available.
2564         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2565         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2567 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2569         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2570         (TLS_INIT_TP): Add tm_capable initialization.
2571         (TLS_DEFINE_INIT_TP): Likewise.
2572         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2573         TCB.
2574         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2575         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2576         calculation.
2577         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2578         transactoion is lock elision is built and TCB tm_capable is set.
2579         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2581         (INTERNAL_SYSCALL_NCS): Likewise.
2582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2583         (INTERNAL_SYSCALL_NCS): Likewise.
2584         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2586         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2587         for powerpc.
2588         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2589         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2590         and remove it for 32 bits case.
2591         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2592         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2593         initialization.
2594         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2595         Disable lock elision with rdlocks if elision is not available.
2597         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2598         (sysdep_routines): Add lock elision objects.
2599         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2600         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2601         [pthread_mutex_t] (__elision): Add field.
2602         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2603         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2604         elision definitions for powerpc.
2605         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2606         implementation of lock elision for powerpc.
2607         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2608         implementation of timed lock elision for powerpc.
2609         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2610         implementation of trylock with lock elision for powerpc.
2611         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2612         implementaion of unlock for lock elision for powerpc.
2613         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2614         automatic enable lock elision for mutexes.
2615         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2616         transaction execution definitions for powerpc.
2617         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2618         definitions.
2619         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2620         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2621         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2622         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2623         * NEWS: Update.
2625 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2627         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2628         for #include of <shm-directory.h>.
2630 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2632         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2633         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2635 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2637         [BZ #17791]
2638         * NEWS: Mention bug fix.
2639         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2640         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2641         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2643 2015-01-09  Torvald Riegel <triegel@redhat.com>
2645         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2647 2015-01-09  Torvald Riegel <triegel@redhat.com>
2649         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2651 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2653         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2654         pointer and cast to uintptr_t.
2656 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2658         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2659         removed.
2660         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2662 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2664         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2665         of 0.
2667 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2669         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2670         <nptl/pthreadP.h> instead.
2671         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2673         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2674         already defined.
2675         [__SIGRTMIN] (init): Function removed.
2676         [__SIGRTMIN] (initialized): Variable removed.
2677         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2678         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2679         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2680         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2681         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2682         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2683         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2684         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2685         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2686         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2687         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2688         * sysdeps/nptl/allocrtsig.c: New file.
2689         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2690         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2691         * sysdeps/generic/testrtsig.h: File removed.
2693         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2694         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2696         * nptl/nptl-init.c (pthread_functions): Conditionalize
2697         .ptr__nptl_setxid initialization on [SIGSETXID].
2699         * sysdeps/nptl/sys/procfs.h: New file.
2700         * nptl_db/Makefile (headers): Add it.
2701         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2703         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2704         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2705         * nptl/pthread_attr_setaffinity.c: Include it.
2706         * nptl/pthread_setattr_default_np.c: Likewise.
2707         * nptl/check-cpuset.h: New file.
2709 2015-01-08  Richard Henderson  <rth@redhat.com>
2711         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2712         (CFLAGS-tst-execstack-prog.c): Likewise.
2713         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2715 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2716             Sandra Loosemore  <sandra@codesourcery.com>
2717             Andrew Jenner  <andrew@codesourcery.com>
2718             Joseph Myers  <joseph@codesourcery.com>
2719             Nathan Sidwell  <nathan@codesourcery.com>
2721         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2722         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2723         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2724         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2725         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2726         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2727         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2728         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2729         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2730         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2731         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2732         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2733         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2734         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2735         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2736         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2737         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2739 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2741         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2742         timespec struct member in syscall macro.
2743         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2744         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2745         first timeval struct member in syscall macro.
2746         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2748 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2750         [BZ #17748]
2751         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2752         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2753         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2754         __feupdateenv and define as weak alias of __feupdateenv.  Use
2755         libm_hidden_weak.
2756         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2757         libm_hidden_def.
2758         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2759         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2760         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2761         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2762         libm_hidden_def.
2763         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2764         __feupdateenv and define as weak alias of __feupdateenv.  Use
2765         libm_hidden_weak.
2766         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2767         libm_hidden_def.
2768         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2769         __feupdateenv and define as weak alias of __feupdateenv.  Use
2770         libm_hidden_weak.
2771         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2772         libm_hidden_def.
2773         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2774         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2775         (__feupdateenv): Likewise.
2776         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2777         __feupdateenv and define as weak alias of __feupdateenv.  Use
2778         libm_hidden_weak.
2779         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2780         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2781         libm_hidden_def.
2782         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2783         function.
2784         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2785         libm_hidden_def.
2786         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2787         __feupdateenv instead of feupdateenv.
2788         (default_libc_feupdateenv_test): Likewise.
2789         (libc_feresetround_ctx): Likewise.
2791 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2793         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2794         prototype.
2796 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2798         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2799         COLL_SYM in a couple of places to avoid uninitialized variable
2800         wanings on tilegx gcc 4.8.2.
2802 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2804         * sysdeps/aarch64/strcpy.S: New file.
2805         * sysdeps/aarch64/stpcpy.S: New file.
2806         * NEWS: Updated.
2808 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2810         * sysdeps/aarch64/strrchr.S: New file.
2811         * NEWS: Updated.
2813 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2815         [BZ #17658]
2816         * stdlib/setenv.c: Fix memory leak when setting large,
2817         duplicate string.
2819 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2821         [BZ #17273]
2822         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2823         and tabs from buffer before parsing fstab entry.
2824         * misc/tst-mntent.c (main): Add test for mount entry with
2825         trailing spaces and tabs.
2827 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2829         [BZ #17748]
2830         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2831         * math/fesetround.c (fesetround): Rename to __fesetround and
2832         define as weak alias of __fesetround.  Use libm_hidden_weak.
2833         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2834         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2835         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2836         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2837         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2838         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2839         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2840         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2841         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2842         __fesetround_inline.
2843         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2844         __fesetround_inline instead of __fesetround.
2845         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2846         __fesetround and define as weak alias of __fesetround.  Use
2847         libm_hidden_weak.  Call __fesetround_inline instead of
2848         __fesetround.
2849         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2850         __fesetround and define as weak alias of __fesetround.  Use
2851         libm_hidden_weak.
2852         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2853         Likewise.
2854         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2855         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2856         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2857         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2858         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2859         __fesetround and define as weak alias of __fesetround.  Use
2860         libm_hidden_weak.
2861         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2862         __fesetround instead of fesetround.
2863         (default_libc_feholdexcept_setround): Likewise.
2864         (libc_feholdsetround_ctx): Likewise.
2865         (libc_feholdsetround_noex_ctx): Likewise.
2867         [BZ #17748]
2868         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2869         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2870         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2871         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2872         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2873         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2874         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2875         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2876         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2877         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2878         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2879         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2880         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2881         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2882         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2883         libm_hidden_def.
2884         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2885         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2886         Likewise.
2887         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2888         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2889         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2890         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2891         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2892         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2893         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2894         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2895         __fesetenv instead of fesetenv.
2896         (libc_feresetround_noex_ctx): Likewise.
2897         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2898         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2899         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2900         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2901         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2902         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2903         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2904         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2905         (__feupdateenv): Likewise.
2906         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2907         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2908         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2909         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2911 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2913         [BZ #17806]
2914         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2915         addresses have been freed.
2917 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2919         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2920         and nservall.
2922 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2924         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2925         Clean up check_pf allocation pattern. addresses
2927 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2929         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2930         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2931         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2932         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2933         * nptl/pthread_join.c (pthread_join): Likewise.
2934         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2935         * sysdeps/posix/waitid.c (__waitid): Likewise.
2936         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2937         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2938         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2939         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2940         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2941         Likewise.
2942         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2943         (__libc_pread64): Likewise.
2944         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2945         (__libc_pwrite): Likewise.
2946         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2947         (__libc_pwrite64): Likewsie.
2948         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2949         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2950         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2951         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2952         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2953         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2954         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2956         Likewise.
2957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2958         (__libc_pread64): Likewise.
2959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2960         Likewise.
2961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2962         (__libc_pwrite64): Likewise.
2963         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2964         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2965         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2966         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2967         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2968         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2969         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2970         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2971         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2972         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2973         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2974         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2975         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2976         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2977         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2978         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2979         Likewise.
2981 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2983         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2984         (CFLAGS-test-double.c): Likewise.
2985         (CFLAGS-test-ldouble.c): Likewise.
2986         (CPPFLAGS-test-ifloat.c): Likewise.
2987         (CPPFLAGS-test-idouble.c): Likewise.
2988         (CPPFLAGS-test-ildoubl.c): Likewise.
2989         (CFLAGS-test-test-fenv.c): Remove variable.
2990         (CFLAGS-test-misc.c): Likewise.
2992 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2994         [BZ #17797]
2995         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2996         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2997         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2998         CLOCKS_PER_SEC == 1000000.
2999         * time/clocktest.c (main): Replace %ld with %jd and cast to
3000         intmax_t.
3002 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3004         * sysdeps/generic/unwind-resume.h: New file.
3005         * sysdeps/gnu/unwind-resume.c: Include it.
3006         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3007         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3008         argument list.
3009         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3010         global rather than static.
3011         (_Unwind_Resume): Update user.
3012         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3013         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3014         rather than static.  Add __attribute__ ((cold)).
3015         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3016         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3017         * sysdeps/arm/arm-unwind-resume.S: New file.
3018         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3019         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3020         * sysdeps/arm/Makefile [$(subdir) = csu]
3021         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3022         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3023         Add rt-arm-unwind-resume.
3024         [$(subdir) = nptl]
3025         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3026         Add pt-arm-unwind-resume.
3027         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3028         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3030 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3032         [BZ #17748]
3033         * include/fenv.h (__feholdexcept): Declare.  Use
3034         libm_hidden_proto.
3035         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3036         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3037         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3038         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3039         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3040         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3041         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3042         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3043         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3044         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3045         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3046         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3047         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3048         (feholdexcept): Likewise.
3049         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3050         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3051         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3052         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3053         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3054         __feholdexcept instead of feholdexcept.
3055         (default_libc_feholdexcept_setround): Likewise.
3057 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3059         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3060         to avoid using stl/str to align destination.
3062 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3064         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3066 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3068         [BZ #17796]
3069         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3070         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3071         Define as weak alias not strong alias.
3073 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3075         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3076         bltzal with addiupc.
3077         (RTLD_START): Ditto.
3079 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3081         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3082         for __vdso_* functions in declarations.
3083         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3084         definitions.
3085         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3086         INTERNAL_VSYSCALL): Use struct return types to check for error.
3088         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3089         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3090         function with cast from llround().
3091         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3092         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3093         Define.
3095 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3097         [BZ #17793]
3098         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3099         Define as weak alias not strong alias.
3101         [BZ #17635]
3102         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3103         ...
3104         * ctype/ctype-extn.c: ... here.
3105         (__isblank_l): Move to ...
3106         * ctype/ctype-c99_l.c: ... here.  New file.
3107         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3108         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3109         Remove variable.
3110         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3111         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3112         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3113         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3114         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3116         [BZ #17777]
3117         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3118         (posix_fadvise64): Define as weak alias not strong alias.
3119         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3120         (posix_fallocate64): Likewise.
3121         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3122         Remove variable.
3123         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3124         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3125         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3126         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3127         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3129 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3131         [BZ #16191]
3132         * NEWS: Mention bug fix.
3133         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3134         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3135         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3136         (HOST_STACK_END_ADDR): Likewise.
3138 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3140         [BZ #17748]
3141         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3142         * math/fegetround.c (fegetround): Rename to __fegetround and
3143         define as weak alias of __fegetround.  Use libm_hidden_weak.
3144         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3145         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3146         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3147         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3148         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3149         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3150         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3151         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3152         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3153         Undefine after rather than before function definition; use
3154         parentheses around function name in definition.
3155         (__fegetround): Also undefine macro after function definition.
3156         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3157         __fegetround and define as weak alias of __fegetround.  Use
3158         libm_hidden_weak.  Do not undefine as macro.
3159         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3160         Likewise.
3161         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3162         __fegetround and define as weak alias of __fegetround.  Use
3163         libm_hidden_weak.
3164         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3165         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3166         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3167         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3168         __fegetround and define as weak alias of __fegetround.  Use
3169         libm_hidden_weak.
3170         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3171         __fegetround instead of fegetround.
3173         [BZ #17782]
3174         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3175         Condition macro definition on [__USE_MISC].
3177         [BZ #17781]
3178         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3179         (struct sigaction): Change type of sa_flags field to int.
3181         [BZ #17780]
3182         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3183         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3184         __glibc_reserved0.
3186         * nptl/version.c (banner): Use single year in copyright notice.
3188         * NEWS: Update copyright dates.
3189         * catgets/gencat.c (print_version): Likewise.
3190         * csu/version.c (banner): Likewise.
3191         * debug/catchsegv.sh: Likewise.
3192         * debug/pcprofiledump.c (print_version): Likewise.
3193         * debug/xtrace.sh (do_version): Likewise.
3194         * elf/ldconfig.c (print_version): Likewise.
3195         * elf/ldd.bash.in: Likewise.
3196         * elf/pldd.c (print_version): Likewise.
3197         * elf/sotruss.sh: Likewise.
3198         * elf/sprof.c (print_version): Likewise.
3199         * iconv/iconv_prog.c (print_version): Likewise.
3200         * iconv/iconvconfig.c (print_version): Likewise.
3201         * locale/programs/locale.c (print_version): Likewise.
3202         * locale/programs/localedef.c (print_version): Likewise.
3203         * login/programs/pt_chown.c (print_version): Likewise.
3204         * malloc/memusage.sh (do_version): Likewise.
3205         * malloc/memusagestat.c (print_version): Likewise.
3206         * malloc/mtrace.pl: Likewise.
3207         * manual/libc.texinfo: Likewise.
3208         * nptl/version.c (banner): Likewise.
3209         * nscd/nscd.c (print_version): Likewise.
3210         * nss/getent.c (print_version): Likewise.
3211         * nss/makedb.c (print_version): Likewise.
3212         * posix/getconf.c (main): Likewise.
3213         * scripts/test-installation.pl: Likewise.
3214         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3216 2015-01-02  Will Newton  <will.newton@linaro.org>
3218         * sysdeps/arm/armv7/configure: Removed.
3219         * sysdeps/arm/armv7/configure.ac: Likewise.
3221 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3223         * All files with FSF copyright notices: Update copyright dates
3224         using scripts/update-copyrights.
3225         * intl/plural.c: Regenerated.
3226         * locale/programs/charmap-kw.h: Likewise.
3227         * locale/programs/locfile-kw.h: Likewise.
3229 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3231         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3233 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3235         [BZ #17748]
3236         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3237         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3238         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3239         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3240         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3241         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3242         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3243         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3244         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3245         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3246         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3247         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3248         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3249         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3250         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3251         libm_hidden_def.
3252         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3253         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3254         Likewise.
3255         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3256         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3257         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3258         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3259         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3260         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3261         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3262         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3263         __fegetenv instead of fegetenv.
3264         (libc_feholdsetround_noex_ctx): Likewise.
3266 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3268         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3269         (Elf_MIPS_ABIFlags_v0): New structure.
3270         (EF_MIPS_FP64): Define.
3271         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3272         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3273         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3274         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3275         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3276         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3277         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3278         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3279         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3280         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3281         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3282         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3283         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3284         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3285         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3286         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3287         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3288         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3289         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3290         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3291         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3292         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3293         field.
3294         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3295         EF_MIPS_FP64.
3296         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3297         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3298         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3299         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3300         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3301         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3302         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3303         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3304         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3305         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3306         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3307         record the current FP ABI extension.
3308         (mips-mode-switch): Define to show if kernel headers support mode
3309         switching.
3310         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3311         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3312         supported SYSV ABI version to 3.
3313         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3314         feature.
3316 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3317             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3319         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3320         path.
3321         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3323 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3325         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3326         __fegetround and redefine to call __fegetround.  Remove condition
3327         on [!__NO_MATH_INLINES].
3328         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3329         function.
3330         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3331         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3332         Remove macro.
3333         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3334         instead of <fenv_libc.h>.
3335         (__llrintl): Call fegetround instead of __fegetround.
3336         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3337         instead of <fenv_libc.h>.
3338         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3339         (__lrintl): Call fegetround instead of __fegetround.
3340         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3341         instead of <fenv_libc.h>.
3342         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3343         (__rintl): Call fegetround instead of __fegetround.
3345 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3347         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3348         arrays.
3350 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3352         [BZ #17775]
3353         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3354         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3355         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3357 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3359         * sysdeps/i386/tls-macros.h: Include <features.h>.
3360         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3361         (TLS_IE): Likewise.
3362         (TLS_LD): Likewise.
3363         (TLS_GD): Likewise.
3364         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3365         define for GCC >= 5.0.
3367 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3369         * math/test-fenv.c (test_single_exception, set_single_exc,
3370         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3371         feexcp_mask_test, feenable_test, fe_single_test): Add
3372         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3373         case where they are not used.
3374         * math/libm-test.inc: Likewise.
3375         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3376         unused in the absence of FP rounding/exception support.
3377         * stdio-common/tst-printf-round.c: Likewise.
3378         * stdlib/tst-strtod-round.c: Likewise.
3379         * stdlib/tst-strtod-underflow.c: Likewise.
3381 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3383         [BZ #17723]
3384         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3385         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3386         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3387         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3388         libm_hidden_weak.
3389         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3390         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3391         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3392         libm_hidden_def.
3393         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3394         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3395         libm_hidden_weak.
3396         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3397         Likewise.
3398         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3399         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3400         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3401         libm_hidden_weak.
3402         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3403         libm_hidden_def.
3404         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3405         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3406         (__feraiseexcept): Likewise.
3407         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3408         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3409         libm_hidden_weak.
3410         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3411         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3412         libm_hidden_def.
3413         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3414         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3415         Use libm_hidden_def.
3416         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3417         libm_hidden_def.
3418         (feraiseexcept): Define as weak not strong alias.  Use
3419         libm_hidden_weak.
3420         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3421         New inline function.  Factored out of ...
3422         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3423         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3424         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3425         feraiseexcept.
3426         * math/w_acos.c (__acos): Likewise.
3427         * math/w_asin.c (__asin): Likewise.
3428         * math/w_ilogb.c (__ilogb): Likewise.
3429         * math/w_j0.c (y0): Likewise.
3430         * math/w_j1.c (y1): Likewise.
3431         * math/w_jn.c (yn): Likewise.
3432         * math/w_log.c (__log): Likewise.
3433         * math/w_log10.c (__log10): Likewise.
3434         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3435         * sysdeps/aarch64/fpu/math_private.h
3436         (libc_feupdateenv_test_aarch64): Likewise.
3437         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3438         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3439         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3440         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3441         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3442         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3443         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3444         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3445         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3446         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3448 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3450         [BZ #17732]
3451         * io/test-utime.c (main): Replace %ld with %jd and cast to
3452         intmax_t.
3453         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3454         * nptl/tst-mutex5.c: Include <stdint.h>.
3455         (do_test): Replace %ld with %jd and cast to intmax_t.
3456         * posix/tst-regex.c (run_test): Likewise.
3457         (run_test_backwards): Likewise.
3458         * rt/tst-clock.c: Include <stdint.h>.
3459         (clock_test): Replace %ld with %jd and cast to intmax_t.
3460         * rt/tst-cpuclock1.c: Include <stdint.h>.
3461         (do_test): Replace %lu with %ju and cast to uintmax_t.
3462         * rt/tst-cpuclock2.c: Include <stdint.h>.
3463         (do_test): Replace %lu with %ju and cast to uintmax_t.
3464         * rt/tst-mqueue1.c: Include <stdint.h>.
3465         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3466         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3467         intmax_t.
3468         * rt/tst-mqueue4.c (do_test): Likewise.
3469         * rt/tst-timer4.c: Include <stdint.h>.
3470         (check_ts): Replace %ld with %jd and cast to intmax_t.
3471         (do_test): Likewise.
3472         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3473         and cast to intmax_t.
3474         * sysdeps/pthread/tst-timer.c (main): Likewise.
3475         * time/clocktest.c (main): Likewise.
3476         * time/tst-posixtz.c (do_test): Likewise.
3477         * timezone/tst-timezone.c (main): Likewise.
3479 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3480             H.J. Lu  <hongjiu.lu@intel.com>
3482         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3483         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3484         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3485         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3486         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3487         version if bit_Fast_Unaligned_Load is set.
3488         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3489         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3490         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3491         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3492         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3493         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3494         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3495         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3496         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3497         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3498         to 4.
3499         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3500         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3501         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3502         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3504 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3506         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3507         instead of #if to avoid a Wundef warning.
3508         * stdlib/tst-limits.c (do_test): Likewise.
3510         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3511         parallel other exception macros.
3512         (fegetenv): Convert from macro to extern inline so that it applies
3513         retroactively to inline functions already seen by the compiler.
3514         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3516         * posix/Makefile (before-compile): Use $(objpfx) for
3517         posix-conf-vars-def.h.
3519 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3521         * posix/getconf.c (main): Use size_t for type of I.
3522         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3523         NSPEC.
3525         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3526         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3527         * posix/posix-envs.def: Likewise.
3528         * sysdeps/posix/sysconf.c: Likewise.
3529         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3530         (specs): Remove array.
3531         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3532         array.
3534         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3535         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3536         (__sysconf): Use CONF_IS_* macros.
3538         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3539         ($(objpfx)posix-conf-vars-def.h): New target.
3540         * posix/posix-conf-vars.list: New file.
3541         * posix/posix-conf-vars.h: New file.
3542         * posix/confstr.c: Include posix-conf-vars.h.
3543         (confstr): Use CONF_IS_* macros.
3544         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3545         CONF_IS_* macros.
3546         * scripts/gen-posix-conf-vars.awk: New file.
3548 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3550         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3551         fegetround): Add no-op macros to avoid linknamespace issues.
3553         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3554         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3556         * sysdeps/unix/sysv/linux/tile/sysdep.h
3557         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3558         assembly-specific section to avoid a redefinition warning.
3560         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3561         long before casting to pointer to avoid a cast warning.
3563 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3565         * sysdeps/tile/tilegx/Implies: New file.
3567 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3569         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3571 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3573         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3575 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3577         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3578         not define.
3579         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3580         <kernel-features.h>.
3581         (__utimes) [__NR_utimes]: Make code unconditional.
3582         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3583         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3584         (__ASSUME_UTIMES): Do not undefine.
3585         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3586         (__ASSUME_UTIMES): Likewise.
3587         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3588         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3589         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3590         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3592 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3594         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3596 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3598         [BZ #17747]
3599         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3600         alias to weak alias for j0l, y0l.
3601         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3602         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3604         [BZ #17746]
3605         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3606         conversion.
3608 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3610         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3611         to zero if not already defined.
3613 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3615         [BZ #17724]
3616         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3617         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3618         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3619         (char *) casts added.
3620         * sysdeps/ieee754/k_standardf.c: New file.
3621         * sysdeps/ieee754/k_standardl.c: Likewise.
3622         * math/Makefile (libm-support): Remove k_standard.
3623         (libm-calls): Add k_standard.
3625 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3627         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3628         Optimize to avoid an unnecessary FPCR read.
3630 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3632         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3633         Optimize to reduce FPCR/FPSR accesses.
3635 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3637         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3638         Call libc_fetestexcept_aarch64.
3640 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3642         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3643         Call libc_fesetround_aarch64.
3645 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3647         [BZ #17733]
3648         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3649         (__bind): Do not define as weak alias.
3650         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3651         define.
3652         (__getsockname): Do not define as weak alias.
3654 2014-12-22  Will Newton  <will.newton@linaro.org>
3656         * manual/install.texi: Document that we require bison 2.7
3657         or above.
3658         * INSTALL: Regenerate.
3659         * configure.ac: Use AC_CHECK_PROG_VER instead of
3660         AC_PATH_PROG when checking for bison and check for
3661         version 2.7 or above.
3662         * configure: Regenerate.
3664 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3666         [BZ #17745]
3667         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3668         * sysdeps/tile/ffsll.c (ffsll): To here.
3670         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3672 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3674         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3675         if not defined.
3676         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3677         definition.
3678         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3679         hidden ___tls_get_addr.
3680         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3681         hidden __tls_get_addr.
3682         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3683         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3684         Likewise.
3686 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3688         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3689         _dl_init call.
3691 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3693         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3694         from "call _dl_init@PLT".
3695         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3697 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3699         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3700         guarantees.
3702 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3704         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3706 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3708         [BZ #17744]
3709         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3710         strnlen.
3712 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3714         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3715         of multu on MIPSr6.
3716         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3717         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3718         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3719         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3720         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3722 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3724         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3725         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3726         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3727         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3728         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3729         mips32r6/mips64r6.
3730         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3732 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3734         * string/strncat.c (STRNCAT): Simplify implementation.
3736 2014-12-19  David S. Miller  <davem@davemloft.net>
3738         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3739         access the quad as both a long double and as a series of 4 words.
3741         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3742         link_map->l_info array access.
3744 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3746         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3748         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3749         * math/atest-exp2.c (TIMEOUT): Likewise.
3750         * math/atest-sincos.c (TIMEOUT): Likewise.
3752 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3754         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3755         -Wno-error with -fno-builtin-lround.
3757 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3759         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3760         Contains futex constants and functions moved over from ...
3761         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3762         <lowlevellock-futex.h>.
3763         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3764         (lll_timedwait_tid): Add comments and parentheses around macro
3765         arguments.
3767 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3769         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3770         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3771         (__lll_private_flag): Remove.
3772         (lll_futex_wait): Likewise.
3773         (lll_futex_timed_wait): Likewise.
3774         (lll_futex_wake): Likewise.
3775         (lll_futex_requeue): Likewise.
3776         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3777         (__lll_timedwait_tid): Spell out argument names.
3778         (lll_timedwait_tid): Add comments and parentheses around macro
3779         arguments.
3780         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3781         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3783 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3785         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3786         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3787         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3788         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3789         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3790         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3791         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3792         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3793         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3794         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3795         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3796         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3797         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3798         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3799         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3800         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3801         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3802         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3803         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3805 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3807         * sysdeps/x86_64/x32/Makefile: New file.
3809 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3811         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3812         1L with (mp_limb_t) 1.
3814 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3816         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3817         * nptl/libc_pthread_init.c: ... here.
3818         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3819         * nptl/register-atfork.c: ... here.
3821         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3822         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3823         Use assert_perror to check its return value.
3824         (__gai_create_helper_thread): Likewise.
3826         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3828         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3830 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3832         [BZ #17725]
3833         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3834         __profil_counter.
3835         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3836         Likewise.
3837         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3838         Likewise.
3839         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3840         Likewise.
3841         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3842         (profil_counter): Likewise.
3843         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3844         (profil_counter): Likewise.
3845         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3846         Likewise.
3847         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3848         Likewise.
3849         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3850         (profil_counter): Likewise.
3851         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3852         Likewise.
3853         [!__profil_counter] (profil_counter): Define as weak alias of
3854         __profil_counter.
3855         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3856         (profil_counter): Rename to __profil_counter.
3857         [!__profil_counter] (profil_counter): Define as weak alias of
3858         __profil_counter.
3859         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3860         (profil_counter): Rename to __profil_counter.
3861         [!__profil_counter] (profil_counter): Define as weak alias of
3862         __profil_counter.
3863         * sysdeps/posix/profil.c: Update comment referring to
3864         profil_counter.
3865         (__profil): Use __profil_counter instead of profil_counter.
3866         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3867         __profil_counter.  Use __profil_counter_ushort and
3868         __profil_counter_uint in definitions.
3869         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3870         instead of profil_counter_uint and profil_counter_ushort.
3872         [BZ #17722]
3873         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3874         define as weak alias of __inet_makeaddr.
3875         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3876         as weak alias of __inet_addr.
3877         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3878         as weak alias of __inet_pton.  Use libc_hidden_weak.
3879         * include/arpa/inet.h (__inet_pton): Declare.  Use
3880         libc_hidden_proto.
3881         (inet_makeaddr): Don't use libc_hidden_proto.
3882         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3883         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3884         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3885         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3886         Remove variable.
3887         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3888         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3890 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3892         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3894 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3896         * stdio-common/bug-vfprintf-nargs.c (do_test):
3897         Cast value to intptr_t to avoid format warning
3898         for usage with PRIdPTR printing macro.
3900 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3902         * libio/tst-widetext.c (do_test):
3903         Use format type %td instead of %Zd for ptrdiff_t
3904         in order to avoid format warning.
3906 2014-12-17  Andreas Schwab  <schwab@suse.de>
3908         * nscd/mem.c (gc): Add size_t cast to match printf format.
3910 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3912         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3913         (init): Apply PTR_MANGLE to pointers before storing them.
3914         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3915         before using them.
3917 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3919         [BZ #17719]
3920         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3921         define as weak alias of __memrchr.
3922         (__memrchr): Do not define as strong alias of memrchr.
3923         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3924         Remove variable.
3925         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3926         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3927         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3929         [BZ #17717]
3930         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3931         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3932         (if_indextoname): Rename to __if_indextoname and define as weak
3933         alias of __if_indextoname.  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         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3939         __if_nametoindex and define as weak alias of __if_nametoindex.
3940         Use libc_hidden_weak.
3941         (if_freenameindex): Rename to __if_freenameindex and define as
3942         weak alias of __if_freenameindex.
3943         (if_nameindex): Rename to __if_nameindex and define as weak alias
3944         of __if_nameindex.
3945         (if_indextoname): Rename to __if_indextoname and define as weak
3946         alias of __if_indextoname.  Use libc_hidden_weak.
3947         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3948         __if_nametoindex and define as weak alias of __if_nametoindex.
3949         Use libc_hidden_weak.
3950         (if_freenameindex): Rename to __if_freenameindex and define as
3951         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3952         (if_nameindex_netlink): Use __if_freenameindex instead of
3953         if_freenameindex.
3954         (if_nameindex): Rename to __if_nameindex and define as weak alias
3955         of __if_nameindex.  Use libc_hidden_weak.
3956         (if_indextoname): Rename to __if_indextoname and define as weak
3957         alias of __if_indextoname.  Use libc_hidden_weak.
3958         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3959         libc_hidden_proto.
3960         [!_ISOMAC] (__if_freenameindex): Likewise.
3961         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3962         if_nametoindex.
3963         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3964         variable.
3965         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3966         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3967         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3968         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3969         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3970         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3971         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3973         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3974         Remove variable.
3975         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3976         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3978 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3980         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3981         subscript above bounds'
3983         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3984         bounds.
3986 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3988         * libio/tst-fopenloc.c: Use test-skeleton.c.
3990         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3991         (entry): Rename to ITEM.
3992         (do_test, comp): Adjust.
3994         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3996 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3998         * string/tester.c: Include <libc-internal.h>.
3999         (test_memset): Ignore -Wmemset-transposed-args.
4001 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4003         * misc/tst-mntent2.c (do_test): Fix warning.
4005 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4007         * elf/tst-unique4lib.cc(a): Mark as used.
4009 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4011         [BZ #17630]
4012         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4013         names.
4015 2014-12-16  Allan McRae  <allan@archlinux.org>
4017         * stdio-common/Makefile (tests): Re-add bug26.
4019 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4021         [BZ #17657]
4022         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4023         static array.
4025 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4027         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4028         (__lll_lock_wait): Likewise.
4029         (__lll_timedlock_wait): Likewise.
4030         (__lll_timedwait_tid): Likewise.
4031         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4032         (__lll_robust_timedlock_wait): Likewise.
4033         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4034         (lll_cond_trylock): Likewise.
4035         (__lll_lock): Likewise.
4036         (__lll_robust_lock): Likewise.
4037         (__lll_cond_lock): Likewise.
4038         (lll_robust_cond_lock): Likewise.
4039         (__lll_timedlock): Likewise.
4040         (__lll_robust_timedlock): Likewise.
4041         (__lll_unlock): Likewise.
4042         (__lll_robust_unlock): Likewise.
4043         (lll_wait_tid): Likewise.
4044         (lll_timedwait_tid): Likewise.
4046 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4048         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4050 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4052         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4054 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4056         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4057         * stdio-common/tst-sprintf.c: Likewise.
4059 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4061         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4063 2014-12-15  Jeff Law  <law@redhat.com>
4065         [BZ #16617]
4066         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4067         on the heap.  (CVE-2012-3406)
4068         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4069         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4070         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4072 2014-12-15  Will Newton  <will.newton@linaro.org>
4074         * manual/install.texi: Bump required version of texinfo
4075         to 4.7 from 4.5.
4076         * INSTALL: Regenerated.
4077         * configure.ac: Check for makeinfo version 4.7 and above.
4078         * configure: Regenerated.
4080 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4082         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4083         PREFIX, string constant to insert between directory and name.
4084         * sysdeps/posix/shm_open.c: Update caller.
4085         * sysdeps/posix/shm_unlink.c: Likewise.
4086         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4087         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4088         (SEM_SHM_PREFIX): New macro.
4089         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4090         [$(have-thread-library) = no].
4091         * nptl/Makefile (libpthread-routines): Add shm-directory.
4092         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4093         * sysdeps/nptl/shm-directory.h: New file.
4094         * sysdeps/posix/shm-directory.c
4095         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4096         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4097         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4098         INTERNAL_SYSCALL.
4099         (__where_is_shmfs): Function removed.
4100         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4101         Variables removed.
4102         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4103         Use SHM_GET_NAME.
4104         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4106         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4107         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4108         unconditional for use inside libpthread.
4109         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4111 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4113         * nptl/pthread_getaffinity.c: New file.
4114         * nptl/pthread_setaffinity.c: New file.
4115         * nptl/pthread_getname.c: New file.
4116         * nptl/pthread_setname.c: New file.
4118         * nptl/pthread_create.c (START_THREAD_DEFN)
4119         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4121 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4122             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4124         * resolv/res_send.c (send_vc): Disable warning resplen may
4125         be used uninitialized.
4127 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4129         * nptl/tst-mutex6.c
4130         (ATTR_NULL): New define checks ATTR against NULL.
4131         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4132         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4134 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4136         [BZ #17581]
4137         * malloc/hooks.c
4138         (mem2mem_check): Revert my previous change.
4139         (malloc_check_get_size): Revert my previous change.
4140         (mem2chunk_check): Revert my previous change.
4142 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4144         * sysdeps/posix/shm-directory.c: New file.
4145         * sysdeps/posix/shm-directory.h: New file.
4146         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4147         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4148         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4149         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4150         Transmute EPERM to EACCES.
4151         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4152         from ...
4153         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4154         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4156 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4158         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4159         pointer and cast to uintptr_t.
4160         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4161         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4162         Add cast to avoid warning.
4163         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4165 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4167         * nptl/semaphore.h: Move to ...
4168         * sysdeps/pthread/semaphore.h: ... here.
4169         * Makefile (installed-headers): Change nptl/semaphore.h to
4170         sysdeps/pthread/semaphore.h.
4172 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4174         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4175         generated error format strings.
4177         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4178         -Wformat-extra-args warnings for scanf formats.
4179         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4180         test of zero-length format (duh).
4181         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4182         corner-case scanf format test.
4183         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4184         generated fprintf format string.
4185         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4186         corner-case sprintf format tests.
4187         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4188         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4189         -Wformat-extra-args warnings throughout.
4190         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4191         (CFLAGS-scanf4.c): Likewise.
4192         (CFLAGS-scanf7.c): Likewise.
4193         (CFLAGS-tst-sprintf.c): Likewise.
4194         (CFLAGS-tst-printf.c): Likewise.
4195         (CFLAGS-tst-printfsz.c): Likewise.
4197 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4199         * include/cpio.h: New file.
4200         * include/fmtmsg.h: Likewise.
4202         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4203         corresponding format argument to size_t.
4204         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4205         arguments.
4206         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4207         corresponding format argument to size_t.
4208         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4209         arguments.
4210         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4211         corresponding format argument to size_t.
4212         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4213         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4214         (CFLAGS-tst-mbswcs2.c): Likewise.
4215         (CFLAGS-tst-mbswcs3.c): Likewise.
4216         (CFLAGS-tst-mbswcs4.c): Likewise.
4217         (CFLAGS-tst-mbswcs5.c): Likewise.
4218         (CFLAGS-tst-trans.c): Likewise
4220 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4222         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4223         rather than assuming they won't contain any '%'s.
4225 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4227         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4228         inhibit_loop_to_libcall to avoid recursive calls.
4229         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4230         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4232 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4234         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4235         prototype.
4237 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4239         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4240         integer value instead of boolean.
4242 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4244         * malloc/malloc.c: Fix powerof2 check.
4246 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4248         * locale/programs/locfile.h (maybe_swap_uint32):
4249         Remove inline and add unused attribute.
4251 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4253         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4254         Truncating assembler expression to a .long expression.
4256 2014-12-11  Andreas Schwab  <schwab@suse.de>
4258         * elf/rtld.c (struct map_args): Constify str member.
4259         (do_preload): Constify fname argument.
4261 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4263         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4264         constants definition.
4266 2014-12-11  Andreas Schwab  <schwab@suse.de>
4268         [BZ #16657]
4269         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4270         FORCE_ELISION instead of DO_ELISION.
4271         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4272         Remove.
4273         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4274         Likewise.
4276         * iconvdata/gconv-modules: Remove duplicate entry.
4278 2014-12-11  Will Newton  <will.newton@linaro.org>
4280         Merge gettext 0.19.3 into intl/.
4282         This involves a number of cosmetic changes to comments
4283         and ANSI function definitions and prototypes throughout
4284         all the files. The gettext copyright header is used but
4285         with the date ranges taken from the glibc copy.
4287         * NEWS: Add gettext merge to 2.21.
4288         * intl/bindtextdom.c: Switch to gettext copyright.
4289         Use ANSI definitions and prototypes.
4290         Use gl_* locking primitives rather than __libc_* ones.
4291         Use __builtin_expect rather than __glibc_likely/unlikely.
4292         * intl/dcgettext.c: Switch to gettext copyright.
4293         Use ANSI definitions and prototypes.
4294         * intl/dcigettext.c: Switch to gettext copyright.
4295         Use ANSI definitions and prototypes.
4296         (INTDIV0_RAISES_SIGFPE): New define.
4297         Use gl_* locking primitives rather than __libc_* ones.
4298         Include eval-plural.h instead of plural-eval.c.
4299         Use __builtin_expect rather than __glibc_likely/unlikely.
4300         * intl/dcngettext.c: Switch to gettext copyright.
4301         Use ANSI definitions and prototypes.
4302         * intl/dgettext.c: Likewise.
4303         * intl/dngettext.c: Likewise.
4304         * intl/plural-eval.c: Renamed to...
4305         * intl/eval-plural.h: ...this.
4306         * intl/explodename.c: Switch to gettext copyright.
4307         Use ANSI definitions and prototypes.
4308         (_nl_explode_name): Use strchr instead of __rawmemchr.
4309         * intl/finddomain.c: Switch to gettext copyright.
4310         Use ANSI definitions and prototypes.
4311         Use gl_* locking primitives rather than __libc_* ones.
4312         (_nl_find_domain): Use malloc rather than alloca for
4313         allocation of temporary locale name.
4314         * intl/gettext.c: Switch to gettext copyright.
4315         Use ANSI definitions and prototypes.
4316         * intl/gettextP.h: Switch to gettext copyright.
4317         Use ANSI definitions and prototypes.
4318         Use gl_* locking primitives rather than __libc_* ones.
4319         * intl/gmo.h: Switch to gettext copyright.
4320         (struct sysdep_string): Move struct segment_pair outside of
4321         struct definition.
4322         * intl/hash-string.c: Use ANSI definitions and prototypes.
4323         * intl/hash-string.h: Switch to gettext copyright.
4324         Use ANSI definitions and prototypes.
4325         * intl/l10nflist.c: Switch to gettext copyright.
4326         Use ANSI definitions and prototypes.
4327         (_nl_normalize_codeset): Avoid integer overflow.
4328         * intl/loadinfo.h: Switch to gettext copyright.
4329         Use ANSI definitions and prototypes.
4330         (LIBINTL_DLL_EXPORTED): New define.
4331         (PATH_SEPARATOR): New define.
4332         * intl/loadmsgcat.c: Switch to gettext copyright.
4333         * intl/localealias.c: Switch to gettext copyright.
4334         Use ANSI definitions and prototypes.
4335         (_nl_expand_alias): Use PATH_SEPARATOR.
4336         * intl/ngettext.c: Switch to gettext copyright.
4337         Use ANSI definitions and prototypes.
4338         * intl/plural-exp.c: Likewise.
4339         * intl/plural-exp.h: Switch to gettext copyright.
4340         Use ANSI definitions and prototypes.
4341         (struct expression): Move definition of enum operator outside
4342         of struct definition.
4343         * intl/plural.c: Regenerate.
4344         * intl/plural.y: Switch to gettext copyright.
4345         Use ANSI definitions and prototypes.
4346         Port to bison 3.0.
4347         * intl/textdomain.c: Switch to gettext copyright.
4348         Use ANSI definitions and prototypes.
4349         Use gl_* locking primitives rather than __libc_* ones.
4351 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4353         * debug/warning-nop.c: Add used atrribute.
4355 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4357         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4359         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4360         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4361         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4363 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4364             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4366         [BZ #17634]
4367         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4368         Undefine after defining function.  Define as weak alias of
4369         __wcschr.  Use libc_hidden_weak.
4370         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4371         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4372         (libc_hidden_def): Also define __GI___wcschr alias.
4373         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4374         __wcschr and define as weak alias of __wcschr.
4375         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4376         __wcschr.
4377         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4378         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4379         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4380         libc_hidden_weak.  Do not use libc_hidden_def.
4381         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4382         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4383         __GI___wcschr alias.
4384         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4385         [IS_IN (libc)] (wcschr): Define as macro expanding to
4386         __redirect_wcschr.
4387         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4388         [IS_IN (libc)] (__wcschr_power6): Likewise.
4389         [IS_IN (libc)] (__wcschr_power7): Likewise.
4390         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4391         instead of wcschr.
4392         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4393         __libc_wcschr.
4394         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4395         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4396         __wcschr and define as weak alias of __wcschr.  Use
4397         libc_hidden_builtin_def.
4398         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4399         as weak alias of __wcschr.  Use libc_hidden_weak.
4400         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4401         wcschr.
4402         * time/era.c (_nl_init_era_entries): Likewise.
4403         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4404         variable.
4405         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4406         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4408 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4410         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4411         format for long int variable.
4413 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4415         [BZ #10672]
4416         * manual/search.texi: (Array Sort Function): Remove claim how to make
4417         qsort stable.
4419 2014-12-10  Andreas Schwab  <schwab@suse.de>
4421         [BZ #12847]
4422         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4423         user-controlled locks.
4425 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4427         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4428         register.
4430 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4432         * configure.ac (--disable-werror): New configure option.
4433         (enable_werror): New AC_SUBST.
4434         * configure: Regenerated.
4435         * config.make.in (enable-werror): New variable.
4436         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4437         -Wno-error=undef.
4438         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4439         * manual/install.texi (Configuring and compiling): Document
4440         --disable-werror.
4441         * INSTALL: Regenerated.
4442         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4443         (CFLAGS-tst-chk2.c): Likewise.
4444         (CFLAGS-tst-chk3.c): Likewise.
4445         (CFLAGS-tst-chk4.cc): Likewise.
4446         (CFLAGS-tst-chk5.cc): Likewise.
4447         (CFLAGS-tst-chk6.cc): Likewise.
4448         (CFLAGS-tst-lfschk1.c): Likewise.
4449         (CFLAGS-tst-lfschk2.c): Likewise.
4450         (CFLAGS-tst-lfschk3.c): Likewise.
4451         (CFLAGS-tst-lfschk4.cc): Likewise.
4452         (CFLAGS-tst-lfschk5.cc): Likewise.
4453         (CFLAGS-tst-lfschk6.cc): Likewise.
4455         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4456         (main): Disable -Wdeprecated-declarations around calls to
4457         register_printf_function.
4459         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4460         (do_test): Disable -Wdiv-by-zero around some calls to
4461         fwrite_unlocked and fread_unlocked.
4463         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4464         (DIAG_POP_NEEDS_COMMENT): Likewise.
4465         (_DIAG_STR1): Likewise.
4466         (_DIAG_STR): Likewise.
4467         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4468         * stdio-common/bug21.c: Include <libc-internal.h>.
4469         (do_test): Disable -Wformat around call to sscanf.
4470         * stdio-common/scanf14.c: Include <libc-internal.h>.
4471         (main): Disable -Wformat around some calls to scanf functions.
4473 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4475         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4477 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4479         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4480         stack variable alignment.
4482 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4484         [BZ #17682]
4485         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4486         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4487         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4488         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4489         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4490         __getrlimit instead of getrlimit.
4491         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4492         __gettimeofday instead of gettimeofday.
4493         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4494         Likewise.
4495         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4496         Likewise.
4497         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4498         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4499         Remove variable.
4500         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4501         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4503 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4505         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4506         for wide-character tests.
4508 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4510         * io/openat64.c: #include <libc-internal.h>
4511         (__openat64): Prototypify.  Use ignore_value on MODE.
4512         * io/openat.c: Likewise.
4513         * misc/reboot.c: #include <libc-internal.h>
4514         (reboot): Prototypify.  Use ignore_value on HOWTO.
4515         * misc/ptrace.c: #include <libc-internal.h>
4516         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4518 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4520         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4521         XPG4, UNIX98 and XOPEN2K.
4522         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4523         Remove variable.
4524         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4526 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4528         * libio/fileops.c: Use ISO C style for function definitions.
4529         * libio/iofopen.c: Likewise.
4530         * libio/wfileops.c: Likewise.
4532         [BZ #17653]
4533         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4534         offset on EOF.
4535         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4536         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4537         (fgets_func): Function pointer to fgets and fgetws.
4538         (do_ftell_test): Add test to verify ftell value after read
4539         EOF.
4540         (do_test): Set fgets_func.
4542         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4543         O_TRUNC flag for w and w+ modes.
4544         (do_rewind_test): Likewise.
4545         (do_ftell_test): Likewise.
4546         (do_write_test): Likewise.
4548         [BZ #17647]
4549         * libio/fileops.c (do_ftell): Seek only when there are
4550         unflushed writes.
4551         * libio/wfileops.c (do_ftell_wide): Likewise.
4552         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4553         test case.
4554         (do_one_test): Call it.
4556 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4558         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4559         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4560         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4561         Remove variable.
4562         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4563         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4564         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4566 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4568         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4569         Remove variable.
4570         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4572         [BZ #17668]
4573         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4574         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4575         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4576         __freeifaddrs.  Use libc_hidden_weak.
4577         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4578         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4579         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4580         __freeifaddrs.  Use libc_hidden_weak.
4581         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4582         __getifaddrs and define as weak alias of __getifaddrs.  Use
4583         libc_hidden_weak.
4584         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4585         __freeifaddrs.  Use libc_hidden_weak.
4586         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4587         Remove variable.
4588         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4589         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4591 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4593         [BZ #17601]
4594         * sysdeps/mips/start.S (__start): Use indirect jump to call
4595         __libc_start_main.
4597 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4599         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4601         * nptl/tst-mutex1.c: Include <stdbool.h>.
4602         [!ATTR] (ATTR_NULL): New macro.
4603         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4604         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4605         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4607         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4608         to char *.
4610         [BZ #17665]
4611         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4612         Change conditional to [__USE_MISC].
4614         [BZ #17664]
4615         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4616         fgets_unlocked.
4617         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4618         __fgets_unlocked.
4619         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4620         fgets_unlocked.
4621         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4622         Remove variable.
4623         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4624         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4625         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4626         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4627         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4628         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4629         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4630         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4631         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4633         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4635 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4637         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4638         Remove strpbrk objects.
4639         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4640         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4641         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4642         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4643         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4644         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4646         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4647         Remove strcspn objects.
4648         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4649         (__libc_ifunc_impl_list): Remove strcspn implementation.
4650         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4651         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4652         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4653         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4655         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4656         Remove strspn objetcs.
4657         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4658         (__libc_ifunc_impl_list): Remove strspn implementation.
4659         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4660         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4661         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4662         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4664 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4666         [BZ #17581]
4667         * malloc/hooks.c
4668         (mem2mem_check): Add a terminator to the chain of checking blocks.
4669         (malloc_check_get_size): Use it here.
4670         (mem2chunk_check): Ditto.
4672 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4674         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4675         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4677 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4679         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4681         * nptl/nptl-init.c: Include libc-internal.h.
4682         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4684         * elf/ldconfig.c (search_dir): Expand comment.
4686 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4688         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4689         variable.
4690         (linknamespace-symlist-stdlibs-tests): Likewise.
4691         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4692         instead of $(objpfx)symlist-stdlibs.
4693         (linknamespace-libs-isoc): New variable.
4694         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4695         (linknamespace-libs-ISO): New variable.
4696         (linknamespace-libs-ISO99): Likewise.
4697         (linknamespace-libs-ISO11): Likewise.
4698         (linknamespace-libs-XPG3): Likewise.
4699         (linknamespace-libs-XPG4): Likewise.
4700         (linknamespace-libs-POSIX): Likewise.
4701         (linknamespace-libs-UNIX98): Likewise.
4702         (linknamespace-libs-XOPEN2K): Likewise.
4703         (linknamespace-libs-POSIX2008): Likewise.
4704         (linknamespace-libs-XOPEN2K8): Likewise.
4705         ($(objpfx)symlist-stdlibs): Replace by
4706         $(linknamespace-symlist-stdlibs-tests).  Use
4707         $(linknamespace-libs-$*) as set of libraries.
4708         ($(linknamespace-header-tests)): Update dependencies.  Use
4709         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4710         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4711         * conform/linknamespace.pl: Remove comment about considering
4712         definitions of symbols from irrelevant libraries.
4714 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4716         [BZ #13862]
4717         * elf/dl-tls.c: Include <atomic.h>.
4718         (oom): Remove #ifdef SHARED/#endif.
4719         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4720         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4721         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4722         big enough.
4723         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4724         * nptl/Makefile (tests): Add tst-stack4.
4725         (modules-names): Add tst-stack4mod.
4726         ($(objpfx)tst-stack4): New.
4727         (tst-stack4mod.sos): Likewise.
4728         ($(objpfx)tst-stack4.out): Likewise.
4729         ($(tst-stack4mod.sos)): Likewise.
4730         (clean): Likewise.
4731         * nptl/tst-stack4.c: New file.
4732         * nptl/tst-stack4mod.c: Likewise.
4734 2014-11-27  J. Brown  <jb999@gmx.de>
4736         * sysdeps/x86/bits/string.h: Add recent CPUs.
4738 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4740         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4741         sigblock.
4743         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4744         feof.
4746         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4747         variable.
4749 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4751         * nscd/connections.c: Include libc-internal.h because of macro
4752         usage ignore_value.
4754 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4756         * string/bits/string3.h (__warn_memset_zero_len): Don't
4757         declare for gcc newer than 5.0.
4758         (memset): Don't test for zero-length __LEN for gcc newer than
4759         5.0.
4761 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4763         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4764         size_t for %zu format.
4766         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4767         difference, not %ju.
4769 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4771         * include/libc-internal.h (ignore_value): New macro.
4772         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4773         with ignore_value.
4775         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4776         definition.
4778         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4779         pthread_cleanup_push to void *.
4781         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4782         Undefine.
4784         [BZ #16619]
4785         [BZ #16740]
4786         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4787         instead of 1L << 52.
4789         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4790         * libio/bug-rewind2.c (do_test): Likewise.
4792         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4793         * debug/test-strcpy_chk-ifunc.c: Likewise.
4794         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4795         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4796         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4797         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4798         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4799         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4800         * Rules [$(multi-arch) = no] (tests): Do not filter out
4801         $(tests-ifunc).
4802         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4803         * debug/Makefile (tests-ifunc): Remove variable.
4804         (tests): Do not add $(tests-ifunc).
4805         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4806         (tests): Do not add $(tests-ifunc).
4807         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4808         [TEST_IFUNC]: Remove conditionals.
4809         * string/test-string.h (TEST_IFUNC): Remove macro.
4810         [TEST_IFUNC]: Remove conditionals.
4812         * string/test-strchr.c [!WIDE] (L): New macro.
4813         [WIDE] (L): Likewise.
4814         (check1): Use CHAR instead of char.  Use L on string and character
4815         constants.
4817 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4819         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4820         tests.
4821         * sysdeps/powerpc/bits/atomic.h
4822         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4823         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4824         (atomic_exchange_and_add_acq): Likewise.
4825         (atomic_exchange_and_add_rel): Likewise.
4826         * sysdeps/powerpc/powerpc32/bits/atomic.h
4827         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4828         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4829         * sysdeps/powerpc/powerpc64/bits/atomic.h
4830         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4831         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4833 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4835         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4836         Change synchronization of __sched_fifo_min_prio and
4837         __sched_fifo_max_prio.
4838         * nptl/pthread_mutexattr_getprioceiling.c
4839         (pthread_mutexattr_getprioceiling): Likewise.
4840         * nptl/pthread_mutexattr_setprioceiling.c
4841         (pthread_mutexattr_setprioceiling): Likewise.
4842         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4843         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4844         Likewise.
4846 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4848         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4849         void.
4851 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4853         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4854         third argument const.
4856 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4858         fnmatch: work around GCC compiler warning bug with uninit var
4859         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4860         This works around a bug with x86-64 GCC 4.9.2 and earlier
4861         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4862         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4863         used uninitialized in this function [-Wmaybe-uninitialized]".
4865 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4867         * posix/bug-regex31.c (main): Return RES not 0.
4869 2014-11-25  Anton Blanchard <anton@samba.org>
4871         * sysdeps/powerpc/bits/atomic.h
4872         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4874 2014-11-24  Sterling Augustine  <saugustine@google.com>
4876         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4878 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4880         [BZ #17608]
4881         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4883 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4885         [BZ #17633]
4886         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4887         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4888         variable.
4889         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4890         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4892 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4894         * string/strncpy.c (strncpy): Improve performance by using memset.
4896 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4898         * string/strcpy.c (strcpy):
4899         Improve performance by using strlen and memcpy.
4901 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4903         * string/strcoll_l.c (get_next_seq): __always_inline.
4904         * string/strcoll_l.c (do_compare): __always_inline.
4906 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4908         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4909         defined.
4910         * include/mqueue.h: Likewise.
4911         * include/stdlib.h: Likewise.
4913         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4914         (get_null_defines): Adjust.
4915         * sunrpc/Makefile: Adjust comment.
4916         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4917         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4918         (CFLAGS-interp.c): Likewise.
4919         (CFLAGS-ldconfig.c): Likewise.
4920         (CPPFLAGS-.os): Likewise.
4921         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4922         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4923         * extra-modules.mk (extra-modules.mk): Likewise.
4924         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4925         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4926         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4927         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4928         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4929         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4930         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4931         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4932         * iconvdata/Makefile (CPPFLAGS): Likewise.
4933         (cpp-srcs-left): Add libof for all iconvdata routines.
4934         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4935         * include/assert.h: Likewise.
4936         * include/ctype.h: Likewise.
4937         * include/errno.h: Likewise.
4938         * include/libc-symbols.h: Likewise.
4939         * include/math.h: Likewise.
4940         * include/netdb.h: Likewise.
4941         * include/resolv.h: Likewise.
4942         * include/stdio.h: Likewise.
4943         * include/stdlib.h: Likewise.
4944         * include/string.h: Likewise.
4945         * include/sys/stat.h: Likewise.
4946         * include/wctype.h: Likewise.
4947         * intl/l10nflist.c: Likewise.
4948         * libidn/idn-stub.c: Likewise.
4949         * libio/libioP.h: Likewise.
4950         * nptl/libc_multiple_threads.c: Likewise.
4951         * nptl/pthreadP.h: Likewise.
4952         * posix/regex_internal.h: Likewise.
4953         * resolv/res_hconf.c: Likewise.
4954         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4955         * sysdeps/arm/memmove.S: Likewise.
4956         * sysdeps/arm/sysdep.h: Likewise.
4957         * sysdeps/generic/_itoa.h: Likewise.
4958         * sysdeps/generic/symbol-hacks.h: Likewise.
4959         * sysdeps/gnu/errlist.awk: Likewise.
4960         * sysdeps/gnu/errlist.c: Likewise.
4961         * sysdeps/i386/i586/memcpy.S: Likewise.
4962         * sysdeps/i386/i586/memset.S: Likewise.
4963         * sysdeps/i386/i686/memcpy.S: Likewise.
4964         * sysdeps/i386/i686/memmove.S: Likewise.
4965         * sysdeps/i386/i686/mempcpy.S: Likewise.
4966         * sysdeps/i386/i686/memset.S: Likewise.
4967         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4968         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4969         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4970         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4971         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4972         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4973         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4974         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4975         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4976         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4977         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4978         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4979         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4980         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4981         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4982         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4983         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4984         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4985         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4986         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4987         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4988         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4989         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4990         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4991         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4992         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4993         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4994         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4995         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4996         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4997         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4998         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4999         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5000         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5001         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5002         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5003         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5004         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5005         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5006         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5007         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5008         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5009         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5010         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5011         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5012         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5013         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5014         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5015         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5016         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5017         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5018         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5019         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5020         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5021         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5022         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5023         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5024         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5025         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5026         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5027         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5028         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5029         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5030         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5031         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5032         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5033         * sysdeps/posix/closedir.c: Likewise.
5034         * sysdeps/posix/opendir.c: Likewise.
5035         * sysdeps/posix/readdir.c: Likewise.
5036         * sysdeps/posix/rewinddir.c: Likewise.
5037         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5038         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5039         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5040         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5041         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5042         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5043         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5044         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5045         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5046         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5047         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5048         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5049         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5050         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5051         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5052         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5053         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5054         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5055         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5056         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5057         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5058         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5059         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5060         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5061         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5062         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5063         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5064         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5065         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5066         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5067         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5068         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5069         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5070         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5071         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5072         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5073         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5074         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5075         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5076         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5077         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5078         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5079         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5080         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5081         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5082         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5083         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5084         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5085         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5086         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5087         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5088         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5089         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5090         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5091         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5092         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5093         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5094         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5095         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5096         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5097         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5098         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5099         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5100         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5101         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5102         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5103         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5104         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5105         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5106         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5107         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5108         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5109         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5110         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5111         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5112         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5113         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5114         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5115         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5116         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5117         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5118         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5119         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5120         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5121         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5122         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5123         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5124         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5125         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5126         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5127         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5128         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5129         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5130         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5131         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5132         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5133         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5134         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5135         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5136         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5137         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5138         * sysdeps/unix/alpha/sysdep.S: Likewise.
5139         * sysdeps/unix/alpha/sysdep.h: Likewise.
5140         * sysdeps/unix/make-syscalls.sh: Likewise.
5141         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5142         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5143         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5144         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5145         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5146         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5147         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5148         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5149         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5150         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5151         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5152         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5153         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5154         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5155         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5156         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5157         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5158         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5159         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5160         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5161         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5162         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5163         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5164         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5165         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5166         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5167         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5170         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5171         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5172         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5173         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5174         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5175         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5176         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5177         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5178         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5179         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5180         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5181         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5182         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5183         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5184         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5185         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5186         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5187         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5188         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5189         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5190         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5191         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5192         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5193         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5194         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5195         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5196         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5197         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5198         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5199         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5200         * sysdeps/x86_64/memcpy.S: Likewise.
5201         * sysdeps/x86_64/memmove.c: Likewise.
5202         * sysdeps/x86_64/memset.S: Likewise.
5203         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5204         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5205         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5206         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5207         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5208         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5209         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5210         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5211         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5212         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5213         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5214         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5215         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5216         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5217         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5218         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5219         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5220         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5221         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5222         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5223         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5224         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5225         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5226         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5227         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5228         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5229         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5230         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5231         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5232         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5233         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5234         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5235         * sysdeps/x86_64/strcmp.S: Likewise.
5237         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5239         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5240         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5241         * elf/rtld-Rules: Likewise.
5242         * elf/setup-vdso.h: Likewise.
5243         * include/assert.h: Likewise.
5244         * include/bits/stdlib-float.h: Likewise.
5245         * include/errno.h: Likewise.
5246         * include/sys/stat.h: Likewise.
5247         * include/unistd.h: Likewise.
5248         * sysdeps/aarch64/setjmp.S: Likewise.
5249         * sysdeps/alpha/setjmp.S: Likewise.
5250         * sysdeps/arm/__longjmp.S: Likewise.
5251         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5252         * sysdeps/arm/setjmp.S: Likewise.
5253         * sysdeps/arm/sysdep.h: Likewise.
5254         * sysdeps/generic/_itoa.h: Likewise.
5255         * sysdeps/generic/dl-sysdep.h: Likewise.
5256         * sysdeps/generic/ldsodefs.h: Likewise.
5257         * sysdeps/i386/dl-tls.h: Likewise.
5258         * sysdeps/i386/setjmp.S: Likewise.
5259         * sysdeps/m68k/setjmp.c: Likewise.
5260         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5261         * sysdeps/mach/hurd/opendir.c: Likewise.
5262         * sysdeps/posix/getcwd.c: Likewise.
5263         * sysdeps/posix/opendir.c: Likewise.
5264         * sysdeps/posix/profil.c: Likewise.
5265         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5266         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5267         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5268         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5269         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5270         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5271         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5272         * sysdeps/s390/dl-tls.h: Likewise.
5273         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5274         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5275         * sysdeps/sh/sh3/setjmp.S: Likewise.
5276         * sysdeps/sh/sh4/setjmp.S: Likewise.
5277         * sysdeps/unix/alpha/sysdep.h: Likewise.
5278         * sysdeps/unix/arm/sysdep.S: Likewise.
5279         * sysdeps/unix/i386/sysdep.S: Likewise.
5280         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5281         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5282         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5283         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5284         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5285         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5286         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5287         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5288         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5289         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5290         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5291         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5292         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5295         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5296         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5297         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5298         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5299         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5300         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5301         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5302         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5303         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5304         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5305         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5306         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5307         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5308         * sysdeps/x86_64/setjmp.S: Likewise.
5310         * include/math.h: Use IS_IN instead of IS_IN_libm.
5311         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5312         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5313         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5314         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5315         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5316         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5317         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5318         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5319         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5320         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5321         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5322         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5323         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5324         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5325         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5326         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5327         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5328         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5329         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5330         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5331         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5332         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5333         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5334         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5335         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5336         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5337         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5338         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5339         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5340         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5341         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5342         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5343         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5345         Likewise.
5346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5347         Likewise.
5348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5349         Likewise.
5350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5351         Likewise.
5352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5353         Likewise.
5354         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5355         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5356         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5357         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5358         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5359         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5365         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5366         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5367         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5368         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5369         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5370         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5371         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5372         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5373         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5374         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5375         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5376         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5377         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5378         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5379         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5380         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5382         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5383         * nptl/pthreadP.h: Likewise.
5384         * nptl_db/structs.def: Likewise.
5385         * sysdeps/arm/sysdep.h: Likewise.
5386         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5387         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5388         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5389         * sysdeps/unix/alpha/sysdep.h: Likewise.
5390         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5391         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5392         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5393         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5394         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5395         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5396         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5397         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5398         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5399         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5400         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5401         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5402         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5403         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5406         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5407         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5408         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5409         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5410         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5411         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5412         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5413         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5414         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5415         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5417         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5418         * nptl/pthreadP.h: Likewise.
5419         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5420         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5421         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5422         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5423         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5424         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5425         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5426         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5427         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5428         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5429         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5430         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5432         Likewise.
5433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5434         Likewise.
5435         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5436         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5437         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5438         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5439         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5440         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5441         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5442         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5444         * dlfcn/dladdr.c: Use IS_IN.
5445         * dlfcn/dladdr1.c: Likewise.
5446         * dlfcn/dlclose.c: Likewise.
5447         * dlfcn/dlerror.c: Likewise.
5448         * dlfcn/dlinfo.c: Likewise.
5449         * dlfcn/dlmopen.c: Likewise.
5450         * dlfcn/dlopen.c: Likewise.
5451         * dlfcn/dlsym.c: Likewise.
5452         * dlfcn/dlvsym.c: Likewise.
5454         * include/ifaddrs.h: Use IS_IN.
5455         * inet/check_pf.c: Likewise.
5456         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5457         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5459         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5460         IS_IN_ldconfig.
5461         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5462         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5464         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5465         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5466         IS_IN (libc).
5468         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5470         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5471         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5472         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5473         * include/libc-symbols.h (IS_IN_LIB): New macro.
5474         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5475         * include/netdb.h: Likewise.
5476         * include/stap-probe.h: Remove all uses of IN_LIB.
5478         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5479         instead of IN_MODULE.
5480         * include/libc-symbols.h (IN_MODULE): Define using
5481         MODULE_NAME.
5482         (PASTE_NAME, PASTE_NAME1): New macros.
5483         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5484         of IN_LIB.
5485         (STAP_PROBE_ASM): Likewise.
5487 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5489         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5490         __mach_init in dlopened libc.
5492 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5494         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5495         * sysdeps/arm/preconfigure: Regenerate.
5497 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5499         * nptl/pthread_create.c (__pthread_create_2_1): Set
5500         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5501         when copying values from IATTR into PD.
5503 2014-11-21  Will Newton  <will.newton@linaro.org>
5504             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5506         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5507         Refactor inline-asm.  Also add comment.
5509         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5510         ElfW macro instead of hardcoded Elf64 types.
5511         (la_aarch64_gnu_pltenter): Likewise.
5512         * sysdeps/aarch64/dl-machine.h
5513         (elf_machine_runtime_setup): Use ElfW(Addr).
5515         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5516         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5517         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5518         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5519         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5520         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5521         (R_AARCH64_TLS_DTPMOD): This.
5522         (R_AARCH64_TLS_DTPREL64): Rename to ...
5523         (R_AARCH64_TLS_DTPREL): This.
5524         (R_AARCH64_TLS_TPREL64): Rename to ...
5525         (R_AARCH64_TLS_TPREL): This.
5526         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5527         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5528         R_AARCH64_TLS_TPREL64.
5529         (elf_machine_rela): Likewise.
5531 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5533         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5534         by setting it to 0.  64b atomics are not supported currently.
5536 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5538         [BZ #16469]
5539         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5540         search domain names.
5542 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5544         [BZ #16469]
5545         * NEWS: Update.
5546         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5547         trailing dot.
5548         * posix/tst-getaddrinfo5.c: New.
5549         * posix/Makefile (tests): Add it.
5551 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5553         [BZ #14498]
5554         * NEWS: Fixed.
5555         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5556         after parsing line but before break_if_match.
5557         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5558         if there is a protocol mismatch.
5560 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5562         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5563         because the potential race is on the user-supplied stream.
5565 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5567         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5568         string literal if not passed a buffer.
5569         * manual/job.texi (ctermid): Update reasoning, note deviation
5570         from posix, suggest mtasurace when not passed a buffer, for
5571         future non-preliminary safety notes.
5573 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5575         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5576         of not passing it a buffer.
5577         Reported by Peng Haitao.
5579 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5581         * manual/Makefile ($(objpfx)stamp-summary): Require
5582         check-safety.sh to pass.
5583         * manual/check-safety.sh: Wish for verification that every
5584         @deftypefn and @deftypefun is followed by a @safety remark.
5586 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5588         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5590         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5591         PTHREAD_CANCEL_ASYNCHRONOUS.
5592         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5593         send SIGCANCEL.
5595         * nptl/default-sched.h: New file.
5596         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5597         * nptl/pthread_create.c: Include it.
5598         (__pthread_create_2_1): Use collect_default_sched instead of making
5599         Linux syscalls here directly.
5601 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5603         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5604         __pthread_once): Use C11 atomics.
5606 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5608         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5610 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5612         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5613         atomic_thread_fence_acquire, atomic_thread_fence_release,
5614         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5615         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5616         atomic_compare_exchange_weak_relaxed,
5617         atomic_compare_exchange_weak_acquire,
5618         atomic_compare_exchange_weak_release,
5619         atomic_exchange_acquire, atomic_exchange_release,
5620         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5621         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5622         atomic_fetch_and_acquire,
5623         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5625 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5627         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5628         USE_ATOMIC_COMPILER_BUILTINS): Define.
5629         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5630         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5631         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5632         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5633         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5634         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5635         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5636         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5637         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5638         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5639         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5640         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5641         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5642         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5643         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5644         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5645         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5646         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5647         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5648         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5649         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5650         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5651         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5652         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5653         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5654         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5655         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5656         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5657         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5658         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5659         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5660         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5661         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5662         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5663         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5664         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5665         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5666         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5667         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5668         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5670 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5672         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5673         the sched_priority value here.  It was already checked when the user
5674         called pthread_attr_setschedparam.
5676         * nptl/tst-bad-schedattr.c: New file.
5677         * nptl/Makefile (tests): Add it.
5679 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5680             Florian Weimer  <fweimer@redhat.com>
5681             Joseph Myers  <joseph@codesourcery.com>
5682             Adam Conrad  <adconrad@0c3.net>
5683             Andreas Schwab  <schwab@suse.de>
5684             Brooks  <bmoses@google.com>
5686         [BZ #17625]
5687         * wordexp-test.c (__dso_handle): Add prototype.
5688         (__register_atfork): Likewise.
5689         (__app_register_atfork): New function.
5690         (registered_forks): New global.
5691         (register_fork): New function.
5692         (test_case): Add 3 new tests for WRDE_CMDSUB.
5693         (main): Call __app_register_atfork.
5694         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5695         fork count is non-zero fail the test.
5696         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5697         is set.
5698         (parse_dollars): Remove check for WRDE_NOCMD.
5699         (parse_dquote): Likewise.
5701 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5703         * Makeconfig (built-modules): List non-library modules to be
5704         built.
5705         (module-cppflags): Include libc-modules.h for
5706         everything except shlib-versions.v.i.
5707         (CPPFLAGS): Use it.
5708         (before-compile): Add libc-modules.h.
5709         ($(common-objpfx)libc-modules.h,
5710         $(common-objpfx)libc-modules.stmp): New targets.
5711         (common-generated): Add libc-modules.h and libc-modules.stmp.
5712         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5713         * include/libc-symbols.h: Don't include libc-modules.h.
5714         * include/libc-modules.h: Remove file.
5715         * scripts/gen-libc-modules.awk: New script to generate
5716         libc-modules.h.
5717         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5718         Depend on libc-modules.stmp.
5720         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5722         * Makeconfig (in-module): Get value of libof set for the
5723         translation unit.
5724         (CPPFLAGS): Use $(in-module).
5725         * Makerules: Don't suffix routine names for nonlib.
5726         * include/libc-modules.h: New file.
5727         * include/libc-symbols.h: Include libc-modules.h
5728         (IS_IN): New macro to replace IS_IN_* macros.
5729         * elf/Makefile: Set libof-* for each routine.
5730         * elf/rtld-Rules: Likewise.
5731         * extra-modules.mk: Likewise.
5732         * iconv/Makefile: Likewise.
5733         * iconvdata/Makefile: Likewise.
5734         * locale/Makefile: Likewise.
5735         * malloc/Makefile: Likewise.
5736         * nss/Makefile: Likewise.
5737         * sysdeps/gnu/Makefile: Likewise.
5738         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5739         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5740         * sysdeps/s390/s390-64/Makefile: Likewise.
5741         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5742         CPPFLAGS for nscd instead of nonlib.
5744 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5746         * nptl/createthread.c: New file.
5748         * nptl/createthread.c: Moved ...
5749         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5751         * nptl/createthread.c: Add proper top-line comment.
5752         (do_clone): Folded into ...
5753         (create_thread): ... here.  Take new arguments STOPPED_START and
5754         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5755         increment __nptl_threads, do event-reporting logic, do
5756         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5757         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5758         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5759         just send SIGCANCEL.
5760         * nptl/pthread_create.c: Forward-declare create_thread before
5761         including createthread.c.
5762         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5763         declaration, and new macro START_THREAD_SELF to replace argument.
5764         Remove return statement.
5765         (report_thread_creation): New function.
5766         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5767         synchronization logic, and __nptl_nthreads increment here, around
5768         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5769         PD->parent_cancelhandling here, before create_thread.  When
5770         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5771         __deallocate_stack, and ENOMEM translation here.
5773 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5775         [BZ #17616]
5776         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5777         (mptwo): Rename to __mptwo.
5778         (__inv): Use __mptwo instead of mptwo.
5779         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5780         (mptwo): Rename to __mptwo.
5781         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5782         of mpone and __mptwo instead of mptwo.
5783         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5784         instead of mpone.
5785         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5786         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5787         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5788         of mpone and __mptwo instead of mptwo.
5789         (__mpranred): Use __mpone instead of mpone.
5790         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5791         variable.
5792         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5793         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5794         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5795         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5796         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5797         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5798         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5799         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5800         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5801         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5802         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5803         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5804         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5805         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5806         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5807         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5808         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5809         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5810         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5812 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5814         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5815         replace BSD Handler xref with BSD Signal Handling.
5817 2014-11-17  Richard Henderson  <rth@redhat.com>
5819         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5820         (_FP_PACK_RAW_2): Remove.
5821         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5822         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5823         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5824         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5825         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5826         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5827         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5828         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5829         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5830         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5831         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5832         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5833         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5834         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5835         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5836         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5838 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5840         * signal/signal.h [__USE_MISC]
5841         (struct sigvec): Remove type.
5842         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5843         (sigvec): Remove declaration.
5844         * sysdeps/posix/sigvec.c: Moved ...
5845         * signal/sigvec.c: ... here, replacing old file.
5846         (struct sigvec): New type, copied from old signal.h definition.
5847         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5848         (__sigvec): Convert definition to prototype.
5849         (sigvec): Replace weak_alias with compat_symbol.
5850         * signal/Versions (libc: GLIBC_2.21): New version set.
5851         * include/signal.h: Remove __sigvec declaration.
5852         * sysdeps/unix/bsd/sigvec.c: Remove file.
5853         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5854         * manual/signal.texi (BSD Handler): Remove subsection.
5855         Move siginterrupt up to ...
5856         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5857         (Blocking in BSD): Fold subsection into its parent.
5858         * NEWS: Mention sigvec removal.
5860 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5862         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5863         (DLA_FMS): Make definition conditional only on [__FMA4__].
5864         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5865         definition.
5867         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5868         Make definition conditional only on [PROF].
5869         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5870         definition.
5871         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5872         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5874         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5875         !__GNUC__].
5876         * include/signal.h (__sigpause): Move declaration above call to
5877         libc_hidden_proto.
5878         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5879         variable.
5880         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5881         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5883 2014-11-14  David S. Miller  <davem@davemloft.net>
5885         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5886         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5888 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5890         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5891         * configure: Regenerated.
5892         * manual/install.texi (Tools for Compilation): Document a
5893         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5894         compiler verified to work.
5895         * INSTALL: Regenerated.
5897         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5898         redeclare with asm name.
5899         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5900         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5901         including <string.h>.
5902         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5903         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5904         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5905         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5906         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5907         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5908         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5910 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5912         * stdlib/strtol.c (__strtol): Use prototype definition.
5914         [BZ #17594]
5915         * stdlib/strtol.c (SYM__): New macro.
5916         (SYM__1): Likewise.
5917         (__strtol): Likewise.
5918         (strtol): Rename to __strtol and define as weak alias of
5919         __strtol.  Use libc_hidden_weak.
5921 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5923         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5924         Use numbered labels in inline assembly.
5926 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5928         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5929         Add setjmp LIBC_PROBE.
5930         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5931         Likewise.
5932         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5933         Add longjmp, longjmp_target LIBC_PROBE.
5934         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5935         Likewise.
5937 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5939         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5940         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5941         to get rid of unused variable warning.
5943 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5945         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5946         Check for unwind_backtrace ==  NULL only in SHARED case.
5947         (__backchain_backtrace): Compile only in SHARED case.
5948         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5949         Likewise.
5950         (__backchain_backtrace): Declare as static.
5952 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5954         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5955         (__libc_multiple_threads_ptr): Variable moved ...
5956         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5958 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5960         * conform/GlibcConform.pm: New file.
5961         * conform/conformtest.pl: Use GlibcConform module.
5962         * conform/linknamespace.pl: New file.
5963         * conform/list-header-symbols.pl: Likewise.
5964         * conform/Makefile (linknamespace-symlists-base): New variable.
5965         (linknamespace-symlists-tests): Likewise.
5966         (linknamespace-header-base): Likewise.
5967         (linknamespace-header-tests): Likewise.
5968         (tests-special): Add new tests.
5969         ($(linknamespace-symlists-tests)): New rule.
5970         (linknamespace-libs): New variable.
5971         ($(objpfx)symlist-stdlibs): New rule.
5972         ($(linknamespace-header-tests)): Likewise.
5973         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5974         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5975         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5976         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5977         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5978         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5979         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5980         (test-xfail-ISO/math.h/linknamespace): Likewise.
5981         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5982         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5983         (test-xfail-ISO/time.h/linknamespace): Likewise.
5984         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5985         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5986         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5987         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5988         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5989         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5990         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5991         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5992         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5993         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5994         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5995         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5996         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5997         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5998         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5999         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6000         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6001         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6002         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6003         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6004         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6005         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6006         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6007         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6008         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6009         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6010         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6011         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6012         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6013         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6014         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6015         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6016         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6017         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6018         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6019         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6020         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6021         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6022         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6023         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6024         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6025         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6026         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6027         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6028         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6029         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6030         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6031         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6032         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6033         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6034         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6035         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6036         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6037         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6038         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6039         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6040         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6041         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6042         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6043         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6044         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6045         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6046         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6047         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6048         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6049         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6050         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6051         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6052         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6053         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6054         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6055         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6056         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6057         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6058         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6059         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6060         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6061         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6062         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6063         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6064         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6065         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6066         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6067         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6068         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6069         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6070         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6071         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6072         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6073         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6074         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6075         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6076         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6077         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6078         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6079         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6080         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6081         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6082         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6083         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6084         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6085         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6086         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6087         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6088         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6089         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6090         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6091         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6092         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6093         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6094         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6095         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6096         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6097         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6098         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6099         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6100         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6101         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6102         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6103         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6104         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6105         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6106         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6107         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6108         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6109         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6110         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6111         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6112         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6113         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6114         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6115         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6116         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6117         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6118         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6119         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6120         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6121         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6122         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6123         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6124         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6125         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6126         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6127         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6128         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6129         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6130         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6131         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6132         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6133         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6135         [BZ #17589]
6136         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6137         of fgets_unlocked.
6139         [BZ #17585]
6140         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6141         (memmem): Rename to __memmem and define as weak alias of
6142         __memmem.  Use libc_hidden_weak.
6143         (__memmem): Use libc_hidden_def.
6144         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6145         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6146         memmem.
6148         [BZ #17582]
6149         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6150         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6151         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6152         and define as weak alias of __fgets_unlocked.  Use
6153         libc_hidden_weak.
6154         (__fgets_unlocked): Use libc_hidden_def.
6155         * include/stdio.h (__fgets_unlocked): Declare.  Use
6156         libc_hidden_proto.
6157         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6158         __fgets_unlocked instead of fgets_unlocked.
6159         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6160         (GET_NPROCS_CONF_PARSER): Likewise.
6161         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6162         (GET_NPROCS_CONF_PARSER): Likewise.
6164         [BZ #17574]
6165         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6166         weak alias of __wmemset.  Use libc_hidden_weak.
6167         (__wmemset): Use libc_hidden_def.
6168         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6169         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6170         of wmemset.
6172         [BZ #17573]
6173         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6174         with asm name __mempcpy.
6175         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6177         [BZ #17572]
6178         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6179         and define as weak alias of __rawmemchr.
6180         (__rawmemchr): Do not define as strong alias of rawmemchr.
6182         [BZ #17571]
6183         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6184         alias of __qsort_r.
6185         (qsort): Call __qsort_r instead of qsort_r.
6186         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6187         (__qsort_r): Declare.  Call libc_hidden_proto.
6188         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6189         instead of qsort_r.
6190         * nscd/gai.c (__qsort_r): Define to qsort_r.
6191         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6192         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6193         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6195         [BZ #17570]
6196         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6197         define as weak alias of __malloc_info.
6199         [BZ #17584]
6200         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6201         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6202         (__rewinddir): Use libc_hidden_def.
6203         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6204         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6205         (__rewinddir): Use libc_hidden_def.
6206         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6207         weak alias of __rewinddir.  Don't use libc_hidden_def.
6208         (__rewinddir): Use libc_hidden_def.
6209         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6210         (__rewinddir): Use libc_hidden_proto.
6211         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6212         rewinddir.
6213         (__getcwd): Use __rewinddir instead of rewinddir.
6215         [BZ #17583]
6216         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6217         alias of __fileno.  Use libc_hidden_weak.
6218         (__fileno): Use libc_hidden_def.
6219         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6220         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6221         alias of __ftello.
6222         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6223         __ftello.
6224         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6225         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6226         libc_hidden_def.
6227         (fread_unlocked): Don't use libc_hidden_ver.
6228         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6229         and define as weak alias of __fread_unlocked.  Don't use
6230         libc_hidden_def.
6231         (__fread_unlocked): Use libc_hidden_def.
6232         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6233         (ftello): Don't use libc_hidden_proto.
6234         (__ftello): Declare.  Use libc_hidden_proto.
6235         (fread_unlocked): Don't use libc_hidden_proto.
6236         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6237         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6238         and __ftello instead of fileno, fread_unlocked and ftello.
6240 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6242         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6243         GOT12.
6244         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6245         Likewise.
6246         (_dl_start_user): Likewise.
6247         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6249 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6250             Siddhesh Poyarekar  <siddhesh@redhat.com>
6252         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6253         Move argv and envp down instead of moving argc up.
6254         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6256 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6258         [BZ #17506]
6259         * test-skeleton.c (main): Return successful if one of
6260         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6261         * string/tst-strcoll-overflow.c: Define expected status.
6263 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6265         [BZ #17475]
6266         * locale/iso-639.def: Define Bhili and Tulu language codes.
6268 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6270         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6272 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6274         [BZ #17555]
6275         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6277 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6279         * configure.ac: Updated check of minimal required version to
6280         2.22.
6281         * manual/install.texi (Tools for Compilation): Updated version
6282         number.
6283         * configure: Regenerated.
6284         * INSTALL: Likewise.
6286 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6288         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6289         __tls_get_addr.
6291 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6293         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6294         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6295         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6296         libc_hidden_weak.
6297         (waitpid): Define as alias of __waitpid.
6298         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6299         __waitpid.
6300         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6301         libc_hidden_weak.
6302         (waitpid): Define as alias of __waitpid.
6303         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6304         __libc_waitpid alias.
6305         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6306         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6307         Likewise.
6308         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6309         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6310         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6311         alias.
6312         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6313         __waitpid.
6314         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6315         libc_hidden_weak.
6316         (waitpid): Define as alias of __waitpid.
6318 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6320         * manual/llio.texi: Add comment that write safety has been
6321         fixed in Linux.
6323         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6324         (localplt-build-dso): Add elf/ld.so.
6325         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6326         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6327         and free for ld.so.
6328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6329         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6331         Likewise.
6332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6333         Likewise.
6334         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6335         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6336         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6337         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6338         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6339         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6340         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6341         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6342         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6343         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6344         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6346 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6348         [BZ #14132]
6349         * include/libc-symbols.h (INTUSE): Remove macro.
6350         (INTDEF): Likewise.
6351         (INTVARDEF): Likewise.
6352         (_INTVARDEF): Likewise.
6353         (INTDEF2): Likewise.
6354         (INTVARDEF2): Likewise.
6355         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6356         rtld_hidden_def instead of INTVARDEF.
6357         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6358         (_dl_starting_up_internal): Remove declaration.
6359         (_dl_starting_up): Use rtld_hidden_proto.
6360         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6361         declaration.
6362         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6363         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6364         _dl_starting_up.
6365         * elf/dl-writev.h (_dl_writev): Likewise.
6366         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6367         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6368         _dl_starting_up_internal.
6370 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6372         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6373         test-skeleton.c.
6375 2014-11-05  Will Newton  <will.newton@linaro.org>
6377         * benchtests/Makefile: (bench-malloc): Add malloc thread
6378         scalability benchmark.
6379         * benchtests/bench-malloc-threads.c: New file.
6381 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6383         * sysdeps/aarch64/strchrnul.S: New file.
6385 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6387         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6388         definition.
6389         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6390         Likwise.
6391         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6392         Likewise.
6393         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6394         Likewise.
6395         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6396         Likewise.
6397         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6398         Likewise.
6400 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6402         * catgets/test-gencat.c: Use test-skeleton.c.
6403         * catgets/tst-catgets.c: Likewise.
6404         * csu/tst-empty.c: Likewise.
6405         * elf/tst-audit2.c: Likewise.
6406         * elf/tst-global1.c: Likewise.
6407         * elf/tst-pathopt.c: Likewise.
6408         * elf/tst-piemod1.c: Likewise.
6409         * elf/tst-tls10.c: Likewise.
6410         * elf/tst-tls11.c: Likewise.
6411         * elf/tst-tls12.c: Likewise.
6412         * gnulib/tst-gcc.c: Likewise.
6413         * iconvdata/tst-e2big.c: Likewise.
6414         * iconvdata/tst-loading.c: Likewise.
6415         * iconv/tst-iconv1.c: Likewise.
6416         * iconv/tst-iconv2.c: Likewise.
6417         * inet/test-inet6_opt.c: Likewise.
6418         * inet/tst-gethnm.c: Likewise.
6419         * inet/tst-network.c: Likewise.
6420         * inet/tst-ntoa.c: Likewise.
6421         * intl/tst-codeset.c: Likewise.
6422         * intl/tst-gettext2.c: Likewise.
6423         * intl/tst-gettext3.c: Likewise.
6424         * intl/tst-ngettext.c: Likewise.
6425         * intl/tst-translit.c: Likewise.
6426         * io/test-stat.c: Likewise.
6427         * libio/test-fmemopen.c: Likewise.
6428         * libio/tst-freopen.c: Likewise.
6429         * libio/tst-sscanf.c: Likewise.
6430         * libio/tst-ungetwc1.c: Likewise.
6431         * libio/tst-ungetwc2.c: Likewise.
6432         * libio/tst-widetext.c: Likewise.
6433         * localedata/tst-ctype.c: Likewise.
6434         * localedata/tst-digits.c: Likewise.
6435         * localedata/tst-leaks.c: Likewise.
6436         * localedata/tst-mbswcs1.c: Likewise.
6437         * localedata/tst-mbswcs2.c: Likewise.
6438         * localedata/tst-mbswcs3.c: Likewise.
6439         * localedata/tst-mbswcs4.c: Likewise.
6440         * localedata/tst-mbswcs5.c: Likewise.
6441         * localedata/tst-setlocale.c: Likewise.
6442         * localedata/tst-trans.c: Likewise.
6443         * localedata/tst-wctype.c: Likewise.
6444         * localedata/tst-xlocale1.c: Likewise.
6445         * login/tst-grantpt.c: Likewise.
6446         * malloc/tst-calloc.c: Likewise.
6447         * malloc/tst-malloc.c: Likewise.
6448         * malloc/tst-mallocstate.c: Likewise.
6449         * malloc/tst-mcheck.c: Likewise.
6450         * malloc/tst-mtrace.c: Likewise.
6451         * malloc/tst-obstack.c: Likewise.
6452         * math/atest-exp2.c: Likewise.
6453         * math/atest-exp.c: Likewise.
6454         * math/atest-sincos.c: Likewise.
6455         * math/test-matherr.c: Likewise.
6456         * math/test-misc.c: Likewise.
6457         * math/test-powl.c: Likewise.
6458         * math/tst-definitions.c: Likewise.
6459         * misc/tst-dirname.c: Likewise.
6460         * misc/tst-efgcvt.c: Likewise.
6461         * misc/tst-fdset.c: Likewise.
6462         * misc/tst-hsearch.c: Likewise.
6463         * misc/tst-mntent2.c: Likewise.
6464         * nptl/tst-sem7.c: Likewise.
6465         * nptl/tst-sem8.c: Likewise.
6466         * nptl/tst-sem9.c: Likewise.
6467         * nss/test-netdb.c: Likewise.
6468         * posix/tst-fnmatch.c: Likewise.
6469         * posix/tst-getlogin.c: Likewise.
6470         * posix/tst-gnuglob.c: Likewise.
6471         * posix/tst-mmap.c: Likewise.
6472         * pwd/tst-getpw.c: Likewise.
6473         * resolv/tst-inet_ntop.c: Likewise.
6474         * rt/tst-timer.c: Likewise.
6475         * stdio-common/test-fseek.c: Likewise.
6476         * stdio-common/test-popen.c: Likewise.
6477         * stdio-common/test-vfprintf.c: Likewise.
6478         * stdio-common/tst-cookie.c: Likewise.
6479         * stdio-common/tst-fileno.c: Likewise.
6480         * stdio-common/tst-gets.c: Likewise.
6481         * stdio-common/tst-obprintf.c: Likewise.
6482         * stdio-common/tst-perror.c: Likewise.
6483         * stdio-common/tst-sprintf2.c: Likewise.
6484         * stdio-common/tst-sprintf3.c: Likewise.
6485         * stdio-common/tst-sprintf.c: Likewise.
6486         * stdio-common/tst-swprintf.c: Likewise.
6487         * stdio-common/tst-tmpnam.c: Likewise.
6488         * stdio-common/tst-unbputc.c: Likewise.
6489         * stdio-common/tst-wc-printf.c: Likewise.
6490         * stdlib/tst-environ.c: Likewise.
6491         * stdlib/tst-fmtmsg.c: Likewise.
6492         * stdlib/tst-limits.c: Likewise.
6493         * stdlib/tst-rand48-2.c: Likewise.
6494         * stdlib/tst-rand48.c: Likewise.
6495         * stdlib/tst-random2.c: Likewise.
6496         * stdlib/tst-random.c: Likewise.
6497         * stdlib/tst-strtol.c: Likewise.
6498         * stdlib/tst-strtoll.c: Likewise.
6499         * stdlib/tst-tls-atexit.c: Likewise.
6500         * stdlib/tst-xpg-basename.c: Likewise.
6501         * string/test-ffs.c: Likewise.
6502         * string/tst-bswap.c: Likewise.
6503         * string/tst-inlcall.c: Likewise.
6504         * string/tst-strtok.c: Likewise.
6505         * string/tst-strxfrm.c: Likewise.
6506         * sysdeps/x86_64/tst-audit10.c: Likewise.
6507         * sysdeps/x86_64/tst-audit3.c: Likewise.
6508         * sysdeps/x86_64/tst-audit4.c: Likewise.
6509         * sysdeps/x86_64/tst-audit5.c: Likewise.
6510         * time/tst-ftime_l.c: Likewise.
6511         * time/tst-getdate.c: Likewise.
6512         * time/tst-mktime3.c: Likewise.
6513         * time/tst-mktime.c: Likewise.
6514         * time/tst-posixtz.c: Likewise.
6515         * time/tst-strptime2.c: Likewise.
6516         * time/tst-strptime3.c: Likewise.
6517         * wcsmbs/tst-btowc.c: Likewise.
6518         * wcsmbs/tst-mbrtowc.c: Likewise.
6519         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6520         * wcsmbs/tst-wchar-h.c: Likewise.
6521         * wcsmbs/tst-wcpncpy.c: Likewise.
6522         * wcsmbs/tst-wcrtomb.c: Likewise.
6523         * wcsmbs/tst-wcsnlen.c: Likewise.
6524         * wcsmbs/tst-wcstof.c: Likewise.
6526 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6528         [BZ #14132]
6529         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6530         INTDEF.
6531         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6532         declaration.
6533         (_dl_mcount): Use rtld_hidden_proto.
6534         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6535         _dl_mcount.
6536         * elf/rtld.c (_rtld_global_ro): Likewise.
6538         [BZ #14132]
6539         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6540         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6541         of _dl_init_internal.
6542         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6543         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6544         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6545         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6546         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6547         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6548         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6549         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6550         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6551         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6552         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6553         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6554         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6555         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6556         * sysdeps/tile/dl-start.S (_start): Likewise.
6557         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6558         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6560         [BZ #14132]
6561         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6562         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6563         (rtld_progname): Make macro definition unconditional.
6564         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6565         INTDEF.
6566         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6567         (dl_main): Likewise.
6568         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6569         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6570         instead of _dl_argv_internal.
6571         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6572         __GI__dl_argv instead of INTUSE(_dl_argv).
6573         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6574         __GI__dl_argv instead of _dl_argv_internal.
6576         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6577         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6578         macro.
6579         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6580         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6581         New macro.
6582         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6583         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6584         macro.
6585         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6586         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6588 2014-11-04  Andreas Schwab  <schwab@suse.de>
6590         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6592 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6594         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6595         mtvsrd instruction in binary form.
6597 2014-11-03  Andreas Schwab  <schwab@suse.de>
6599         [BZ #17522]
6600         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6601         for less than MB_LEN_MAX use a local buffer of that size.
6602         * libio/tst-fputws.c: New file.
6603         * libio/Makefile (tests): Add tst-fputws.
6605 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6607         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6608         the size of the fpu_fr.fpu_dregs[] array.
6610 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6612         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6613         (__nanosleep): Do not define as alias.
6614         (nanosleep): Define as alias of __nanosleep.
6615         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6616         __libc_nanosleep name.
6618 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6620         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6621         install.texi in comment.
6623 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6625         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6626         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6627         ... add here and use lwsync or sync ...
6628         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6629         ... and add here using lwsync.
6631 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6633         * elf/dl-machine-reject-phdr.h: New file.
6634         * elf/dl-load.c: #include that.
6635         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6636         if that returned true.
6638 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6640         [BZ #17496]
6641         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6642         gen-as-const-headers chunk.  Add a big scare comment after the last
6643         safe place to touch before-compile.
6645 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6647         * manual/install.texi (Tools for Compilation): Update autoconf
6648         version requirements.
6649         * INSTALL: Regenerated.
6651         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6652         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6653         (__libc_pselect): Likewise.
6655         [BZ #14138]
6656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6661 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6663         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6664         correct barrier instruction.
6665         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6666         Likewise.
6667         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6668         Likewise.
6670 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6672         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6673         after defining inlines.  Instead, just use parens to defeat macro
6674         expansion of __isctype in its declaration.
6676 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6678         * include/sys/uio.h (__libc_readv): Remove declaration.
6679         (__libc_writev): Likewise.
6680         * misc/readv.c (__libc_readv): Rename to __readv.
6681         (__readv): Do not define as alias.
6682         (readv): Define as alias of __readv.
6683         * misc/writev.c (__libc_writev): Rename to __writev.
6684         (__writev): Do not define as alias.
6685         (writev): Define as alias of __writev.
6686         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6687         (__readv): Do not define as alias.
6688         (readv): Define unconditionally as alias of __readv.
6689         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6690         (__writev): Do not define as alias.
6691         (writev): Define unconditionally as alias of __writev.
6692         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6693         name.
6694         (writev): Do not define __libc_writev name.
6696 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6698         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6699         (convert_charseq): New function, broken out of ...
6700         (use_from_charmap): ... here.  Call it.
6701         (use_to_charmap): Use convert_charseq and free instead of duplicating
6702         its code with a variable-length stack struct.
6704 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6706         * include/fcntl.h (__libc_creat): Remove declaration.
6707         * io/creat.c (__libc_creat): Rename to creat.
6708         (creat): Do not define as alias.
6709         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6710         of creat instead of __libc_creat.
6711         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6712         to creat.
6713         (creat): Do not define as alias.
6714         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6715         __libc_creat.
6716         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6717         __libc_creat name.
6718         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6719         Likewise.
6721 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6723         * manual/llio.texi: Add comments discussing why write() may be
6724         considered MT-unsafe on Linux.
6726 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6728         * dl-load.c (local_strdup): Remove.
6729         (expand_dynamic_string_token): Use __strdup.
6730         (decompose_rpath): Likewise.
6731         (_dl_map_object): Likewise.
6733 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6735         [BZ #14132]
6736         * sysdeps/generic/unwind-dw2-fde.c
6737         (__register_frame_info_bases_internal): Do not declare.
6738         (__register_frame_info_table_bases_internal): Likewise.
6739         (__deregister_frame_info_bases_internal): Likewise.
6740         (__register_frame_info_bases): Declare and use hidden_proto before
6741         definition.  Use hidden_def instead of INTDEF.
6742         (__register_frame_info_table_bases): Likewise.
6743         (__deregister_frame_info_bases): Likewise.
6744         (__register_frame_info): Do not use INTUSE.
6745         (__register_frame): Likewise.
6746         (__register_frame_info_table): Likewise.
6747         (__register_frame_table): Likewise.
6748         (__deregister_frame_info): Likewise.
6749         (__deregister_frame): Likewise.
6751 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6753         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6754         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6755         not undefine.
6756         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6757         Likewise.
6758         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6759         Likewise.
6761 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6763         [BZ #14138]
6764         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6765         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6766         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6767         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6768         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6769         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6770         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6771         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6772         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6773         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6774         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6775         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6776         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6777         syscall.
6778         (setfsuid): Likewise.
6779         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6780         (setfsuid): Likewise.
6781         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6782         (setfsuid): Likewise.
6783         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6784         Likewise.
6785         (setfsuid): Likewise.
6786         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6787         (setfsuid): Likewise.
6788         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6789         Likewise.
6790         (setfsuid): Likewise.
6792 2014-10-27  Andreas Schwab  <schwab@suse.de>
6794         [BZ #17501]
6795         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6796         check for Slow_SSE4_2 feature bit.
6797         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6798         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6799         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6800         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6802 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6804         * configure.ac: Validate compiler version with a empirical test of
6805         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6806         $CC -v output.
6807         * configure: Regenerated.
6809         * inet/htons.c (htons): Prototypify.
6810         * inet/htonl.c (htonl): Likewise.
6812 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6814         * string/strncat.c (strncat): Improve performance by using strlen.
6816 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6818         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6820 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6822         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6823         Call libc_fetestexcept_aarch64.
6825 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6827         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6828         Call libc_feholdexcept_aarch64.
6830 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6832         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6833         Call get_rounding_mode.
6835 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6837         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6838         Simplify logic.
6840 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6842         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6843         Simplify logic.
6845 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6847         [BZ #14138]
6848         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6849         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6850         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6851         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6852         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6853         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6854         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6855         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6856         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6857         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6858         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6859         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6860         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6861         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6862         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6863         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6864         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6865         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6866         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6867         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6868         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6869         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6870         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6871         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6872         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6873         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6874         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6875         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6876         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6877         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6878         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6879         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6880         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6881         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6882         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6883         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6884         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6885         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6886         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6887         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6888         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6889         syscall.
6890         (geteuid): Likewise.
6891         (getgid): Likewise.
6892         (getuid): Likewise.
6893         (getresgid): Likewise.
6894         (getresuid): Likewise.
6895         (getgroups): Likewise.
6896         * sysdeps/unix/sysv/linux/i386/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/m68k/syscalls.list (getegid): Likewise.
6904         (geteuid): Likewise.
6905         (getgid): Likewise.
6906         (getuid): Likewise.
6907         (getresgid): Likewise.
6908         (getresuid): Likewise.
6909         (getgroups): Likewise.
6910         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6911         Likewise.
6912         (geteuid): Likewise.
6913         (getgid): Likewise.
6914         (getuid): Likewise.
6915         (getresgid): Likewise.
6916         (getresuid): Likewise.
6917         (getgroups): Likewise.
6918         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6919         (geteuid): Likewise.
6920         (getgid): Likewise.
6921         (getuid): Likewise.
6922         (getresgid): Likewise.
6923         (getresuid): Likewise.
6924         (getgroups): Likewise.
6925         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6926         Likewise.
6927         (geteuid): Likewise.
6928         (getgid): Likewise.
6929         (getuid): Likewise.
6930         (getgroups): Likewise.
6932         [BZ #14138]
6933         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6934         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6935         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6936         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6937         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6938         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6939         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6940         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6941         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6942         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6943         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6944         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6945         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6946         __chown.
6947         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6948         (lchown): Likewise.
6949         (fchown): Likewise.
6950         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6951         Likewise.
6952         (lchown): Likewise.
6953         (fchown): Likewise.
6954         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6955         (lchown): Likewise.
6956         (fchown): Likewise.
6957         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6958         Likewise.
6959         (lchown): Likewise.
6960         (fchown): Likewise.
6962 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6964         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6965         Simplify logic.
6967 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6969         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6970         Cleanup logic.
6972 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6974         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6975         Remove unused include.
6977 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6979         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6980         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6981         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6982         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6984 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6985             Helge Deller <deller@gmx.de>
6987         [BZ #17508]
6988         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6989         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6990         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6992 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6994         [BZ #14132]
6995         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6996         Remove macro definition.
6997         (__ashrdi3_v_glibc20): Likewise.
6998         (__lshrdi3_v_glibc20): Likewise.
6999         (__cmpdi2_v_glibc20): Likewise.
7000         (__ucmpdi2_v_glibc20): Likewise.
7001         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7002         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7003         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7004         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7005         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7006         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7008 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7010         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7011         old GNU extension [0] syntax.
7012         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7013         alloca rather than an array member with variable length.
7014         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7015         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7016         (parse_opt): ... here.  Likewise use alloca there.
7017         Validate the -i argument before checking for rootness.
7018         (send_shutdown): New function, broken out of ...
7019         (parse_opt): ... here.
7021 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7023         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7024         macro to get at the _rt_local_ro field.
7025         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7026         ([PIC] case) or _dl_hwcap ([!PIC] case).
7027         * sysdeps/arm/setjmp.S: Likewise.
7029         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7030         * sysdeps/arm/configure.ac: New check to define it.
7031         * sysdeps/arm/configure: Regenerated.
7032         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7033         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7034         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7035         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7036         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7037         Use move/movt pair instead of a load.
7038         (LDST_GLOBAL): Macro removed.
7039         (LDR_GLOBAL): New macro replaces it.
7040         (LDR_HIDDEN): New macro.
7041         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7042         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7044         * setjmp/tst-setjmp-static.c: New file.
7045         * setjmp/Makefile (tests): Add it.
7046         (tests-static): New variable.
7048 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7050         [BZ #17485]
7051         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7053 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7055         [BZ #14132]
7056         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7058 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7060         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7062 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7064         * io/fts.c (dirent_not_directory): New function.
7065         (fts_build): Call it.
7067 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7069         * nptl/version.c (__nptl_main): Use normal __write rather than
7070         INTERNAL_SYSCALL.
7071         (banner): Update copyright years.
7073         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7074         gettimeofday.
7075         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7076         * nptl/pthread_cond_timedwait.c: Likewise.
7077         * nptl/pthread_mutex_timedlock.c: Likewise.
7078         * nptl/sem_timedwait.c: Likewise.
7080         * sysdeps/nptl/bits/libc-lock.h
7081         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7082         (__libc_lock_init_recursive): Return void, not 0.
7083         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7084         (__libc_rwlock_init): Likewise.
7085         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7087 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7089         [BZ #15215]
7090         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7091         (__pthread_once_slow): ... here.
7092         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7093         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7095 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7097         [BZ #15215]
7098         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7099         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7100         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7101         * nptl/pthread_once.c (__pthread_once): Likewise.
7102         Update comments.
7104 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7106         [BZ #14138]
7107         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7108         name.
7109         (writev): Use __libc_writev as strong name.
7110         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7111         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7113 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7115         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7117         * sysdeps/i386/nptl/tls.h
7118         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7119         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7120         New macros.
7121         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7122         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7123         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7124         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7125         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7126         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7128         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7129         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7130         on [__NR_futex].
7131         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7132         broken out of ...
7133         (__pthread_mutex_init): ... here.  Call it.
7134         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7135         Conditionalize PI cases on [__NR_futex].
7136         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7137         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7138         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7140         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7141         conditional on [SIGSETXID].
7142         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7143         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7144         is defined.  Likewise for SIGSETXID.
7145         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7146         Conditionalize definitions on [SIGSETXID].
7147         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7148         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7149         unblocking on [SIGCANCEL].
7151         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7152         [__NR_set_robust_list].
7154 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7156         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7157         (do_compare): Likewise.
7159 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7161         [BZ #15884]
7162         * string/strcoll_l.c: Don't include stdio.h.
7163         (coll_seq): Remove members idxarr and rulearr.
7164         (get_next_seq_cached): Remove function.
7165         (get_next_seq): Likewise.
7166         (get_next_seq_nocache): Rename to get_next_seq.
7167         (do_compare): Remove function.
7168         (do_compare_nocache): Rename to do_compare.
7169         (STRCOLL): Remove weight and rules cache.
7171 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7173         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7174         * sysdeps/arm/sfp-machine.h: ... to here.
7175         * sysdeps/arm/Implies: Remove arm/soft-fp.
7177 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7179         * conform/data/sys/utsname.h-data (*_t): Allow.
7180         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7181         [POSIX] (WEXITED): Do not expect constant.
7182         [POSIX] (WSTOPPED): Likewise.
7183         [POSIX] (WNOHANG): Likewise.
7184         [POSIX] (WNOWAIT): Likewise.
7185         [POSIX] (siginfo_t): Do not expect type or elements.
7186         [POSIX] (pid_t): Do not expect type.
7187         [POSIX] (signal.h): Do not allow header.
7188         [POSIX] (sys/resource.h): Likewise.
7189         [POSIX] (si_*): Do not allow pattern.
7190         [POSIX] (W*): Likewise.
7191         [POSIX] (P_*): Likewise.
7192         [POSIX] (BUS_*): Likewise.
7193         [POSIX] (CLD_*): Likewise.
7194         [POSIX] (FPE_*): Likewise.
7195         [POSIX] (ILL_*): Likewise.
7196         [POSIX] (POLL_*): Likewise.
7197         [POSIX] (SEGV_*): Likewise.
7198         [POSIX] (SI_*): Likewise.
7199         [POSIX] (TRAP_*): Likewise.
7200         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7201         variable.
7203 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7205         [BZ #12926]
7206         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7207         infinite loop when __recvmsg returns 0.
7209 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7211         * CANCEL-FCT-WAIVE: Remove file.
7212         * CANCEL-FILE-WAIVE: Likewise.
7214         [BZ #14132]
7215         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7216         instead of INTVARDEF.
7217         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7218         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7219         rtld_hidden_data_def instead of INTVARDEF.
7220         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7221         * elf/dl-deps.c (expand_dst): Likewise.
7222         * elf/dl-load.c (_dl_dst_count): Likewise.
7223         (_dl_dst_substitute): Likewise.
7224         (decompose_rpath): Likewise.
7225         (_dl_init_paths): Likewise.
7226         (open_path): Likewise.
7227         (_dl_map_object): Likewise.
7228         * elf/rtld.c (dl_main): Likewise.
7229         (process_dl_audit): Likewise.
7230         (process_envvars): Likewise.
7231         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7232         Remove declaration.
7233         (__libc_enable_secure): Use rtld_hidden_proto.
7235 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7237         * elf/dl-load.c
7238         (add_path): New function broken out of _dl_rtld_di_serinfo.
7239         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7241 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7243         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7244         parentheses around macro arguments.
7245         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7246         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7247         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7248         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7249         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7250         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7251         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7252         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7253         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7254         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7255         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7256         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7257         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7258         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7259         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7260         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7261         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7262         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7263         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7264         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7265         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7266         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7267         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7268         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7269         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7270         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7271         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7272         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7273         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7274         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7275         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7276         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7277         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7278         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7279         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7280         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7281         Likewise.
7282         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7283         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7284         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7285         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7286         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7287         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7288         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7289         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7290         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7291         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7292         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7293         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7294         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7295         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7296         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7297         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7298         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7299         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7300         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7301         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7302         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7303         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7304         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7305         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7306         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7307         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7308         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7309         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7310         (_FP_FRAC_SRS_1): Likewise.
7311         (_FP_FRAC_CLZ_1): Likewise.
7312         (_FP_MUL_MEAT_1_imm): Likewise.
7313         (_FP_MUL_MEAT_1_wide): Likewise.
7314         (_FP_MUL_MEAT_1_hard): Likewise.
7315         (_FP_SQRT_MEAT_1): Likewise.
7316         (_FP_FRAC_ASSEMBLE_1): Likewise.
7317         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7318         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7319         (__FP_CLZ_2): Likewise.
7320         (_FP_MUL_MEAT_2_wide): Likewise.
7321         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7322         (_FP_MUL_MEAT_2_gmp): Likewise.
7323         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7324         (_FP_SQRT_MEAT_2): Likewise.
7325         (_FP_FRAC_ASSEMBLE_2): Likewise.
7326         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7327         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7328         (_FP_FRAC_CLZ_4): Likewise.
7329         (_FP_MUL_MEAT_4_wide): Likewise.
7330         (_FP_MUL_MEAT_4_gmp): Likewise.
7331         (_FP_SQRT_MEAT_4): Likewise.
7332         (_FP_FRAC_ASSEMBLE_4): Likewise.
7333         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7334         * soft-fp/op-common.h (_FP_CMP): Likewise.
7335         (_FP_CMP_EQ): Likewise.
7336         (_FP_CMP_UNORD): Likewise.
7337         (_FP_TO_INT): Likewise.
7338         (_FP_FROM_INT): Likewise.
7339         [!__FP_CLZ] (__FP_CLZ): Likewise.
7340         (_FP_DIV_HELP_imm): Likewise.
7341         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7342         Likewise.
7343         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7344         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7345         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7346         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7347         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7348         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7349         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7350         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7351         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7352         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7353         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7354         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7355         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7356         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7357         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7358         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7359         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7360         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7361         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7362         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7363         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7364         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7365         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7366         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7367         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7368         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7369         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7370         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7371         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7372         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7373         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7374         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7375         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7376         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7377         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7378         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7379         (FP_UNPACK_RAW_SP): Likewise.
7380         (FP_PACK_RAW_S): Likewise.
7381         (FP_PACK_RAW_SP): Likewise.
7382         (FP_UNPACK_S): Likewise.
7383         (FP_UNPACK_SP): Likewise.
7384         (FP_UNPACK_SEMIRAW_S): Likewise.
7385         (FP_UNPACK_SEMIRAW_SP): Likewise.
7386         (FP_PACK_S): Likewise.
7387         (FP_PACK_SP): Likewise.
7388         (FP_PACK_SEMIRAW_S): Likewise.
7389         (FP_PACK_SEMIRAW_SP): Likewise.
7390         (_FP_SQRT_MEAT_S): Likewise.
7391         (FP_CMP_S): Likewise.
7392         (FP_CMP_EQ_S): Likewise.
7393         (FP_CMP_UNORD_S): Likewise.
7394         (FP_TO_INT_S): Likewise.
7395         (FP_FROM_INT_S): Likewise.
7397         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7399         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7400         (FP_EX_INVALID_IMZ): Likewise.
7401         (FP_EX_INVALID_IMZ_FMA): Likewise.
7402         (FP_EX_INVALID_ISI): Likewise.
7403         (FP_EX_INVALID_ZDZ): Likewise.
7404         (FP_EX_INVALID_IDI): Likewise.
7405         (FP_EX_INVALID_SQRT): Likewise.
7406         (FP_EX_INVALID_CVI): Likewise.
7407         (FP_EX_INVALID_VC): Likewise.
7408         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7409         "invalid" exceptions.
7410         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7411         (_FP_ADD_INTERNAL): Likewise.
7412         (_FP_MUL): Likewise.
7413         (_FP_FMA): Likewise.
7414         (_FP_DIV): Likewise.
7415         (_FP_CMP_CHECK_NAN): Likewise.
7416         (_FP_SQRT): Likewise.
7417         (_FP_TO_INT): Likewise.
7418         (FP_EXTEND): Likewise.
7420 2014-10-09  Allan McRae  <allan@archlinux.org>
7422         * po/fr.po: Update French translation from translation project.
7424 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7426         [BZ #14132]
7427         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7428         of INTDEF.
7429         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7430         (__cxa_atexit): Use libc_hidden_proto.
7431         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7433         [BZ #14132]
7434         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7435         declaration.
7436         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7437         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7438         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7439         [!_ISOMAC] (__iswctype_internal): Likewise.
7440         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7441         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7442         alias.
7443         (fcntl): Remove __fcntl_internal alias.
7444         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7445         __connect_internal alias.
7446         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7447         Likewise.
7449         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7450         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7451         FP_DENORM_ZERO.
7452         (_FP_CHECK_FLUSH_ZERO): New macro.
7453         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7454         (_FP_CMP): Likewise.
7455         (_FP_CMP_EQ): Likewise.
7456         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7457         FP_DENORM_ZERO.
7458         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7459         (FP_TRUNC): Likewise.
7461         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7462         treated as invalid conversion, not as normal exponent.
7464         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7465         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7466         (_FP_CMP_EQ): Likewise.
7467         (_FP_CMP_UNORD): Likewise.
7468         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7469         (FP_CMP_EQ_D): Likewise.
7470         (FP_CMP_UNORD_D): Likewise.
7471         * soft-fp/extended.h (FP_CMP_E): Likewise.
7472         (FP_CMP_EQ_E): Likewise.
7473         (FP_CMP_UNORD_E): Likewise.
7474         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7475         (FP_CMP_EQ_Q): Likewise.
7476         (FP_CMP_UNORD_Q): Likewise.
7477         * soft-fp/single.h (FP_CMP_S): Likewise.
7478         (FP_CMP_EQ_S): Likewise.
7479         (FP_CMP_UNORD_S): Likewise.
7480         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7481         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7482         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7483         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7484         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7485         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7486         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7487         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7488         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7489         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7490         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7491         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7492         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7493         to FP_CMP_Q.
7494         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7495         FP_CMP_Q.
7496         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7497         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7498         FP_CMP_EQ_Q.
7499         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7500         FP_CMP_Q.
7501         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7502         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7503         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7504         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7505         FP_CMP_EQ_Q.
7506         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7507         FP_CMP_Q.
7508         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7509         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7510         FP_CMP_EQ_Q.
7511         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7512         FP_CMP_Q.
7513         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7514         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7515         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7516         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7517         FP_CMP_EQ_Q.
7519         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7520         a subnormal result, set the underflow exception if trapping on
7521         underflow is enabled.
7522         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7523         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7524         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7525         redefine to 0.
7526         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7527         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7528         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7529         * soft-fp/extendxftf2.c (__extendxftf2): Use
7530         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7532         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7533         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7534         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7535         FP_HANDLE_EXCEPTIONS.
7536         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7537         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7538         FP_HANDLE_EXCEPTIONS.
7539         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7540         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7541         FP_HANDLE_EXCEPTIONS.
7542         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7543         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7544         FP_HANDLE_EXCEPTIONS.
7546 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7548         [BZ #14132]
7549         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7550         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7551         use INTUSE.
7552         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7553         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7554         Remove alias.
7555         (__adjtimex): Define using libc_hidden_ver.
7556         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7557         Remove declaration.
7558         (ntp_gettime): Call __adjtimex directly.
7559         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7560         Remove declaration.
7561         (ntp_gettimex): Call __adjtimex directly.
7562         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7563         __adjtimex_internal alias.
7565 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7567         [BZ #17460]
7568         * nscd/nscd.c (more_help): Rewrite list of tables collection
7569         using xstrdup and asprintf.
7571         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7573 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7574             Roland McGrath  <roland@hack.frob.com>
7576         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7577         (do_lookup_unique): ... local function 'enter' here; update callers.
7579 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7581         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7582         compat_symbol calls on [SHARED].
7583         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7584         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7585         Remove.
7586         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7587         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7588         (oldsetrlimit): Remove.
7589         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7591         (lchown): New syscall entry.
7592         (oldsetrlimit): Remove.
7593         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7594         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7595         (oldsetrlimit): Remove.
7596         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7598         [BZ #14138]
7599         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7600         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7601         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7602         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7603         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7604         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7605         (fchown): Likewise.
7606         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7607         (fchown): Likewise.
7608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7609         Likewise.
7611 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7613         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7614         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7615         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7616         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7617         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7618         Likewise.
7619         (__old_sem_post): Likewise.
7621 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7623         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7624         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7625         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7626         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7627         Use INLINE_VSYSCALL macro.
7628         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7629         __vdso_clock_gettime.
7630         * sysdeps/unix/sysv/linux/tile/init-first.c
7631         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7632         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7633         __vdso_clock_gettime.
7635         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7636         to set up frame more cleanly.
7638         * sysdeps/tile/memcmp.c: New file.
7640         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7642         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7643         * sysdeps/tile/tilegx/strcasestr.c: New file.
7644         * sysdeps/tile/tilegx/strnlen.c: New file.
7645         * sysdeps/tile/tilegx/strstr.c: New file.
7647         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7649 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7651         * nptl/tst-setuid3.c: Write errors to stdout.
7653 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7655         * elf/dl-deps.c
7656         (preload): New functions broken out of _dl_map_object_deps.
7657         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7659 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7661         [BZ #14138]
7662         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7663         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7665 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7667         * sysdeps/mips/strcmp.S: New.
7669 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7671         [BZ #14138]
7672         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7673         (linkat): Likewise.
7674         (mkdirat): Likewise.
7675         (readlinkat): Likewise.
7676         (renameat): Likewise.
7677         (symlinkat): Likewise.
7678         (unlinkat): Likewise.
7679         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7680         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7681         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7682         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7683         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7684         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7685         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7687 2014-09-30  Will Newton  <will.newton@linaro.org>
7689         * math/math.h: Define long double math functions if
7690         _LIBC_TEST is defined.
7691         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7693         * localedata/Makefile: Move assignment to tests-special
7694         into an ifdef testing run-built-tests.
7695         * timezone/Makefile: Likewise.
7697 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7699         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7700         with $(BASH) not $(SHELL).
7702 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7703             Matthew LeGendre  <legendre1@llnl.gov>
7705         [BZ #17411]
7706         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7707         l_reloc_result.
7709 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7711         * stdio-common/printf_fp.c
7712         (hack_digit): New function, broken out of ...
7713         (__printf_fp): ... local function here.  Update call sites.
7714         hack_digit now takes an additional parameter that is a pointer
7715         to a struct of the referenced locals.  Those locals moved inside
7716         the struct and references updated.
7718 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7720         * aclocal.m4: Require autoconf 2.69.
7721         * configure: Regenerated.
7722         * sysdeps/aarch64/configure: Likewise.
7723         * sysdeps/alpha/configure: Likewise.
7724         * sysdeps/arm/armv7/configure: Likewise.
7725         * sysdeps/arm/configure: Likewise.
7726         * sysdeps/ia64/configure: Likewise.
7727         * sysdeps/mach/configure: Likewise.
7728         * sysdeps/mips/configure: Likewise.
7729         * sysdeps/s390/configure: Likewise.
7730         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7733         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7734         file.
7735         * sysdeps/ia64/configure.ac: Likewise.
7737 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7740         specify symbol version for ld.so.  Do not include entry for
7741         libpthread.
7742         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7743         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7744         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7746         [BZ #14171]
7747         * Makeconfig [$(build-shared) = yes]
7748         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7749         makefiles.
7750         [$(build-shared) = yes && $(soversions.mk-done) = t]
7751         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7752         [$(build-shared) = yes && $(soversions.mk-done) = t]
7753         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7754         to Makerules.
7755         [$(build-shared) = yes && $(soversions.mk-done) = t]
7756         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7757         here.
7758         [$(build-shared) = yes && $(soversions.mk-done) = t]
7759         (common-generated): Don't append gnu/lib-names.h and
7760         gnu/lib-names.stmp here.
7761         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7762         (lib-names-h-abi): New variable.
7763         [$(build-shared) = yes && $(soversions.mk-done) = t]
7764         (lib-names-stmp-abi): Likewise.
7765         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7766         abi-variants] (before-compile): Append
7767         $(common-objpfx)$(lib-names-h-abi).
7768         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7769         abi-variants] (common-generated): Append gnu/lib-names.h.
7770         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7771         abi-variants] (install-others-nosubdir): Depend on
7772         $(inst_includedir)/$(lib-names-h-abi).
7773         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7774         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7775         [$(build-shared) = yes && $(soversions.mk-done) = t]
7776         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7777         [$(build-shared) = yes && $(soversions.mk-done) = t]
7778         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7779         [$(build-shared) = yes && $(soversions.mk-done) = t]
7780         (common-generated): Append $(lib-names-h-abi) and
7781         $(lib-names-stmp-abi).
7782         * scripts/lib-names.awk: Do not handle multi being set.
7783         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7784         Remove variable.
7785         (abi-lp64_be-ld-soname): Likewise.
7786         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7787         Likewise.
7788         (abi-hard-ld-soname): Likewise.
7789         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7790         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7791         Remove variable.
7792         (abi-o32_hard-ld-soname): Likewise.
7793         (abi-o32_soft_2008-ld-soname): Likewise.
7794         (abi-o32_hard_2008-ld-soname): Likewise.
7795         (abi-n32_soft-ld-soname): Likewise.
7796         (abi-n32_hard-ld-soname): Likewise.
7797         (abi-n32_soft_2008-ld-soname): Likewise.
7798         (abi-n32_hard_2008-ld-soname): Likewise.
7799         (abi-n64_soft-ld-soname): Likewise.
7800         (abi-n64_hard-ld-soname): Likewise.
7801         (abi-n64_soft_2008-ld-soname): Likewise.
7802         (abi-n64_hard_2008-ld-soname): Likewise.
7803         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7804         Likewise.
7805         (abi-64-v2-ld-soname): Likewise.
7806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7807         ld.so entries.
7808         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7809         variable.
7810         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7811         entry.
7812         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7813         variable.
7814         (abi-64-ld-soname): Likewise.
7815         (abi-x32-ld-soname): Likewise.
7816         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7817         entry.
7818         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7820 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7822         [BZ #14138]
7823         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7824         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7825         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7826         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7827         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7828         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7829         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7830         syscall entry for GLIBC_2.2 symbol version.
7831         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7832         Likewise.
7833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7834         (setrlimit): Likewise.
7835         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7836         Likewise.
7838 2014-09-23  Will Newton  <will.newton@linaro.org>
7840         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7841         _LINUX_ARM_SYSDEP_H include guard too.
7842         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7843         define.
7845 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7847         * sysdeps/unix/sysv/linux/eventfd.c:
7848         Make first argument unsigned.
7849         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7850         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7852 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7854         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7855         * socket/sys/socket.h: Likewise
7856         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7858 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7860         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7862 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7864         * time/tst-ftime.c: New test.
7865         * time/Makefile (tests): Add tst-ftime.
7867 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7869         * soft-fp/extended.h: Fix comment formatting.
7870         * soft-fp/op-1.h: Likewise.
7871         * soft-fp/op-2.h: Likewise.
7872         * soft-fp/op-4.h: Likewise.
7873         * soft-fp/op-8.h: Likewise.
7874         * soft-fp/op-common.h: Likewise.
7875         * soft-fp/soft-fp.h: Likewise.
7877         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7879 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7881         [BZ #6652]
7882         * Makeconfig (soversions-default-setname): Remove variable.
7883         ($(common-objpfx)soversions.i): Don't pass default_setname to
7884         soversions.awk.
7885         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7886         oldest_abi to abi-versions.awk.
7887         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7888         * config.make.in (oldest-abi): Remove variable.
7889         * configure.ac (--enable-oldest-abi): Remove configure option.
7890         * configure: Regenerated.
7891         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7892         text.
7893         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7894         * scripts/soversions.awk: Do not handle default_setname variable.
7895         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7896         variable.
7897         * sysdeps/mach/hurd/configure: Regenerated.
7898         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7899         variable.
7900         * sysdeps/unix/sysv/linux/configure: Regenerated.
7902 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7904         * elf/Makefile (CFLAGS-interp.c): Remove.
7905         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7906         path string.
7907         * elf/interp.c: Include generated runtime-linker.h
7909         * Makerules (lib%.so): Don't include $(+interp) in
7910         prerequisites.
7911         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7912         * dlfcn/eval.c: Remove file.
7914         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7915         macros.
7917         [BZ #17266]
7918         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7919         4.2 and newer.
7921         [BZ #17370]
7922         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7924 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7925             Jakub Jelinek  <jakub@redhat.com>
7927         [BZ #17266]
7928         * libio/stdio.h: Check definition of __fortify_function
7929         instead of __extern_always_inline to include bits/stdio2.h.
7930         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7931         check if __extern_always_inline is defined.
7932         [__USE_MISC || __USE_XOPEN]: Likewise.
7933         [__USE_ISOC99] Likewise.
7934         * misc/sys/cdefs.h (__fortify_function): Define only if
7935         __extern_always_inline is defined.
7936         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7937         __extern_always_inline and __extern_inline only for g++-4.3
7938         and newer or a compatible gcc.
7940 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7942         [BZ #17371]
7943         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7944         last change to handle zero prefix length.
7946 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7948         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7949         _SC_REGEX_VERSION.
7951         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7952         _POSIX_RAW_SOCKETS.
7954 2014-09-13  Allan McRae  <allan@archlinux.org>
7956         * po/ru.po: Update Russian translation from translation project.
7958 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7960         * locale/programs/locale.c (show_locale_vars): Inline local function
7961         into its sole call site.  Clean up some style nits.
7962         (print_item): New function, broken out of ...
7963         (show_info): ... local function here.  Clean up style nits.
7965         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7966         out of ...
7967         (set_class_defaults): ... local function set_default here.
7968         Define set_default as a macro locally to pass constant parameters.
7969         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7970         rather than a shared local.
7972         * stdlib/rpmatch.c (try): New function, broken out of ...
7973         (rpmatch): ... local function here.  Also, prototypify definition.
7975 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7977         * scripts/soversions.awk: Do not handle configuration names.
7978         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7979         vendor and os variables to soversions.awk.
7980         * configure.ac: Do not modify gnu-* host_os.
7981         * configure: Regenerated
7982         * shlib-versions: Remove first column with configuration names.
7983         * nptl/shlib-versions: Likewise.
7984         * nptl_db/shlib-versions: Likewise.
7985         * sysdeps/hppa/shlib-versions: Likewise.
7986         * sysdeps/m68k/shlib-versions: Likewise.
7987         * sysdeps/mach/hurd/shlib-versions: Likewise.
7988         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7989         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7990         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7991         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7992         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7993         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7994         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7995         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7997         Likewise.
7998         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7999         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8000         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8001         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8002         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8003         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8004         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8005         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8008         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8010         Regenerated.
8011         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8013         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8015         * shlib-versions: Remove OS-specific entries.  Moved to files in
8016         sysdeps.
8017         * sysdeps/mach/hurd/shlib-versions: New file.
8018         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8020         * nptl/shlib-versions: Remove architecture-specific entries.
8021         Moved to files in sysdeps.
8022         * shlib-versions: Likewise.
8023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8024         file.
8025         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8026         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8027         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8028         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8030         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8031         (UDP_NO_CHECK6_RX): Likewise.
8033 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8035         * sysdeps/posix/sysconf.c (__sysconf): Spell
8036         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8038 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8040         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8041         loading.
8042         * iconv/Versions (__gconv_transliterate): Export for use from
8043         gconv modules.
8044         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8045         (struct __gconv_trans_data, __gconv_trans_fct,
8046         __gconv_trans_context_fct, __gconv_trans_query_fct,
8047         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8048         definitions.
8049         (struct __gconv_step_data): Remove __trans member.
8050         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8051         longer hidden.  Remove unused trans_data argument.
8052         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8053         (__gconv_translit_find): Remove declaration.
8054         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8055         prototype.
8056         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8057         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8058         trans_data argument.  Add hidden definition.
8059         (__gconv_translit_find): Remove.
8060         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8061         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8062         * iconv/skeleton.c: Remove transliteration initialization.
8063         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8064         __gconv_step_data initialization.
8065         * libio/iofwide.c (__libio_translit_): Remove.
8066         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8067         * wcsmbs/btowc.c (__btowc): Likewise.
8068         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8069         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8070         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8071         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8072         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8073         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8074         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8075         * wcsmbs/wctob.c (wctob): Likewise.
8077 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8079         [BZ #16194]
8080         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8081         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8082         register usage.
8083         * sysdeps/x86/Makefile: Adjust.
8085 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8086             Roland McGrath  <roland@hack.frob.com>
8088         * locale/weight.h: Add include guard.
8089         (findidx): Make static rather than auto; take new parameters
8090         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8091         * locale/weightwc.h: Likewise.
8092         * posix/fnmatch_loop.c
8093         (FCT): Change type of EXTRA from int32_t to wint_t.
8094         Don't include either header inside the function.
8095         Call FINDIDX rather than findidx, and pass new arguments.
8096         #undef FINDIDX at the end of the file.
8097         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8098         FINDIDX before including fnmatch_loop.c for the non-wide version.
8099         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8100         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8101         for the wide version.
8102         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8103         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8104         Pass new arguments to findidx.
8105         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8106         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8107         Don't #include it inside the function.  Pass new arguments to findidx.
8108         * posix/regex_internal.h
8109         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8110         (re_string_elem_size_at): Don't #include it inside the function.
8111         Pass new arguments to findidx.
8112         * string/strcoll_l.c: #include WEIGHT_H at top level.
8113         (get_next_seq): Don't #include it inside the function.
8114         Pass new arguments to findidx.
8115         (get_next_seq_nocache): Likewise.
8116         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8117         (STRXFRM): Don't #include it inside the function.
8118         Pass new arguments to findidx.
8120 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8122         [BZ #17344]
8123         * malloc/malloc.c (unlink): Turn asserts into a call to
8124         malloc_printerr.
8126 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8128         [BZ #17370]
8129         * libio/wfileops (do_ftell_wide): Free OUT.
8131 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8133         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8135 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8137         [BZ #17363]
8138         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8139         group if the current group is empty.
8141 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8143         * benchtests/bench-memset.c (test_main): Add more test from size
8144         from 32 to 512 bytes.
8145         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8146         Add POWER8 memset object.
8147         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8148         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8149         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8150         implementation.
8151         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8152         Likewise.
8153         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8154         multiarch POWER8 memset optimization.
8155         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8156         POWER8 memset optimization.
8158         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8159         Remove bzero multiarch objects.
8160         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8161         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8162         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8163         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8164         Remove define.
8165         [__bzero]: Redefine to specific name.
8166         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8167         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8168         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8169         define.
8170         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8171         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8173 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8175         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8176         warnings into errors.
8178         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8179         __cxa_thread_atexit_impl prototype.
8181 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8183         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8184         Fix capitalization of error message.
8186 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8188         * sysdeps/mips/preconfigure: Modify ABI tests.
8190 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8192         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8194 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8195             Carlos O'Donell  <carlos@systemhalted.org>
8197         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8198         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8199         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8200         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8201         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8202         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8203         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8204         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8205         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8206         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8207         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8208         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8209         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8210         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8211         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8212         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8213         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8214         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8215         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8216         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8217         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8218         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8219         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8220         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8221         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8222         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8223         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8224         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8225         Deconditionalize the code that was previously under [RESET_PID].
8226         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8227         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8228         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8229         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8230         include sysdep.h.
8232 2014-09-08  Allan McRae  <allan@archlinux.org>
8234         * version.h (RELEASE): Set to "development".
8235         (VERSION): Set to "2.20.90"
8237 2014-09-07  Allan McRae  <allan@archlinux.org
8239         * version.h (RELEASE): Set to "stable".
8240         (VERSION): Set to "2.20"
8241         * include/features.h (__GLIBC_MINOR__): Set to 20.
8243         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8244         Liebler.
8246         * po/ko.po: Update Korean translation from translation project.
8248 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8250         [BZ #17354]
8251         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8252         macro for handling signed relocations.
8254 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8256         [BZ #17325]
8257         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8258         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8259         assert.
8260         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8261         * iconvdata/ibm935.c (BODY): Likewise.
8262         * iconvdata/ibm937.c (BODY): Likewise.
8263         * iconvdata/ibm939.c (BODY): Likewise.
8264         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8265         assert.
8266         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8267         script.
8268         * iconvdata/run-iconv-test.sh: New test loop for checking for
8269         decoder crashers.
8271 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8273         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8274         libm_hidden_ver.
8276 2014-09-01  Allan McRae  <allan@archlinux.org>
8278         * po/eo.po: Update Esperanto translation from translation project.
8280         * po/ca.po: Update Catalan translation from translation project.
8282 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8284         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8285         __proc_dostop call.
8287 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8289         [BZ #17319]
8290         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8291         to call set_thread_area instead of hand written asm.
8292         (__NR_set_thread_area): Removed define.
8293         (TLS_FLAG_WRITABLE): Likewise.
8294         (__ASSUME_SET_THREAD_AREA): Remove check.
8295         (TLS_EBX_ARG): Remove define.
8296         (TLS_LOAD_EBX): Likewise.
8298 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8300         Simplify atomicity of socket creation in bind.
8302         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8303         looking up the name after linking the file.
8305 2014-08-27  Allan McRae  <allan@archlinux.org>
8307         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8309 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8311         [BZ #17187]
8312         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8313         trans_compare, open_translit, __gconv_translit_find):
8314         Remove module loading code.
8316 2014-08-26  Allan McRae  <allan@archlinux.org>
8318         * po/vi.po: Update Vietnamese translation from translation project.
8320         * po/uk.po: Update Ukrainian translation from translation project.
8322         * po/fr.po: Update French translation from translation project.
8324         * po/ru.po: Update Russian translation from translation project.
8326         * po/pl.po: Update Polish translation from translation project.
8328         * po/cs.po: Update Czech translation from translation project.
8330         * po/de.po: Update German translation from translation project.
8332         * po/bg.po: Update Bulgarian translation from translation project.
8334         * po/sv.po: Update Sweedish translation from translation project.
8336         * po/nl.po: Update Dutch translation from translation project.
8338         * po/es.po: Update Spanish translation from translation project.
8340 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8342         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8344         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8345         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8346         (CPPFLAGS-iconvconfig): Likewise.
8347         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8349         * include/libc-symbols.h: Remove unnecessary check for
8350         NOT_IN_libc.
8351         * nptl/pthreadP.h: Likewise.
8352         * sysdeps/aarch64/setjmp.S: Likewise.
8353         * sysdeps/alpha/setjmp.S: Likewise.
8354         * sysdeps/arm/sysdep.h: Likewise.
8355         * sysdeps/i386/setjmp.S: Likewise.
8356         * sysdeps/m68k/setjmp.c: Likewise.
8357         * sysdeps/posix/getcwd.c: Likewise.
8358         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8359         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8360         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8361         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8362         * sysdeps/sh/sh3/setjmp.S: Likewise.
8363         * sysdeps/sh/sh4/setjmp.S: Likewise.
8364         * sysdeps/unix/alpha/sysdep.h: Likewise.
8365         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8366         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8367         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8368         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8371         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8372         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8373         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8374         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8375         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8376         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8377         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8378         * sysdeps/x86_64/setjmp.S: Likewise.
8380 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8382         [BZ #17263]
8383         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8384         <stdint.h>.
8385         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8386         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8388 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8390         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8392         [BZ #17262]
8393         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8394         and __x86_64__ when disabling x87 inline functions.
8396 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8398         [BZ #17259]
8399         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8400         asm statement with __cpuid_count.
8402 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8404         * configure.ac: Change __ehdr_start code to dereference the struct.
8405         Run readelf on the output to look for relocations.
8406         * configure: Regenerated.
8408 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8410         [BZ #17261]
8411         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8412         value to 0.
8413         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8415 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8417         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8419 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8421         [BZ #16892]
8422         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8423         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8425 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8427         * malloc/malloc.c: Fix typo in comment.
8429 2014-08-09  Allan McRae  <allan@archlinux.org>
8431         * Regenerate libc.po.
8433 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8435         * intl/tst-gettext2.sh: Check every lang file for creation.
8437 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8439         * sysdeps/aarch64/fpu/math_private.h
8440         (libc_feholdsetround_noex_aarch64_ctx): New function.
8442 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8444         * sysdeps/arm/armv6/strcpy.S (strcpy):
8445         Fix performance issue in misaligned cases.
8447 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8449         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8450         Move definition from termios.h.
8451         (struct termio): Likewise.
8452         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8453         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8454         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8455         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8456         Likewise.
8457         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8458         Move definition to ioctl-types.h
8459         (struct termio): Likewise.
8460         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8461         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8462         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8463         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8464         Likewise.
8466 2014-08-05  Richard Henderson  <rth@redhat.com>
8468         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8469         exceptions.
8470         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8471         Add fraiseexcpt.
8472         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8473         Use __feraiseexcept.
8474         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8475         Protect libm symbols with IS_IN_libm.
8477         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8479 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8481         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8483 2014-08-04  Will Newton  <will.newton@linaro.org>
8485         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8486         file.
8488 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8490         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8491         variants for each function.
8493 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8495         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8496         appended ...
8497         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8498         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8499         appended ...
8500         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8501         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8502         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8503         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8504         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8505         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8506         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8507         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8508         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8509         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8510         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8511         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8512         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8513         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8514         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8515         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8516         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8517         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8518         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8519         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8520         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8521         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8522         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8523         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8524         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8525         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8526         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8527         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8528         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8529         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8530         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8531         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8532         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8533         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8534         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8535         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8536         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8537         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8538         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8539         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8540         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8541         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8542         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8543         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8544         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8545         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8546         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8547         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8548         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8549         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8550         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8551         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8552         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8553         Update #include.
8554         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8555         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8557 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8559         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8560         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8561         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8562         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8563         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8564         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8566 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8568         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8569         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8570         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8571         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8573 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8575         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8576         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8577         (__libc_vfork): Define function under this name.
8578         (__vfork): Define as an alias.
8579         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8580         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8582 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8584         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8585         that was previously under [RESET_PID].
8586         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8588 2014-08-04  Andreas Schwab  <schwab@suse.de>
8590         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8592 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8594         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8595         (main): Likewise.
8597 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8599         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8601 2014-08-01  Richard Henderon  <rth@redhat.com>
8603         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8604         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8605         typo in exact zero test.
8606         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8607         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8608         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8610 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8612         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8613         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8614         * sysdeps/arm/sysdep.h: ... here.
8615         [!__ASSEMBLER__]: Include <stdint.h>.
8617 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8619         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8620         (HAVE_WCTYPE_H): Likewise.
8621         (HAVE_ISWCTYPE): Likewise.
8622         (ENABLE_NLS): Likewise.
8623         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8624         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8626         * posix/regex_internal.c: Check if DEBUG is defined and is
8627         set.
8629         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8630         (HAVE_MBSRTOWCS): Likewise.
8631         * posix/fnmatch.c: Include string.h unconditionally.
8633 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8635         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8636         reversal.
8638 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8640         * sysdeps/generic/safe-fatal.h: New file.
8641         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8642         * nptl/forward.c: Include it.
8643         (__pthread_unwind): Use __safe_fatal as default action, rather
8644         than a bogus use of INTERNAL_SYSCALL that could never work.
8646         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8647         * configure.ac (libc_cv_builtin_trap): New test.
8648         * configure: Regenerated.
8649         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8650         (ABORT_INSTRUCTION): Define using __builtin_trap.
8652         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8653         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8654         * sysdeps/nptl/nptl-signals.h: New file.
8655         * nptl/pthreadP.h: Include <nptl-signals.h>.
8657 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8659         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8660         (ONE_DIRECTION): Define.
8661         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8662         (ONE_DIRECTION): Define.
8663         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8664         (ONE_DIRECTION): Define.
8666 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8668         * sysdeps/s390/Makefile: Delete file.
8669         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8670         * sysdeps/s390/__longjmp.c: Delete file.
8671         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8672         Remove fields __flags and __reserved.
8673         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8674         and add versioning.
8675         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8676         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8677         * sysdeps/s390/rtld-setjmp.S: Likewise.
8678         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8679         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8680         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8681         * sysdeps/s390/s390-32/setjmp.S: ... here.
8682         Add versioning.
8683         (__sigsetjmp): Remove setting __flags field.
8684         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8685         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8686         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8687         * sysdeps/s390/s390-64/setjmp.S: ... here.
8688         Add versioning.
8689         (__sigsetjmp): Remove setting __flags field.
8690         * sysdeps/s390/setjmp.S: Delete file.
8691         * sysdeps/s390/sigjmp.c: Likewise.
8692         * sysdeps/s390/v1-longjmp.c: Likewise.
8693         * sysdeps/s390/v1-setjmp.h: Likewise.
8694         * sysdeps/s390/v1-sigjmp.c: Likewise.
8695         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8696         Remove v1-longjmp_chk.
8697         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8698         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8699         Include debug/longjmp_chk.c and add versioning.
8700         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8701         Include nptl/pt-longjmp.c and add versioning.
8702         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8703         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8704         Include __longjmp.c.
8705         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8706         Move to ...
8707         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8708         (__getcontext): Remove setting __flags field.
8709         Add versioning.
8710         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8711         Don't restore upper high grps.
8712         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8713         Likewise.
8714         (__swapcontext): Remove setting uc_flags field.
8715         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8716         Delete file.
8717         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8718         Include __longjmp.c.
8719         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8720         Move to ...
8721         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8722         (__getcontext): Remove setting __flags field.
8723         Add versioning.
8724         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8725         (__swapcontext): Remove setting uc_flags field.
8726         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8727         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8728         Remove fields uc_high_gprs and __reserved.
8729         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8730         New file with reverted content.
8731         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8732         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8733         Regenerated.
8734         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8735         Regenerated.
8737 2014-07-31  Andreas Schwab  <schwab@suse.de>
8739         * config.h.in (HAVE_IFUNC): Define to 0.
8740         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8741         definedness.
8743 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8745         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8746         memmove-avx-unaligned, memcpy-avx-unaligned and
8747         mempcpy-avx-unaligned.
8748         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8749         Add tests for AVX memcpy functions.
8750         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8751         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8752         memcpy_chk.
8753         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8754         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8755         memmove_chk.
8756         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8757         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8758         mempcpy_chk.
8759         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8760         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8761         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8763 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8765         [BZ #17213]
8766         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8767         powerpc64le.
8769 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8771         [BZ #16839]
8772         * manual/llio.texi: Add section about open file description locks.
8773         * manual/examples/ofdlocks.c: Example of open file description
8774         lock usage.
8775         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8776         F_OFD_SETLK, and F_OFD_SETLKW.
8778 2014-07-23  Allan McRae  <allan@archlinux.org>
8780         * po/es.po: Update Spanish translation from translation project.
8782 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8784         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8786 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8788         [BZ #17078]
8789         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8790         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8791         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8793 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8795         [BZ #17088]
8796         * math/fesetenv.c (__fesetenv)
8797         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8798         * math/feupdateenv.c (__feupdateenv)
8799         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8801         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8802         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8803         (__ASSUME_SOCKETCALL): Do not define.
8805         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8806         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8807         (__ASSUME_SOCKETCALL): Do not define.
8808         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8809         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8810         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8811         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8812         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8813         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8814         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8815         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8817         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8818         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8819         (__ASSUME_SOCKETCALL): Do not define.
8820         (__ASSUME_IPC64): Define unconditionally.
8821         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8822         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8823         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8824         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8825         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8826         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8827         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8828         Likewise.
8830         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8831         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8832         (__ASSUME_SOCKETCALL): Do not define.
8833         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8834         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8835         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8836         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8837         (__ASSUME_REQUEUE_PI): Define unconditionally.
8838         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8839         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8840         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8841         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8842         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8843         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8845         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8846         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8847         (__ASSUME_SOCKETCALL): Do not define.
8848         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8849         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8850         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8851         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8852         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8853         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8855         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8856         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8857         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8858         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8859         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8860         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8861         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8862         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8863         (__ASSUME_GETCPU_SYSCALL): Likewise.
8865         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8866         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8867         cases for individual architectures.
8868         * sysdeps/gnu/configure: Regenerated.
8869         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8870         LIBC_SLIBDIR_RTLDDIR.
8871         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8872         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8873         LIBC_SLIBDIR_RTLDDIR.
8874         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8876         LIBC_SLIBDIR_RTLDDIR.
8877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8878         Regenerated.
8879         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8880         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8881         file.
8882         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8883         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8884         file.
8885         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8886         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8887         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8888         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8890         * sysdeps/aarch64/shlib-versions: Move to ...
8891         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8892         * sysdeps/alpha/shlib-versions: Move to ...
8893         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8894         * sysdeps/arm/shlib-versions: Move to ...
8895         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8896         * sysdeps/hppa/shlib-versions: Move all contents except for
8897         libgcc_s entry to ...
8898         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8899         entry from ...
8900         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8901         * sysdeps/ia64/shlib-versions: Move to ...
8902         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8903         entry from ...
8904         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8905         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8906         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8907         * sysdeps/microblaze/shlib-versions: Move to ...
8908         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8909         * sysdeps/mips/shlib-versions: Move to ...
8910         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8911         entry from ...
8912         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8913         * sysdeps/tile/shlib-versions: Move to ...
8914         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8915         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8916         from ...
8917         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8918         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8919         entry from ...
8920         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8922 2014-07-17  Will Newton  <will.newton@linaro.org>
8924         * sysdeps/arm/bits/atomic.h
8925         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8926         (__arch_compare_and_exchange_bool_16_int): Likewise.
8927         (__arch_compare_and_exchange_bool_64_int): Likewise.
8929         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8930         into an #else block.
8932 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8934         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8935         just Linux configurations.  Test empirically that the compiler sets
8936         __ARM_EABI__, rather than using the tuple to decide.
8937         * sysdeps/arm/preconfigure: Regenerated.
8938         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8939         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8940         contents appended ...
8941         * sysdeps/arm/configure.ac: ... here.
8942         * sysdeps/arm/configure: Regenerated.
8944 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8946         * nptl/pthread_kill.c: New file.
8947         * nptl/pthread_sigmask.c: New file.
8948         * nptl/pthread_sigqueue.c: New file.
8950         * sysdeps/nptl/lowlevellock.h: New file.
8951         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8952         * sysdeps/nptl/lowlevellock-futex.h: New file.
8954         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8955         Remove dead declarations.
8957 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8959         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8960         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8961         config-cflags-avx2.
8962         * sysdeps/x86_64/configure.ac: Likewise.
8963         * sysdeps/i386/configure: Regenerated.
8964         * sysdeps/x86_64/configure: Likewise.
8965         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8966         memset-avx2 only if config-cflags-avx2 is yes.
8967         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8968         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8969         defined.
8970         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8971         only if HAVE_AVX2_SUPPORT is defined.
8972         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8974 2014-07-14  Alan Modra  <amodra@gmail.com>
8976         [BZ #17153]
8977         * elf/elf.h (DT_PPC64_NUM): Correct value.
8978         * NEWS: Add to fixed bug list.
8980 2014-07-13  Jim Meyering  <meyering@fb.com>
8982         [BZ 17150]
8983         regex: don't deref NULL upon heap allocation failure
8984         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8985         failure in one more place.
8986         To trigger the segfault, configure grep -with-included-regex,
8987         build it, and run these commands:
8988         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8990 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8992         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8994 2014-07-11  Richard Henderson  <rth@redhat.com>
8996         * sysdeps/aarch64/libm-test-ulps: Update.
8998 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9000         [BZ #17135]
9001         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9002         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9003         (__nptl_setxid): Initialize error member.  Call
9004         __nptl_setxid_error.
9005         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9006         * nptl/descr.h (struct xid_command): Add error member.
9007         * nptl/tst-setuid3.c: New file.
9008         * nptl/Makefile (tests): Add it.
9010 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9012         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9013         New define.
9014         (__lll_trylock): Use __lll_base_trylock.
9015         (__lll_cond_trylock): Likewise.
9017 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9019         * nptl/pthread_create.c (start_thread): Use atomic_or and
9020         lll_futex_wake directly rather than lll_robust_dead.
9021         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9022         (lll_robust_dead): Macro removed.
9023         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9024         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9025         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9026         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9027         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9028         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9029         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9030         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9031         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9032         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9033         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9034         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9035         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9036         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9037         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9039         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9040         Use atomic_compare_and_exchange_val_acq directly rather than
9041         lll_robust_trylock.
9042         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9043         (__lll_robust_trylock, lll_robust_trylock): Removed.
9044         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9045         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9046         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9047         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9048         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9049         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9050         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9051         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9052         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9053         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9054         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9055         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9056         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9057         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9059 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9061         * manual/locale.texi (Locale Names): New section documenting
9062         locale name syntax.  Adjust menu and node chaining accordingly.
9063         (Choosing Locale): Reference Locale Names, Locale Categories.
9064         Mention setting LC_ALL=C.  Reflect that name syntax is now
9065         documented.
9066         (Locale Categories): New section title.  Reference Locale Names.
9067         LC_ALL is an environment variable, but not a category.
9068         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9069         description, now in Locale Name.  Reference that section.  Locale
9070         name syntax is now documented.
9072 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9074         [BZ #17137]
9075         * locale/findlocale.c (name_present, valid_locale_name): New
9076         functions.
9077         (_nl_find_locale): Use the loc_name variable to store name
9078         candidates.  Call name_present and valid_locale_name to check and
9079         validate locale names.  Return an error if the locale is invalid.
9081 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9083         * locale/setlocale.c (setlocale): Use strdup for allocating
9084         composite name copy.
9086 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9088         Sync up with gnulib.
9089         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9090         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9091         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9092         and _GL_ARG_NONNULL.
9093         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9094         [!_LIBC]: Include code for Windows and Cygwin.
9095         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9096         Include prototype for int strerror_r.
9097         [!_LIBC] (is_open): New function.
9098         (flush_stdout): New function.
9099         (print_errno_message): Use it.
9100         (error): Likewise.
9101         (error_at_line): Likewise.
9102         (error_tail) Add function attribute macros.  Use
9103         __builtin_expect.
9105         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9107         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9109         * io/ftw.c: Include sys/param.h unconditionally.
9111         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9113         [BZ #17125]
9114         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9115         libc_freeres_ptr.
9116         (freecache): New function to free CACHE on exit.
9118         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9119         initialization.
9121 2014-07-09  David S. Miller  <davem@davemloft.net>
9123         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9125         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9126         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9127         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9128         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9129         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9130         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9131         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9132         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9133         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9134         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9135         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9136         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9137         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9139 2014-07-09  Andreas Schwab  <schwab@suse.de>
9141         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9142         output.
9143         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9144         (do_test): Likewise.
9146         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9148 2014-07-09  Will Newton  <will.newton@linaro.org>
9150         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9151         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9152         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9153         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9154         * sysdeps/hppa/start.S (_start): Likewise.
9156 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9158         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9160         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9161         defined.
9163 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9165         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9166         after checking that it is non-NULL.
9168         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9170 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9172         * sysdeps/powerpc/memmove.c: Remove file.
9173         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9174         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9175         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9176         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9177         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9178         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9179         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9180         string memmove instead of removed powerpc one.
9182         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9183         [weak_alias]: Fix compiler warning due trailing data.
9184         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9185         [weak_alias]: Likewise.
9186         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9187         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9189         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9190         (__libc_ifunc_impl_list): Add memmove functions.
9192 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9194         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9195         Remove code.
9196         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9197         Likewise
9198         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9199         Likewise
9200         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9201         Likewise
9202         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9203         Likewise
9204         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9205         Likewise
9206         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9207         Likewise
9208         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9209         Likewise
9210         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9211         Likewise
9212         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9213         Likewise
9214         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9215         Likewise
9216         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9217         Likewise
9218         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9219         Likewise
9220         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9221         Likewise
9222         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9223         Likewise
9224         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9225         Likewise
9226         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9227         Likewise
9229 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9231         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9232         to avoid alignment traps in non-cacheable memory.
9233         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9235         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9236         multiarch objects.
9237         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9238         file: multiarch power7 memmove.
9239         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9240         multiarch default memmove.
9241         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9242         multiarch memove for powerpc32/power4.
9244         * string/bcopy.c: Use full path to include memmove.c.
9245         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9246         multiarch objects.
9247         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9248         bcopy for powerpc64.
9249         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9250         bcopy for powerpc64.
9251         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9252         and memmove implementations.
9253         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9254         optimized multiarch memmove for POWER7/powerpc64.
9255         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9256         default multiarch memmove for powerpc64.
9257         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9258         multiarch for powerpc64.
9259         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9260         for POWER7/powerpc64.
9261         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9262         memmove for POWER7/powerpc64.
9264         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9265         glibc default one.
9267         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9268         __ELF_NATIVE_CLASS equal to 64.
9270 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9272         * sysdeps/nptl/lowlevellock.h: File removed.
9274         * NEWS: NPTL is no longer an add-on!
9275         * nptl/internaltypes.h: Moved ...
9276         * sysdeps/nptl/internaltypes.h: ... here.
9277         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9278         * sysdeps/nptl/fork.c: Likewise.
9279         * sysdeps/nptl/gai_misc.h: Likewise.
9280         * sysdeps/nptl/librt-cancellation.c: Likewise.
9281         * sysdeps/nptl/jmp-unwind.c: Likewise.
9282         * sysdeps/nptl/setxid.h: Likewise.
9283         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9284         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9285         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9286         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9287         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9288         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9289         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9290         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9291         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9292         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9293         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9294         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9295         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9296         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9297         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9298         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9299         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9300         * nptl/Makeconfig: Moved ...
9301         * sysdeps/nptl/Makeconfig: ... here.
9302         * nptl/configure: File removed.
9303         * nptl/ANNOUNCE: File removed.
9304         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9305         * sysdeps/unix/sysv/linux/configure: Regenerated.
9307         * nptl/Makefile (routines): Add libc_pthread_init,
9308         libc_multiple_threads, register-atfork and unregister-atfork.
9309         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9310         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9311         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9312         pthread-pi-defines.sym, structsem.sym.
9313         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9314         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9315         [$(subdir) = nptl] (tests): Add tst-setgetname.
9316         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9317         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9318         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9319         [!LIBC_SIGACTION]: Remove aliases.
9320         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9321         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9322         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9323         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9324         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9325         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9326         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9327         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9328         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9329         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9330         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9331         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9332         __libc_allocate_rtsig_private.
9333         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9334         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9335         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9336         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9337         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9338         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9339         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9340         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9341         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9342         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9343         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9344         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9345         * nptl/internaltypes.h: ... here.
9346         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9347         * sysdeps/nptl/jmp-unwind.c: ... here.
9348         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9349         * nptl/libc-lowlevellock.c: ... here.
9350         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9351         * nptl/libc_multiple_threads.c: ... here.
9352         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9353         * nptl/libc_pthread_init.c: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9355         * nptl/lowlevelbarrier.sym: ... here.
9356         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9357         * nptl/lowlevelcond.sym: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9359         * nptl/lowlevellock.c: ... here.
9360         * nptl/lowlevellock.h: Moved ...
9361         * sysdeps/nptl/lowlevellock.h: ... here.
9362         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9363         * nptl/lowlevelrobustlock.c: ... here.
9364         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9365         * nptl/lowlevelrobustlock.sym: ... here.
9366         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9367         * nptl/lowlevelrwlock.sym: ... here.
9368         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9369         * nptl/pt-fork.c: ... here.
9370         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9371         * nptl/pthread-pi-defines.sym: ... here.
9372         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9373         * nptl/pthread_attr_getaffinity.c: ... here.
9374         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9375         * nptl/pthread_attr_setaffinity.c: ... here.
9376         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9377         * nptl/pthread_mutex_cond_lock.c: ... here.
9378         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9379         Update #include.
9380         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9381         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9382         * nptl/pthread_once.c: ... here, replacing old file.
9383         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9384         * nptl/pthread_yield.c: ... here.
9385         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9386         * nptl/register-atfork.c: ... here.
9387         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9388         * nptl/sem_post.c: ... here.
9389         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9390         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9391         * nptl/sem_timedwait.c: ... here.
9392         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9393         * nptl/sem_trywait.c: ... here.
9394         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9395         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9396         * nptl/sem_wait.c: ... here.
9397         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9398         * nptl/structsem.sym: ... here.
9399         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9400         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9401         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9402         * nptl/unregister-atfork.c: ... here.
9403         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9404         * nptl/unwindbuf.sym: ... here.
9405         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9406         * sysdeps/nptl/fork.c: ... here.
9407         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9408         * sysdeps/nptl/fork.h: ... here.
9409         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9410         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9411         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9412         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9413         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9415         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9416         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9417         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9418         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9419         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9421         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9423         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9425         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9427         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9429         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9431         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9433         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9435         * sysdeps/unix/sysv/linux/raise.c: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9437         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9438         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9439         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9440         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9441         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9443         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9444         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9445         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9446         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9447         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9448         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9449         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9450         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9452 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9454         * sysdeps/generic/memcopy.h: Add comment for
9455         MEMCPY_OK_FOR_FWD_MEMMOVE.
9457 2014-07-04  Will Newton  <will.newton@linaro.org>
9459         * string/memchr.c: Merge from gnulib.
9460         [_LIBC]: Remove conditionals.
9461         (__ptr_t): Remove define.
9462         (LONG_MAX_32_BITS): Likewise.
9463         (LONG_MAX): Likewise.
9464         (MEMCHR): Use ANSI prototype and optimize algorithm.
9466         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9468 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9470         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9471         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9473         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9474         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9475         in a bare environment with no <stdlib.h> installed.
9476         * sysdeps/nptl/configure: Regenerated.
9478         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9480         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9481         AC_EGREP_CPP for kernel header checks, so they only succeed if
9482         including <linux/version.h> actually works right.
9483         * sysdeps/unix/sysv/linux/configure: Regenerated.
9485         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9486         value so it's not diagnosed as unused.
9488         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9489         thing) with "ifeq ($(subdir),rt)".
9491 2014-07-03  Richard Henderson  <rth@redhat.com>
9493         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9494         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9495         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9497         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9498         (math_force_eval): New.
9500         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9501         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9503         * sysdeps/alpha/fpu/s_round.c: Remove file.
9504         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9506         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9507         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9508         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9509         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9510         (_dl_start, print_statistics): Likewise.
9511         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9512         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9514         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9515         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9516         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9517         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9518         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9519         (HP_SMALL_TIMING_AVAIL): Define.
9520         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9521         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9522         (HP_SMALL_TIMING_AVAIL): Define.
9523         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9524         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9526         * sysdeps/aarch64/hp-timing.h: New file.
9528         * sysdeps/generic/hp-timing.h: Remove dead comment.
9529         * sysdeps/generic/hp-timing-common.h: New file.
9530         * sysdeps/alpha/hp-timing.h: Include it.
9531         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9532         * sysdeps/i386/i686/hp-timing.h: Likewise.
9533         * sysdeps/ia64/hp-timing.h: Likewise.
9534         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9535         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9536         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9537         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9538         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9539         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9540         (hp_timing_t): New.
9542         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9543         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9544         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9545         * elf/rtld.c (_dl_start_final): Likewise.
9546         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9547         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9548         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9549         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9550         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9551         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9552         (HP_TIMING_DIFF_INIT): Remove.
9553         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9554         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9555         (HP_TIMING_DIFF_INIT): Remove.
9556         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9557         * sysdeps/i386/i686/hp-timing.c: Remove file.
9558         * sysdeps/x86_64/hp-timing.c: Remove file.
9559         * sysdeps/ia64/hp-timing.c: Remove file.
9560         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9561         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9562         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9563         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9565         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9566         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9567         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9568         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9569         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9570         (HP_TIMING_ACCUM): Remove.
9571         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9572         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9573         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9575         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9576         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9577         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9578         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9579         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9580         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9581         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9582         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9584         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9586 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9588         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9590 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9592         Sync up with gettext.
9593         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9594         [_MSC_VER]: Include malloc.h
9595         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9596         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9597         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9598         TEMP_FAILURE_RETRY.  Cast return of alloca.
9599         [!_LIBC] Call gl_rwlock_init.
9600         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9602 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9604         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9605         before checking its value.
9607 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9609         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9611         * debug/memcpy_chk.c: Don't include pagecopy.h.
9612         * debug/mempcpy_chk.c: Likewise.
9613         * string/memcpy.c: Likewise.
9614         * string/memmove.c: Likewise.
9615         * sysdeps/powerpc/memmove.c: Likewise.
9616         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9617         definition of PAGE_COPY_FWD_MAYBE here...
9618         * sysdeps/generic/pagecopy.h: ... from here.
9619         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9621 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9622             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9624         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9625         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9626         optimizations.
9627         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9628         (__libc_ifunc_impl_list): Likewise.
9629         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9630         multiarch strcat for PPC64.
9631         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9632         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9634 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9636         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9638 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9640         * intl/loadmsgcat.c: Remove declaration of
9641         get_sysdep_segment_value.
9642         (get_sysdep_segment_value): Use ISO C style.
9643         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9644         semicolon.  Fix typo and formatting in comment.
9645         (_nl_unload_domain): Use ISO C style.
9647         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9649 2014-07-02  Will Newton  <will.newton@linaro.org>
9651         * malloc/obstack.c: Merge from gnulib master.
9652         [HAVE_CONFIG_H]: Remove conditional code.
9653         [!_LIBC]: Include config.h.
9654         [!ELIDE_CODE]: Don't include inttypes.h, include
9655         stdint.h unconditionally.
9656         (print_and_abort): Mark as _Noreturn.
9657         (_obstack_allocated_p): Mark as __attribute_pure__.
9658         (obstack_free): Rename to __obstack_free.
9659         [!__attribute__]: Remove conditional code.
9660         * malloc/obstack.h: Merge from gnulib master.
9661         [__cplusplus]: Move conditional down.
9662         [!__attribute_pure__]: Define __attribute_pure__ here
9663         if it is not already defined.
9664         (_obstack_memory_used): Mark as __attribute_pure__.
9665         [!__obstack_free]: Define as obstack_free.
9666         [__GNUC__]: Remove check for ancient NeXT gcc.
9668 2014-07-02  Will Newton  <will.newton@linaro.org>
9669             Paul Eggert  <eggert@cs.ucla.edu>
9671         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9673 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9675         * resolv/gethnamaddr.c: Add comment warning that the file is
9676         not maintained.
9678 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9680         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9681         entries.
9683         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9684         entry for aio_cancel and aio_cancel64.
9685         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9686         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9687         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9688         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9689         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9690         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9691         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9692         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9693         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9694         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9695         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9696         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9697         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9699 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9701         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9702         * nptl/pthread_mutex_lock.c: Likewise.
9703         * nptl/pthread_mutex_timedlock.c: Likewise.
9704         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9706 2014-07-01  Richard henderson  <rth@redhat.com>
9708         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9709         (__isnan, __isnanl): Remove.
9710         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9712         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9714 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9716         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9718 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9720         * resolv/nss_dns/dns-host.c (getanswer_r)
9721         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9723 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9725         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9726         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9727         undefine.
9728         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9729         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9731 2014-07-01  Roland McGrath <roland@hack.frob.com>
9733         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9734         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9736         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9737         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9739         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9740         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9741         ... here.
9742         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9743         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9745         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9746         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9747         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9748         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9750         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9751         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9752         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9753         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9754         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9755         Moved ...
9756         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9757         ... here.
9758         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9759         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9760         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9761         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9762         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9763         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9764         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9765         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9766         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9767         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9768         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9769         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9770         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9771         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9772         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9773         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9774         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9775         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9776         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9777         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9778         ... here.
9779         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9780         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9781         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9782         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9783         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9784         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9785         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9786         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9788 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9790         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9791         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9792         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9793         Add sysdep.
9795 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9797         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9799 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9801         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9802         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9804         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9806         * sysdeps/arm/libm-test-ulps: Regenerated.
9808 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9809             Roland McGrath <roland@hack.frob.com>
9811         * test-skeleton.c (signal_handler): Kill the whole process group
9812         before killing the child individually.
9813         (main): Report any failure on `setpgid'.
9815 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9817         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9818         from _TLS_H to _ARM_NPTL_TLS_H.
9819         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9820         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9822 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9824         [BZ #16539]
9825         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9826         (__expm1l): Return argument unchanged when small but not
9827         subnormal.
9829         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9830         include macro name.
9831         (_FP_UNPACK_RAW_1_P): Likewise.
9832         (_FP_PACK_RAW_1): Likewise.
9833         (_FP_PACK_RAW_1_P): Likewise.
9834         (_FP_MUL_MEAT_1_wide): Likewise.
9835         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9836         (_FP_MUL_MEAT_1_hard): Likewise.
9837         (_FP_DIV_MEAT_1_imm): Likewise.
9838         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9839         (_FP_DIV_MEAT_1_udiv): Likewise.
9840         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9841         (_FP_UNPACK_RAW_2): Likewise.
9842         (_FP_UNPACK_RAW_2_P): Likewise.
9843         (_FP_PACK_RAW_2): Likewise.
9844         (_FP_PACK_RAW_2_P): Likewise.
9845         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9846         (_FP_MUL_MEAT_2_wide): Likewise.
9847         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9848         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9849         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9850         (_FP_MUL_MEAT_2_gmp): Likewise.
9851         (_FP_DIV_MEAT_2_udiv): Likewise.
9852         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9853         (_FP_FRAC_SRL_4): Likewise.
9854         (_FP_FRAC_SRST_4): Likewise.
9855         (_FP_FRAC_SRS_4): Likewise.
9856         (_FP_UNPACK_RAW_4): Likewise.
9857         (_FP_UNPACK_RAW_4_P): Likewise.
9858         (_FP_PACK_RAW_4): Likewise.
9859         (_FP_PACK_RAW_4_P): Likewise.
9860         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9861         (_FP_MUL_MEAT_4_wide): Likewise.
9862         (_FP_MUL_MEAT_4_gmp): Likewise.
9863         (umul_ppppmnnn): Likewise.
9864         (_FP_DIV_MEAT_4_udiv): Likewise.
9865         (__FP_FRAC_ADD_4): Likewise.
9866         (__FP_FRAC_SUB_3): Likewise.
9867         (__FP_FRAC_SUB_4): Likewise.
9868         (__FP_FRAC_DEC_3): Likewise.
9869         (__FP_FRAC_DEC_4): Likewise.
9870         (__FP_FRAC_ADDI_4): Likewise.
9871         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9872         (_FP_FRAC_SRL_8): Likewise.
9873         (_FP_FRAC_SRS_8): Likewise.
9875         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9876         include macro name.
9877         (FP_UNPACK_RAW_EP): Likewise.
9878         (FP_PACK_RAW_E): Likewise.
9879         (FP_PACK_RAW_EP): Likewise.
9880         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9881         (_FP_ISSIGNAN): Likewise.
9882         (_FP_ADD_INTERNAL): Likewise.
9883         (_FP_FMA): Likewise.
9884         (_FP_CMP): Likewise.
9885         (_FP_SQRT): Likewise.
9886         (_FP_TO_INT): Likewise.
9887         (_FP_FROM_INT): Likewise.
9888         (FP_EXTEND): Likewise.
9889         (_FP_DIV_MEAT_N_loop): Likewise.
9891 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9893         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9894         throughout.
9896 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9898         [BZ #17097]
9899         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9900         result with correct sign in case of exponents that produce
9901         overflow except for X very close to 1.
9903 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9905         mktime: merge #if/#ifdef usage from glibc
9906         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9907         as that works with both Glibc's and Gnulib's style.
9908         See thread starting at Siddhesh Poyarekar's bug report at:
9909         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9911 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9913         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9914         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9915         * sysdeps/tile/tilegx/memmove.c: Remove file.
9917 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9919         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9920         abi-name definition.
9921         * scripts/soversions.awk: Do not handle or generate ABI lines.
9922         * shlib-versions: Remove ABI entries.
9923         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9924         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9926 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9928         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9929         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9930         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9935         Moved ...
9936         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9937         ... here.
9938         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9939         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9940         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9941         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9942         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9943         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9944         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9945         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9946         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9947         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9948         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9949         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9950         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9951         Moved ...
9952         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9953         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9954         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9955         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9956         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9957         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9958         Moved ...
9959         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9960         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9961         Moved ...
9962         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9963         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9964         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9965         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9966         Moved ...
9967         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9968         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9969         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9970         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9971         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9972         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9973         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9974         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9975         Moved ...
9976         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9977         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9978         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9979         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9980         Moved ...
9981         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9982         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9983         Moved ...
9984         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9985         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9986         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9987         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9988         Moved ...
9989         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9990         ... here.
9991         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9992         Identical file removed.
9993         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9994         Moved ...
9995         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9996         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9997         Identical file removed.
9998         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9999         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10000         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10001         Moved ...
10002         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10003         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10004         Identical file removed.
10005         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10006         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10007         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10008         Identical file removed.
10009         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10010         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10011         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10012         Identical file removed.
10013         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10014         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10015         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10016         Identical file removed.
10017         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10018         Moved ...
10019         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10020         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10021         Identical file removed.
10022         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10023         Moved ...
10024         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10025         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10026         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10027         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10028         Identical file removed.
10029         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10030         Moved ...
10031         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10032         ... here.
10033         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10034         Identical file removed.
10035         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10036         Moved ...
10037         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10038         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10039         Identical file removed.
10040         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10043         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10044         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10045         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10046         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10047         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10048         Moved ...
10049         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10050         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10051         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10053         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10054         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10055         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10056         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10057         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10059 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10061         [BZ #17092]
10062         * nscd/nscd.c (monitor_child): Return exit status of child
10063         instead of return value from wait syscall.
10065 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10067         * configure.ac (libc_commonpagesize): Remove variable.
10068         (libc_relro_required): Likewise.
10069         (libc_cv_z_relro): Remove configure test.
10070         * configure: Regenerated.
10071         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10072         variable.
10073         (libc_relro_required): Likewise.
10074         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10075         (libc_relro_required): Likewise.
10076         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10077         (libc_relro_required): Likewise.
10078         * sysdeps/arm/preconfigure: Regenerated.
10079         * sysdeps/ia64/preconfigure: Remove file.
10080         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10081         variable.
10082         (libc_relro_required): Likewise.
10084         [BZ #16561]
10085         [BZ #16562]
10086         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10087         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10088         recompute overflowing results in original rounding mode.
10089         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10090         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10091         recompute overflowing results in original rounding mode.
10092         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10093         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10094         recompute overflowing results in original rounding mode.
10095         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10096         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10097         recompute overflowing results in original rounding mode.
10098         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10099         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10100         recompute overflowing results in original rounding mode.
10101         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10102         (libc_feholdsetround_ctx): New macro.
10103         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10104         * sysdeps/i386/fpu/libm-test-ulps: Update.
10105         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10107 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10109         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10110         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10111         corresponding .cpsetup call.
10113 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10115         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10116         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10117         * sysdeps/arm/Makefile [$(subdir) = csu]
10118         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10119         (static-only-routines): Add aeabi_read_tp here.
10120         (shared-only-routines): Add libc-aeabi_read_tp here.
10121         (CFLAGS-libc-start.c): Add -fexceptions here.
10122         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10123         (sysdep_routines, static-only-routines, shared-only-routines):
10124         Don't add to these here.
10125         (CFLAGS-libc-start.c): Likewise.
10127         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10128         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10129         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10130         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10131         * sysdeps/arm/Makefile [$(subdir) = rt]
10132         (librt-sysdep_routines, librt-shared-only-routines):
10133         Append rt-aeabi_unwind_cpp_pr1 here.
10134         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10135         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10136         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10137         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10138         Append nptl-aeabi_unwind_cpp_pr1 here.
10139         (tests): Filter out tst-cleanupx4 here.
10140         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10141         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10142         Don't do those here.
10144 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10146         * scripts/list-sources.sh: Do not handle ports specially.
10148 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10150         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10151         * sysdeps/arm/feupdateenv.c: Likewise.
10153         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10155 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10157         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10158         trailing whitespace removed.
10159         * scripts/config.guess: Update to version 2014-03-23.
10160         * scripts/config.sub: Update to version 2014-05-01
10161         * scripts/install-sh: Update to version 2013-12-25.23.
10162         * scripts/move-if-change: Update from gnulib.
10164 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10166         * debug/memmove_chk.c: Remove pagecopy.h include.
10168 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10170         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10171         identical to gnulib mktime.
10173 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10175         * configure.ac: Do not test for machine being rs6000.  Do not test
10176         for powerpc*-*soft.
10177         * configure: Regenerated.
10179         [BZ #11505]
10180         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10181         test.
10182         * configure: Regenerated.
10183         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10184         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10185         Remove configure test.
10186         * sysdeps/arm/configure: Regenerated.
10187         * sysdeps/nptl/configure.ac: Do not check
10188         libc_cv_asm_cfi_directives.
10189         * sysdeps/nptl/configure: Regenerated.
10190         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10191         * sysdeps/x86_64/nptl/configure: Remove generated file.
10192         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10193         unconditional.
10194         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10196 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10198         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10199         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10200         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10201         it is defined.
10203         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10204         instead of whether it is defined.
10205         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10206         * sysdeps/hppa/dl-machine.h: Likewise.
10207         * sysdeps/ia64/dl-machine.h: Likewise.
10208         * sysdeps/m68k/dl-machine.h: Likewise.
10209         * sysdeps/microblaze/dl-machine.h: Likewise.
10210         * sysdeps/mips/dl-machine.: Likewise.
10211         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10212         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10213         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10214         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10215         * sysdeps/sh/dl-machine.h: Likewise.
10216         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10217         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10218         * sysdeps/tile/dl-machine.h: Likewise.
10219         * sysdeps/x86_64/dl-machine.h: Likewise.
10221         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10222         code.
10223         (verify_persistent_db): Likewise.
10225 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10227         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10228         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10229         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10230         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10232         Moved ...
10233         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10234         ... here.
10235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10236         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10237         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10238         Identical file removed.
10239         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10240         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10241         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10242         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10243         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10244         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10245         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10246         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10247         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10248         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10249         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10250         Moved ...
10251         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10252         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10253         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10255         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10257         Moved ...
10258         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10259         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10260         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10261         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10262         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10263         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10264         Identical file removed.
10265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10266         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10268         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10270         Moved ...
10271         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10272         ... here.
10273         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10274         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10275         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10276         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10277         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10278         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10279         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10280         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10281         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10282         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10283         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10284         Moved ...
10285         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10286         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10287         Moved ...
10288         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10289         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10290         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10291         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10292         Moved ...
10293         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10294         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10295         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10297         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10298         folded into ...
10299         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10300         * sysdeps/unix/sysv/linux/s390/Versions
10301         (libpthread: GLIBC_2.19): New version set.
10302         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10303         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10304         (librt: GLIBC_2.3.3): New version set.
10305         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10306         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10307         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10308         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10309         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10310         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10311         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10312         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10313         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10314         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10315         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10316         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10317         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10318         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10319         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10320         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10321         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10322         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10323         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10324         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10325         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10326         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10327         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10328         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10329         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10330         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10331         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10332         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10333         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10334         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10335         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10336         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10337         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10338         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10339         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10340         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10341         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10342         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10343         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10344         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10345         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10346         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10347         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10348         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10349         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10351         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10352         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10353         (__libc_vfork): Define the function under this name.
10354         [!NOT_IN_libc] (__vfork): Make this an alias.
10355         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10356         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10357         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10358         (__libc_vfork): Define the function under this name.
10359         [!NOT_IN_libc] (__vfork): Make this an alias.
10360         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10361         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10362         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10363         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10364         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10365         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10367         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10368         code that was previously under [RESET_PID].
10369         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10370         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10371         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10373         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10374         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10375         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10376         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10377         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10378         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10379         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10380         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10381         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10382         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10383         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10384         Moved ...
10385         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10386         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10387         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10388         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10389         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10390         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10391         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10392         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10393         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10394         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10395         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10396         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10397         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10398         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10399         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10400         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10401         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10402         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10403         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10404         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10405         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10406         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10407         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10408         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10409         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10410         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10411         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10412         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10413         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10415 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10417         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10418         that was previously under [RESET_PID].
10419         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10421 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10423         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10424         not undefine and redefine.
10425         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10426         [O_CLOEXEC]: Make code unconditional.
10427         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10428         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10429         <kernel-features.h>.
10430         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10431         conditional variable definition.
10432         (shm_open) [O_CLOEXEC]: Make code unconditional.
10433         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10434         code.
10436         * configure.ac (USE_REGPARMS): Don't define here.
10437         * configure: Regenerated.
10438         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10439         * sysdeps/i386/configure: Regenerated.
10441         * nptl/createthread.c: Don't include kernel-features.h.
10442         * nptl/pthread_cancel.c: Likewise.
10443         * nptl/pthread_condattr_setclock.c: Likewise.
10444         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10445         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10446         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10447         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10448         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10449         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10450         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10451         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10452         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10453         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10454         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10455         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10456         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10457         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10458         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10459         * nscd/gai.c: Likewise.
10460         * nss/nss_db/db-open.c: Likewise.
10461         * sysdeps/generic/ldsodefs.h: Likewise.
10462         * sysdeps/sh/nptl/tls.h: Likewise.
10463         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10464         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10465         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10466         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10467         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10468         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10469         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10470         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10471         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10472         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10473         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10474         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10475         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10476         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10477         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10478         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10479         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10480         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10481         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10482         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10483         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10484         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10485         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10486         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10487         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10488         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10489         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10490         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10491         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10492         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10493         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10494         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10495         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10496         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10497         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10498         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10499         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10500         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10501         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10502         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10503         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10504         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10505         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10506         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10507         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10508         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10509         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10510         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10511         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10512         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10513         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10514         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10515         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10516         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10517         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10518         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10519         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10520         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10543         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10544         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10545         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10546         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10547         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10548         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10549         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10550         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10551         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10552         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10553         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10554         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10555         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10556         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10557         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10558         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10559         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10560         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10561         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10562         * sysdeps/unix/sysv/linux/system.c: Likewise.
10563         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10564         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10565         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10566         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10567         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10568         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10569         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10571         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10572         * configure: Regenerated.
10573         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10575         * configure.ac (base_machine): Do not set specially for particular
10576         machines here.
10577         * configure: Regenerated.
10578         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10579         settings from configure.ac.
10580         * sysdeps/i386/preconfigure: New file.
10581         * sysdeps/s390/preconfigure: Likewise.
10582         * sysdeps/sh/preconfigure: Likewise.
10583         * sysdeps/sparc/preconfigure: Likewise.
10585 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10587         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10588         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10589         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10590         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10591         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10592         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10593         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10594         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10595         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10596         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10597         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10598         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10599         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10600         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10601         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10602         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10603         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10604         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10605         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10607         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10608         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10609         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10610         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10611         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10612         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10613         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10614         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10615         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10616         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10617         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10618         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10619         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10620         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10621         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10622         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10623         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10624         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10625         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10626         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10627         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10628         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10629         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10630         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10631         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10632         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10633         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10634         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10635         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10636         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10637         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10638         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10639         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10640         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10641         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10642         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10643         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10644         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10646         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10647         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10648         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10649         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10650         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10651         Moved ...
10652         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10653         ... here.
10654         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10655         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10656         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10657         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10658         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10659         Moved ...
10660         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10661         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10662         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10663         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10664         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10665         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10666         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10667         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10668         Moved ...
10669         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10670         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10671         Moved ...
10672         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10673         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10674         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10675         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10676         Moved ...
10677         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10678         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10679         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10680         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10681         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10682         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10683         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10684         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10685         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10687         Moved ...
10688         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10689         ... here.
10690         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10691         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10693         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10695         Moved ...
10696         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10697         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10698         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10699         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10700         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10701         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10702         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10703         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10704         Moved ...
10705         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10707         Moved ...
10708         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10709         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10710         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10711         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10712         Moved ...
10713         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10714         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10715         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10716         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10717         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10719 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10721         * timezone/checktab.awk: Update from tzcode 2014e.
10722         * timezone/private.h: Likewise.
10723         * timezone/tzfile.h: Likewise.
10724         * timezone/zdump.c: Likewise.
10725         * timezone/zic.c: Likewise.
10727         * sysdeps/unix/sysv/linux/kernel-features.h
10728         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10729         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10730         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10731         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10732         Remove conditional code.
10734 2014-06-25  Will Newton  <will.newton@linaro.org>
10736         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10737         (_dl_arm_cap_flags): Add HWCAP2 values.
10738         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10739         (_DL_HWCAP_COUNT): Increase to 37.
10740         (_DL_HWCAP_LAST): New define.
10741         (_DL_HWCAP2_LAST): New define.
10742         (_dl_procinfo): Add support for printing
10743         AT_HWCAP2 entries.
10744         (_dl_string_hwcap): Use _dl_hwcap_string.
10746 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10750 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10752         * README: Do not mention ports directory.
10754         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10755         Remove macro.
10756         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10757         <kernel-features.h>.
10758         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10759         conditional variable definition.
10760         (__futimes): Update comment.
10761         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10762         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10764         [BZ #16560]
10765         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10766         arguments close to 0.
10767         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10768         Likewise.
10769         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10770         Likewise.
10771         * math/auto-libm-test-in: Add more tests of exp10.
10772         * math/auto-libm-test-out: Regenerated.
10773         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10775         * sysdeps/unix/sysv/linux/kernel-features.h
10776         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10777         * sysdeps/unix/sysv/linux/readv.c: Do not include
10778         <kernel-features.h>.
10779         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10780         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10781         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10782         unconditional.
10783         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10784         conditional code.
10785         * sysdeps/unix/sysv/linux/writev.c: Do not include
10786         <kernel-features.h>.
10787         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10788         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10789         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10790         unconditional.
10791         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10792         conditional code.
10794 2014-06-25  Will Newton  <will.newton@linaro.org>
10796         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10797         comment changes throughout the file.  Remove checks
10798         for HAVE_*_H definitions that are not required.
10799         (__gen_tempname): Call abort if an unknown kind value is
10800         passed.
10802 2014-06-25  Andreas Schwab  <schwab@suse.de>
10804         [BZ #17086]
10805         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10806         scalbln, scalblnf, scalblnl in libc.
10808 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10810         [BZ #17086]
10811         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10812         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10813         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10815 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10817         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10818         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10819         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10820         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10821         Update #include.
10822         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10823         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10824         Update #include.
10825         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10826         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10827         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10828         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10829         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10830         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10831         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10832         * sysdeps/x86/bits/semaphore.h: ... here.
10833         * sysdeps/x86/nptl/elide.h: Moved ...
10834         * sysdeps/x86/elide.h: ... here.
10835         * sysdeps/x86_64/nptl/Implies: File removed.
10836         * sysdeps/i386/nptl/Implies: File removed.
10838 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10840         [BZ #16539]
10841         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10842         return the argument for normal arguments with exponent below -64.
10843         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10844         Likewise.
10845         * math/auto-libm-test-in: Add another test of expm1.
10846         * math/auto-libm-test-out: Regenerated.
10848         [BZ #16287]
10849         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10850         calling __erfcl for arguments at least 16.
10851         * math/auto-libm-test-in: Add more tests of erf.
10852         * math/auto-libm-test-out: Regenerated.
10854         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10855         individual architectures.
10856         * sysdeps/unix/sysv/linux/configure: Regenerated.
10857         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10858         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10859         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10860         (ldd_rewrite_script): Define variable.
10861         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10862         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10863         file.
10864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10865         generated file.
10866         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10867         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10868         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10869         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10870         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10871         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10872         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10873         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10875 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10877         [BZ #17084]
10878         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10879         Rename member __data.d to __data.__elision_data.
10881 2014-06-24  Wilco  <wdijkstr@arm.com>
10883         * NEWS: Add 16918 to fixed bug list.
10885 2014-06-24  Wilco  <wdijkstr@arm.com>
10887         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10889 2014-06-24  Wilco  <wdijkstr@arm.com>
10891         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10892         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10893         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10894         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10895         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10896         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10897         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10898         Use _FPU_MASK_RM.
10900 2014-06-24  Wilco  <wdijkstr@arm.com>
10902         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10904 2014-06-24  Wilco  <wdijkstr@arm.com>
10906         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10907         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10908         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10909         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10911 2014-06-24  Wilco  <wdijkstr@arm.com>
10913         [BZ #16918]
10914         * sysdeps/arm/feupdateenv.c (feupdateenv):
10915         Rewrite to reduce FPSCR accesses and fix return value.
10917 2014-06-24  Wilco  <wdijkstr@arm.com>
10919         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10920         Optimize to avoid unnecessary FPSCR writes.
10921         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10922         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10923         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10924         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10926 2014-06-24  Wilco  <wdijkstr@arm.com>
10928         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10929         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10930         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10931         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10932         Call libc_fetestexcept_vfp.
10933         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10934         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10935         __SOFTFP__ ifdef so that they can be built for softfp.
10937 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10939         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10940         argument type signed char.
10942         * Makerules (check-abi): Dump diff of symlist if the test
10943         fails.
10945 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10947         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10948         using abort.
10950         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10951         Remove unused variable ST.
10953 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10955         [BZ #16354]
10956         [BZ #17061]
10957         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10958         small arguments before calling __expm1.
10959         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10960         small arguments before calling __expm1f.
10961         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10962         small arguments before calling __expm1l.
10963         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10964         Likewise.
10965         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10966         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10967         spurious underflow for some cosh tests.
10968         * math/auto-libm-test-out: Regenerated.
10969         * sysdeps/i386/fpu/libm-test-ulps: Update.
10971         [BZ #17050]
10972         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10973         (__ieee754_y1): Set errno if return value overflows.
10974         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10975         (__ieee754_y1f): Set errno if return value overflows.
10976         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10977         (__ieee754_y1l): Set errno if return value overflows.
10978         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10979         (__ieee754_y1l): Set errno if return value overflows.
10980         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10981         * math/auto-libm-test-out: Regenerated.
10983         * math/gen-auto-libm-tests.c: Document use of
10984         ignore-zero-inf-sign.
10985         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10986         (input_flags): Add ignore-zero-inf-sign.
10987         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10988         * math/gen-libm-test.pl (generate_testfile): Handle
10989         ignore-zero-inf-sign.
10990         * math/auto-libm-test-in: Mark some cpow tests with
10991         ignore-zero-inf-sign and some with xfail-rounding.
10992         * math/auto-libm-test-out: Regenerated.
10993         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10994         * sysdeps/i386/fpu/libm-test-ulps: Update.
10995         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10997         [BZ #16315]
10998         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10999         overflowing or underflowing operations take place with sign of
11000         result.
11001         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11002         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11003         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11004         (__ieee754_pow): Recompute overflowing and underflowing results in
11005         original rounding mode.
11006         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11007         (__powl_helper): Allow negative argument X and scale negated value
11008         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11009         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11010         overflowing or underflowing operations take place with sign of
11011         result.
11012         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11013         Include <math.h>.
11014         * math/auto-libm-test-in: Add more tests of pow.
11015         * math/auto-libm-test-out: Regenerated.
11016         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11017         (pow_tonearest_test_data): Remove.
11018         (pow_test_tonearest): Likewise.
11019         (pow_towardzero_test_data): Likewise.
11020         (pow_test_towardzero): Likewise.
11021         (pow_downward_test_data): Likewise.
11022         (pow_test_downward): Likewise.
11023         (pow_upward_test_data): Likewise.
11024         (pow_test_upward): Likewise.
11025         (main): Don't call removed functions.
11026         * sysdeps/i386/fpu/libm-test-ulps: Update.
11027         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11029 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11032         Moved ...
11033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11035         Moved ...
11036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11038         Moved ...
11039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11041         Moved ...
11042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11044         File removed.
11045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11046         File removed.
11047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11048         File removed.
11049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11050         File removed.
11051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11052         File removed.
11053         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11054         File removed.
11055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11056         File removed.
11057         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11058         File removed.
11059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11060         File removed.
11061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11062         File removed.
11063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11064         File removed.
11065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11066         File removed.
11067         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11068         Moved ...
11069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11071         Moved ...
11072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11073         ... here.
11074         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11075         Moved ...
11076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11078         Moved ...
11079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11080         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11081         Moved ...
11082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11083         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11084         Moved ...
11085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11087         Moved ...
11088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11090         Moved ...
11091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11093         Moved ...
11094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11096         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11097         ... here.
11098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11099         Moved ...
11100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11102         Moved ...
11103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11104         ... here.
11105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11106         Moved ...
11107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11108         ... here.
11109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11110         Moved ...
11111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11112         ... here.
11113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11114         Moved ...
11115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11117         Moved ...
11118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11122         Moved ...
11123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11124         ... here.
11125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11126         Moved ...
11127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11128         ... here.
11129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11130         Moved ...
11131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11133         Moved ...
11134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11136         Moved ...
11137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11138         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11139         Moved ...
11140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11142         Moved ...
11143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11144         ... here.
11145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11146         Moved ...
11147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11149         Moved ...
11150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11152         Moved ...
11153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11155         Moved ...
11156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11160         Moved ...
11161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11163         Moved ...
11164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11166         Moved ...
11167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11168         ... here.
11169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11170         Moved ...
11171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11172         ... here.
11173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11174         Moved ...
11175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11176         ... here.
11177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11178         Moved ...
11179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11181         Moved ...
11182         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11184         Moved ...
11185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11187         Moved ...
11188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11189         ... here.
11190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11191         Moved ...
11192         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11193         ... here.
11194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11195         Moved ...
11196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11197         ... here.
11198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11199         Moved ...
11200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11202         Moved ...
11203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11205 2014-06-23  Will Newton  <will.newton@linaro.org>
11206             Wilco  <wdijkstr@arm.com>
11208         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11209         implementation.  Include get-rounding-mode.h.
11210         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11211         [!libc_feholdsetround_noex_ctx]: Define
11212         libc_feholdsetround_noex_ctx.
11213         [!libc_feholdsetround_noexf_ctx]: Define
11214         libc_feholdsetround_noexf_ctx.
11215         [!libc_feholdsetround_noexl_ctx]: Define
11216         libc_feholdsetround_noexl_ctx.
11217         (libc_feholdsetround_ctx): New function.
11218         (libc_feresetround_ctx): New function.
11219         (libc_feholdsetround_noex_ctx): New function.
11220         (libc_feresetround_noex_ctx): New function.
11222 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11224         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11225         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11226         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11227         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11228         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11229         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11231         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11232         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11233         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11234         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11235         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11236         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11237         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11238         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11239         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11240         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11241         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11242         Moved ...
11243         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11244         ... here.
11245         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11246         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11247         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11248         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11249         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11250         Moved ...
11251         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11252         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11253         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11254         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11255         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11256         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11257         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11258         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11259         Moved ...
11260         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11261         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11262         Moved ...
11263         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11264         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11265         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11266         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11267         Moved ...
11268         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11269         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11270         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11271         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11272         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11273         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11274         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11275         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11276         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11277         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11278         Moved ...
11279         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11280         ... here.
11281         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11282         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11283         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11284         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11285         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11286         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11287         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11288         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11289         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11290         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11291         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11292         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11293         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11294         Moved ...
11295         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11296         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11297         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11298         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11299         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11300         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11301         Moved ...
11302         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11303         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11304         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11305         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11306         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11308         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11309         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11310         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11311         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11312         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11313         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11314         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11315         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11316         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11317         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11318         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11319         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11320         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11321         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11322         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11323         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11324         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11325         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11326         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11327         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11328         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11329         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11330         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11331         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11332         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11333         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11334         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11335         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11337 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11339         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11340         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11341         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11342         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11343         (IPV6_PMTUDISC_INTERFACE): Likewise.
11344         (IPV6_PMTUDISC_OMIT): Likewise.
11346 2014-06-23  Andreas Schwab  <schwab@suse.de>
11348         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11349         Remove unused errout label.
11351 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11353         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11354         macro: hardware supports Vector Crypto instructions.
11356 2014-06-23  Will Newton  <will.newton@linaro.org>
11358         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11359         rather than __builtin_expect.
11361         * elf/dl-lookup.c (undefined_msg): Remove variable.
11362         (_dl_lookup_symbol_x): Replace undefined_msg with string
11363         literal.
11365         * elf/dl-lookup.c (do_lookup_unique): New function.
11366         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11367         to a separate function.
11369 2014-06-23  Andreas Schwab  <schwab@suse.de>
11371         [BZ #17079]
11372         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11373         before reading the next line.
11375 2014-06-23  Will Newton  <will.newton@linaro.org>
11377         * test-skeleton.c (signal_handler): Use printf and %m
11378         rather than perror.  Use printf rather than fprintf to
11379         stderr.  Use puts rather than fputs to stderr.
11380         (main): Likewise.
11382 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11384         * nscd/nscd.c (thread_info_t): Remove typedef.
11385         (thread_info): Remove variable.
11387 2014-06-21  Allan McRae  <allan@archlinux.org>
11389         * NEWS: Mention CVE-2014-4043.
11391 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11393         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11394         * nptl/smp.h: ... here.
11396         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11398         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11399         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11400         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11401         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11403         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11404         * nptl/stack-aliasing.h: New file.
11405         * sysdeps/i386/i686/stack-aliasing.h: New file.
11406         * sysdeps/i386/i686/nptl/Makefile: File removed.
11407         * sysdeps/x86_64/stack-aliasing.h: New file.
11408         * sysdeps/x86_64/nptl/Makefile
11409         (CFLAGS-pthread_create.c): Variable removed.
11411         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11412         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11413         old file.
11414         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11415         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11416         old file.
11418 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11420         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11421         (__ASSUME_SIGFRAME_V2): Remove macro.
11422         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11423         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11424         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11425         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11426         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11427         Declare as function.  Remove conditional macro definitions.
11428         (__default_rt_sa_restorer): Likewise.
11429         (__default_sa_restorer_v1): Remove declaration.
11430         (__default_sa_restorer_v2): Likewise.
11431         (__default_rt_sa_restorer_v1): Likewise.
11432         (__default_rt_sa_restorer_v2): Likewise.
11433         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11434         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11435         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11437 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11439         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11440         (libpthread-routines): Add sysdep.
11441         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11442         * sysdeps/unix/sysv/linux/sparc/Versions
11443         (libpthread: GLIBC_2.3.3): New version set.
11444         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11445         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11446         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11447         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11448         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11449         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11450         Moved ...
11451         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11452         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11453         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11454         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11455         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11456         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11457         * sysdeps/sparc/nptl/sem_init.c: ... here.
11458         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11459         * sysdeps/sparc/nptl/sem_post.c: ... here.
11460         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11461         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11462         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11463         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11464         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11465         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11466         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11467         (libpthread-routines): Add cpu_relax.
11468         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11469         File removed.
11470         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11471         (librt: GLIBC_2.3.3): New version set.
11472         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11473         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11474         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11475         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11476         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11477         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11478         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11479         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11480         Moved ...
11481         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11482         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11483         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11484         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11485         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11486         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11487         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11488         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11489         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11490         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11491         Moved ...
11492         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11493         Update #include.
11494         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11495         Moved ...
11496         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11497         Update #include.
11498         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11499         Moved ...
11500         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11501         Update #include.
11502         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11503         Moved ...
11504         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11505         Update #include.
11506         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11507         Moved ...
11508         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11509         Update #include.
11510         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11511         Moved ...
11512         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11513         Update #include.
11514         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11515         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11516         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11517         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11518         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11519         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11521         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11522         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11523         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11524         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11525         Moved ...
11526         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11527         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11528         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11529         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11530         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11532 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11534         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11535         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11536         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11537         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11538         * nscd/nscd.c: Likewise.
11539         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11540         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11541         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11542         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11544         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11545         <kernel-features.h>.
11546         (init_mq_netlink): Remove conditional have_sock_cloexec
11547         definitions.  Remove code conditional on have_sock_cloexec < 0.
11548         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11549         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11550         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11551         <kernel-features.h>.
11552         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11553         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11555 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11557         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11558         Add tests for memset_chk and memset.
11560         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11561         with AVX2_Usable.
11563 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11565         [BZ #16046]
11566         * elf/tst-dl-iter-static.c: New file.
11567         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11569         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11570         error.
11572 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11574         * sysdeps/unix/sysv/linux/kernel-features.h
11575         (__ASSUME_F_GETOWN_EX): Remove macro.
11576         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11577         <kernel-features.h>.
11578         (miss_F_GETOWN_EX): Remove variable or macro.
11579         (do_fcntl): Do not check miss_F_GETOWN_EX.
11580         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11582         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11583         Remove macro.
11584         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11585         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11586         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11588         * sysdeps/unix/sysv/linux/kernel-features.h
11589         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11590         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11591         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11592         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11594 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11596         [BZ #17075]
11597         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11598         Fix calculation of the symbol's value.
11599         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11600         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11601         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11602         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11603         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11604         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11605         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11606         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11607         (modules-names): Add `tst-armtlsdescmod',
11608         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11609         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11610         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11611         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11612         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11613         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11614         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11615         ($(objpfx)tst-armtlsdescloc): New dependency.
11616         ($(objpfx)tst-armtlsdescextnow): Likewise.
11617         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11618         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11619         TLS scheme support.
11620         * sysdeps/arm/configure: Regenerate.
11622 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11624         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11625         (__atfct_seterrno_2): Likewise.
11626         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11627         <kernel-features.h>.
11628         (__ASSUME_ATFCTS): Do not undefine and redefine.
11629         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11630         (__have_atfcts): Remove conditional definition.
11631         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11632         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11633         unreachable if [__ASSUME_ATFCTS].
11634         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11635         not undefine and redefine.
11636         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11637         <kernel-features.h>.
11638         (faccessat) [__NR_faccessat]: Make code unconditional.
11639         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11640         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11641         <kernel-features.h>.
11642         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11643         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11644         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11645         <kernel-features.h>.
11646         (fchownat) [__NR_fchownat]: Make code unconditional.
11647         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11648         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11649         <kernel-features.h>.
11650         (futimesat) [__NR_futimesat]: Make code unconditional.
11651         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11652         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11653         <kernel-features.h>.
11654         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11655         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11656         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11657         <kernel-features.h>.
11658         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11659         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11660         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11661         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11662         <kernel-features.h>.
11663         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11664         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11665         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11666         <kernel-features.h>.
11667         (linkat) [__NR_linkat]: Make code unconditional.
11668         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11669         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11670         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11671         <kernel-features.h>.
11672         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11673         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11674         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11675         <kernel-features.h>.
11676         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11677         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11678         * sysdeps/unix/sysv/linux/openat.c: Do not include
11679         <kernel-features.h>.
11680         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11681         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11682         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11683         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11684         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11685         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11686         <kernel-features.h>.
11687         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11688         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11689         result of INLINE_SYSCALL directly, not via int variable.
11690         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11691         <kernel-features.h>.
11692         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11693         (renameat) [__NR_renameat]: Make code unconditional.
11694         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11695         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11696         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11697         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11698         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11699         (__ASSUME_ATFCTS): Do not undefine and redefine.
11700         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11701         <kernel-features.h>.
11702         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11703         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11704         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11705         <kernel-features.h>.
11706         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11707         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11708         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11709         (__ASSUME_ATFCTS): Do not undefine and redefine.
11710         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11711         <kernel-features.h>.
11712         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11713         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11714         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11715         <kernel-features.h>.
11716         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11717         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11719 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11721         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11723 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11725         [BZ #17069]
11726         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11727         constructed tree before returning error.
11728         * posix/bug-regexp36.c: Expand test case.
11730 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11732         [BZ #6803]
11733         * math/libm-test.inc (scalbln_test_date):
11734         Add errno expectations.
11735         * math/w_scalblnf.c: New File.
11736         Add wrapper which checks for setting errno to ERANGE.
11737         Add weak_alias for corresponding scalbln function.
11738         * math/w_scalbln.c: Likewise.
11739         * math/w_scalblnl.c: Likewise.
11740         * math/Makefile (libm-calls): Add w_scalbln.
11741         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11742         Remove weak_alias for corresponding scalbln function.
11743         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11744         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11745         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11746         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11747         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11748         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11749         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11750         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11751         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11752         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11753         Remove long_double_symbol for scalblnl function in libm, libc.
11754         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11755         Add wrapper which checks for setting errno to ERANGE.
11756         Add long_double_symbol for scalblnl function in libm, libc.
11757         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11758         Remove long_double_symbol for scalblnl in libm.
11759         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11760         Add wrapper which checks for setting errno to ERANGE.
11761         Add long_double_symbol for scalblnl function in libm.
11762         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11763         Do not use wrapper because of own implementation.
11765 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11767         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11768         3 bytes for __pad1 for x32.
11769         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11771 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11772             H.J. Lu  <hongjiu.lu@intel.com>
11774         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11775         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11776         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11777         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11778         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11780 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11782         [BZ #17069]
11783         * posix/regcomp.c (parse_expression): Deallocate partially
11784         constructed tree before returning error.
11785         * posix/Makefile.c (tests): Add bug-regex36.
11786         (generated): Add bug-regex36.mtrace.
11787         (tests-special): Add $(objpfx)bug-regex36-mem.out
11788         (bug-regex36-ENV): New variable.
11789         ($(objpfx)bug-regex36-mem.out): New rule.
11790         * posix/bug-regex36.c: New file.
11792 2014-06-19  Will Newton  <will.newton@linaro.org>
11794         * malloc/malloc.c (systrim): If extra is zero then return
11795         early.
11797 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11799         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11801 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11803         * sysdeps/aarch64/strchr.S: New file.
11805 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11807         [BZ #17022]
11808         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11809         from arguments -2 or below.
11810         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11811         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11813 2014-06-18  Andreas Schwab  <schwab@suse.de>
11815         [BZ #17062]
11816         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11817         of a bracket expr not to run off the end of the string.
11818         * posix/Makefile (tests): Add tst-fnmatch3.
11819         * posix/tst-fnmatch3.c: New file.
11821 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11823         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11824         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11825         [$(cross-compiling) = no]: Likewise.
11826         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11827         [$(cross-compiling) = no]: Likewise.
11829 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11831         [BZ #17031]
11832         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11833         double, adjusted for any remainder from the high double.
11834         * math/libm-test.inc (nearbyint): Add tests.
11835         (rint): Likewise.
11837 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11839         * nptl/sysdeps/powerpc/Makefile: Moved ...
11840         * sysdeps/powerpc/nptl/Makefile: ... here.
11841         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11842         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11843         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11844         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11845         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11846         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11847         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11848         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11849         * nptl/sysdeps/powerpc/tls.h: Moved ...
11850         * sysdeps/powerpc/nptl/tls.h: ... here.
11852 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11854         [BZ #16681]
11855         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11856         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11857         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11858         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11859         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11860         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11861         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11862         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11863         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11865 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11867         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11869 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11871         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11872         defined operator.
11874         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11875         $TIMEOUTFACTOR.
11877 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11879         [BZ #17058]
11880         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11881         non-executed part of the test.
11883 2014-06-16  Andreas Schwab  <schwab@suse.de>
11885         * string/bits/string2.h (strdup, strndup): Update feature guard.
11887 2014-06-14  David S. Miller  <davem@davemloft.net>
11889         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11891 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11893         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11894         that was previously under [RESET_PID].
11895         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11897         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11898         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11899         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11900         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11901         (__libc_vfork): New strong alias.
11902         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11904 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11906         * sysdeps/generic/elide.h: New file.
11908 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11910         * Makefile (installed-headers): Adjust path of pthread.h header.
11912 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11914         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11915         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11916         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11917         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11919         * nptl/sysdeps/s390/Makefile: Moved ...
11920         * sysdeps/s390/nptl/Makefile: ... here.
11921         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11922         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11923         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11924         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11925         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11926         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11927         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11928         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11929         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11930         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11931         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11932         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11933         * nptl/sysdeps/s390/tls.h: Moved ...
11934         * sysdeps/s390/nptl/tls.h: ... here.
11936         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11937         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11939 2014-06-13  David S. Miller  <davem@davemloft.net>
11941         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11942         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11943         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11944         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11945         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11946         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11947         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11948         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11949         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11950         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11951         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11952         Remove RESET_PID cpp guards.
11953         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11954         Remove RESET_PID cpp guards.
11955         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11957 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11959         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11960         __sp to uintptr_t.
11962 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11964         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11965         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11966         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11967         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11968         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11969         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11970         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11971         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11972         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11973         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11974         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11975         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11976         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11977         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11978         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11979         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11980         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11981         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11982         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11983         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11985         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11986         (pthread_rwlock_rdlock): Add elision.
11987         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11988         (pthread_rwlock_wrlock): Add elision.
11989         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11990         (pthread_rwlock_trywrlock): Add elision.
11991         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11992         (pthread_rwlock_tryrdlock): Add elision.
11993         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11994         (pthread_rwlock_tryrdlock): Add elision unlock.
11995         * nptl/sysdeps/pthread/pthread.h:
11996         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11997         (PTHREAD_RWLOCK_INITIALIZER,
11998         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11999         Handle new elision field.
12000         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12001         * sysdeps/arm/nptl/bits/pthreadtypes.h
12002         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12003         * sysdeps/sh/nptl/bits/pthreadtypes.h
12004         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12005         * sysdeps/tile/nptl/bits/pthreadtypes.h
12006         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12007         * sysdeps/a/nptl/bits/pthreadtypes.h
12008         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12009         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12010         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12011         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12012         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12013         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12014         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12015         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12016         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12017         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12018         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12019         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12020         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12021         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12022         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12023         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12024         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12025         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12026         (elision_init): Set try_xbegin to zero when no RTM.
12027         * sysdeps/x86/nptl/bits/pthreadtypes.h
12028         (pthread_rwlock_t): Change __pad1 to __rwelision.
12029         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12031 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12033         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12034         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12035         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12036         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12038 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12040         [BZ #16996]
12041         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12042         that the cached result has been set before returning it.
12044 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12046         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12047         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12048         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12049         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12050         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12051         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12053         * nptl/sysdeps/sparc/Makefile: Moved ...
12054         * sysdeps/sparc/nptl/Makefile: ... here.
12055         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12056         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12057         * nptl/sysdeps/sparc/tls.h: Moved ...
12058         * sysdeps/sparc/nptl/tls.h: ... here.
12059         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12060         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12061         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12062         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12063         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12064         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12065         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12066         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12067         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12068         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12069         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12070         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12071         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12072         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12073         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12074         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12075         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12076         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12077         Update #include.
12078         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12079         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12080         Update #include.
12081         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12082         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12083         Update #include.
12084         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12085         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12086         Update #include.
12088         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12090         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12091         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12093         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12094         (struct list_links): Type removed.
12095         (struct thread_node, struct timer_node): Replace struct list_links
12096         with struct list_head.
12097         (list_unlink_ip): Likewise.
12098         * sysdeps/pthread/timer_routines.c
12099         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12100         (list_append, list_insbefore): Likewise.
12101         (list_init): Function removed.
12102         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12103         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12104         * sysdeps/pthread/Makefile: ... here, new file.
12106         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12107         * sysdeps/nptl/Implies: ... here.
12108         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12109         * nptl/sysdeps/pthread/list.h: Moved ...
12110         * include/list.h: ... here.
12111         * nptl/sysdeps/pthread/createthread.c: Moved ...
12112         * nptl/createthread.c: ... here.
12113         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12114         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12115         * nptl/pt-longjmp.c: ... here.
12116         * nptl/sysdeps/pthread/Makefile: Moved ...
12117         * sysdeps/nptl/Makefile: ... here.
12118         * nptl/sysdeps/pthread/Subdirs: Moved ...
12119         * sysdeps/nptl/Subdirs: ... here.
12120         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12121         * sysdeps/nptl/aio_misc.h: ... here.
12122         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12123         * sysdeps/nptl/bits/libc-lock.h: ... here.
12124         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12125         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12126         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12127         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12128         * nptl/sysdeps/pthread/configure: Moved ...
12129         * sysdeps/nptl/configure: ... here.
12130         * nptl/sysdeps/pthread/configure.ac: Moved ...
12131         * sysdeps/nptl/configure.ac: ... here.
12132         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12133         * sysdeps/nptl/gai_misc.h: ... here.
12134         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12135         * sysdeps/nptl/librt-cancellation.c: ... here.
12136         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12137         * sysdeps/nptl/malloc-machine.h: ... here.
12138         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12139         * sysdeps/nptl/pthread-functions.h: ... here.
12140         * nptl/sysdeps/pthread/pthread.h: Moved ...
12141         * sysdeps/nptl/pthread.h: ... here.
12142         * nptl/sysdeps/pthread/setxid.h: Moved ...
12143         * sysdeps/nptl/setxid.h: ... here.
12144         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12145         * sysdeps/nptl/sigfillset.c: ... here.
12146         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12147         * sysdeps/nptl/tcb-offsets.h: ... here.
12148         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12149         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12150         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12151         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12152         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12153         * sysdeps/pthread/allocalim.h: ... here.
12154         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12155         * sysdeps/pthread/bits/sigthread.h: ... here.
12156         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12157         * sysdeps/pthread/flockfile.c: ... here.
12158         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12159         * sysdeps/pthread/ftrylockfile.c: ... here.
12160         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12161         * sysdeps/pthread/funlockfile.c: ... here.
12162         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12163         * sysdeps/pthread/posix-timer.h: ... here.
12164         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12165         * sysdeps/pthread/timer_create.c: ... here.
12166         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12167         * sysdeps/pthread/timer_delete.c: ... here.
12168         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12169         * sysdeps/pthread/timer_getoverr.c: ... here.
12170         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12171         * sysdeps/pthread/timer_gettime.c: ... here.
12172         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12173         * sysdeps/pthread/timer_routines.c: ... here.
12174         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12175         * sysdeps/pthread/timer_settime.c: ... here.
12176         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12177         * sysdeps/pthread/tst-timer.c: ... here.
12178         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12179         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12181         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12182         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12184         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12185         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12186         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12187         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12188         Update #include target.
12189         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12190         * sysdeps/i386/i686/nptl/Makefile: ... here.
12191         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12192         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12193         Update #include target.
12194         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12195         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12196         * nptl/sysdeps/i386/Makefile: Moved ...
12197         * sysdeps/i386/nptl/Makefile: ... here.
12198         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12199         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12200         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12201         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12202         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12203         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12204         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12205         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12206         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12207         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12208         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12209         * nptl/sysdeps/i386/tls.h: Moved ...
12210         * sysdeps/i386/nptl/tls.h: ... here.
12212         * sysdeps/sh/Makefile [$(subdir) = csu]
12213         (gen-as-const-headers): Add tcb-offsets.sym.
12214         * nptl/sysdeps/sh/Makefile: File removed.
12215         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12216         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12217         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12218         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12219         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12220         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12221         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12222         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12223         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12224         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12225         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12226         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12227         * nptl/sysdeps/sh/tls.h: Moved ...
12228         * sysdeps/sh/nptl/tls.h: ... here.
12229         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12230         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12231         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12232         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12233         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12234         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12235         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12236         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12237         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12238         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12239         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12240         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12241         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12242         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12243         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12244         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12245         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12246         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12247         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12248         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12249         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12250         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12251         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12252         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12253         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12254         Moved ...
12255         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12256         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12257         Moved ...
12258         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12259         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12260         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12261         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12262         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12263         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12264         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12265         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12266         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12267         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12268         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12269         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12270         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12271         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12272         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12273         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12274         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12275         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12276         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12278 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12280         * posix/spawn_faction_addopen.c: Include string.h.
12282 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12284         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12285         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12286         * nptl/sysdeps/x86_64/Makefile: Moved ...
12287         * sysdeps/x86_64/nptl/Makefile: ... here.
12288         * nptl/sysdeps/x86_64/configure: Moved ...
12289         * sysdeps/x86_64/nptl/configure: ... here.
12290         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12291         * sysdeps/x86_64/nptl/configure.ac: ... here.
12292         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12293         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12294         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12295         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12296         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12297         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12298         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12299         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12300         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12301         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12302         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12303         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12304         * nptl/sysdeps/x86_64/tls.h: Moved ...
12305         * sysdeps/x86_64/nptl/tls.h: ... here.
12306         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12307         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12308         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12309         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12311         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12313 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12315         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12317 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12319         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12320         type.
12321         [POSIX] (off_t): Likewise.
12322         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12323         [POSIX] (S_ISBLK): Require macro.
12324         [POSIX] (S_ISCHR): Likewise.
12325         [POSIX] (S_ISDIR): Likewise.
12326         [POSIX] (S_ISFIFO): Likewise.
12327         [POSIX] (S_ISREG): Likewise.
12328         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12329         optional-macro.
12330         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12331         type.
12332         [POSIX] (time_t): Likewise.
12333         [POSIX] (timer_t): Likewise.
12335 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12337         [BZ #17048]
12338         * posix/spawn_int.h (struct __spawn_action): Make the path string
12339         non-const to support deallocation.
12340         * posix/spawn_faction_addopen.c
12341         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12342         * posix/spawn_faction_destroy.c
12343         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12344         path in all spawn_do_open actions.
12345         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12346         posix_spawn_file_actions_addopen.
12348 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12350         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12351         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12352         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12353         conditional code always true.
12354         (__libc_vfork): New alias.
12356 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12358         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12359         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12361         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12363         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12364         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12366         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12367         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12369         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12370         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12372 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12374         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12375         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12376         multiarch strcmp for PPC64.
12377         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12378         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12379         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12380         multiarch optimizations.
12381         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12382         (__libc_ifunc_impl_list): Likewise.
12384 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12386         * benchtests/scripts/validate_benchout.py: New script.
12387         * benchtests/Makefile (bench-func): Call it.
12388         * benchtests/scripts/benchout.schema.json: New file.
12390 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12392         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12393         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12394         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12395         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12396         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12397         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12398         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12399         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12400         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12401         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12402         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12403         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12404         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12405         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12406         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12407         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12408         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12409         Moved ...
12410         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12411         ... here.
12412         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12413         Moved ...
12414         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12415         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12416         Moved ...
12417         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12418         ... here.
12419         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12420         Moved ...
12421         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12422         ... here.
12423         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12424         Moved ...
12425         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12426         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12427         Moved ...
12428         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12429         ... here.
12430         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12431         Moved ...
12432         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12433         ... here.
12434         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12435         Moved ...
12436         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12437         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12438         Moved ...
12439         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12440         ... here.
12441         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12442         Moved ...
12443         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12444         ... here.
12445         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12446         Moved ...
12447         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12448         ... here.
12449         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12450         Moved ...
12451         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12452         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12453         Moved ...
12454         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12455         ... here.
12456         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12457         Moved ...
12458         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12459         ... here.
12460         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12461         Moved ...
12462         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12463         ... here.
12464         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12465         Moved ...
12466         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12467         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12468         Moved ...
12469         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12470         ... here.
12471         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12472         Moved ...
12473         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12474         ... here.
12475         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12476         Moved ...
12477         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12478         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12479         Moved ...
12480         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12481         ... here.
12482         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12483         Moved ...
12484         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12485         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12486         Moved ...
12487         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12488         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12489         Moved ...
12490         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12491         ... here.
12492         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12493         Moved ...
12494         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12495         ... here.
12496         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12497         Moved ...
12498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12499         ... here.
12500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12501         Moved ...
12502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12503         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12504         Moved ...
12505         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12506         ... here.
12507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12508         Moved ...
12509         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12510         ... here.
12511         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12512         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12513         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12514         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12515         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12516         Moved ...
12517         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12518         ... here.
12519         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12520         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12521         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12522         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12523         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12524         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12525         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12526         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12527         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12528         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12529         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12530         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12531         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12532         Moved ...
12533         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12534         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12535         Moved ...
12536         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12537         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12538         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12539         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12540         Moved ...
12541         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12542         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12543         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12544         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12545         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12546         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12547         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12549 2014-06-10  Wilco  <wdijkstr@arm.com>
12551         * math/test-fenv-return.c: New file.
12552         * math/Makefile: Add new test test-fenv-return.
12554 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12556         [BZ #17042]
12557         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12558         when x - 1 is zero.
12559         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12560         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12561         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12562         0.0L for an argument of 1.0L.
12563         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12564         Likewise.
12565         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12566         value when x - 1 is zero.
12567         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12568         * sysdeps/i386/fpu/libm-test-ulps: Update.
12569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12571 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12573         [BZ #15119]
12574         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12576 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12578         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12579         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12581 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12583         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12584         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12586         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12587         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12589         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12590         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12592         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12593         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12595         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12596         if not already defined.
12597         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12598         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12599         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12600         (TLS_INIT_TP): Use it.
12601         (TLS_DEFINE_INIT_TP): New macro.
12602         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12604 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12606         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12607         constant.
12608         [POSIX] (IXANY): Likewise.
12609         [POSIX] (OLCUC): Likewise.
12610         [POSIX || POSIX2008] (CBAUD): Do not allow.
12611         [POSIX || POSIX2008] (DEFECHO): Likewise.
12612         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12613         [POSIX || POSIX2008] (ECHOKE): Likewise.
12614         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12615         [POSIX || POSIX2008] (EXTA): Likewise.
12616         [POSIX || POSIX2008] (EXTB): Likewise.
12617         [POSIX || POSIX2008] (FLUSHO): Likewise.
12618         [POSIX || POSIX2008] (LOBLK): Likewise.
12619         [POSIX || POSIX2008] (PENDIN): Likewise.
12620         [POSIX || POSIX2008] (SWTCH): Likewise.
12621         [POSIX || POSIX2008] (VDISCARD): Likewise.
12622         [POSIX || POSIX2008] (VDSUSP): Likewise.
12623         [POSIX || POSIX2008] (VLNEXT): Likewise.
12624         [POSIX || POSIX2008] (VREPRINT): Likewise.
12625         [POSIX || POSIX2008] (VSTATUS): Likewise.
12626         [POSIX || POSIX2008] (VWERASE): Likewise.
12627         (B*): Change to B[0123456789]*.
12628         * conform/data/time.h-data [POSIX || UNIX98]
12629         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12630         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12631         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12632         [POSIX] (tm_*): Do not allow.
12634 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12636         * Makefile (install): Don't set LANGUAGE.
12637         * Makefile.in (install): Likewise.
12638         * assert/Makefile (test-assert-ENV): Remove variable.
12639         (test-assert-perr-ENV): Likewise.
12640         * elf/Makefile (neededtest4-ENV): Likewise.
12641         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12642         [$(cross-compiling) = no]: Don't set LANGUAGE.
12643         * io/ftwtest-sh (LANG): Remove variable.
12644         * libio/Makefile (tst-widetext-ENV): Likewise.
12645         * manual/install.texi (Running make install): Don't refer to
12646         environment settings for make install.
12647         * INSTALL: Regenerated.
12648         * nptl/tst-tls6.sh: Don't set LANG.
12649         * posix/globtest.sh (LANG): Remove variable.
12650         * string/Makefile (tester-ENV): Likewise.
12651         (inl-tester-ENV): Likewise.
12652         (noinl-tester-ENV): Likewise.
12653         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12654         [$(cross-compiling) = no]: Don't set LANGUAGE.
12655         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12656         without explicit environment settings.
12658 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12660         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12661         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12662         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12663         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12665 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12667         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12668         other files in the crypt directory.
12669         * crypt/crypt.c: Remove duplicate includes.
12670         * crypt/crypt-entry.c: Likewise.
12671         * crypt/crypt_util.c: Likewise.
12673 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12675         * Makeconfig (run-program-env): New variable.
12676         (run-program-prefix-before-env): Likewise.
12677         (run-program-prefix-after-env): Likewise.
12678         (run-program-prefix): Define in terms of new variables.
12679         (built-program-cmd-before-env): New variable.
12680         (built-program-cmd-after-env): Likewise.
12681         (built-program-cmd): Define in terms of new variables.
12682         (test-program-prefix-before-env): New variable.
12683         (test-program-prefix-after-env): Likewise.
12684         (test-program-prefix): Define in terms of new variables.
12685         (test-program-cmd-before-env): New variable.
12686         (test-program-cmd-after-env): Likewise.
12687         (test-program-cmd): Define in terms of new variables.
12688         * Rules (make-test-out): Use $(run-program-env).
12689         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12690         (help): Do not mention environment variables.  Mention
12691         --timeoutfactor option.
12692         (timeoutfactor): New variable.
12693         (blacklist_exports): Remove function.
12694         (exports): Remove variable.
12695         (command): Do not include ${exports}.
12696         * manual/install.texi (Configuring and compiling): Do not mention
12697         test wrappers preserving environment variables.  Mention that last
12698         assignment to a variable must take precedence.
12699         * INSTALL: Regenerated.
12700         * benchtests/Makefile (run-bench): Use $(run-program-env).
12701         * catgets/Makefile ($(objpfx)test1.cat): Use
12702         $(built-program-cmd-before-env), $(run-program-env) and
12703         $(built-program-cmd-after-env).
12704         ($(objpfx)test2.cat): Do not specify environment variables
12705         explicitly.
12706         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12707         $(run-program-env) and $(built-program-cmd-after-env).
12708         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12709         $(run-program-env) and $(test-program-cmd-after-env).
12710         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12711         explicitly.
12712         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12713         run_program_env and test_program_cmd_after_env arguments.
12714         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12715         * elf/tst-pathopt.sh: Use run_program_env argument.
12716         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12717         $(test-wrapper-env) and $(run-program-env).
12718         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12719         run_program_env arguments.
12720         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12721         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12722         $(test-program-prefix-before-env), $(run-program-env) and
12723         $(test-program-prefix-after-env).
12724         ($(objpfx)tst-gettext2.out): Likewise.
12725         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12726         run_program_env and test_program_prefix_after_env arguments.
12727         * intl/tst-gettext2.sh: Likewise.
12728         * intl/tst-gettext4.sh: Do not set environment variables
12729         explicitly.
12730         * intl/tst-gettext6.sh: Likewise.
12731         * intl/tst-translit.sh: Likewise.
12732         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12733         $(test-program-prefix-before-env), $(run-program-env) and
12734         $(test-program-prefix-after-env).
12735         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12736         run_program_env and test_program_prefix_after_env arguments.
12737         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12738         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12739         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12740         explicitly with each use of ${test_wrapper_env}.
12741         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12742         $(test-program-prefix-before-env), $(run-program-env) and
12743         $(test-program-prefix-after-env).
12744         * posix/tst-getconf.sh: Do not set environment variables
12745         explicitly.
12746         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12747         run_program_env and test_program_prefix_after_env arguments.
12748         * stdio-common/tst-printf.sh: Do not set environment variables
12749         explicitly.
12750         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12751         $(test-program-prefix-before-env), $(run-program-env) and
12752         $(test-program-prefix-after-env).
12753         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12754         run_program_env and test_program_prefix_after_env arguments.
12755         Split $test calls into $test_pre and $test.
12756         * timezone/Makefile (build-testdata): Use
12757         $(built-program-cmd-before-env), $(run-program-env) and
12758         $(built-program-cmd-after-env).
12760 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12762         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12763         strlen for non SHARED builds.
12765 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12767         * nptl/allocatestack.c (check_list): Inlined function...
12768         (__reclaim_stacks): ... here.
12770 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12772         [BZ #15698]
12773         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12774         memory overrun.
12776 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12778         * Rules (make-test-out): Include
12779         LOCPATH=$(common-objpfx)localedata in default environment.
12780         * debug/Makefile (tst-chk1-ENV): Remove variable.
12781         (tst-chk2-ENV): Likewise.
12782         (tst-chk3-ENV): Likewise.
12783         (tst-chk4-ENV): Likewise.
12784         (tst-chk5-ENV): Likewise.
12785         (tst-chk6-ENV): Likewise.
12786         (tst-lfschk1-ENV): Likewise.
12787         (tst-lfschk2-ENV): Likewise.
12788         (tst-lfschk3-ENV): Likewise.
12789         (tst-lfschk4-ENV): Likewise.
12790         (tst-lfschk5-ENV): Likewise.
12791         (tst-lfschk6-ENV): Likewise.
12792         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12793         (tst-iconv7-ENV): Likewise.
12794         * intl/Makefile (LOCPATH-ENV): Likewise.
12795         (tst-codeset-ENV): Likewise.
12796         (tst-gettext3-ENV): Likewise.
12797         (tst-gettext5-ENV): Likewise.
12798         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12799         (tst-fopenloc-ENV): Likewise.
12800         (tst-fgetws-ENV): Remove variable.
12801         (tst-ungetwc1-ENV): Likewise.
12802         (tst-ungetwc2-ENV): Likewise.
12803         (bug-ungetwc2-ENV): Likewise.
12804         (tst-swscanf-ENV): Likewise.
12805         (bug-ftell-ENV): Likewise.
12806         (tst-fgetwc-ENV): Likewise.
12807         (tst-fseek-ENV): Likewise.
12808         (tst-ftell-partial-wide-ENV): Likewise.
12809         (tst-ftell-active-handler-ENV): Likewise.
12810         (tst-ftell-append-ENV): Likewise.
12811         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12812         (tst-regexloc-ENV): Likewise.
12813         (bug-regex1-ENV): Likewise.
12814         (tst-regex-ENV): Likewise.
12815         (tst-regex2-ENV): Likewise.
12816         (bug-regex5-ENV): Likewise.
12817         (bug-regex6-ENV): Likewise.
12818         (bug-regex17-ENV): Likewise.
12819         (bug-regex18-ENV): Likewise.
12820         (bug-regex19-ENV): Likewise.
12821         (bug-regex20-ENV): Likewise.
12822         (bug-regex22-ENV): Likewise.
12823         (bug-regex23-ENV): Likewise.
12824         (bug-regex25-ENV): Likewise.
12825         (bug-regex26-ENV): Likewise.
12826         (bug-regex30-ENV): Likewise.
12827         (bug-regex32-ENV): Likewise.
12828         (bug-regex33-ENV): Likewise.
12829         (bug-regex34-ENV): Likewise.
12830         (bug-regex35-ENV): Likewise.
12831         (tst-rxspencer-ENV): Likewise.
12832         (tst-rxspencer-no-utf8-ENV): Likewise.
12833         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12834         (tst-sscanf-ENV): Likewise.
12835         (tst-swprintf-ENV): Likewise.
12836         (tst-swscanf-ENV): Likewise.
12837         (test-vfprintf-ENV): Likewise.
12838         (scanf13-ENV): Likewise.
12839         (bug14-ENV): Likewise.
12840         (tst-grouping-ENV): Likewise.
12841         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12842         (tst-strtod3-ENV): Likewise.
12843         (tst-strtod4-ENV): Likewise.
12844         (tst-strtod5-ENV): Likewise.
12845         (testmb2-ENV): Likewise./
12846         * string/Makefile (tst-strxfrm-ENV): Likewise.
12847         (tst-strxfrm2-ENV): Likewise.
12848         (bug-strcoll1-ENV): Likewise.
12849         (test-strcasecmp-ENV): Likewise.
12850         (test-strncasecmp-ENV): Likewise.
12851         * time/Makefile (tst-strptime-ENV): Likewise.
12852         (tst-ftime_l-ENV): Likewise.
12853         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12854         (tst-mbrtowc-ENV): Likewise.
12855         (tst-wcrtomb-ENV): Likewise.
12856         (tst-mbrtowc2-ENV): Likewise.
12857         (tst-c16c32-1-ENV): Likewise.
12858         (tst-mbsnrtowcs-ENV): Likewise.
12860 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12862         * manual/resource.texi (How to get information about the memory
12863         subsystem?): Fix typo.
12864         Reported by Peon de la Parra Ivan <peon@keba.com>
12866 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12868         [BZ #16882]
12869         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12870         (pthread_spin_lock): Branch out of spin loop to proper location.
12871         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12872         (pthread_spin_lock): Likewise.
12874         * nptl/tst-spin4.c: New test.
12875         * nptl/Makefile (tests): Add tst-spin4.
12877 2014-06-03  Andreas Schwab  <schwab@suse.de>
12879         [BZ #15946]
12880         * resolv/res_send.c (send_dg): Reload file descriptor after
12881         calling reopen.
12883 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12885         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12887 2014-06-03  Richard Henderson  <rth@redhat.com>
12889         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12890         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12891         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12892         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12893         in the SAVE_PID block.
12894         (__libc_vfork): New alias.
12895         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12897         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12898         child in registers, not on the stack.  Remove RESET_PID conditionals.
12899         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12901 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12903         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12905 2014-06-03  Wilco  <wdijkstr@arm.com>
12907         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12908         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12909         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12910         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12911         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12912         Likewise.
12914 2014-06-03  Wilco  <wdijkstr@arm.com>
12916         * sysdeps/aarch64/fpu/math_private.h
12917         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12918         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12919         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12920         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12921         Fix declarations.
12923 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12925         * crypt/crypt-private.h: Include ufc-crypt.h.
12926         (__b64_from_24bit): Declare extern.
12927         * crypt/crypt_util.c(__b64_from_24bit): New function.
12928         (b64t): New static const variable.
12929         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12930         (b64t): Remove variable.
12931         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12932         * crypt/sha256-crypt.c: Include crypt-private.h.
12933         (b64t): Remove variable.
12934         (__sha256_crypt_r): Remove b64_from_24bit and replace
12935         with __b64_from_24bit.
12936         * crypt/sha512-crypt.c: Likewise.
12938 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12940         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12941         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12942         Label the code __libc_vfork rather than __vfork.
12943         [!NOT_IN_libc] (vfork): Define as weak alias.
12944         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12945         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12946         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12948 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12950         * malloc/malloc.c (malloc_info): Fix format specifier for
12951         n_mmaps.
12953 2014-06-02  Wilco  <wdijkstr@arm.com>
12955         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12956         FPCR write.
12958 2014-06-02  Wilco  <wdijkstr@arm.com>
12960         [BZ #17009]
12961         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12962         Rewrite to reduce FPCR/FPSR accesses.
12964 2014-06-01  David S. Miller  <davem@davemloft.net>
12966         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12968 2014-05-31  David S. Miller  <davem@davemloft.net>
12970         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12971         to occur in round to nearest mode when |x| >= 2.0
12973 2014-05-30  Richard Henderson  <rth@twiddle.net>
12975         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12976         (PSEUDO_RET_NOERRNO): Remove.
12977         (ret): Don't redefine.
12978         (ret_NOERRNO): Define in terms of ret.
12979         (ret_ERRVAL): Likewise.
12981         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12982         use of PSEUDO_RET; perform the error check directly.
12984 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12986         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12987         with __int128_t.
12989 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12991         * malloc/malloc (malloc_info): Fix formatting.
12993 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12994             Roland McGrath  <roland@hack.frob.com>
12996         * malloc/malloc (malloc_info): Also print mmapped statistics.
12998 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13000         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13001         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13003 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13005         * malloc/malloc.c (malloc_info): Inline mi_arena.
13007 2014-05-29  Richard Henderson  <rth@twiddle.net>
13009         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13010         Remove comma before expanding ASM_ARGS_##nr.
13011         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13012         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13013         of ASM_ARGS_##nr.
13014         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13015         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13016         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13017         (ASM_ARGS_1): Add leading comma.
13019         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13020         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13021         to __errno_location.
13022         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13023         Remove the expected plt for __errno_location.
13025         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13026         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13027         call to __read_tp.
13029         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13030         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13031         it and break it down.
13032         (DOCARGS_0, DOCARGS_1): Do nothing.
13033         (DOCARGS_2): Update to store into the new stack frame.
13034         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13035         (UNDOCARGS_1): Update to restore from the new stack frame.
13036         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13037         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13039         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13040         (SINGLE_THREAD_P): New parameter for result regno.
13041         (PSEUDO): Update to match; use cbz instead of beq.
13043         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13044         Use ENTRY to define the _nocancel entry point.  Share the syscall
13045         and syscall error check paths with the cancel path.
13046         (PSEUDO_END): New.
13048         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13049         whitespace; tabs before and after asm mnemonics.
13051 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13053         [BZ #15132]
13054         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13055         Call fstat64 or stat64 internally, depending on arguments passed.
13056         Replace stat buffer argument with file descriptor argument.
13057         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13058         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13059         Pass fd to __internal_statvfs instead of calling fstat64.
13060         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13061         Pass fd to __internal_statvfs64 instead of calling fstat64.
13062         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13063         Pass -1 to __internal_statvfs instead of calling stat64.
13064         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13065         Pass -1 to __internal_statvfs64 instead of calling stat64.
13067 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13069         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13070         that was previously under [RESET_PID].
13071         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13073         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13074         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13076 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13078         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13080         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13081         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13083 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13085         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13087 2014-05-27  Andreas Schwab  <schwab@suse.de>
13089         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13090         TLS_INIT_TP macro.
13091         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13092         * elf/rtld.c (init_tls, dl_main): Likewise.
13093         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13094         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13095         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13096         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13097         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13098         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13099         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13100         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13101         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13102         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13103         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13104         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13105         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13106         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13107         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13108         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13109         * sysdeps/generic/tls.h: Update description.
13111 2014-05-27  Will Newton  <will.newton@linaro.org>
13113         [BZ #16990]
13114         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13115         and restore r2 rather than just restoring.
13117 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13119         [BZ #16724]
13120         * libio/tst-ftell-append.c: New test case.
13121         * libio/Makefile (tests): Add test case.
13122         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13123         append mode.
13124         * libio/wfileops.c (do_ftell_wide): Likewise.
13126 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13130         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13131         ...
13132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13134         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13135         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13136         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13137         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13138         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13139         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13140         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13141         Moved ...
13142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13143         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13144         Moved ...
13145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13146         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13147         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13148         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13149         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13150         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13151         ...
13152         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13153         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13154         Moved ...
13155         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13156         here.
13157         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13158         ...
13159         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13160         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13161         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13163         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13164         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13165         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13166         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13168         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13169         merge into ...
13170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13171         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13172         ...
13173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13174         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13175         ...
13176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13177         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13178         Moved ...
13179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13180         here.
13181         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13182         Moved ...
13183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13184         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13185         Moved ...
13186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13189         conditional [RESET_PID].
13190         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13191         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13192         removed.
13193         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13194         removed.
13196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13197         <tcb-offsets.h>.
13198         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13199         (__libc_vfork): New strong alias.
13200         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13201         removed.
13202         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13203         Removed.
13205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13206         <tcb-offsets.h>.
13207         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13208         (__libc_vfork): New strong alias.
13209         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13210         removed.
13211         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13212         removed.
13214 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13216         * malloc/malloc.c (mi_arena): New function.
13217         (malloc_info): Remove nested function mi_arena. Call non-nosted
13218         function mi_arena.
13220 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13222         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13223         by insrwi.
13224         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13225         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13226         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13227         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13228         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13229         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13230         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13232 2014-05-26  Andreas Schwab  <schwab@suse.de>
13234         [BZ #16984]
13235         * locale/programs/repertoire.c (repertoire_read): Add slash
13236         between I18NPATH element and file name.
13237         * locale/programs/locfile.c (locfile_read): Likewise.
13239 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13241         * nptl/pthread_mutexattr_settype.c
13242         (__pthread_mutexattr_settype):
13243         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13245 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13247         * nptl/tst-mutex5 (do_test):
13248         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13250 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13252         * benchtests/README: Document 'init' directive.
13253         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13254         BENCH_INIT.
13255         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13256         (parse_file): Recognize 'init' directive.
13258 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13260         [BZ #16796]
13261         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13262         alignment of struct pthread.
13264 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13266         [BZ #16878]
13267         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13268         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13269         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13270         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13272 2014-05-25  Richard Henderson  <rth@twiddle.net>
13274         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13275         (SINGLE_THREAD_P_PIC): Remove.
13276         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13277         (SINGLE_THREAD_P_PIC): Remove.
13279         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13280         branch to syscall error ...
13281         (PSEUDO): ... here.
13282         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13283         from __local_syscall_error to .Lsyscall_error.
13284         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13285         (SYSCALL_ERROR): Update label name.
13287         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13288         Do not use DOARGS/UNDOARGS.
13289         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13290         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13291         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13292         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13293         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13295         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13296         block comment.
13298         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13299         define if !NOT_IN_libc.
13300         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13301         define with non-default symbol versions.
13303 2014-05-23  Richard Henderson  <rth@twiddle.net>
13305         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13306         (vfork, __vfork): Define via compat_symbol.
13308         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13309         [!HAVE_IFUNC] (vfork_compat): Remove.
13310         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13312 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13314         [BZ #16978]
13315         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13316         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13317         variable.
13319 2014-05-23  Richard Henderson  <rth@twiddle.net>
13321         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13322         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13323         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13324         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13326         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13327         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13328         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13329         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13330         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13331         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13332         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13333         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13334         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13335         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13336         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13337         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13338         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13339         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13340         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13341         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13342         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13343         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13344         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13345         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13346         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13347         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13348         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13349         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13350         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13351         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13352         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13353         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13354         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13355         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13356         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13357         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13358         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13359         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13360         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13361         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13362         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13363         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13364         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13365         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13366         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13367         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13368         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13369         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13370         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13371         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13372         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13373         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13374         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13375         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13376         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13377         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13378         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13379         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13380         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13381         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13383         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13384         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13385         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13386         before exiting on error.
13387         (__libc_vfork): New strong alias.
13388         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13389         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13391         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13392         that was previously under [RESET_PID].
13393         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13395         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13397 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13399         [BZ #16977]
13400         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13401         value when x - 1 is zero.
13402         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13403         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13404         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13405         0.0L for an argument of 1.0L.
13406         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13407         Likewise.
13408         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13409         value when x - 1 is zero.
13410         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13411         * sysdeps/i386/fpu/libm-test-ulps: Update.
13412         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13414 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13416         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13417         alphasort and versionsort.
13419 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13421         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13422         macro.
13423         [copysignf]: Likewise.
13425 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13427         * crypt/md5-crypt.c: Fix formatting.
13429 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13431         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13432         (b64_from_24bit): New function.
13434 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13436         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13437         libc_hidden_builtin_def to ifunc.
13438         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13439         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13441 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13443         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13444         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13446 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13448         * nscd/Depend (linuxthreads): Remove.
13449         (nptl): Add.
13450         * resolv/Depend (linuxthreads): Remove.
13451         * rt/Depend (linuxthreads): Remove.
13453         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13454         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13455         $(common-objpfx)elf/.
13456         (link-libc-before-gnulib): Likewise.
13457         (elfobjdir): Remove variable.
13458         * Makefile (install): Use $(elf-objpfx) instead of
13459         $(common-objpfx)elf/.
13460         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13461         $(elfobjdir)/.
13462         (link-libc-deps): Likewise.
13463         ($(common-objpfx)libc.so): Likewise.
13464         ($(common-objpfx)linkobj/libc.so): Likewise.
13465         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13466         instead of $(common-objpfx)elf/.
13467         (symbolic-link-list): Likewise.
13468         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13469         [$(cross-compiling) = no]: Likewise.
13470         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13471         $(elfobjdir)/.
13472         (static-gnulib-arch): Likewise.
13473         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13474         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13475         $(common-objpfx)elf/.
13477 2014-05-21  Richard Henderson  <rth@redhat.com>
13479         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13480         (SINGLE_THREAD_P): Use the correct width load.  Fold
13481         into the ldr offset.
13483         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13484         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13486 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13488         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13489         (libgcc_s_resume): Use __attribute_used__.
13490         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13491         Likewise.
13493 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13495         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13496         optimization when used with float constants.
13498         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13500 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13502         [BZ #16915]
13503         * locale/nl_langinfo_l.c: Make direct reference to every
13504         _nl_current_CATEGORY symbol.
13505         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13506         (tests-static): Add tst-langinfo-static.
13507         (tests-special): Add tst-langinfo-static.out.
13508         ($(objpfx)tst-langinfo.out): Redirect output.
13509         ($(objpfx)tst-langinfo-static.out): New.
13510         * localedata/tst-langinfo.sh: Send output to stdout.
13511         * localedata/tst-langinfo-static.c: New file.
13513         [BZ #16965]
13514         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13515         when the shift amount is modulo the limb size.
13517 2014-05-20  Richard Henderson  <rth@redhat.com>
13519         [BZ #16967]
13520         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13521         Change type of sa_flags from unsigned int to int.
13523         [BZ #16966]
13524         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13526         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13528 2014-05-20  Will Newton  <will.newton@linaro.org>
13530         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13531         Test the return value of the system call in the nocancel case.
13533 2014-05-20  Will Newton  <will.newton@linaro.org>
13534             Yvan Roux  <yvan.roux@linaro.org>
13536         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13537         #include of asm/ptrace.h.
13538         (PTRACE_GET_THREAD_AREA): Remove #undef.
13539         (PTRACE_GETHBPREGS): Likewise.
13540         (PTRACE_SETHBPREGS): Likewise.
13541         (struct user_regs_struct): New structure.
13542         (struct user_fpsimd_struct): New structure.
13543         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13544         #include of asm/ptrace.h and second #include of sys/user.h.
13545         (PTRACE_GET_THREAD_AREA): Remove #undef.
13546         (PTRACE_GETHBPREGS): Likewise.
13547         (PTRACE_SETHBPREGS): Likewise.
13548         (ELF_NGREG): Use new struct user_regs_struct.
13549         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13551 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13553         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13554         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13556 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13558         [BZ #16958]
13559         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13560         membar to avoid block loads/stores to overlap previous stores.
13562 2014-05-17  Richard Henderson  <rth@redhat.com>
13564         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13565         Create the __##syscall_name##_nocancel entry point.
13566         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13567         Remove; let the sysdep-cancel.h code create it.
13569 2014-05-17  David S. Miller  <davem@davemloft.net>
13571         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13572         Protect with __USE_GNU.
13573         (TIOCSET_TEMPT): Likewise.
13574         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13575         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13576         these are already provided in bits/ioctl-types.h
13578 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13580         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13581         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13583         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13584         Use wait4 regardless of [__NR_waitpid].
13586 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13588         PR libgcc/60166
13589         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13590         (_FP_NANSIGN_Q): Set the quiet bit.
13592 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13594         * benchtests/Makefile
13595         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13596         not $(common-objpfx)math/libm.so.
13597         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13598         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13599         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13600         $(common-objpfx)dlfcn/libdl.so.
13601         ($(objpfx)tst-audit8): Depend on $(libm), not
13602         $(common-objpfx)math/libm.so.
13603         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13604         not $(common-objpfx)dlfcn/libdl.so.
13605         * math/Makefile
13606         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13607         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13608         [$(build-shared) = yes].
13609         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13610         $(common-objpfx)nptl/libpthread.so.
13611         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13612         $(common-objpfx)math/libm.so$(libm.so-version) or
13613         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13614         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13615         $(common-objpfx)dlfcn/libdl.so.
13616         * setjmp/Makefile (link-libm): Remove variable.
13617         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13618         * stdio-common/Makefile (link-libm): Remove variable.
13619         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13620         * stdlib/Makefile (link-libm): Remove variable.
13621         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13622         ($(objpfx)tst-strtod-round): Likewise.
13623         ($(objpfx)tst-tininess): Likewise.
13624         ($(objpfx)tst-strtod-underflow): Likewise.
13625         ($(objpfx)tst-strtod6): Likewise.
13626         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13627         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13628         $(common-objpfx)dlfcn/libdl.so.
13630 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13632         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13633         BSD terminal modes definitions.
13635 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13637         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13638         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13640         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13641         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13642         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13643         Don't do #include_next.
13644         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13645         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13646         Don't do #include_next.
13647         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13648         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13649         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13650         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13652 2014-05-16  Allan McRae  <allan@archlinux.org>
13654         * po/sv.po: Update Swedish translation from translation project.
13656         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13657         in sed expression.
13659 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13661         [BZ #16917]
13662         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13663         errno if the TIOCGPTN ioctl fails with an error different than
13664         EINVAL.
13665         * login/tst-ptsname.c: New file.
13666         * login/Makefile (tests): Add tst-ptsname.
13668         [BZ #16943]
13669         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13670         and prlimit64.
13672 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13674         [BZ #16849]
13675         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13676         herrno to return EAI_AGAIN.
13678 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13680         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13681         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13682         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13683         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13684         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13685         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13686         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13687         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13688         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13689         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13690         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13691         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13692         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13693         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13694         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13695         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13696         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13697         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13698         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13699         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13700         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13701         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13702         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13703         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13704         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13705         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13706         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13707         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13708         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13709         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13711         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13712         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13713         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13714         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13715         Moved ...
13716         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13717         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13718         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13719         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13720         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13721         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13722         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13723         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13724         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13725         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13726         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13727         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13728         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13729         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13730         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13731         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13732         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13733         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13734         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13735         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13736         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13737         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13738         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13739         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13740         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13741         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13742         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13743         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13744         Moved ...
13745         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13746         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13747         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13748         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13749         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13750         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13751         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13752         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13753         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13754         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13755         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13756         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13757         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13758         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13759         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13760         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13761         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13762         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13763         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13764         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13765         Moved ...
13766         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13767         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13768         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13770         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13771         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13772         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13773         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13774         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13775         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13776         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13777         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13778         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13779         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13780         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13781         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13782         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13783         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13784         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13785         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13786         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13787         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13788         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13789         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13790         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13791         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13792         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13793         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13794         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13795         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13796         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13797         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13798         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13799         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13800         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13802         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13803         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13805         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13806         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13807         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13808         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13809         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13810         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13811         Moved ...
13812         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13813         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13814         Moved ...
13815         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13816         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13817         Moved ...
13818         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13819         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13820         Moved ...
13821         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13822         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13823         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13824         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13825         Moved ...
13826         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13827         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13828         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13829         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13830         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13831         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13832         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13833         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13834         Moved ...
13835         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13836         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13837         Moved ...
13838         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13839         ... here.
13840         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13841         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13842         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13843         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13844         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13845         Moved ...
13846         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13847         ... here.
13848         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13849         Moved ...
13850         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13851         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13852         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13853         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13854         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13855         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13856         Moved ...
13857         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13858         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13859         Moved ...
13860         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13861         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13862         Moved ...
13863         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13864         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13865         Moved ...
13866         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13867         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13868         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13869         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13870         Moved ...
13871         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13872         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13873         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13874         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13875         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13876         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13877         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13878         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13879         Moved ...
13880         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13881         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13882         Moved ...
13883         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13884         ... here.
13885         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13886         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13887         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13888         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13889         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13890         Moved ...
13891         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13892         ... here.
13893         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13894         Moved ...
13895         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13896         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13897         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13898         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13899         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13900         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13901         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13902         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13903         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13904         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13905         Moved ...
13906         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13907         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13908         Moved ...
13909         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13910         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13911         Moved ...
13912         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13913         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13914         Moved ...
13915         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13916         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13917         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13918         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13919         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13920         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13921         Moved ...
13922         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13923         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13924         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13925         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13926         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13927         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13928         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13929         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13930         Moved ...
13931         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13932         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13933         Moved ...
13934         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13935         ... here.
13936         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13937         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13938         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13939         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13940         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13941         Moved ...
13942         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13943         ... here.
13944         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13945         Moved ...
13946         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13947         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13948         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13949         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13950         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13951         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13952         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13953         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13954         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13955         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13956         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13958         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13959         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13961         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13962         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13964         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13965         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13966         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13967         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13968         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13969         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13970         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13971         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13972         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13973         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13974         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13975         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13976         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13977         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13978         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13979         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13980         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13981         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13982         Moved ...
13983         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13984         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13985         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13986         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13987         Moved ...
13988         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13989         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13990         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13991         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13992         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13993         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13994         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13995         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13996         Moved ...
13997         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13998         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13999         Moved ...
14000         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14001         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14002         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14003         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14004         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14005         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14006         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14007         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14008         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14009         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14010         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14011         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14012         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14013         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14014         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14015         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14016         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14018         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14019         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14020         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14021         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14022         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14024         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14025         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14026         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14027         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14028         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14029         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14030         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14031         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14032         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14033         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14035         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14036         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14038         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14039         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14040         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14041         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14042         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14043         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14044         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14045         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14046         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14047         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14048         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14049         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14050         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14051         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14052         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14053         Update #include.
14054         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14055         Likewise.
14056         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14057         Likewise.
14058         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14059         Likewise.
14060         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14061         Likewise.
14062         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14063         Likewise.
14064         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14065         Likewise.
14066         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14067         Likewise.
14068         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14069         Likewise.
14070         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14071         Likewise.
14072         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14073         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14074         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14075         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14076         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14077         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14078         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14079         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14080         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14081         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14082         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14083         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14084         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14085         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14086         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14088         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14089         that was previously under [RESET_PID].
14090         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14091         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14092         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14094         * sysdeps/i386/nptl/Implies: New file.
14095         * sysdeps/x86_64/nptl/Implies: New file.
14096         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14097         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14098         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14099         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14101         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14102         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14103         (__libc_vfork): New strong alias.
14104         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14105         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14107         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14108         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14109         (__libc_vfork): New strong alias.
14110         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14111         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14113         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14114         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14115         (__libc_vfork): New strong alias.
14116         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14117         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14118         * nptl/pt-vfork.c: New file.
14119         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14120         (libpthread: GLIBC_2.20): New version set (empty).
14122 2014-05-14  Will Newton  <will.newton@linaro.org>
14124         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14125         rather than #if.
14127 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14129         [BZ #16564]
14130         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14131         arguments with exponent 65 or above.
14132         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14133         arguments 0x1p113L or above.
14134         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14135         to arguments 0x1p107L or above.
14136         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14137         positive arguments with exponent 65 or above.
14138         * math/auto-libm-test-in: Add more tests of log1p.
14139         * math/auto-libm-test-out: Regenerated.
14141         [BZ #16928]
14142         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14143         non-finite arguments is +0.
14144         * math/s_cacosf.c (__cacosf): Likewise.
14145         * math/s_cacosl.c (__cacosl): Likewise.
14146         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14147         * sysdeps/i386/fpu/libm-test-ulps: Update.
14148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14150         [BZ #16927]
14151         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14152         value.
14153         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14154         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14155         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14156         for explicit high bit of mantissa when testing for argument equal
14157         to 1.
14158         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14159         * sysdeps/i386/fpu/libm-test-ulps: Update.
14160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14162         [BZ #16516]
14163         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14164         (__erf): Scale by 16 instead of 8 in potentially underflowing
14165         case.  Ensure exception if result actually underflows.
14166         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14167         (__erff): Scale by 16 instead of 8 in potentially underflowing
14168         case.  Ensure exception if result actually underflows.
14169         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14170         (efx8): Remove variable.
14171         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14172         case.  Ensure exception if result actually underflows.
14173         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14174         (efx8): Remove variable.
14175         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14176         case.  Ensure exception if result actually underflows.
14177         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14178         (efx8): Remove variable.
14179         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14180         case.  Ensure exception if result actually underflows.
14181         * math/auto-libm-test-in: Add more tests of erf.
14182         * math/auto-libm-test-out: Regenerated.
14184 2014-05-14  Andreas Schwab  <schwab@suse.de>
14186         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14187         Remove code conditionalized on USE___THREAD.
14189         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14190         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14191         not definedness.
14193 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14195         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14196         Define unconditionally.
14197         (__ASSUME_O_CLOEXEC): Likewise.
14198         (__ASSUME_SOCK_CLOEXEC): Likewise.
14199         (__ASSUME_IN_NONBLOCK): Likewise.
14200         (__ASSUME_PIPE2): Likewise.
14201         (__ASSUME_EVENTFD2): Likewise.
14202         (__ASSUME_SIGNALFD4): Likewise.
14203         (__ASSUME_DUP3): Likewise.
14204         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14205         (__ASSUME_DUP3): Do not define.
14206         (__ASSUME_EVENTFD2): Likewise.
14207         (__ASSUME_IN_NONBLOCK): Likewise.
14208         (__ASSUME_O_CLOEXEC): Likewise.
14209         (__ASSUME_PIPE2): Likewise.
14210         (__ASSUME_SIGNALFD4): Likewise.
14211         (__ASSUME_SOCK_CLOEXEC): Likewise.
14212         (__ASSUME_UTIMES): Undefine.
14213         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14214         (__ASSUME_UTIMES): Do not define.
14215         (__ASSUME_O_CLOEXEC): Likewise.
14216         (__ASSUME_SOCK_CLOEXEC): Likewise.
14217         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14218         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14219         0x020621].
14220         (__ASSUME_PIPE2): Likewise.
14221         (__ASSUME_EVENTFD2): Likewise.
14222         (__ASSUME_SIGNALFD4): Likewise.
14223         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14224         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14225         Do not define.
14226         (__ASSUME_EVENTFD2): Likewise.
14227         (__ASSUME_SIGNALFD4): Likewise.
14228         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14229         (__ASSUME_32BITUIDS): Likewise.
14230         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14231         (__ASSUME_IPC64): Likewise.
14232         (__ASSUME_ST_INO_64_BIT): Likewise.
14233         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14234         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14235         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14236         (__ASSUME_UTIMES): Do not define.
14237         (__ASSUME_PSELECT): Likewise.
14238         (__ASSUME_PPOLL): Likewise.
14239         (__ASSUME_O_CLOEXEC): Likewise.
14240         (__ASSUME_SOCK_CLOEXEC): Likewise.
14241         (__ASSUME_IN_NONBLOCK): Likewise.
14242         (__ASSUME_PIPE2): Likewise.
14243         (__ASSUME_EVENTFD2): Likewise.
14244         (__ASSUME_SIGNALFD4): Likewise.
14245         (__ASSUME_DUP3): Likewise.
14246         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14247         (__ASSUME_UTIMES): Likewise.
14248         (__ASSUME_O_CLOEXEC): Likewise.
14249         (__ASSUME_SOCK_CLOEXEC): Likewise.
14250         (__ASSUME_IN_NONBLOCK): Likewise.
14251         (__ASSUME_PIPE2): Likewise.
14252         (__ASSUME_EVENTFD2): Likewise.
14253         (__ASSUME_SIGNALFD4): Likewise.
14254         (__ASSUME_DUP3): Likewise.
14255         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14256         (__ASSUME_UTIMES): Likewise.
14257         (__ASSUME_O_CLOEXEC): Likewise.
14258         (__ASSUME_SOCK_CLOEXEC): Likewise.
14259         (__ASSUME_IN_NONBLOCK): Likewise.
14260         (__ASSUME_PIPE2): Likewise.
14261         (__ASSUME_EVENTFD2): Likewise.
14262         (__ASSUME_SIGNALFD4): Likewise.
14263         (__ASSUME_DUP3): Likewise.
14264         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14265         Likewise.
14266         (__ASSUME_UTIMES): Likewise.
14267         (__ASSUME_EVENTFD2): Likewise.
14268         (__ASSUME_SIGNALFD4): Likewise.
14269         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14270         (__ASSUME_O_CLOEXEC): Likewise.
14271         (__ASSUME_SOCK_CLOEXEC): Likewise.
14272         (__ASSUME_IN_NONBLOCK): Likewise.
14273         (__ASSUME_PIPE2): Likewise.
14274         (__ASSUME_EVENTFD2): Likewise.
14275         (__ASSUME_SIGNALFD4): Likewise.
14276         (__ASSUME_DUP3): Likewise.
14277         (__ASSUME_UTIMES): Undefine.
14279         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14280         feclearexcept.  Remove symbol versioning code.
14281         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14282         symbol versioning code.
14283         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14284         symbol versioning code.
14285         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14286         feupdateenv.  Remove symbol versioning code.
14287         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14288         fegetexceptflag.  Remove symbol versioning code.
14289         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14290         fesetexceptflag.  Remove symbol versioning code.
14291         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14292         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14293         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14294         (__posix_fadvise64_l32): Remove prototype.
14295         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14296         code.
14298 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14300         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14301         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14302         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14303         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14305 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14307         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14308         current working directory
14310 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14312         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14313         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14314         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14315         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14316         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14317         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14318         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14319         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14320         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14321         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14322         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14323         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14324         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14325         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14326         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14327         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14328         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14329         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14330         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14331         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14332         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14333         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14334         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14335         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14336         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14337         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14338         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14339         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14340         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14341         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14342         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14343         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14344         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14345         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14346         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14347         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14348         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14349         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14350         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14351         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14352         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14353         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14355         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14356         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14358         * sysdeps/unix/sysv/linux/arm/Makefile
14359         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14360         Add rt-aeabi_unwind_cpp_pr1.
14361         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14362         Add nptl-aeabi_unwind_cpp_pr1.
14363         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14364         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14365         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14366         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14367         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14368         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14370         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14371         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14372         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14373         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14375         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14376         Deconditionalize the code that was previously under [RESET_PID].
14377         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14379         * sysdeps/generic/exit-thread.h: New file.
14380         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14381         * include/unistd.h (__exit_thread): Remove declaration.
14382         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14383         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14384         * csu/libc-start.c: Include <exit-thread.h>.
14385         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14386         * nptl/pthread_create.c: Include <exit-thread.h>.
14387         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14388         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14389         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14390         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14391         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14392         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14393         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14394         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14395         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14396         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14397         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14398         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14399         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14400         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14401         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14402         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14403         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14405 2014-05-13  Andreas Schwab  <schwab@suse.de>
14407         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14409 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14411         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14412         (__ASSUME_UTIMES): Do not condition on kernel version.
14413         (__ASSUME_PSELECT): Define unconditionally.
14414         (__ASSUME_PPOLL): Likewise.
14415         (__ASSUME_ATFCTS): Likewise.
14416         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14417         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14418         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14419         (__ASSUME_UTIMENSAT): Define unconditionally.
14420         (__ASSUME_PRIVATE_FUTEX): Likewise.
14421         (__ASSUME_FALLOCATE): Likewise.
14422         (__ASSUME_O_CLOEXEC): Likewise.
14423         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14424         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14425         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14426         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14427         (__ASSUME_IN_NONBLOCK): Likewise.
14428         (__ASSUME_PIPE2): Likewise.
14429         (__ASSUME_EVENTFD2): Likewise.
14430         (__ASSUME_SIGNALFD4): Likewise.
14431         (__ASSUME_DUP3): Likewise.
14432         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14433         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14434         (__ASSUME_AT_RANDOM): Likewise.
14435         (__ASSUME_PREADV): Likewise.
14436         (__ASSUME_PWRITEV): Likewise.
14437         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14438         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14439         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14440         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14441         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14442         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14443         (__ASSUME_O_CLOEXEC): Define unconditionally.
14444         (__ASSUME_PSELECT): Do not undefine conditionally.
14445         (__ASSUME_PPOLL): Likewise.
14446         (__ASSUME_ATFCTS): Likewise.
14447         (__ASSUME_SET_ROBUST_LIST): Likewise.
14448         (__ASSUME_UTIMENSAT): Likewise.
14449         (__ASSUME_FDATASYNC): Define unconditionally.
14450         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14451         (__ASSUME_SIGFRAME_V2): Likewise.
14452         )__ASSUME_EVENTFD2): Likewise.
14453         (__ASSUME_SIGNALFD4): Likewise.
14454         (__ASSUME_PSELECT): Do not undefine conditionally.
14455         (__ASSUME_PPOLL): Likewise.
14456         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14457         (__ASSUME_PSELECT): Define unconditionally.
14458         (__ASSUME_PPOLL): Likewise.
14459         (__ASSUME_O_CLOEXEC): Likewise.
14460         (__ASSUME_SOCK_CLOEXEC): Likewise.
14461         (__ASSUME_IN_NONBLOCK): Likewise.
14462         (__ASSUME_PIPE2): Likewise.
14463         (__ASSUME_EVENTFD2): Likewise.
14464         (__ASSUME_SIGNALFD4): Likewise.
14465         (__ASSUME_DUP3): Likewise.
14466         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14467         (__ASSUME_O_CLOEXEC): Likewise.
14468         (__ASSUME_SOCK_CLOEXEC): Likewise.
14469         (__ASSUME_IN_NONBLOCK): Likewise.
14470         (__ASSUME_PIPE2): Likewise.
14471         (__ASSUME_EVENTFD2): Likewise.
14472         (__ASSUME_SIGNALFD4): Likewise.
14473         (__ASSUME_DUP3): Likewise.
14474         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14475         (__ASSUME_EVENTFD2): Likewise.
14476         (__ASSUME_SIGNALFD4): Likewise.
14477         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14479 2014-05-12  Andreas Schwab  <schwab@suse.de>
14481         [BZ #16932]
14482         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14483         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14484         than maximum RPC packet size.
14485         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14486         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14487         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14488         (_nss_nis_getservbyport_r): Likewise.
14490 2014-05-12  Will Newton  <will.newton@linaro.org>
14492         * malloc/Makefile (tests): Add tst-mallopt.
14493         * malloc/tst-mallopt.c: New file.
14495 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14497         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14498         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14500 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14502         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14503         (tst-tlsmod6.so): Likewise.
14505 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14507         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14509 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14511         [BZ #16064]
14512         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14513         and <dl-procinfo.h>.
14514         (__fegetenv): Save SSE state in envp->__eip if supported.
14515         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14516         envp->__eip if supported.
14517         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14518         and <dl-procinfo.h>.
14519         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14520         __data_offset and __data_selector in environment to 0.  Set SSE
14521         state if supported.
14522         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14523         test-fenv-sse.
14524         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14525         -mfpmath=sse.
14526         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14528 2014-05-09  Will Newton  <will.newton@linaro.org>
14530         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14531         and libc_relro_required for ARM.
14532         * sysdeps/arm/preconfigure: Regenerate.
14534 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14535             Stefan Liebler  <stli@linux.vnet.ibm.com>
14537         * config.make.in (enable-lock-elision): New Makefile variable.
14538         * configure.ac: Likewise.
14539         * configure: Regenerate.
14540         * sysdeps/s390/configure.ac:
14541         Add check for gcc transactions support.
14542         * sysdeps/s390/configure: Regenerate.
14543         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14544         Build elision files if enabled.
14545         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14546         Add lock elision support for s390.
14547         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14548         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14549         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14550         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14551         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14552         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14553         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14554         Likewise.
14555         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14556         Likewise.
14557         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14558         Likewise.
14559         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14560         Likewise.
14561         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14562         (__lll_timedlock_elision, __lll_lock_elision)
14563         (__lll_unlock_elision, __lll_trylock_elision)
14564         (lll_timedlock_elision, lll_lock_elision)
14565         (lll_unlock_elision, lll_trylock_elision): Add.
14566         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14567         (pthread_mutex_t): Add lock elision support for s390.
14569 2014-05-14  Wilco  <wdijkstr@arm.com>
14571         * sysdeps/arm/fclrexcpt.c: Cleanup.
14572         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14573         * sysdeps/arm/feenablxcpt.c: Cleanup.
14574         * sysdeps/arm/fegetenv.c: Cleanup.
14575         * sysdeps/arm/fegetexcept.c: Cleanup.
14576         * sysdeps/arm/fegetround.c: Cleanup.
14577         * sysdeps/arm/feholdexcpt.c: Cleanup.
14578         * sysdeps/arm/fesetenv.c: Cleanup.
14579         * sysdeps/arm/fesetround.c: Cleanup.
14580         * sysdeps/arm/feupdateenv.c: Cleanup.
14581         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14582         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14583         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14584         * sysdeps/arm/ftestexcept.c: Cleanup.
14585         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14586         * sysdeps/arm/setfpucw.c: Cleanup.
14588 2014-05-09  Will Newton  <will.newton@linaro.org>
14590         * sysdeps/arm/armv7/strcmp.S: New file.
14591         * NEWS: Mention addition of ARMv7 optimized strcmp.
14593 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14595         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14596         look for %.ac rather than %.in.
14598         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14599         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14600         * sysdeps/mach/hurd/configure: Regenerated.
14601         * sysdeps/unix/sysv/linux/configure: Regenerated.
14603         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14605 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14607         [BZ# 16922]
14608         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14609         (LONG_SUB): Ditto.
14610         (PTR_SUB): Ditto.
14612 2014-05-07  Andreas Schwab  <schwab@suse.de>
14614         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14615         when skipping over non-matching result from nscd.
14617 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14619         [BZ #16876]
14620         * nptl/sockperf.c (client): Check socket return value.
14622         [BZ #16877]
14623         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14624         nscd security class.
14626 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14628         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14629         * sysdeps/arm/unwind.h: ... here.
14631 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14633         [BZ# 16916]
14634         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14635         Define.
14637 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14639         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14640         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14641         multiarch strncpy for PPC64.
14642         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14643         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14644         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14645         multiarch optimizations.
14646         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14647         (__libc_ifunc_impl_list): Likewise.
14648         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14649         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14650         multiarch stpncpy for PPC64.
14651         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14652         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14654 2014-05-06  Andreas Schwab  <schwab@suse.de>
14656         [BZ #16912]
14657         * gmon/mcount.c (_MCOUNT_DECL): Use
14658         atomic_compare_and_exchange_bool_acq instead of
14659         catomic_compare_and_exchange_bool_acq.
14661 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14663         * elf/Makefile (others, install-bin): Remove pldd.
14664         (pldd-modules): Variable removed.
14665         ($(objpfx)pldd): Target removed.
14666         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14667         (others, install-bin): Append pldd here.
14668         ($(objpfx)pldd): New target.
14670         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14671         to 0, so the first #if test emitted later doesn't see it undefined.
14672         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14673         * sysdeps/gnu/errlist.c: Regenerated.
14675 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14677         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14678         [libc_hidden_builtin_def]: Define to empty value.
14679         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14680         [libc_hidden_builtin_def]: Likewise.
14681         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14682         [libc_hidden_builtin_def]: Likewise.
14683         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14684         [libc_hidden_builtin_def]: Likewise.
14685         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14686         __redirect_memcpy and define ifunc as default hidden symbol.
14687         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14688         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14690 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14692         * locale/iso-4217.def: Reintroduce XDR currency.
14694 2014-05-04  Allan McRae  <allan@archlinux.org>
14696         * po/eo.po: Update Esperanto translation from translation project.
14698 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14700         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14701         and FEATURE_INDEX_MAX to 1.
14702         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14704 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14706         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14707         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14708         * iconvdata/big5.c (ONE_DIRECTION): Define.
14709         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14710         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14711         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14712         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14713         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14714         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14715         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14716         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14717         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14718         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14719         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14720         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14721         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14722         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14723         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14724         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14725         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14726         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14727         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14728         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14729         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14730         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14731         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14732         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14733         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14734         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14735         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14736         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14737         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14738         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14739         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14740         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14741         * iconvdata/johab.c (ONE_DIRECTION): Define.
14742         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14743         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14744         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14745         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14746         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14747         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14748         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14749         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14750         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14751         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14753 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14755         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14756         (_IO_JUMPS_OFFSET): Define to 0.
14758         * nptl/sysdeps/pthread/bits/libc-lock.h
14759         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14760         (__libc_lock_define_initialized_recursive): Always define using
14761         initializer.  Modern compilers treat uninitialized (implicit zero) and
14762         explicit zero initializers the same (i.e. put the datum in bss).
14764 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14766         * nscd/nscd-client.h: Include <string.h>.
14768 2014-05-01  David S. Miller  <davem@davemloft.net>
14770         [BZ #16885]
14771         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14772         multiple zero bytes exist at the end of a string.
14773         Reported by Aurelien Jarno <aurelien@aurel32.net>
14775         * string/test-strcmp.c (check): Add explicit test for situations where
14776         there are multiple zero bytes after the first.
14778 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14780         [BZ #16890]
14781         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14782         when compiling wprintf.
14783         * stdio-common/tstdiomisc.c (t3): New function.
14784         (main): Call it.
14786 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14788         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14789         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14790         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14791         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14793 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14795         * stdlib/longlong.h: Updated from GCC.
14797 2014-05-01  Will Newton  <will.newton@linaro.org>
14798             Bernard Ogden  <bernie.ogden@linaro.org>
14800         * NEWS: Update fixed bug list.
14802         [BZ #15119]
14803         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14805 2014-04-30  David S. Miller  <davem@davemloft.net>
14807         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14808         (libc_feholdexcept_setround_sparc_ctx): New function.
14809         (libc_fesetenv_sparc_ctx): Likewise.
14810         (libc_feupdateenv_sparc_ctx): Likewise.
14811         (libc_feholdsetround_sparc_ctx): Likewise.
14812         (libc_feholdexcept_setround_ctx): Define.
14813         (libc_feholdexcept_setroundf_ctx): Likewise.
14814         (libc_feholdexcept_setroundl_ctx): Likewise.
14815         (libc_fesetenv_ctx): Likewise.
14816         (libc_fesetenvf_ctx): Likewise.
14817         (libc_fesetenvl_ctx): Likewise.
14818         (libc_feupdateenv_ctx): Likewise.
14819         (libc_feupdateenvf_ctx): Likewise.
14820         (libc_feupdateenvl_ctx): Likewise.
14821         (libc_feresetround_ctx): Likewise.
14822         (libc_feresetroundf_ctx): Likewise.
14823         (libc_feresetroundl_ctx): Likewise.
14824         (libc_feholdsetround_ctx): Likewise.
14825         (libc_feholdsetroundf_ctx): Likewise.
14826         (libc_feholdsetroundl_ctx): Likewise.
14828         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14829         with __USE_GNU instead of XOPEN cpp guards.
14831         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14832         0.
14834         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14835         with XOPEN cpp guards.
14837 2014-04-30  Julian Brown  <julian@codesourcery.com>
14839         [BZ #16888]
14840         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14841         handling.
14843 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14845         [BZ #9894]
14846         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14847         Change to 2.6.32.
14848         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14849         * sysdeps/unix/sysv/linux/configure: Regenerated.
14850         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14851         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14852         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14853         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14854         * README: Update reference to required Linux kernel version.
14855         * manual/install.texi (Linux): Update reference to required Linux
14856         kernel headers version.
14857         * INSTALL: Regenerated.
14859         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14860         header inclusion.
14861         [POSIX] (limits.h): Likewise.
14862         [POSIX] (math.h): Likewise.
14863         [POSIX] (sys/wait.h): Likewise.
14864         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14865         function.
14866         [POSIX] (stddef.h): Do not allow header inclusion.
14868 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14870         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14872 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14874         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14875         Return immediately after lll_futex_wake.
14877 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14879         [BZ #16791]
14880         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14881         structure.
14882         (datahead_init_pos): Call datahead_init_common early.
14883         (datahead_init_neg): Likewise.
14885         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14886         datahead_init_neg): New functions.
14887         * nscd/aicache.c (addhstaiX): Use them.
14888         * nscd/grpcache.c (cache_addgr): Likewise.
14889         * nscd/hstcache.c (cache_addhst): Likewise.
14890         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14891         * nscd/netgroupcache.c (do_notfound): Likewise.
14892         (addgetnetgrentX): Likewise.
14893         (addinnetgrX): Likewise.
14894         * nscd/pwdcache.c (cache_addpw): Likewise.
14895         * nscd/servicescache.c (cache_addserv): Likewise.
14897 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14898             Atsushi Onoe  <atsushi@onoe.org>
14900         [BZ #14308]
14901         [BZ #12994]
14902         [BZ #13651]
14903         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14904         one response is valid.
14905         * resolv/res_send.c (send_dg): Check for validity of other
14906         response if the current response is a referral.
14908 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14910         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14912 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14914         [BZ #16823]
14915         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14916         Always divide by positive zero when computing -Inf result.
14917         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14918         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14920 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14922         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14923         FPSCR if value do not change.
14924         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14925         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14926         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14927         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14928         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14929         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14930         function.
14932 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14934         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14935         * sysdeps/unix/sysv/linux/hppa: Move directory from
14936         ports/systeps/unix/sysv/linux/hppa.
14937         * README: Update listing for hppa-*-linux-gnu.
14939 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14941         [BZ #16754]
14942         * manual/stdio.texi (Hook functions): Fix types of stream hook
14943         functions.
14944         [BZ #16854]
14945         * socket/sys/socket.h: Fix typo in comment.
14947 2014-04-28  Wilco  <wdijkstr@arm.com>
14949         * sysdeps/arm/fenv_private.h: New file.
14950         * sysdeps/arm/math_private.h: New file.
14951         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14953 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14955         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14956         with __int128_t.
14957         (La_x86_64_retval): Likewise.
14959 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14961         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14962         fpsr if value didn't change.
14963         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14964         to fpcr if value didn't change.
14965         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14966         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14967         fpsr or fpcr if value didn't change.
14968         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14969         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14970         fpcr if value didn't change.
14971         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14972         to fpsr if value didn't change.
14974 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14976         * nptl/tst-sem3.c: Use test-skeleton.c
14977         (main): Rename to do_test.  Use return instead of
14978         exit.
14979         * nptl/tst-sem4.c: Use test-skeleton.c
14980         (main): Rename to do_test.
14982 2014-04-22  David S. Miller  <davem@davemloft.net>
14984         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14985         (struct sigaction): New struct member __glibc_reserved0, change
14986         type of sa_flags to int.
14988 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14990         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14991         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14993 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14995         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14996         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14998 2014-04-22  Will Newton  <will.newton@linaro.org>
14999             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15001         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15002         (__longjmp): Add longjmp and longjmp_target SystemTap
15003         probes.
15004         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15005         (__sigsetjmp): Add setjmp SystemTap probe.
15007 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15009         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15010         match manual order.
15012 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15014         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15016         * sysdeps/powerpc/fpu/fenv_private.h
15017         (libc_feholdexcept_setroundl_ctx): Define to
15018         libc_feholdexcept_setround_ppc_ctx.
15019         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15020         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15021         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15022         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15024 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15026         * sysdeps/aarch64/math-tests.h: New file.
15028 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15030         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15031         New.
15032         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15033         Check and set bit_AVX2_Usable.
15034         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15035         macro.
15036         (bit_AVX2): Likewise.
15037         (index_AVX2_Usable): Likewise.
15038         (CPUID_AVX2): Likewise.
15039         (HAS_AVX2): Likewise.
15041 2014-04-17  Will Newton  <will.newton@linaro.org>
15043         * manual/setjmp.texi (System V contexts): Add note that
15044         calling setcontext on a context created by a call to a
15045         signal handler is undefined.  Update text to note that
15046         setcontext from a signal handler is possible but not
15047         recommended.
15049         [BZ #16629]
15050         * stdlib/tst-setcontext.c: Include signal.h.
15051         (main): Check that the signal stack before and
15052         after swapcontext is the same.
15054         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15055         Re-implement to restore registers in user code and avoid
15056         rt_sigreturn system call.
15058 2014-04-17  Wilco  <wdijkstr@arm.com>
15060         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15061         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15062         * math/test-fenv.c: Skip exception trap tests on targets which only
15063         support non-stop mode.
15065 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15066             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15068         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15069         (libc_feholdsetround_aarch64_ctx)
15070         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15071         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15072         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15073         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15074         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15075         (libc_feresetround_noexl_ctx): Define.
15077 2014-04-16  Richard Henderson  <rth@redhat.com>
15079         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15081         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15082         unwind tables.
15084         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15085         const from the non-libc, non-ldso copy.
15087         * sysdeps/alpha/libm-test-ulps: Regenerate.
15089 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15090             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15092         * sysdeps/aarch64/fpu/math_private.h: New file.
15094 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15096         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15098 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15100         [BZ #16275]
15101         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15102         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15103         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15104         Intel MPX bound registers before _dl_profile_fixup.
15105         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15106         registers after _dl_profile_fixup.  Save and restore bound
15107         registers bnd0/bnd1 when calling _dl_call_pltexit.
15108         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15109         (LR_BND_OFFSET): Likewise.
15110         (LRV_BND0_OFFSET): Likewise.
15111         (LRV_BND1_OFFSET): Likewise.
15113 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15115         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15116         to...
15117         * sysdeps/mach/hurd/i386/tls.h: ... here.
15118         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15119         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15120         fields.
15122 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15124         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15126 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15128         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15130 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15132         [BZ #14770]
15133         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15134         * sysdeps/s390/configure: Regenerate.
15136         [BZ #16824]
15137         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15138         Set round-to-nearest internally to reduce error accumulation.
15140 2014-04-16  Alan Modra  <amodra@gmail.com>
15142         [BZ #16740]
15143         [BZ #16619]
15144         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15145         * math/libm-test.inc (frexp_test_data): Add tests.
15146         * NEWS: Update fixed bug list.
15148 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15150         * benchtests/Makefile: Depend on libraries in build directory.
15151         (bench-math): Separate out math tests.
15152         (bench-pthread): Separate out pthread tests.
15153         (bench): Include math and pthread tests.
15155 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15157         [BZ #16831]
15158         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15159         _dl_debug_initialize.
15161         * configure.ac: Remove SELinux header check.
15162         * configure: Regenerate.
15163         * nscd/selinux.c (perms): Array of const char* to permission names.
15164         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15165         default policy. Call string_to_security_class and string_to_av_perm to
15166         translate strings. Enforce default policy and call avs_has_perm with
15167         results of translated strings.
15169 2014-04-13  David S. Miller  <davem@davemloft.net>
15171         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15173 2014-04-12  Allan McRae  <allan@archlinux.org>
15175         [BZ #16838]
15176         * manual/string.texi (Collation Functions): Fix qsort argument
15177         order in example.
15178         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15180 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15182         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15183         Make the test a no-op if there are no exceptions defined.
15185 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15187         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15188         enable-hardcoded-path-in-tests
15190 2014-04-11  Will Newton  <will.newton@linaro.org>
15192         * benchtests/Makefile (extra-objs): Add json-lib.o.
15193         (bench-func): Tidy up JSON output.
15194         * benchtests/bench-skeleton.c: Include json-lib.h.
15195         (main): Use JSON library functions to do output of
15196         benchmark results.
15197         * benchtests/bench-timing-type.c (main): Output the
15198         timing type simply, leaving formatting to the user.
15199         * benchtests/json-lib.c: New file.
15200         * benchtests/json-lib.h: Likewise.
15202 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15204         [BZ #15215]
15205         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15206         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15207         memory barriers.  Add comments.
15208         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15209         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15210         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15211         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15212         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15213         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15215 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15217         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15218         * sysdeps/s390/s390-64/configure.ac: ... this ...
15219         * sysdeps/s390/configure.ac: ... to here.
15220         * sysdeps/s390/s390-32/configure: Delete file.
15221         * sysdeps/s390/s390-64/configure: Delete file.
15222         * sysdeps/s390/configure: Regenerate.
15224 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15226         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15228 2014-04-11  Will Newton  <will.newton@linaro.org>
15230         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15231         to zero if it is not defined elsewhere.  (mtrim): Test
15232         the value of MALLOC_DEBUG with #if rather than #ifdef.
15234 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15236         * benchtests/pthread_once-inputs: New file.
15237         * benchtests/pthread_once-source.c: New file.
15238         * benchtests/README: Update documentation.
15240 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15241             H.J. Lu  <hongjiu.lu@intel.com>
15243         [BZ #16275]
15244         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15245         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15246         * sysdeps/x86_64/configure: Regenerated.
15247         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15248         macro.
15249         (REGISTER_SAVE_RAX): Likewise.
15250         (REGISTER_SAVE_RCX): Likewise.
15251         (REGISTER_SAVE_RDX): Likewise.
15252         (REGISTER_SAVE_RSI): Likewise.
15253         (REGISTER_SAVE_RDI): Likewise.
15254         (REGISTER_SAVE_R8): Likewise.
15255         (REGISTER_SAVE_R9): Likewise.
15256         (REGISTER_SAVE_BND0): Likewise.
15257         (REGISTER_SAVE_BND1): Likewise.
15258         (REGISTER_SAVE_BND2): Likewise.
15259         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15260         bound registers when calling _dl_fixup.
15262 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15264         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15265         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15266         of its definition.
15267         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15268         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15269         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15270         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15271         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15272         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15273         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15275 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15277         [BZ #15514]
15278         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15279         pathconf(_PC_NAME_MAX).
15281 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15283         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15284         Remove macro usage.
15285         (__PTHREAD_SPINS): Move definition to ...
15286         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15287         (__PTHREAD_SPINS): ... here.
15288         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15289         (__PTHREAD_SPIN): Likewise.
15290         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15291         (__PTHREAD_SPIN): Likewise.
15292         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15293         (__PTHREAD_SPIN): Likewise.
15294         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15295         (__PTHREAD_SPIN): Likewise.
15296         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15297         (__PTHREAD_SPIN): Likewise.
15298         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15299         (__PTHREAD_SPIN): Likewise.
15300         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15301         (__PTHREAD_SPIN): Likewise.
15302         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15303         (__PTHREAD_SPIN): Likewise.
15304         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15305         (__PTHREAD_SPIN): Likewise.
15306         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15307         (__PTHREAD_SPIN): Likewise.
15308         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15309         (__PTHREAD_SPIN): Likewise.
15310         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15311         (__PTHREAD_SPIN): Likewise.
15313         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15314         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15315         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15316         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15317         imply folder.
15318         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15319         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15320         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15321         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15322         correct imply path.
15323         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15324         strlen symbol for non multi-arch builds.
15325         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15326         missing hidden_def and weak_alias.
15328 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15330         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15332 2014-04-07  Will Newton  <will.newton@linaro.org>
15334         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15335         and contents.  [!_LIBC] Remove #ifndef and contents.
15336         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15337         * string/memccpy.c (__memccpy): Use ANSI prototype.
15338         * string/memfrob.c (memfrob): Likewise.
15339         * string/strcoll.c (STRCOLL): Likewise.
15340         * string/strlen.c (strlen): Likewise.
15341         * string/strtok.c (STRTOK): Likewise.
15342         * string/strcat.c: Remove unused #include of memcopy.h.
15343         (strcat): Use ANSI prototype.
15344         * string/strchr.c: Remove unused #include of memcopy.h.
15345         (strchr): Use ANSI prototype.
15346         * string/strcmp.c: Remove unused #include of memcopy.h.
15347         (strcmp): Use ANSI prototype.
15348         * string/strcpy.c: Remove unused #include of memcopy.h.
15349         (strcpy): Use ANSI prototype.
15351 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15353         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15354         * config.make.in (config-extra-cppflags): Set it from
15355         libc_extra_cppflags.
15356         * configure.ac (libc_extra_cflags): Make it accumulate over
15357         configure fragments.
15358         (libc_extra_cppflags): New flag.
15359         * configure. Regenerate.
15360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15361         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15362         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15365         [BZ #16815]
15366         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15367         result for FE_DOWNWARD rounding mode.
15368         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15369         Likewise.
15370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15372 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15374         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15375         in function argument name.
15377 2014-04-03  David Svoboda  <svoboda@cert.org>
15379         [BZ #5666]
15380         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15381         explicitly.
15383 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15385         * elf/dl-unmap-segments.h: New file.
15386         * sysdeps/generic/ldsodefs.h
15387         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15388         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15389         * elf/dl-fptr.c: Likewise.
15390         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15391         * sysdeps/aarch64/tlsdesc.c: Likewise.
15392         * sysdeps/arm/tlsdesc.c: Likewise.
15393         * sysdeps/i386/tlsdesc.c: Likewise.
15394         * sysdeps/tile/dl-runtime.c: Likewise.
15395         * sysdeps/x86_64/tlsdesc.c: Likewise.
15396         * elf/dl-load.h: New file.
15397         * elf/dl-load.c: Include it.
15398         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15399         Macros moved to dl-load.h.
15400         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15401         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15402         Use _dl_unmap_segments in place of __munmap.
15403         Break out segment-mapping loop into ...
15404         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15406 2014-04-03  Will Newton  <will.newton@linaro.org>
15408         * elf/dl-lookup.c (do_lookup_x): Remove comment
15409         referring to nested function and move variable
15410         declarations down to before first use.
15412 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15414         [BZ #16799]
15415         [BZ #16800]
15416         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15417         with 0 numerator.
15418         * math/s_catanf.c (__catanf): Likewise.
15419         * math/s_catanh.c (__catanh): Likewise.
15420         * math/s_catanhf.c (__catanhf): Likewise.
15421         * math/s_catanhl.c (__catanhl): Likewise.
15422         * math/s_catanl.c (__catanl): Likewise.
15423         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15424         by positive zero when computing -Inf result.
15425         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15426         (catanh_test): Likewise.
15427         * sysdeps/i386/fpu/libm-test-ulps: Update.
15428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15430         [BZ #16789]
15431         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15432         instead of using underflowing value in computing result.
15433         * math/s_clog10.c (__clog10): Likewise.
15434         * math/s_clog10f.c (__clog10f): Likewise.
15435         * math/s_clog10l.c (__clog10l): Likewise.
15436         * math/s_clogf.c (__clogf): Likewise.
15437         * math/s_clogl.c (__clogl): Likewise.
15438         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15439         (clog10_test): Likewise.
15440         * sysdeps/i386/fpu/libm-test-ulps: Update.
15441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15443 2014-04-02  Alan Modra  <amodra@gmail.com>
15445         [BZ #16739]
15446         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15447         output when value is near a power of two.  Use int64_t for lx and
15448         remove casts.  Use decimal rather than hex exponent constants.
15449         Don't use long double multiplication when double will suffice.
15450         * math/libm-test.inc (nextafter_test_data): Add tests.
15451         * NEWS: Add 16739 and 16786 to bug list.
15453         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15455         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15457 2014-04-01  Will Newton  <will.newton@linaro.org>
15459         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15460         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15462 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15464         [BZ #13347]
15465         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15466         * nptl/tst-setuid2.c: New file.
15467         * nptl/Makefile (xtests): Add tst-setuid2.
15469 2014-04-01  Alan Modra  <amodra@gmail.com>
15471         [BZ #16786]
15472         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15474 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15476         [BZ #6803]
15477         [BZ #6804]
15478         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15479         set errno as appropriate.
15480         * math/w_scalbf.c (__scalbf): Likewise.
15481         * math/w_scalbl.c (__scalbl): Likewise.
15482         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15483         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15484         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15485         Add more NaN tests.
15487         [BZ #16349]
15488         * math/w_atan2.c: Include <errno.h>.
15489         (__atan2): Set errno for result underflowing to zero.
15490         * math/w_atan2f.c: Include <errno.h>.
15491         (__atan2f): Set errno for result underflowing to zero.
15492         * math/w_atan2l.c: Include <errno.h>.
15493         (__atan2l): Set errno for result underflowing to zero.
15494         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15495         tests.
15496         * math/auto-libm-test-out: Regenerated.
15498 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15500         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15501         Encode instruction correctly in little endian.
15502         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15503         Likewise.
15504         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15505         Likewise.
15506         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15507         Likewise.
15508         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15509         Likewise.
15511 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15513         [BZ #9894]
15514         * sysdeps/unix/sysv/linux/kernel-features.h
15515         [__sparc__ && !__arch64__ && !__sparc_v9__]
15516         (__ASSUME_SET_ROBUST_LIST): Do not define.
15517         [__sparc__ && !__arch64__ && !__sparc_v9__]
15518         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15519         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15520         Likewise.
15521         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15522         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15523         (__ASSUME_REQUEUE_PI): Likewise.
15524         (__ASSUME_SET_ROBUST_LIST): Likewise.
15525         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15526         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15527         Undefine.
15528         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15529         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15530         Likewise.
15531         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15532         Likewise.
15533         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15534         Likewise.
15535         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15536         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15537         Undefine.
15538         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15539         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15540         Likewise.
15542         [BZ #16648]
15543         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15544         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15545         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15547 2014-03-31  Will Newton  <will.newton@linaro.org>
15549         * benchtests/Makefile (bench): Add ffs and ffsll to list
15550         of tests.
15551         * benchtests/ffs-inputs: New file.
15552         * benchtests/ffsll-inputs: Likewise.
15554 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15556         [BZ #16770]
15557         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15558         too large before casting to int.
15559         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15560         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15561         * math/libm-test.inc (scalb_test_data): Add more tests.
15563 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15565         * benchtests/Makefile (DETAILED_OPT): New make option.
15566         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15567         set.
15568         * benchtests/bench-skeleton.c: Include stdbool.h.
15569         (main): Store and print timings per input.
15570         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15571         member to each argument value.
15572         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15573         (_print_arg_data): Initialize per-input timing to 0.
15575         * benchtests/Makefile (timing-type): New binary.
15576         (bench-clean): Also remove bench-timing-type.
15577         (bench): New target for timing-type.
15578         (bench-func): Print output in JSON format.
15579         * benchtests/bench-skeleton.c (main): Print output in JSON
15580         format.
15581         * benchtests/bench-timing-type.c: New file.
15582         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15583         (TIMING_PRINT_STATS): Remove.
15584         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15585         name separately.
15587         * benchtests/bench-modf.c: Remove.
15588         * benchtests/modf-inputs: New inputs file.
15590 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15592         [BZ #16362]
15593         * math/s_clog10.c (M_PI_LOG10E): New macro.
15594         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15595         imaginary parts are 0.
15596         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15597         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15598         imaginary parts are 0.
15599         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15600         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15601         imaginary parts are 0.
15602         * math/libm-test.inc (clog10_test_data): Update expected results
15603         for when real and imaginary parts are 0.
15605 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15607         * elf/dl-load.c: Finish conversion of __builtin_expect into
15608         __glibc_{un}likely.
15610 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15612         [BZ #16348]
15613         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15614         1+x for argument with exponent below -67.
15615         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15616         Likewise.
15617         * math/auto-libm-test-in: Add more tests of exp.
15618         * math/auto-libm-test-out: Regenerated.
15620 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15622         [BZ #16759]
15623         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15624         (nscd_getnetgrent): Use it.
15626         [BZ #16760]
15627         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15628         of stpcpy.
15630 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15632         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15633         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15634         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15635         (lll_robust_unlock): Remove out of line section. Use cfi
15636         intrinsics.
15637         (LLL_STUB_UNWIND_INFO*): Remove.
15638         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15639         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15640         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15641         (lll_robust_unlock): Remove out of line section. Use cfi
15642         intrinsics.
15643         (LLL_STUB_UNWIND_INFO*): Remove.
15645 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15647         [BZ #16758]
15648         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15649         blank values.
15651 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15653         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15655 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15657         [BZ #16198]
15658         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15659         fnstenv.
15660         * math/test-fenv-preserve.c: New file.
15661         * math/Makefile (tests): Add test-fenv-preserve.
15663 2014-03-26  Will Newton <will.newton@linaro.org>
15665         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15667 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15669         * scripts/versionlist.awk: Partition the version sets and emit all
15670         GLIBC_* (sorted) before all others (sorted).
15672 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15674         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15675         GLIBC_2.2.5 version.
15677 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15679         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15680         calls.
15682         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15683         previous change.
15685         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15687 2014-03-25  Andreas Schwab  <schwab@suse.de>
15689         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15690         label to be used after in6ailist is initialized.
15692 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15694         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15695         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15697 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15699         [BZ #16357]
15700         [BZ #16599]
15701         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15702         min_plus_half.
15703         (fp_formats): Update initializers.
15704         (init_fp_formats): Initialize new field.
15705         (output_for_one_input_case): Allow underflow for results up to
15706         min_plus_half.
15707         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15708         * math/auto-libm-test-in: Don't mark some underflows from asin and
15709         atanh as spurious.
15710         * math/auto-libm-test-out: Regenerated.
15711         * sysdeps/i386/fpu/libm-test-ulps: Update.
15712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15714 2014-03-25  Andreas Schwab  <schwab@suse.de>
15716         * libio/Makefile (tst-ftell-partial-wide-ENV)
15717         (tst-ftell-active-handler-ENV): Define.
15719 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15721         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15723 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15725         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15727 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15729         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15730         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15731         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15733 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15735         [BZ #16634]
15736         * elf/dl-load.c (open_verify): Add mode parameter.
15737         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15738         (open_path): Change from boolean 'secure' to complete flag 'mode'
15739         (_dl_map_object): Adjust.
15740         * elf/Makefile (tests): Add tst-dlopen-aout.
15741         * elf/tst-dlopen-aout.c: New test.
15743 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15745         [BZ #16714]
15746         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15747         (struct stat): Rename member pad0 to __glibc_reserved0.
15749         [BZ #16712]
15750         * sysdeps/s390/s390-32/bits/wordsize.h
15751         (__WORDSIZE32_SIZE_ULONG): New define.
15752         * sysdeps/s390/s390-64/bits/wordsize.h
15753         (__WORDSIZE32_SIZE_ULONG): Likewise.
15754         * sysdeps/generic/stdint.h (SIZE_MAX):
15755         Define as UL if __WORDSIZE32_SIZE_ULONG.
15757         [BZ #16713]
15758         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15759         (__glibc_reserved0): New variable.
15760         (sa_flags): Change type to int.
15762         * posix/Makefile (before-compile): Use += before-compile instead
15763         of a :=.
15765         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15766         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15768 2014-03-20  Andreas Schwab  <schwab@suse.de>
15770         [BZ #16743]
15771         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15772         non-matching result from nscd.
15774 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15776         * scripts/bench.py: Moved to ...
15777         * benchtests/scripts/bench.py: ... here.
15778         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15780 2014-03-24  Andreas Schwab  <schwab@suse.de>
15782         [BZ #16002]
15783         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15784         alloca_account and account alloca use for struct in6ailist.
15786 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15788         [BZ #16284]
15789         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15790         rounding mode to recompute results that overflow to infinity or
15791         underflow to zero.
15792         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15793         bug 16284.
15794         * math/auto-libm-test-out: Regenerated.
15795         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15796         (ccosh_test): Likewise.
15797         (csin_test_data): Use plus_oflow.
15798         (csin_test): Use ALL_RM_TEST.
15799         (csinh_test_data): Use plus_oflow.
15800         (csinh_test): Use ALL_RM_TEST.
15801         * sysdeps/i386/fpu/libm-test-ulps: Update.
15802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15804 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15806         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15807         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15808         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15810         [BZ #16731]
15811         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15812         when x - 1 is zero.
15813         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15814         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15815         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15816         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15817         argument is 1.
15818         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15819         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15820         zero.
15821         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15822         * sysdeps/i386/fpu/libm-test-ulps: Update.
15823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15825 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15827         * scripts/bench.pl: Remove file.
15828         * scripts/bench.py: New benchmark script.
15829         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15830         * benchtests/README: Mention python dependency.
15831         * scripts/pylintrc: New file.
15832         * scripts/pylint: New file.
15834         * bits/mathdef.h: Use #ifdef instead of #if.
15835         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15836         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15837         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15838         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15839         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15840         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15842 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15843             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15845         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15846         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15847         and strpbrk-ppc64 objects.
15848         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15849         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15850         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15851         multiarch strpbrk for POWER7.
15852         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15853         multiarch strpbrk for PPC64.
15854         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15855         ifunc selector.
15856         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15857         strpbrk for POWER7.
15859 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15861         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15862         (atan_test): Likewise.
15863         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15864         (atanh_test): Use ALL_RM_TEST.
15865         (atan2_test_data): Likewise.
15866         (cabs_test): Likewise.
15867         (cacosh_test): Likewise.
15868         (carg_test): Likewise.
15869         (casin_test): Likewise.
15870         (casinh_test): Likewise.
15871         (cbrt_test): Likewise.
15872         (csqrt_test): Likewise.
15873         (erf_test): Likewise.
15874         (erfc_test): Likewise.
15875         (pow10_test): Likewise.
15876         (exp2_test): Likewise.
15877         (hypot_test): Likewise.
15878         (j0_test): Likewise.
15879         (j1_test): Likewise.
15880         (lgamma_test): Likewise.
15881         (gamma_test): Likewise.
15882         (sincos_test): Likewise.
15883         (tanh_test): Likewise.
15884         (y0_test): Likewise.
15885         (y1_test): Likewise.
15886         * sysdeps/i386/fpu/libm-test-ulps: Update.
15887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15889 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15891         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15892         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15893         and strcspn-ppc64 objects.
15894         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15895         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15896         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15897         multiarch strcspn for POWER7.
15898         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15899         multiarch strcspn for PPC64.
15900         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15901         ifunc selector.
15902         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15903         strcspn for POWER7.
15905 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15907         * math/gen-libm-test.pl (generate_testfile): Expect only function
15908         name as argument to AUTO_TESTS_* and pass results for all rounding
15909         modes to parse_args.
15910         (parse_auto_input): Separate inputs of automatic tests from
15911         outputs before storing in %auto_tests.
15912         * math/libm-test.inc (acos_test_data): Update call to
15913         AUTO_TESTS_f_f.
15914         (acos_test): Use ALL_RM_TEST.
15915         (acos_tonearest_test_data): Remove.
15916         (acos_test_tonearest): Likewise.
15917         (acos_towardzero_test_data): Likewise.
15918         (acos_test_towardzero): Likewise.
15919         (acos_downward_test_data): Likewise.
15920         (acos_test_downward): Likewise.
15921         (acos_upward_test_data): Likewise.
15922         (acos_test_upward): Likewise.
15923         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15924         (asin_test_data): Likewise.
15925         (asin_test): Use ALL_RM_TEST.
15926         (asin_tonearest_test_data): Remove.
15927         (asin_test_tonearest): Likewise.
15928         (asin_towardzero_test_data): Likewise.
15929         (asin_test_towardzero): Likewise.
15930         (asin_downward_test_data): Likewise.
15931         (asin_test_downward): Likewise.
15932         (asin_upward_test_data): Likewise.
15933         (asin_test_upward): Likewise.
15934         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15935         (atan_test_data): Likewise.
15936         (atanh_test_data): Likewise.
15937         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15938         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15939         (carg_test_data): Likewise.
15940         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15941         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15942         (ccosh_test_data): Likewise.
15943         (cexp_test_data): Likewise.
15944         (clog_test_data): Likewise.
15945         (clog10_test_data): Likewise.
15946         (cos_test_data): Update call to AUTO_TESTS_f_f.
15947         (cos_test): Use ALL_RM_TEST.
15948         (cos_tonearest_test_data): Remove.
15949         (cos_test_tonearest): Likewise.
15950         (cos_towardzero_test_data): Likewise.
15951         (cos_test_towardzero): Likewise.
15952         (cos_downward_test_data): Likewise.
15953         (cos_test_downward): Likewise.
15954         (cos_upward_test_data): Likewise.
15955         (cos_test_upward): Likewise.
15956         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15957         (cosh_test): Use ALL_RM_TEST.
15958         (cosh_tonearest_test_data): Remove.
15959         (cosh_test_tonearest): Likewise.
15960         (cosh_towardzero_test_data): Likewise.
15961         (cosh_test_towardzero): Likewise.
15962         (cosh_downward_test_data): Likewise.
15963         (cosh_test_downward): Likewise.
15964         (cosh_upward_test_data): Likewise.
15965         (cosh_test_upward): Likewise.
15966         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15967         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15968         (ctan_test_data): Likewise.
15969         (ctan_test): Use ALL_RM_TEST.
15970         (ctan_tonearest_test_data): Remove.
15971         (ctan_test_tonearest): Likewise.
15972         (ctan_towardzero_test_data): Likewise.
15973         (ctan_test_towardzero): Likewise.
15974         (ctan_downward_test_data): Likewise.
15975         (ctan_test_downward): Likewise.
15976         (ctan_upward_test_data): Likewise.
15977         (ctan_test_upward): Likewise.
15978         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15979         (ctanh_test): Use ALL_RM_TEST.
15980         (ctanh_tonearest_test_data): Remove.
15981         (ctanh_test_tonearest): Likewise.
15982         (ctanh_towardzero_test_data): Likewise.
15983         (ctanh_test_towardzero): Likewise.
15984         (ctanh_downward_test_data): Likewise.
15985         (ctanh_test_downward): Likewise.
15986         (ctanh_upward_test_data): Likewise.
15987         (ctanh_test_upward): Likewise.
15988         (erf_test_data): Update call to AUTO_TESTS_f_f.
15989         (erfc_test_data): Likewise.
15990         (exp_test_data): Likewise.
15991         (exp_test): Use ALL_RM_TEST.
15992         (exp_tonearest_test_data): Remove.
15993         (exp_test_tonearest): Likewise.
15994         (exp_towardzero_test_data): Likewise.
15995         (exp_test_towardzero): Likewise.
15996         (exp_downward_test_data): Likewise.
15997         (exp_test_downward): Likewise.
15998         (exp_upward_test_data): Likewise.
15999         (exp_test_upward): Likewise.
16000         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16001         (exp10_test): Use ALL_RM_TEST.
16002         (exp10_tonearest_test_data): Remove.
16003         (exp10_test_tonearest): Likewise.
16004         (exp10_towardzero_test_data): Likewise.
16005         (exp10_test_towardzero): Likewise.
16006         (exp10_downward_test_data): Likewise.
16007         (exp10_test_downward): Likewise.
16008         (exp10_upward_test_data): Likewise.
16009         (exp10_test_upward): Likewise.
16010         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16011         (expm1_test_data): Likewise.
16012         (expm1_test): Use ALL_RM_TEST.
16013         (expm1_tonearest_test_data): Remove.
16014         (expm1_test_tonearest): Likewise.
16015         (expm1_towardzero_test_data): Likewise.
16016         (expm1_test_towardzero): Likewise.
16017         (expm1_downward_test_data): Likewise.
16018         (expm1_test_downward): Likewise.
16019         (expm1_upward_test_data): Likewise.
16020         (expm1_test_upward): Likewise.
16021         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16022         (fma_test): Use ALL_RM_TEST.
16023         (fma_towardzero_test_data): Remove.
16024         (fma_test_towardzero): Likewise.
16025         (fma_downward_test_data): Likewise.
16026         (fma_test_downward): Likewise.
16027         (fma_upward_test_data): Likewise.
16028         (fma_test_upward): Likewise.
16029         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16030         (j0_test_data): Update call to AUTO_TESTS_f_f.
16031         (j1_test_data): Likewise.
16032         (jn_test_data): Update call to AUTO_TESTS_if_f.
16033         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16034         (log_test_data): Update call to AUTO_TESTS_f_f.
16035         (log10_test_data): Likewise.
16036         (log1p_test_data): Likewise.
16037         (log2_test_data): Likewise.
16038         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16039         (pow_tonearest_test_data): Likewise.
16040         (sin_test_data): Update call to AUTO_TESTS_f_f.
16041         (sin_test): Use ALL_RM_TEST.
16042         (sin_tonearest_test_data): Remove.
16043         (sin_test_tonearest): Likewise.
16044         (sin_towardzero_test_data): Likewise.
16045         (sin_test_towardzero): Likewise.
16046         (sin_downward_test_data): Likewise.
16047         (sin_test_downward): Likewise.
16048         (sin_upward_test_data): Likewise.
16049         (sin_test_upward): Likewise.
16050         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16051         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16052         (sinh_test): Use ALL_RM_TEST.
16053         (sinh_tonearest_test_data): Remove.
16054         (sinh_test_tonearest): Likewise.
16055         (sinh_towardzero_test_data): Likewise.
16056         (sinh_test_towardzero): Likewise.
16057         (sinh_downward_test_data): Likewise.
16058         (sinh_test_downward): Likewise.
16059         (sinh_upward_test_data): Likewise.
16060         (sinh_test_upward): Likewise.
16061         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16062         (sqrt_test): Use ALL_RM_TEST.
16063         (sqrt_tonearest_test_data): Remove.
16064         (sqrt_test_tonearest): Likewise.
16065         (sqrt_towardzero_test_data): Likewise.
16066         (sqrt_test_towardzero): Likewise.
16067         (sqrt_downward_test_data): Likewise.
16068         (sqrt_test_downward): Likewise.
16069         (sqrt_upward_test_data): Likewise.
16070         (sqrt_test_upward): Likewise.
16071         (tan_test_data): Update call to AUTO_TESTS_f_f.
16072         (tan_test): Use ALL_RM_TEST.
16073         (tan_tonearest_test_data): Remove.
16074         (tan_test_tonearest): Likewise.
16075         (tan_towardzero_test_data): Likewise.
16076         (tan_test_towardzero): Likewise.
16077         (tan_downward_test_data): Likewise.
16078         (tan_test_downward): Likewise.
16079         (tan_upward_test_data): Likewise.
16080         (tan_test_upward): Likewise.
16081         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16082         (tgamma_test_data): Likewise.
16083         (y0_test_data): Likewise.
16084         (y1_test_data): Likewise.
16085         (yn_test_data): Update call to AUTO_TESTS_if_f.
16086         (main): Do not call removed functions.
16088 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16090         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16091         (ldexp_test_data): Remove.
16092         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16093         scalbn_test_data.
16094         (scalb_test): Use ALL_RM_TEST.
16096 2014-03-19  Andreas Schwab  <schwab@suse.de>
16098         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16100 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16102         [BZ #16649]
16103         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16104         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16105         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16106         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16107         (__ASSUME_PREADV): Undefine.
16108         (__ASSUME_PWRITEV): Likewise.
16110 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16112         * bits/mman-linux.h: Add comment about non-Linux use.
16113         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16114         bits/mman-linux.h resting place.
16116         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16117         * bits/mman-linux.h: ... here.
16119 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16121         * conform/conformtest.pl: Add standard definition when calling C
16122         preprocessor on data files.
16123         (checknamespace): Remove unused variable.
16125 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16127         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16128         minus_oflow, plus_uflow and minus_uflow in expected results.
16129         * math/libm-test.inc (scalbn_test_data): Add more tests of
16130         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16131         minus_uflow.
16132         (scalbn_test): Use ALL_RM_TEST.
16133         (scalbln_test_data): Add more tests of negative arguments.  Use
16134         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16135         (scalbln_test): Use ALL_RM_TEST.
16137 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16139         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16141 2014-03-18  Will Newton  <will.newton@linaro.org>
16143         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16144         inaccurate comment.
16146 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16148         * Makerules [!subdir] (check-abi): Exit with error status if a
16149         test failed.
16151 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16153         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16154         for rint.  Include results for all rounding modes.
16155         (nearbyint_test): Use ALL_RM_TEST.
16156         (rint_test_data): Include all tests used for nearbyint.
16158 2014-03-17  Will Newton  <will.newton@linaro.org>
16160         * nptl/sysdeps/pthread/pthread.h: Revert previous
16161         change.
16163         * sysdeps/generic/ldsodefs.h: Revert previous
16164         change.
16166         * libio/genops.c: Revert previous change.
16167         * libio/libioP.h: Likewise.
16168         * stdio-common/vfprintf.c: Likewise.
16170         * sysdeps/generic/math_private.h: Revert previous
16171         change.
16173         * sysdeps/generic/math_private.h: Check whether
16174         HAVE_RM_CTX is defined with #ifdef rather
16175         than #if.
16177         * argp/argp-fmtstream.h: Check whether
16178         __STRICT_ANSI__ is defined with #ifdef rather
16179         than #if.
16180         * argp/argp.h: Likewise.
16182         * libio/genops.c: Check whether
16183         _IO_JUMPS_OFFSET is defined with #ifdef rather
16184         than #if.
16185         * libio/libioP.h: Likewise.
16186         * stdio-common/vfprintf.c: Likewise.
16188         * sysdeps/generic/ldsodefs.h: Check whether
16189         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16190         than #if.
16192         * nptl/sysdeps/pthread/pthread.h: Check
16193         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16194         its value.
16196 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16198         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16199         setting O_APPEND.
16200         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16201         test case.
16203         [BZ #16680]
16204         * libio/fileops.c (_IO_file_open): Seek to end of file but
16205         don't cache the offset.
16206         (get_file_offset): Remove function.
16207         (do_ftell): Use cached offset when available.
16208         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16209         don't cache the offset.
16210         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16211         case.
16212         (do_one_test): Call it.
16213         (do_ftell_test): Fix up expected old offset for a+ mode.
16214         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16215         available.
16217         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16218         up test status with function return status.
16219         (do_write_test): Likewise.
16220         (do_append_test): Likewise.
16222         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16223         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16224         Remove.
16226 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16228         * math/gen-libm-test.pl (parse_args): Handle results specified for
16229         each rounding mode separately.
16230         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16231         tests and results from lrint_tonearest_test_data,
16232         lrint_towardzero_test_data, lrint_downward_test_data and
16233         lrint_upward_test_data.
16234         (lrint_test): Use ALL_RM_TEST.
16235         (lrint_tonearest_test_data): Remove.
16236         (lrint_test_tonearest): Likewise.
16237         (lrint_towardzero_test_data): Likewise.
16238         (lrint_test_towardzero): Likewise.
16239         (lrint_downward_test_data): Likewise.
16240         (lrint_test_downward): Likewise.
16241         (lrint_upward_test_data): Likewise.
16242         (lrint_test_upward): Likewise.
16243         (llrint_test_data): Merge in per-rounding-mode tests and results
16244         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16245         llrint_downward_test_data and llrint_upward_test_data.
16246         (llrint_test): Use ALL_RM_TEST.
16247         (llrint_tonearest_test_data): Remove.
16248         (llrint_test_tonearest): Likewise.
16249         (llrint_towardzero_test_data): Likewise.
16250         (llrint_test_towardzero): Likewise.
16251         (llrint_downward_test_data): Likewise.
16252         (llrint_test_downward): Likewise.
16253         (llrint_upward_test_data): Likewise.
16254         (llrint_test_upward): Likewise.
16255         (rint_test_data): Merge in per-rounding-mode tests and results
16256         from rint_tonearest_test_data, rint_towardzero_test_data,
16257         rint_downward_test_data and rint_upward_test_data.  Add
16258         per-rounding-mode results for tests not in those arrays.
16259         (rint_test): Use ALL_RM_TEST.
16260         (rint_tonearest_test_data): Remove.
16261         (rint_test_tonearest): Likewise.
16262         (rint_towardzero_test_data): Likewise.
16263         (rint_test_towardzero): Likewise.
16264         (rint_downward_test_data): Likewise.
16265         (rint_test_downward): Likewise.
16266         (rint_upward_test_data): Likewise.
16267         (rint_test_upward): Likewise.
16268         (main): Don't call removed functions.
16270 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16272         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16273         "Compiled on ..." crapola.  It is anti-useful.
16275 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16277         * scripts/evaluate-test.sh: Handle fourth argument to determine
16278         whether test run should stop on failure.
16279         * Makeconfig (stop-on-test-failure): New variable.
16280         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16281         $(stop-on-test-failure).
16282         * Makefile (tests): Give a summary of results from testing and
16283         exit with failure status if they include an ERROR or FAIL.
16284         (xtests): Likewise.
16285         * manual/install.texi (Configuring and compiling): Mention
16286         stop-on-test-failure=y.
16287         * INSTALL: Regenerated.
16289 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16291         * scripts/versionlist.awk: New file.
16292         * Makerules [$(build-shared) = yes]
16293         (postclean-generated): Add Versions.def, not Versions.def.v and
16294         Versions.def.v.i.
16295         ($(common-objpfx)Versions.def.v.i): Target removed.
16296         ($(common-objpfx)Versions.def): New target.
16297         ($(common-objpfx)Versions.all): Depend on that rather that
16298         $(common-objpfx)Versions.def.v.
16299         * Versions.def: File removed.
16301         * Makeconfig (+gccwarn): Add -Wundef.
16302         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16303         a dl-sysdep.h breaking its contract.
16304         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16305         * include/stackinfo.h: New file.
16306         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16307         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16308         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16309         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16310         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16311         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16312         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16313         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16314         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16315         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16316         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16317         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16318         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16319         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16320         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16322 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16324         [BZ #16707]
16325         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16326         implementation.
16327         * math/libm-test.inc (round_test_data): Add more tests.
16329         [BZ #16706]
16330         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16331         implementation.
16332         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16334         [BZ #16701]
16335         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16336         implementation.
16337         * math/libm-test.inc (ceil_test_data): Add more tests.
16339         * math/libm-test.inc (trunc_test_data): Add more tests related to
16340         BZ#16414.
16342 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16344         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16345         with #if rather than #ifdef.
16346         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16348 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16350         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16351         first.  Disable AVX-512 GCC support if assembler doesn't support
16352         it.
16353         * sysdeps/x86_64/configure: Regenerated.
16355 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16357         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16358         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16359         (__old_pthread_attr_setstack): Likewise.
16360         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16361         [!_STACK_GROWS_DOWN]: Likewise.
16363 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16365         * config.make.in (have-bash2): Delete.
16366         * configure.ac (libc_cv_have_bash2): Delete.
16367         * configure: Regenerate.
16368         * elf/Makefile (common-ldd-rewrite): Rename to ...
16369         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16370         (sh-ldd-rewrite): Delete.
16371         (bash-ldd-rewrite): Delete.
16372         (have-bash2): Delete checks.
16373         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16374         ldd-rewrite.
16376         * config.make.in (have-ksh): Delete.
16377         (KSH): Delete.
16378         * configure.ac (libc_cv_have_ksh): Delete.
16379         * configure: Regenerate.
16381         * elf/Makefile: Delete $(have-ksh) check.
16382         ($(objpfx)sotruss): Change KSH to BASH.
16383         * elf/sotruss.ksh: Rename to ...
16384         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16385         function style to match POSIX.  Drop ksh vim mode setting.
16387         * manual/time.texi (Specifying the Time Zone with TZ): Change
16388         Tuesday to Thursday.
16390         * debug/tst-longjmp_chk2.c: Update header comment.
16391         (stackoverflow_handler): Add comment.  Call assert on pass value.
16393 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16395         [BZ #16194]
16396         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16397         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16398         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16399         (La_x86_64_vector): Add zmm.
16400         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16401         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16402         ($(objpfx)tst-audit10): New target.
16403         ($(objpfx)tst-audit10.out): Likewise.
16404         (tst-audit10-ENV): New.
16405         (AVX512-CFLAGS): Likewise.
16406         (CFLAGS-tst-audit10.c): Likewise.
16407         (CFLAGS-tst-auditmod10a.c): Likewise.
16408         (CFLAGS-tst-auditmod10b.c): Likewise.
16409         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16410         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16411         * sysdeps/x86_64/configure: Regenerated.
16412         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16413         AVX-512 zmm register support.
16414         (_dl_x86_64_save_sse): Likewise.
16415         (_dl_x86_64_restore_sse): Likewise.
16416         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16417         size vector registers.
16418         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16419         (ZMM_SIZE): Likewise.
16420         * sysdeps/x86_64/tst-audit10.c: New file.
16421         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16422         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16424 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16426         * configure.ac (HAVE_EHDR_START): New check.
16427         * configure: Regenerated.
16428         * config.h.in (HAVE_EHDR_START): New #undef.
16429         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16430         assuming the lowest-addressed segment maps the start of the file.
16432 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16434         * INSTALL: Regenerated.
16436 2014-03-13  Will Newton  <will.newton@linaro.org>
16438         * manual/setjmp.texi (System V contexts): Improve
16439         clarity and grammar of documentation.
16441 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16443         [BZ #16381]
16444         * elf/Makefile (tests): Add tst-pie2.
16445         (tests-pie): Add tst-pie2.
16446         * elf/tst-pie2.c: New file.
16447         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16448         for ET_EXEC.
16449         * elf/rtld.c (map_doit): Load executable as lt_executable.
16450         (dl_main): Likewise.
16452 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16454         [BZ #16642]
16455         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16456         (__ASSUME_PSELECT): Undefine.
16458 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16460         [BZ #16689]
16461         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16462         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16463         static build.
16464         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16465         selector for static builds.
16467 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16469         [BZ #16695]
16470         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16471         key in the buffer.
16473 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16475         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16476         IFUNC selector for static builds.
16478 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16480         * sysdeps/mips/math_private.h [__mips_hard_float]
16481         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16482         libc_feresetround_mips_ctx.
16483         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16484         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16485         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16487         [BZ #16677]
16488         * math/s_nextafter.c (__nextafter): Do not return value from
16489         overflowing computation.
16490         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16491         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16492         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16493         Likewise.
16494         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16495         Likewise.
16496         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16497         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16499 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16501         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16502         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16503         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16504         the new mov targetting sp.
16506 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16508         [BZ #16683]
16509         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16510         Define it for static builds as well.
16511         (NO_BZERO_IMPL): Likewise.
16513 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16515         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16516         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16517         multiarch strspn for PPC64.
16518         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16519         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16520         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16521         (__libc_ifunc_impl_list): Likewise.
16522         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16523         multiarch optimizations
16524         * string/strspn.c (strspn): Using macro to redefine symbol name.
16526 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16527             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16529         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16530         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16531         multiarch strncat for PPC64.
16532         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16533         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16534         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16535         (__libc_ifunc_impl_list): Likewise.
16536         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16537         multiarch optimizations
16539 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16541         [BZ #16639]
16542         * nscd/nscd.service: Make service type forking.
16544 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16546         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16547         sign in non default rounding modes.
16548         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16550 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16552         * math/libm-test.inc (ALL_RM_TEST): New macro.
16553         (ceil_test): Use ALL_RM_TEST.
16554         (cimag_test): Likewise.
16555         (conj_test): Likewise.
16556         (copysign_test): Likewise.
16557         (cproj_test): Likewise.
16558         (creal_test): Likewise.
16559         (fabs_test): Likewise.
16560         (floor_test): Likewise.
16561         (fmax_test): Likewise.
16562         (fmin_test): Likewise.
16563         (fmod_test): Likewise.
16564         (fpclassify_test): Likewise.
16565         (frexp_test): Likewise.
16566         (ilogb_test): Likewise.
16567         (isfinite_test): Likewise.
16568         (finite_test): Likewise.
16569         (isgreater_test): Likewise.
16570         (isgreaterequal_test): Likewise.
16571         (isinf_test): Likewise.
16572         (isless_test): Likewise.
16573         (islessequal_test): Likewise.
16574         (islessgreater_test): Likewise.
16575         (isnan_test): Likewise.
16576         (isnormal_test): Likewise.
16577         (issignaling_test): Likewise.
16578         (isunordered_test): Likewise.
16579         (logb_test): Likewise.
16580         (logb_downward_test_data): Remove.
16581         (logb_test_downward): Likewise.
16582         (lround_test): Use ALL_RM_TEST.
16583         (llround_test): Likewise.
16584         (modf_test): Likewise.
16585         (nexttoward_test): Likewise.
16586         (remainder_test): Likewise.
16587         (drem_test): Likewise.
16588         (remainder_tonearest_test_data): Likewise.
16589         (remainder_test_tonearest): Likewise.
16590         (drem_test_tonearest): Likewise.
16591         (remainder_towardzero_test_data): Likewise.
16592         (remainder_test_towardzero): Likewise.
16593         (drem_test_towardzero): Likewise.
16594         (remainder_downward_test_data): Likewise.
16595         (remainder_test_downward): Likewise.
16596         (drem_test_downward): Likewise.
16597         (remainder_upward_test_data): Likewise.
16598         (remainder_test_upward): Likewise.
16599         (drem_test_upward): Likewise.
16600         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16601         (round_test): Use ALL_RM_TEST.
16602         (signbit_test): Likewise.
16603         (trunc_test): Likewise.
16604         (significand_test): Likewise.
16605         (main): Don't call removed functions.
16607 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16609         [BZ #16674]
16610         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16611         || __USE_XOPEN2K8].
16612         (ILL_ILLOPN): Likewise.
16613         (ILL_ILLADR): Likewise.
16614         (ILL_ILLTRP): Likewise.
16615         (ILL_PRVOPC): Likewise.
16616         (ILL_PRVREG): Likewise.
16617         (ILL_COPROC): Likewise.
16618         (ILL_BADSTK): Likewise.
16619         (FPE_INTDIV): Likewise.
16620         (FPE_INTOVF): Likewise.
16621         (FPE_FLTDIV): Likewise.
16622         (FPE_FLTOVF): Likewise.
16623         (FPE_FLTUND): Likewise.
16624         (FPE_FLTRES): Likewise.
16625         (FPE_FLTINV): Likewise.
16626         (FPE_FLTSUB): Likewise.
16627         (SEGV_MAPERR): Likewise.
16628         (SEGV_ACCERR): Likewise.
16629         (BUS_ADRALN): Likewise.
16630         (BUS_ADRERR): Likewise.
16631         (BUS_OBJERR): Likewise.
16632         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16633         (TRAP_TRACE): Likewise.
16634         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16635         __USE_XOPEN2K8].
16636         (CLD_KILLED): Likewise.
16637         (CLD_DUMPED): Likewise.
16638         (CLD_TRAPPED): Likewise.
16639         (CLD_STOPPED): Likewise.
16640         (CLD_CONTINUED): Likewise.
16641         (POLL_IN): Likewise.
16642         (POLL_OUT): Likewise.
16643         (POLL_MSG): Likewise.
16644         (POLL_ERR): Likewise.
16645         (POLL_PRI): Likewise.
16646         (POLL_HUP): Likewise.
16647         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16648         Likewise.
16649         (ILL_ILLOPN): Likewise.
16650         (ILL_ILLADR): Likewise.
16651         (ILL_ILLTRP): Likewise.
16652         (ILL_PRVOPC): Likewise.
16653         (ILL_PRVREG): Likewise.
16654         (ILL_COPROC): Likewise.
16655         (ILL_BADSTK): Likewise.
16656         (FPE_INTDIV): Likewise.
16657         (FPE_INTOVF): Likewise.
16658         (FPE_FLTDIV): Likewise.
16659         (FPE_FLTOVF): Likewise.
16660         (FPE_FLTUND): Likewise.
16661         (FPE_FLTRES): Likewise.
16662         (FPE_FLTINV): Likewise.
16663         (FPE_FLTSUB): Likewise.
16664         (SEGV_MAPERR): Likewise.
16665         (SEGV_ACCERR): Likewise.
16666         (BUS_ADRALN): Likewise.
16667         (BUS_ADRERR): Likewise.
16668         (BUS_OBJERR): Likewise.
16669         (BUS_MCEERR_AR): Likewise.
16670         (BUS_MCEERR_AO): Likewise.
16671         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16672         (TRAP_TRACE): Likewise.
16673         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16674         __USE_XOPEN2K8].
16675         (CLD_KILLED): Likewise.
16676         (CLD_DUMPED): Likewise.
16677         (CLD_TRAPPED): Likewise.
16678         (CLD_STOPPED): Likewise.
16679         (CLD_CONTINUED): Likewise.
16680         (POLL_IN): Likewise.
16681         (POLL_OUT): Likewise.
16682         (POLL_MSG): Likewise.
16683         (POLL_ERR): Likewise.
16684         (POLL_PRI): Likewise.
16685         (POLL_HUP): Likewise.
16686         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16687         (ILL_ILLOPN): Likewise.
16688         (ILL_ILLADR): Likewise.
16689         (ILL_ILLTRP): Likewise.
16690         (ILL_PRVOPC): Likewise.
16691         (ILL_PRVREG): Likewise.
16692         (ILL_COPROC): Likewise.
16693         (ILL_BADSTK): Likewise.
16694         (FPE_INTDIV): Likewise.
16695         (FPE_INTOVF): Likewise.
16696         (FPE_FLTDIV): Likewise.
16697         (FPE_FLTOVF): Likewise.
16698         (FPE_FLTUND): Likewise.
16699         (FPE_FLTRES): Likewise.
16700         (FPE_FLTINV): Likewise.
16701         (FPE_FLTSUB): Likewise.
16702         (SEGV_MAPERR): Likewise.
16703         (SEGV_ACCERR): Likewise.
16704         (BUS_ADRALN): Likewise.
16705         (BUS_ADRERR): Likewise.
16706         (BUS_OBJERR): Likewise.
16707         (BUS_MCEERR_AR): Likewise.
16708         (BUS_MCEERR_AO): Likewise.
16709         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16710         (TRAP_TRACE): Likewise.
16711         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16712         __USE_XOPEN2K8].
16713         (CLD_KILLED): Likewise.
16714         (CLD_DUMPED): Likewise.
16715         (CLD_TRAPPED): Likewise.
16716         (CLD_STOPPED): Likewise.
16717         (CLD_CONTINUED): Likewise.
16718         (POLL_IN): Likewise.
16719         (POLL_OUT): Likewise.
16720         (POLL_MSG): Likewise.
16721         (POLL_ERR): Likewise.
16722         (POLL_PRI): Likewise.
16723         (POLL_HUP): Likewise.
16724         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16725         Likewise.
16726         (ILL_ILLOPN): Likewise.
16727         (ILL_ILLADR): Likewise.
16728         (ILL_ILLTRP): Likewise.
16729         (ILL_PRVOPC): Likewise.
16730         (ILL_PRVREG): Likewise.
16731         (ILL_COPROC): Likewise.
16732         (ILL_BADSTK): Likewise.
16733         (ILL_BADIADDR): Likewise.
16734         (ILL_BREAK): Likewise.
16735         (FPE_INTDIV): Likewise.
16736         (FPE_INTOVF): Likewise.
16737         (FPE_FLTDIV): Likewise.
16738         (FPE_FLTOVF): Likewise.
16739         (FPE_FLTUND): Likewise.
16740         (FPE_FLTRES): Likewise.
16741         (FPE_FLTINV): Likewise.
16742         (FPE_FLTSUB): Likewise.
16743         (FPE_DECOVF): Likewise.
16744         (FPE_DECDIV): Likewise.
16745         (FPE_DECERR): Likewise.
16746         (FPE_INVASC): Likewise.
16747         (FPE_INVDEC): Likewise.
16748         (SEGV_MAPERR): Likewise.
16749         (SEGV_ACCERR): Likewise.
16750         (SEGV_PSTKOVF): Likewise.
16751         (BUS_ADRALN): Likewise.
16752         (BUS_ADRERR): Likewise.
16753         (BUS_OBJERR): Likewise.
16754         (BUS_MCEERR_AR): Likewise.
16755         (BUS_MCEERR_AO): Likewise.
16756         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16757         (TRAP_TRACE): Likewise.
16758         (TRAP_BRANCH): Likewise.
16759         (TRAP_HWBKPT): Likewise.
16760         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16761         __USE_XOPEN2K8].
16762         (CLD_KILLED): Likewise.
16763         (CLD_DUMPED): Likewise.
16764         (CLD_TRAPPED): Likewise.
16765         (CLD_STOPPED): Likewise.
16766         (CLD_CONTINUED): Likewise.
16767         (POLL_IN): Likewise.
16768         (POLL_OUT): Likewise.
16769         (POLL_MSG): Likewise.
16770         (POLL_ERR): Likewise.
16771         (POLL_PRI): Likewise.
16772         (POLL_HUP): Likewise.
16773         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16774         (ILL_ILLOPN): Likewise.
16775         (ILL_ILLADR): Likewise.
16776         (ILL_ILLTRP): Likewise.
16777         (ILL_PRVOPC): Likewise.
16778         (ILL_PRVREG): Likewise.
16779         (ILL_COPROC): Likewise.
16780         (ILL_BADSTK): Likewise.
16781         (FPE_INTDIV): Likewise.
16782         (FPE_INTOVF): Likewise.
16783         (FPE_FLTDIV): Likewise.
16784         (FPE_FLTOVF): Likewise.
16785         (FPE_FLTUND): Likewise.
16786         (FPE_FLTRES): Likewise.
16787         (FPE_FLTINV): Likewise.
16788         (FPE_FLTSUB): Likewise.
16789         (SEGV_MAPERR): Likewise.
16790         (SEGV_ACCERR): Likewise.
16791         (BUS_ADRALN): Likewise.
16792         (BUS_ADRERR): Likewise.
16793         (BUS_OBJERR): Likewise.
16794         (BUS_MCEERR_AR): Likewise.
16795         (BUS_MCEERR_AO): Likewise.
16796         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16797         (TRAP_TRACE): Likewise.
16798         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16799         __USE_XOPEN2K8].
16800         (CLD_KILLED): Likewise.
16801         (CLD_DUMPED): Likewise.
16802         (CLD_TRAPPED): Likewise.
16803         (CLD_STOPPED): Likewise.
16804         (CLD_CONTINUED): Likewise.
16805         (POLL_IN): Likewise.
16806         (POLL_OUT): Likewise.
16807         (POLL_MSG): Likewise.
16808         (POLL_ERR): Likewise.
16809         (POLL_PRI): Likewise.
16810         (POLL_HUP): Likewise.
16811         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16812         (ILL_ILLOPN): Likewise.
16813         (ILL_ILLADR): Likewise.
16814         (ILL_ILLTRP): Likewise.
16815         (ILL_PRVOPC): Likewise.
16816         (ILL_PRVREG): Likewise.
16817         (ILL_COPROC): Likewise.
16818         (ILL_BADSTK): Likewise.
16819         (FPE_INTDIV): Likewise.
16820         (FPE_INTOVF): Likewise.
16821         (FPE_FLTDIV): Likewise.
16822         (FPE_FLTOVF): Likewise.
16823         (FPE_FLTUND): Likewise.
16824         (FPE_FLTRES): Likewise.
16825         (FPE_FLTINV): Likewise.
16826         (FPE_FLTSUB): Likewise.
16827         (SEGV_MAPERR): Likewise.
16828         (SEGV_ACCERR): Likewise.
16829         (BUS_ADRALN): Likewise.
16830         (BUS_ADRERR): Likewise.
16831         (BUS_OBJERR): Likewise.
16832         (BUS_MCEERR_AR): Likewise.
16833         (BUS_MCEERR_AO): Likewise.
16834         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16835         (TRAP_TRACE): Likewise.
16836         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16837         __USE_XOPEN2K8].
16838         (CLD_KILLED): Likewise.
16839         (CLD_DUMPED): Likewise.
16840         (CLD_TRAPPED): Likewise.
16841         (CLD_STOPPED): Likewise.
16842         (CLD_CONTINUED): Likewise.
16843         (POLL_IN): Likewise.
16844         (POLL_OUT): Likewise.
16845         (POLL_MSG): Likewise.
16846         (POLL_ERR): Likewise.
16847         (POLL_PRI): Likewise.
16848         (POLL_HUP): Likewise.
16849         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16850         (ILL_ILLOPN): Likewise.
16851         (ILL_ILLADR): Likewise.
16852         (ILL_ILLTRP): Likewise.
16853         (ILL_PRVOPC): Likewise.
16854         (ILL_PRVREG): Likewise.
16855         (ILL_COPROC): Likewise.
16856         (ILL_BADSTK): Likewise.
16857         (FPE_INTDIV): Likewise.
16858         (FPE_INTOVF): Likewise.
16859         (FPE_FLTDIV): Likewise.
16860         (FPE_FLTOVF): Likewise.
16861         (FPE_FLTUND): Likewise.
16862         (FPE_FLTRES): Likewise.
16863         (FPE_FLTINV): Likewise.
16864         (FPE_FLTSUB): Likewise.
16865         (SEGV_MAPERR): Likewise.
16866         (SEGV_ACCERR): Likewise.
16867         (BUS_ADRALN): Likewise.
16868         (BUS_ADRERR): Likewise.
16869         (BUS_OBJERR): Likewise.
16870         (BUS_MCEERR_AR): Likewise.
16871         (BUS_MCEERR_AO): Likewise.
16872         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16873         (TRAP_TRACE): Likewise.
16874         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16875         __USE_XOPEN2K8].
16876         (CLD_KILLED): Likewise.
16877         (CLD_DUMPED): Likewise.
16878         (CLD_TRAPPED): Likewise.
16879         (CLD_STOPPED): Likewise.
16880         (CLD_CONTINUED): Likewise.
16881         (POLL_IN): Likewise.
16882         (POLL_OUT): Likewise.
16883         (POLL_MSG): Likewise.
16884         (POLL_ERR): Likewise.
16885         (POLL_PRI): Likewise.
16886         (POLL_HUP): Likewise.
16887         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16888         (ILL_ILLOPN): Likewise.
16889         (ILL_ILLADR): Likewise.
16890         (ILL_ILLTRP): Likewise.
16891         (ILL_PRVOPC): Likewise.
16892         (ILL_PRVREG): Likewise.
16893         (ILL_COPROC): Likewise.
16894         (ILL_BADSTK): Likewise.
16895         (ILL_DBLFLT): Likewise.
16896         (ILL_HARDWALL): Likewise.
16897         (FPE_INTDIV): Likewise.
16898         (FPE_INTOVF): Likewise.
16899         (FPE_FLTDIV): Likewise.
16900         (FPE_FLTOVF): Likewise.
16901         (FPE_FLTUND): Likewise.
16902         (FPE_FLTRES): Likewise.
16903         (FPE_FLTINV): Likewise.
16904         (FPE_FLTSUB): Likewise.
16905         (SEGV_MAPERR): Likewise.
16906         (SEGV_ACCERR): Likewise.
16907         (BUS_ADRALN): Likewise.
16908         (BUS_ADRERR): Likewise.
16909         (BUS_OBJERR): Likewise.
16910         (BUS_MCEERR_AR): Likewise.
16911         (BUS_MCEERR_AO): Likewise.
16912         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16913         (TRAP_TRACE): Likewise.
16914         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16915         __USE_XOPEN2K8].
16916         (CLD_KILLED): Likewise.
16917         (CLD_DUMPED): Likewise.
16918         (CLD_TRAPPED): Likewise.
16919         (CLD_STOPPED): Likewise.
16920         (CLD_CONTINUED): Likewise.
16921         (POLL_IN): Likewise.
16922         (POLL_OUT): Likewise.
16923         (POLL_MSG): Likewise.
16924         (POLL_ERR): Likewise.
16925         (POLL_PRI): Likewise.
16926         (POLL_HUP): Likewise.
16927         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16928         (ILL_ILLOPN): Likewise.
16929         (ILL_ILLADR): Likewise.
16930         (ILL_ILLTRP): Likewise.
16931         (ILL_PRVOPC): Likewise.
16932         (ILL_PRVREG): Likewise.
16933         (ILL_COPROC): Likewise.
16934         (ILL_BADSTK): Likewise.
16935         (FPE_INTDIV): Likewise.
16936         (FPE_INTOVF): Likewise.
16937         (FPE_FLTDIV): Likewise.
16938         (FPE_FLTOVF): Likewise.
16939         (FPE_FLTUND): Likewise.
16940         (FPE_FLTRES): Likewise.
16941         (FPE_FLTINV): Likewise.
16942         (FPE_FLTSUB): Likewise.
16943         (SEGV_MAPERR): Likewise.
16944         (SEGV_ACCERR): Likewise.
16945         (BUS_ADRALN): Likewise.
16946         (BUS_ADRERR): Likewise.
16947         (BUS_OBJERR): Likewise.
16948         (BUS_MCEERR_AR): Likewise.
16949         (BUS_MCEERR_AO): Likewise.
16950         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16951         (TRAP_TRACE): Likewise.
16952         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16953         __USE_XOPEN2K8].
16954         (CLD_KILLED): Likewise.
16955         (CLD_DUMPED): Likewise.
16956         (CLD_TRAPPED): Likewise.
16957         (CLD_STOPPED): Likewise.
16958         (CLD_CONTINUED): Likewise.
16959         (POLL_IN): Likewise.
16960         (POLL_OUT): Likewise.
16961         (POLL_MSG): Likewise.
16962         (POLL_ERR): Likewise.
16963         (POLL_PRI): Likewise.
16964         (POLL_HUP): Likewise.
16965         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16966         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16968         [BZ #16670]
16969         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16970         before #include of <time.h>.
16971         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16972         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16973         (test-xfail-UNIX98/sched.h/conform): Likewise.
16975 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16977         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16978         error absence of trapping exception support.
16979         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16981 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16983         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16984         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16985         * timezone/Makefile (testdata): Move definition above include of
16986         Rules.
16987         (test-zones): New variable.
16988         (tests-special): Add zone files.
16989         (build-testdata): Use $(evaluate-test).
16991         * elf/Makefile (tests-special): Rename tests to end with .out.
16992         ($(objpfx)noload-mem): Likewise.
16993         ($(objpfx)tst-leaks1-mem): Likewise.
16994         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16995         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16996         $(objpfx)test-iconvconfig.out.
16997         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16998         set -e inside subshell and redirect output to file.
16999         * iconvdata/Makefile (generated): Rename tests to end with .out.
17000         Correct type.
17001         (tests-special): Rename tests to end with .out.
17002         ($(objpfx)mtrace-tst-loading): Likewise.
17003         * intl/Makefile (generated): Likewise.
17004         (tests-special): Likewise.
17005         ($(objpfx)mtrace-tst-gettext): Likewise.
17006         * misc/Makefile (generated): Likewise.
17007         (tests-special): Likewise.
17008         ($(objpfx)tst-error1-mem): Likewise.
17009         * nptl/Makefile (tests-special): Likewise.
17010         ($(objpfx)tst-stack3-mem): Likewise.
17011         (generated): Likewise.
17012         * posix/Makefile (generated): Likewise.
17013         (tests-special): Likewise.
17014         (xtests-special): Likewise.
17015         ($(objpfx)tst-fnmatch-mem): Likewise.
17016         ($(objpfx)bug-regex2-mem): Likewise.
17017         ($(objpfx)bug-regex14-mem): Likewise.
17018         ($(objpfx)bug-regex21-mem): Likewise.
17019         ($(objpfx)bug-regex31-mem): Likewise.
17020         ($(objpfx)tst-vfork3-mem): Likewise.
17021         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17022         ($(objpfx)tst-pcre-mem): Likewise.
17023         ($(objpfx)tst-boost-mem): Likewise.
17024         ($(objpfx)bug-ga2-mem): Likewise.
17025         ($(objpfx)bug-glob2-mem): Likewise.
17026         * resolv/Makefile (generate): Likewise.
17027         (tests-special): Likewise.
17028         (xtests-special): Likewise.
17029         (generated): Likewise.
17030         ($(objpfx)mtrace-tst-leaks): Likewise.
17031         ($(objpfx)mtrace-tst-leaks2): Likewise.
17033         * scripts/merge-test-results.sh: New file.
17034         * Makefile (tests-special-notdir): New variable.
17035         (tests): Run merge-test-results.sh.
17036         (xtests): Likewise.
17037         * Rules (tests-special-notdir): New variable.
17038         (xtests-special-notdir): Likewise.
17039         (tests): Run merge-test-results.sh
17040         (xtests): Likewise.
17042         * Makeconfig (test-xfail-name): New variable.
17043         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17044         compute variable name for expected failures.
17045         * conform/Makefile (conformtest-headers-data): New variable.
17046         (conformtest-standards): Likewise.
17047         (conformtest-headers-ISO): Likewise.
17048         (conformtest-headers-ISO99): Likewise.
17049         (conformtest-headers-ISO11): Likewise.
17050         (conformtest-headers-POSIX): Likewise.
17051         (conformtest-headers-XPG3): Likewise.
17052         (conformtest-headers-XPG4): Likewise.
17053         (conformtest-headers-UNIX98): Likewise.
17054         (conformtest-headers-XOPEN2K): Likewise.
17055         (conformtest-headers-POSIX2008): Likewise.
17056         (conformtest-headers-XOPEN2K8): Likewise.
17057         (conformtest-header-list-base): Likewise.
17058         (conformtest-header-list-tests): Likewise.
17059         (conformtest-header-base): Likewise.
17060         (conformtest-header-tests): Likewise.
17061         (tests-special): Add $(conformtest-header-list-tests).  If
17062         [$(fast-check) && !$(cross-compiling)], add
17063         $(conformtest-header-tests) instead of
17064         $(objpfx)run-conformtest.out.
17065         (generated): Add $(conformtest-header-list-base).  If
17066         [$(fast-check) && !$(cross-compiling)], add
17067         $(conformtest-header-base).  Remove previous setting.
17068         ($(conformtest-header-list-tests)): New target.
17069         (test-xfail-run-conformtest): Remove variable.
17070         ($(objpfx)run-conformtest.out): Remove target.
17071         (test-xfail-ISO11/complex.h/conform): New variable.
17072         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17073         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17074         (test-xfail-XPG3/varargs.h/conform): Likewise.
17075         (test-xfail-XPG4/varargs.h/conform): Likewise.
17076         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17077         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17078         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17079         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17080         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17081         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17082         (test-xfail-XPG3/ftw.h/conform): Likewise.
17083         (test-xfail-XPG3/grp.h/conform): Likewise.
17084         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17085         (test-xfail-XPG3/limits.h/conform): Likewise.
17086         (test-xfail-XPG3/pwd.h/conform): Likewise.
17087         (test-xfail-XPG3/search.h/conform): Likewise.
17088         (test-xfail-XPG3/signal.h/conform): Likewise.
17089         (test-xfail-XPG3/stdio.h/conform): Likewise.
17090         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17091         (test-xfail-XPG3/string.h/conform): Likewise.
17092         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17093         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17094         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17095         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17096         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17097         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17098         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17099         (test-xfail-XPG3/termios.h/conform): Likewise.
17100         (test-xfail-XPG3/time.h/conform): Likewise.
17101         (test-xfail-XPG3/unistd.h/conform): Likewise.
17102         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17103         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17104         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17105         (test-xfail-XPG4/netdb.h/conform): Likewise.
17106         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17107         (test-xfail-XPG4/signal.h/conform): Likewise.
17108         (test-xfail-XPG4/stdio.h/conform): Likewise.
17109         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17110         (test-xfail-XPG4/stropts.h/conform): Likewise.
17111         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17112         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17113         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17114         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17115         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17116         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17117         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17118         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17119         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17120         (test-xfail-XPG4/termios.h/conform): Likewise.
17121         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17122         (test-xfail-XPG4/unistd.h/conform): Likewise.
17123         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17124         (test-xfail-POSIX/sched.h/conform): Likewise.
17125         (test-xfail-POSIX/signal.h/conform): Likewise.
17126         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17127         (test-xfail-POSIX/tar.h/conform): Likewise.
17128         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17129         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17130         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17131         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17132         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17133         (test-xfail-UNIX98/sched.h/conform): Likewise.
17134         (test-xfail-UNIX98/signal.h/conform): Likewise.
17135         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17136         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17137         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17138         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17139         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17140         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17141         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17142         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17143         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17144         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17145         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17146         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17147         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17148         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17149         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17150         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17151         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17152         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17153         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17154         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17155         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17156         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17157         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17158         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17159         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17160         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17161         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17162         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17163         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17164         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17165         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17166         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17167         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17168         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17169         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17170         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17171         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17172         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17173         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17174         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17175         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17176         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17177         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17178         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17179         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17180         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17181         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17182         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17183         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17184         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17185         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17186         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17187         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17188         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17189         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17190         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17191         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17192         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17193         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17194         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17195         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17196         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17197         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17198         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17199         (conformtest-cc-flags): Likewise.
17200         ($(conformtest-header-tests): New target.
17201         * conform/check-header-lists.sh: New file.
17202         * conform/run-conformtest.sh: Remove.
17204         * conform/conformtest.pl: Allow ' and \ in values given for
17205         constants.
17206         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17207         inclusion.
17208         [POSIX] (sys/types.h): Likewise.
17209         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17210         inclusion.
17211         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17212         inclusion.
17213         * conform/data/signal.h-data (SIGIO): Remove expectation.
17214         [XPG3] (SIGBUS): Do not expect.
17215         [POSIX || XPG3] (SIGPOLL): Likewise.
17216         [POSIX || XPG3] (SIGPROF): Likewise.
17217         [POSIX || XPG3] (SIGSYS): Likewise.
17218         [XPG3] (SIGTRAP): Likewise.
17219         [POSIX || XPG3] (SIGURG): Likewise.
17220         [POSIX || XPG3] (SIGVTALRM): Likewise.
17221         [POSIX || XPG3] (SIGXCPU): Likewise.
17222         [POSIX || XPG3] (SIGXFSZ): Likewise.
17223         [POSIX] (SA_SIGINFO): Expect.
17224         [XPG3] (siginfo_t): Do not expect type or contents.
17225         [POSIX] (si_pid): Do not expect element.
17226         [POSIX] (si_uid): Likewise.
17227         [POSIX] (si_addr): Likewise.
17228         [POSIX] (si_status): Likewise.
17229         [POSIX] (si_band): Likewise.
17230         [XPG4] (si_value): Likewise.
17231         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17232         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17233         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17234         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17235         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17236         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17237         [POSIX || XPG3] (ILL_COPROC): Likewise.
17238         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17239         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17240         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17241         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17242         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17243         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17244         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17245         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17246         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17247         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17248         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17249         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17250         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17251         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17252         [POSIX || XPG3] (CLD_EXITED): Likewise.
17253         [POSIX || XPG3] (CLD_KILLED): Likewise.
17254         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17255         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17256         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17257         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17258         [POSIX || XPG3] (POLL_IN): Likewise.
17259         [POSIX || XPG3] (POLL_OUT): Likewise.
17260         [POSIX || XPG3] (POLL_MSG): Likewise.
17261         [POSIX || XPG3] (POLL_ERR): Likewise.
17262         [POSIX || XPG3] (POLL_PRI): Likewise.
17263         [POSIX || XPG3] (POLL_HUP): Likewise.
17264         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17265         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17266         (SIG*): Do not allow.
17267         [XPG3] (si_*): Likewise.
17268         [XPG3] (SI_*): Likewise.
17269         [XPG3 || XPG4] (sigev_*): Likewise.
17270         [XPG3 || XPG4] (SIGEV_*): Likewise.
17271         [XPG3 || XPG4] (sival_*): Likewise.
17272         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17273         [POSIX || XPG3] (BUS_*): Likewise.
17274         [POSIX || XPG3] (CLD_*): Likewise.
17275         [POSIX || XPG3] (FPE_*): Likewise.
17276         [POSIX || XPG3] (ILL_*): Likewise.
17277         [POSIX || XPG3] (POLL_*): Likewise.
17278         [POSIX || XPG3] (SEGV_*): Likewise.
17279         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17280         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17281         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17282         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17283         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17284         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17285         Specify type and value.
17286         (TVERSLEN): Likewise.
17287         (REGTYPE): Likewise.
17288         (AREGTYPE): Likewise.
17289         (LNKTYPE): Likewise.
17290         (SYMTYPE): Likewise.
17291         (CHRTYPE): Likewise.
17292         (BLKTYPE): Likewise.
17293         (DIRTYPE): Likewise.
17294         (FIFOTYPE): Likewise.
17295         (CONTTYPE): Likewise.
17296         (TSUID): Likewise.
17297         (TSGID): Likewise.
17298         (TSVTX): Likewise.
17299         (TUREAD): Likewise.
17300         (TUWRITE): Likewise.
17301         (TUEXEC): Likewise.
17302         (TGREAD): Likewise.
17303         (TGWRITE): Likewise.
17304         (TGEXEC): Likewise.
17305         (TOREAD): Likewise.
17306         (TOWRITE): Likewise.
17307         (TOEXEC): Likewise.
17308         [POSIX] (TSVTX): Expect constant.
17310 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17312         * Makefile (tests): Change dependencies to ....
17313         (tests-special): ... additions to this variable.
17314         (tests): Depend on $(tests-special).
17315         * Makerules (check-abi-list): New variable.
17316         (check-abi): Depend on $(check-abi-list).
17317         [$(subdir) = elf] (tests-special): Add
17318         $(objpfx)check-abi-libc.out.
17319         [$(build-shared) = yes && subdir] (tests-special): Add
17320         $(check-abi-list).
17321         [$(build-shared) = yes && subdir] (tests): Do not depend on
17322         check-abi.
17323         * Rules (tests): Depend on $(tests-special).
17324         (xtests): Depend on $(xtests-special).
17325         * catgets/Makefile (tests): Change dependencies to ....
17326         (tests-special): ... additions to this variable.
17327         * conform/Makefile (tests): Change dependencies to ....
17328         (tests-special): ... additions to this variable.
17329         * elf/Makefile (tests): Change dependencies to ....
17330         (tests-special): ... additions to this variable.
17331         * grp/Makefile (tests): Change dependencies to ....
17332         (tests-special): ... additions to this variable.
17333         * iconv/Makefile (xtests): Change dependencies to ....
17334         (xtests-special): ... additions to this variable.
17335         * iconvdata/Makefile (tests): Change dependencies to ....
17336         (tests-special): ... additions to this variable.
17337         * intl/Makefile (tests): Change dependencies to ....
17338         (tests-special): ... additions to this variable.  Also add
17339         $(objpfx)tst-gettext.out.
17340         * io/Makefile (tests): Change dependencies to ....
17341         (tests-special): ... additions to this variable.
17342         * libio/Makefile (tests): Change dependencies to ....
17343         (tests-special): ... additions to this variable.
17344         * malloc/Makefile (tests): Change dependencies to ....
17345         (tests-special): ... additions to this variable.
17346         * misc/Makefile (tests): Change dependencies to ....
17347         (tests-special): ... additions to this variable.
17348         * nptl/Makefile (tests): Change dependencies to ....
17349         (tests-special): ... additions to this variable.
17350         * nptl_db/Makefile (tests): Change dependencies to ....
17351         (tests-special): ... additions to this variable.
17352         * posix/Makefile (tests): Change dependencies to ....
17353         (tests-special): ... additions to this variable.
17354         (xtests): Change dependencies to ....
17355         (xtests-special): ... additions to this variable.
17356         * resolv/Makefile (tests): Change dependencies to ....
17357         (tests-special): ... additions to this variable.
17358         (xtests): Change dependencies to ....
17359         (xtests-special): ... additions to this variable.
17360         * stdio-common/Makefile (tests): Change dependencies to ....
17361         (tests-special): ... additions to this variable.
17362         (do-tst-unbputc): Remove target.
17363         (do-tst-printf): Likewise.
17364         * stdlib/Makefile (tests): Change dependencies to ....
17365         (tests-special): ... additions to this variable.
17366         * string/Makefile (tests): Change dependencies to ....
17367         (tests-special): ... additions to this variable.
17368         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17369         (tests-special): ... additions to this variable.
17371         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17372         whole file.
17373         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17374         whole file.
17375         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17376         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17378         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17379         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17380         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17381         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17382         * conform/data/libgen.h-data [XPG3]: Likewise.
17383         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17384         * conform/data/ndbm.h-data [XPG3]: Likewise.
17385         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17386         * conform/data/netdb.h-data [XPG3]: Likewise.
17387         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17388         * conform/data/poll.h-data [XPG3]: Likewise.
17389         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17390         * conform/data/strings.h-data [XPG3]: Likewise.
17391         * conform/data/stropts.h-data [XPG3]: Likewise.
17392         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17393         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17394         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17395         Likewise.
17396         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17397         * conform/data/sys/time.h-data [XPG3]: Likewise.
17398         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17399         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17400         * conform/data/sys/un.h-data [XPG3]: Likewise.
17401         * conform/data/syslog.h-data [XPG3]: Likewise.
17402         * conform/data/ucontext.h-data [XPG3]: Likewise.
17403         * conform/data/utmpx.h-data [XPG3]: Likewise.
17404         * conform/data/varargs.h-data [UNIX98]: Enable file.
17406         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17408         * math/libm-test.inc (struct test_f_f_data): Move expected results
17409         into structure for each rounding mode.
17410         (struct test_ff_f_data): Likewise.
17411         (struct test_ff_f_data_nexttoward): Likewise.
17412         (struct test_fi_f_data): Likewise.
17413         (struct test_fl_f_data): Likewise.
17414         (struct test_if_f_data): Likewise.
17415         (struct test_fff_f_data): Likewise.
17416         (struct test_c_f_data): Likewise.
17417         (struct test_f_f1_data): Likewise.
17418         (struct test_fF_f1_data): Likewise.
17419         (struct test_ffI_f1_data): Likewise.
17420         (struct test_c_c_data): Likewise.
17421         (struct test_cc_c_data): Likewise.
17422         (struct test_f_i_data): Likewise.
17423         (struct test_ff_i_data): Likewise.
17424         (struct test_f_l_data): Likewise.
17425         (struct test_f_L_data): Likewise.
17426         (struct test_fFF_11_data): Likewise.
17427         (RM_): New macro.
17428         (RM_FE_DOWNWARD): Likewise.
17429         (RM_FE_TONEAREST): Likewise.
17430         (RM_FE_TOWARDZERO): Likewise.
17431         (RM_FE_UPWARD): Likewise.
17432         (RUN_TEST_LOOP_f_f): Update references to expected results.
17433         (RUN_TEST_LOOP_2_f): Likewise.
17434         (RUN_TEST_LOOP_fff_f): Likewise.
17435         (RUN_TEST_LOOP_c_f): Likewise.
17436         (RUN_TEST_LOOP_f_f1): Likewise.
17437         (RUN_TEST_LOOP_fF_f1): Likewise.
17438         (RUN_TEST_LOOP_fI_f1): Likewise.
17439         (RUN_TEST_LOOP_ffI_f1): Likewise.
17440         (RUN_TEST_LOOP_c_c): Likewise.
17441         (RUN_TEST_LOOP_cc_c): Likewise.
17442         (RUN_TEST_LOOP_f_i): Likewise.
17443         (RUN_TEST_LOOP_f_i_tg): Likewise.
17444         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17445         (RUN_TEST_LOOP_f_b): Likewise.
17446         (RUN_TEST_LOOP_f_b_tg): Likewise.
17447         (RUN_TEST_LOOP_f_l): Likewise.
17448         (RUN_TEST_LOOP_f_L): Likewise.
17449         (RUN_TEST_LOOP_fFF_11): Likewise.
17450         * math/gen-libm-test.pl (parse_args): Output four copies of
17451         expected results for each test.
17453         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17454         (__ASSUME_UTIMES): Remove.
17455         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17456         (__ASSUME_UTIMES): Likewise.
17458         * math/gen-auto-libm-tests.c: Update comment on output format.
17459         (output_for_one_input_case): Generate before-rounding and
17460         after-rounding information as conditions on output flags not
17461         floating-point format.
17462         * math/auto-libm-test-out: Regenerated.
17463         * math/gen-libm-test.pl (cond_value): New function.
17464         (or_cond_value): Use cond_value.
17465         (generate_testfile): Handle conditional exceptions.
17467 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17469         * math/libm-test.inc (max_valid_error): New variable.
17470         (init_max_error): Take new argument specifying whether function
17471         results are exactly determined.  Set max_valid_error and bound
17472         other variables for errors based on this argument.
17473         (set_max_error): Do not record results above max_valid_error.
17474         (check_float_internal): Only accept errors of up to 0.5ulps if
17475         also at most max_valid_error.
17476         (START): Take new argument EXACT and pass it to init_max_error.
17477         (acos_test): Update call to START.
17478         (acos_test_tonearest): Likewise.
17479         (acos_test_towardzero): Likewise.
17480         (acos_test_downward): Likewise.
17481         (acos_test_upward): Likewise.
17482         (acosh_test): Likewise.
17483         (asin_test): Likewise.
17484         (asin_test_tonearest): Likewise.
17485         (asin_test_towardzero): Likewise.
17486         (asin_test_downward): Likewise.
17487         (asin_test_upward): Likewise.
17488         (asinh_test): Likewise.
17489         (atan_test): Likewise.
17490         (atanh_test): Likewise.
17491         (atan2_test): Likewise.
17492         (cabs_test): Likewise.
17493         (cacos_test): Likewise.
17494         (cacosh_test): Likewise.
17495         (carg_test): Likewise.
17496         (casin_test): Likewise.
17497         (casinh_test): Likewise.
17498         (catan_test): Likewise.
17499         (catanh_test): Likewise.
17500         (cbrt_test): Likewise.
17501         (ccos_test): Likewise.
17502         (ccosh_test): Likewise.
17503         (ceil_test): Likewise.
17504         (cexp_test): Likewise.
17505         (cimag_test): Likewise.
17506         (clog_test): Likewise.
17507         (clog10_test): Likewise.
17508         (conj_test): Likewise.
17509         (copysign_test): Likewise.
17510         (cos_test): Likewise.
17511         (cos_test_tonearest): Likewise.
17512         (cos_test_towardzero): Likewise.
17513         (cos_test_downward): Likewise.
17514         (cos_test_upward): Likewise.
17515         (cosh_test): Likewise.
17516         (cosh_test_tonearest): Likewise.
17517         (cosh_test_towardzero): Likewise.
17518         (cosh_test_downward): Likewise.
17519         (cosh_test_upward): Likewise.
17520         (cpow_test): Likewise.
17521         (cproj_test): Likewise.
17522         (creal_test): Likewise.
17523         (csin_test): Likewise.
17524         (csinh_test): Likewise.
17525         (csqrt_test): Likewise.
17526         (ctan_test): Likewise.
17527         (ctan_test_tonearest): Likewise.
17528         (ctan_test_towardzero): Likewise.
17529         (ctan_test_downward): Likewise.
17530         (ctan_test_upward): Likewise.
17531         (ctanh_test): Likewise.
17532         (ctanh_test_tonearest): Likewise.
17533         (ctanh_test_towardzero): Likewise.
17534         (ctanh_test_downward): Likewise.
17535         (ctanh_test_upward): Likewise.
17536         (erf_test): Likewise.
17537         (erfc_test): Likewise.
17538         (exp_test): Likewise.
17539         (exp_test_tonearest): Likewise.
17540         (exp_test_towardzero): Likewise.
17541         (exp_test_downward): Likewise.
17542         (exp_test_upward): Likewise.
17543         (exp10_test): Likewise.
17544         (exp10_test_tonearest): Likewise.
17545         (exp10_test_towardzero): Likewise.
17546         (exp10_test_downward): Likewise.
17547         (exp10_test_upward): Likewise.
17548         (pow10_test): Likewise.
17549         (exp2_test): Likewise.
17550         (expm1_test): Likewise.
17551         (expm1_test_tonearest): Likewise.
17552         (expm1_test_towardzero): Likewise.
17553         (expm1_test_downward): Likewise.
17554         (expm1_test_upward): Likewise.
17555         (fabs_test): Likewise.
17556         (fdim_test): Likewise.
17557         (floor_test): Likewise.
17558         (fma_test): Likewise.
17559         (fma_test_towardzero): Likewise.
17560         (fma_test_downward): Likewise.
17561         (fma_test_upward): Likewise.
17562         (fmax_test): Likewise.
17563         (fmin_test): Likewise.
17564         (fmod_test): Likewise.
17565         (fpclassify_test): Likewise.
17566         (frexp_test): Likewise.
17567         (hypot_test): Likewise.
17568         (ilogb_test): Likewise.
17569         (isfinite_test): Likewise.
17570         (finite_test): Likewise.
17571         (isgreater_test): Likewise.
17572         (isgreaterequal_test): Likewise.
17573         (isinf_test): Likewise.
17574         (isless_test): Likewise.
17575         (islessequal_test): Likewise.
17576         (islessgreater_test): Likewise.
17577         (isnan_test): Likewise.
17578         (isnormal_test): Likewise.
17579         (issignaling_test): Likewise.
17580         (isunordered_test): Likewise.
17581         (j0_test): Likewise.
17582         (j1_test): Likewise.
17583         (jn_test): Likewise.
17584         (ldexp_test): Likewise.
17585         (lgamma_test): Likewise.
17586         (gamma_test): Likewise.
17587         (lrint_test): Likewise.
17588         (lrint_test_tonearest): Likewise.
17589         (lrint_test_towardzero): Likewise.
17590         (lrint_test_downward): Likewise.
17591         (lrint_test_upward): Likewise.
17592         (llrint_test): Likewise.
17593         (llrint_test_tonearest): Likewise.
17594         (llrint_test_towardzero): Likewise.
17595         (llrint_test_downward): Likewise.
17596         (llrint_test_upward): Likewise.
17597         (log_test): Likewise.
17598         (log10_test): Likewise.
17599         (log1p_test): Likewise.
17600         (log2_test): Likewise.
17601         (logb_test): Likewise.
17602         (logb_test_downward): Likewise.
17603         (lround_test): Likewise.
17604         (llround_test): Likewise.
17605         (modf_test): Likewise.
17606         (nearbyint_test): Likewise.
17607         (nextafter_test): Likewise.
17608         (nexttoward_test): Likewise.
17609         (pow_test): Likewise.
17610         (pow_test_tonearest): Likewise.
17611         (pow_test_towardzero): Likewise.
17612         (pow_test_downward): Likewise.
17613         (pow_test_upward): Likewise.
17614         (remainder_test): Likewise.
17615         (drem_test): Likewise.
17616         (remainder_test_tonearest): Likewise.
17617         (drem_test_tonearest): Likewise.
17618         (remainder_test_towardzero): Likewise.
17619         (drem_test_towardzero): Likewise.
17620         (remainder_test_downward): Likewise.
17621         (drem_test_downward): Likewise.
17622         (remainder_test_upward): Likewise.
17623         (drem_test_upward): Likewise.
17624         (remquo_test): Likewise.
17625         (rint_test): Likewise.
17626         (rint_test_tonearest): Likewise.
17627         (rint_test_towardzero): Likewise.
17628         (rint_test_downward): Likewise.
17629         (rint_test_upward): Likewise.
17630         (round_test): Likewise.
17631         (scalb_test): Likewise.
17632         (scalbn_test): Likewise.
17633         (scalbln_test): Likewise.
17634         (signbit_test): Likewise.
17635         (sin_test): Likewise.
17636         (sin_test_tonearest): Likewise.
17637         (sin_test_towardzero): Likewise.
17638         (sin_test_downward): Likewise.
17639         (sin_test_upward): Likewise.
17640         (sincos_test): Likewise.
17641         (sinh_test): Likewise.
17642         (sinh_test_tonearest): Likewise.
17643         (sinh_test_towardzero): Likewise.
17644         (sinh_test_downward): Likewise.
17645         (sinh_test_upward): Likewise.
17646         (sqrt_test): Likewise.
17647         (sqrt_test_tonearest): Likewise.
17648         (sqrt_test_towardzero): Likewise.
17649         (sqrt_test_downward): Likewise.
17650         (sqrt_test_upward): Likewise.
17651         (tan_test): Likewise.
17652         (tan_test_tonearest): Likewise.
17653         (tan_test_towardzero): Likewise.
17654         (tan_test_downward): Likewise.
17655         (tan_test_upward): Likewise.
17656         (tanh_test): Likewise.
17657         (tgamma_test): Likewise.
17658         (trunc_test): Likewise.
17659         (y0_test): Likewise.
17660         (y1_test): Likewise.
17661         (yn_test): Likewise.
17662         (significand_test): Likewise.
17664         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17665         individual tests in comment.
17666         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17667         (prev_max_error): New variable.
17668         (prev_real_max_error): Likewise.
17669         (prev_imag_max_error): Likewise.
17670         (compare_ulp_data): Don't refer to test names in comment.
17671         (find_test_ulps): Remove function.
17672         (find_function_ulps): Likewise.
17673         (find_complex_function_ulps): Likewise.
17674         (init_max_error): Take function name as argument.  Look up ulps
17675         for that function.
17676         (print_ulps): Remove function.
17677         (print_max_error): Use prev_max_error instead of calling
17678         find_function_ulps.
17679         (print_complex_max_error): Use prev_real_max_error and
17680         prev_imag_max_error instead of calling find_complex_function_ulps.
17681         (check_float_internal): Take max_ulp parameter instead of calling
17682         find_test_ulps.  Don't call print_ulps.
17683         (check_float): Update call to check_float_internal.
17684         (check_complex): Update calls to check_float_internal.
17685         (START): Pass argument to init_max_error.
17686         * math/gen-libm-test.pl (%results): Don't include "kind"
17687         information.
17688         (parse_ulps): Don't handle ulps of individual tests.
17689         (print_ulps_file): Likewise.
17690         (output_ulps): Likewise.
17691         * math/README.libm-test: Update.
17692         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17693         individual tests.
17694         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17695         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17696         * sysdeps/arm/libm-test-ulps: Likewise.
17697         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17698         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17699         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17700         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17701         * sysdeps/microblaze/libm-test-ulps: Likewise.
17702         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17703         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17704         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17705         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17706         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17707         * sysdeps/sh/libm-test-ulps: Likewise.
17708         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17709         * sysdeps/tile/libm-test-ulps: Likewise.
17710         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17712 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17714         * math/libm-test.inc (print_complex_max_error): Check separately
17715         whether real and imaginary errors are within allowed range and
17716         pass 0 to print_complex_function_ulps instead of value within
17717         allowed range.
17719 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17721         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17722         formatting.
17723         (get_handles_fopen): Likewise.
17724         (do_write_test): Likewise.
17726         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17728         * libio/fileops.c (do_ftell): Use cached offset when
17729         available.
17730         * libio/iofwide.c (do_ftell_wide): Likewise.
17731         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17732         _IO_file_attach.
17733         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17735         [BZ #16532]
17736         * libio/libioP.h (get_file_offset): New function.
17737         * libio/fileops.c (get_file_offset): Likewise.
17738         (do_ftell): Likewise.
17739         (_IO_new_file_seekoff): Split out ftell logic.
17740         * libio/wfileops.c (do_ftell_wide): Likewise.
17741         (_IO_wfile_seekoff): Split out ftell logic.
17742         * libio/tst-ftell-active-handler.c: New test case.
17743         * libio/Makefile (tests): Add it.
17745 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17747         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17748         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17750 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17752         [BZ #16639]
17753         * nscd/connections.c (nscd_init): Call do_exit.
17754         (start_threads): Call do_exit and notify_parent.
17755         (begin_drop_privileges): Call do_exit.
17756         (finish_drop_privileges): Likewise.
17757         * nscd/selinux.c (preserve_capabilities): Likewise.
17758         (install_real_capabilities): Likewise.
17759         (nscd_selinux_enabled): Likewise.
17760         (avc_create_thread): Likewise.
17761         (avc_alloc_lock): Likewise.
17762         (nscd_avc_init): Likewise.
17763         * nscd/nscd.c (parent_fd): New static variable.
17764         (main): Create a pipe between parent and child processes.
17765         Skip closing parent_fd.
17766         (monitor_child): New function.
17767         (do_exit): Likewise.
17768         (notify_parent): Likewise.
17769         * nscd/nscd.h (notify_parent): Likewise.
17770         (do_exit): Likewise.
17772 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17774         * malloc/malloc.c (__libc_calloc): Revert last change.
17776 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17778         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17780 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17782         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17783         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17784         implementation.
17785         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17786         (__libc_ifunc_impl_list): Likewise.
17787         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17788         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17789         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17790         * string/strrchr.c: Define STRRCHR.
17792 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17794         * benchtest/bench-strtok.c (simple_strtok): Delete.
17795         (strtok_string): Use as benchmark.
17796         * string/strtok (STRTOK): New macro.
17798 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17800         * manual/threads.texi: Add header and standard comments to all
17801         functions.
17803         * elf/dl-lookup.c (check_match): New function.
17804         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17805         (do_lookup_x): Remove nested function check_match. Use non-nested
17806         function check_match.
17808 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17810         * csu/Makefile (generated, before-compile): Use += rather than =.
17811         * catgets/Makefile (generated, generated-dirs): Likewise.
17812         * debug/Makefile (generated): Likewise.
17813         * dlfcn/Makefile (generated): Likewise.
17814         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17815         * iconvdata/Makefile (before-compile, generated): Likewise.
17816         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17817         * libio/Makefile (generated): Likewise.
17818         * malloc/Makefile (generated): Likewise.
17819         * manual/Makefile (generated, generated-dirs): Likewise.
17820         * misc/Makefile (generated): Likewise.
17821         * posix/Makefile (generated): Likewise.
17822         * resolv/Makefile (generated): Likewise.
17823         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17824         * timezone/Makefile (generated, generated-dirs): Likewise.
17826         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17828 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17830         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17831         power8 implementation.
17832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17833         file: POWER8 llround ifunc implementation.
17834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17835         (__lllround): Add POWER8 implementation.
17836         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17837         POWER8 llround implementation.
17839         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17840         power8 implementation.
17841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17842         file: POWER8 llrint ifunc implementation.
17843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17844         Add POWER8 implementation.
17845         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17846         POWER8 llrint implementation.
17848         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17849         power8 implementation.
17850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17851         file: POWER8 finite ifunc implementation.
17852         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17853         Add POWER8 implementation.
17854         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17855         Likewise.
17856         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17857         POWER8 finite implementation.
17858         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17860         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17861         power8 implementation.
17862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17863         file: POWER8 isinf ifunc implementation.
17864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17865         POWER8 implementation.
17866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17867         Likewise.
17868         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17869         isinf implementation.
17870         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17872         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17873         (INIT_ARCH): Add hwcap2 initialization.
17874         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17875         power8 implementation.
17876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17877         file: POWER8 isnan ifunc implementation.
17878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17879         POWER8 implementation.
17880         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17881         Likewise.
17882         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17883         isnan implementation.
17884         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17886 2014-02-27  Joey Ye  <joey.ye@arm.com>
17888         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17889         (_FP_NANFRAC_Q): Set to zero.
17891 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17893         [BZ #16623]
17894         * math/auto-libm-test-in: New test inputs.
17895         * math/auto-libm-test-out: Regenerate.
17896         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17897         and DA.
17898         (__cos): Likewise.
17899         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17901 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17903         * scripts/evaluate-test.sh: Take new argument indicating whether
17904         failure is expected.
17905         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17906         indicating whether failure is expected.
17907         * conform/Makefile (test-xfail-run-conformtest): New variable.
17908         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17909         level.
17910         * posix/Makefile (test-xfail-annexc): New variable.
17911         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17913 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17915         * argp/Makefile: Include Makeconfig immediately after defining
17916         subdir.
17917         * assert/Makefile: Likewise.
17918         * benchtests/Makefile: Likewise.
17919         * catgets/Makefile: Likewise.
17920         * conform/Makefile: Likewise.
17921         * crypt/Makefile: Likewise.
17922         * csu/Makefile: Likewise.
17923         (all): Remove target.
17924         * ctype/Makefile: Include Makeconfig immediately after defining
17925         subdir.
17926         * debug/Makefile: Likewise.
17927         * dirent/Makefile: Likewise.
17928         * dlfcn/Makefile: Likewise.
17929         * gmon/Makefile: Likewise.
17930         * gnulib/Makefile: Likewise.
17931         * grp/Makefile: Likewise.
17932         * gshadow/Makefile: Likewise.
17933         * hesiod/Makefile: Likewise.
17934         * hurd/Makefile: Likewise.
17935         (all): Remove target.
17936         * iconvdata/Makefile: Include Makeconfig immediately after
17937         defining subdir.
17938         * inet/Makefile: Likewise.
17939         * intl/Makefile: Likewise.
17940         * io/Makefile: Likewise.
17941         * libio/Makefile: Likewise.
17942         (all): Remove target.
17943         * locale/Makefile: Include Makeconfig immediately after defining
17944         subdir.
17945         * login/Makefile: Likewise.
17946         * mach/Makefile: Likewise.
17947         (all): Remove target.
17948         * malloc/Makefile: Include Makeconfig immediately after defining
17949         subdir.
17950         (all): Remove target.
17951         * manual/Makefile: Include Makeconfig immediately after defining
17952         subdir.
17953         * math/Makefile: Likewise.
17954         * misc/Makefile: Likewise.
17955         * nis/Makefile: Likewise.
17956         * nss/Makefile: Likewise.
17957         * po/Makefile: Likewise.
17958         (all): Remove target.
17959         * posix/Makefile: Include Makeconfig immediately after defining
17960         subdir.
17961         * pwd/Makefile: Likewise.
17962         * resolv/Makefile: Likewise.
17963         * resource/Makefile: Likewise.
17964         * rt/Makefile: Likewise.
17965         * setjmp/Makefile: Likewise.
17966         * shadow/Makefile: Likewise.
17967         * signal/Makefile: Likewise.
17968         * socket/Makefile: Likewise.
17969         * soft-fp/Makefile: Likewise.
17970         * stdio-common/Makefile: Likewise.
17971         * stdlib/Makefile: Likewise.
17972         * streams/Makefile: Likewise.
17973         * string/Makefile: Likewise.
17974         * sunrpc/Makefile: Likewise.
17975         (all): Remove target.
17976         * sysvipc/Makefile: Include Makeconfig immediately after defining
17977         subdir.
17978         * termios/Makefile: Likewise.
17979         * time/Makefile: Likewise.
17980         * timezone/Makefile: Likewise.
17981         (all): Remove target.
17982         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17983         subdir.
17984         * wctype/Makefile: Likewise.
17986 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17988         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17989         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17990         (libc_feholdexcept_setround_mips): Ditto.
17991         (libc_feholdsetround): New.
17992         (libc_feholdsetroundf): New.
17993         (libc_feholdsetroundl): New.
17994         (libc_feupdateenv_test_mips): New.
17995         (libc_feupdateenv_test): New.
17996         (libc_feupdateenv_testf): New.
17997         (libc_feupdateenv_testl): New.
17998         (libc_feresetround): New.
17999         (libc_feresetroundf): New.
18000         (libc_feresetroundl): New.
18001         (libc_fetestexcept_mips): New.
18002         (libc_fetestexcept): New.
18003         (libc_fetestexceptf): New.
18004         (libc_fetestexceptl): New.
18005         (HAVE_RM_CTX): New.
18006         (libc_feholdexcept_setround_mips_ctx): New.
18007         (libc_feholdexcept_setround_ctx): New.
18008         (libc_feholdexcept_setroundf_ctx): New.
18009         (libc_feholdexcept_setroundl_ctx): New.
18010         (libc_fesetenv_mips_ctx): New.
18011         (libc_fesetenv_ctx): New.
18012         (libc_fesetenv_ctxf): New.
18013         (libc_fesetenv_ctxl): New.
18014         (libc_feupdateenv_mips_ctx): New.
18015         (libc_feupdateenv_ctx): New.
18016         (libc_feupdateenvf_ctx): New.
18017         (libc_feupdateenvl_ctx): New.
18018         (libc_feholdsetround_mips_ctx): New.
18019         (libc_feholdsetround_ctx): New.
18020         (libc_feholdsetroundf_ctx): New.
18021         (libc_feholdsetroundl_ctx): New.
18022         (libc_feresetround_mips_ctx): New.
18023         (libc_feresetround_ctx): New.
18024         (libc_feresetroundf_ctx): New.
18025         (libc_feresetroundl_ctx): New.
18027 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18029         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18031         * manual/ipc.texi: New file.
18032         * manual/Makefile (chapters): Add ipc.
18033         * manual/job.texi: Add "Inter-Process Communication" to next.
18034         * manual/process.texi: Add "Inter-Process Communication" to prev.
18036 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18040 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18042         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18044         * manual/arith.texi: Fix spaces after sentences.
18045         * manual/charset.texi: Likewise.
18046         * manual/errno.texi: Likewise.
18047         * manual/install.texi: Likewise.
18048         * manual/llio.texi: Likewise.
18049         * manual/locale.texi: Likewise.
18050         * manual/maint.texi: Likewise.
18051         * manual/math.texi: Likewise.
18052         * manual/memory.texi: Likewise.
18053         * manual/message.texi: Likewise.
18054         * manual/probes.texi: Likewise.
18055         * manual/resource.texi: Likewise.
18056         * manual/signal.texi: Likewise.
18057         * manual/socket.texi: Likewise.
18058         * manual/stdio.texi: Likewise.
18059         * manual/string.texi: Likewise.
18060         * manual/time.texi: Likewise.
18061         * manual/users.texi: Likewise.
18063 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18065         [BZ #16632]
18066         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18067         _DEFAULT_SOURCE is defined.
18069 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18070             Carlos O'Donell  <carlos@redhat.com>
18072         [BZ #16613]
18073         * elf/dl-tls.c (_dl_count_modids): New function.
18074         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18075         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18076         audit library and increment generation counter.
18077         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18078         * elf/tst-audit9.c: New file.
18079         * elf/tst-auditmod9a.c: New file.
18080         * elf/tst-auditmod9b.c: New file.
18081         * elf/Makefile: Add rules to build and run tst-audit9.
18083 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18085         [BZ #15347]
18086         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18088 2014-02-25  Will Newton  <will.newton@linaro.org>
18090         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18091         (__longjmp): Restore sp and lr before restoring callee
18092         saved registers.  Add longjmp and longjmp_target
18093         SystemTap probe point.
18094         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18095         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18096         Define to zero to match jmpbuf layout.
18097         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18098         (__sigsetjmp): Save sp and lr before saving callee
18099         saved registers.  Add setjmp SystemTap probe point.
18101 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18103         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18105 2014-02-24  Andreas Schwab  <schwab@suse.de>
18107         [BZ #15804]
18108         * elf/pldd.c (wait_for_ptrace_stop): New function.
18109         (main): Call it after attaching.
18111 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18113         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18114         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18115         Versions files is now verboten.
18116         * hurd/Versions (libc: GLIBC_2.0):
18117         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18118         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18119         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18120         * mach/Versions: Likewise.
18122         * csu/Versions: Remove unused %include.
18123         * resolv/Versions: Likewise.
18125 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18127         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18128         ($(objpfx)check-local-headers.out): Likewise.
18129         ($(objpfx)begin-end-check.out): Likewise.
18130         * Makerules (check-abi-%.out): Likewise.
18131         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18132         ($(objpfx)test2.cat): Likewise.
18133         ($(objpfx)de/libc.cat): Likewise.
18134         ($(objpfx)test-gencat.out): Likewise.
18135         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18136         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18137         ($(objpfx)noload-mem): Likewise.
18138         ($(objpfx)tst-pathopt.out): Likewise.
18139         ($(objpfx)tst-rtld-load-self.out): Likewise.
18140         ($(objpfx)tst-array1-cmp.out): Likewise.
18141         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18142         ($(objpfx)tst-array2-cmp.out): Likewise.
18143         ($(objpfx)tst-array3-cmp.out): Likewise.
18144         ($(objpfx)tst-array4-cmp.out): Likewise.
18145         ($(objpfx)tst-array5-cmp.out): Likewise.
18146         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18147         ($(objpfx)check-textrel.out): Likewise.
18148         ($(objpfx)check-execstack.out): Likewise.
18149         ($(objpfx)check-localplt.out): Likewise.
18150         ($(objpfx)order2-cmp.out): Likewise.
18151         ($(objpfx)tst-leaks1-mem): Likewise.
18152         ($(objpfx)tst-leaks1-static-mem): Likewise.
18153         ($(objpfx)tst-initorder-cmp.out): Likewise.
18154         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18155         ($(objpfx)tst-unused-dep.out): Likewise.
18156         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18157         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18158         * iconv/Makefile (test-iconvconfig): Likewise.
18159         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18160         ($(objpfx)iconv-test.out): Likewise.
18161         ($(objpfx)tst-tables.out): Likewise.
18162         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18163         ($(objpfx)tst-gettext.out): Likewise.
18164         ($(objpfx)tst-translit.out): Likewise.
18165         ($(objpfx)tst-gettext2.out): Likewise.
18166         ($(objpfx)tst-gettext4.out): Likewise.
18167         ($(objpfx)tst-gettext6.out): Likewise.
18168         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18169         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18170         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18171         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18172         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18173         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18174         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18175         ($(objpfx)wordexp-tst.out): Likewise.
18176         ($(objpfx)annexc.out): Likewise.
18177         ($(objpfx)tst-fnmatch-mem): Likewise.
18178         ($(objpfx)bug-regex2-mem): Likewise.
18179         ($(objpfx)bug-regex14-mem): Likewise.
18180         ($(objpfx)bug-regex21-mem): Likewise.
18181         ($(objpfx)bug-regex31-mem): Likewise.
18182         ($(objpfx)tst-vfork3-mem): Likewise.
18183         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18184         ($(objpfx)tst-pcre-mem): Likewise.
18185         ($(objpfx)tst-boost-mem): Likewise.
18186         ($(objpfx)tst-getconf.out): Likewise.
18187         ($(objpfx)bug-ga2-mem): Likewise.
18188         ($(objpfx)bug-glob2-mem): Likewise.
18189         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18190         ($(objpfx)mtrace-tst-leaks2): Likewise.
18191         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18192         ($(objpfx)tst-printf.out): Likewise.
18193         ($(objpfx)tst-setvbuf1.out): Likewise.
18194         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18195         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18196         ($(objpfx)tst-fmtmsg.out): Likewise.
18197         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18198         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18200         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18201         * bits/sigaction.h [__USE_MISC]: Likewise.
18202         * bits/waitstatus.h: Update #endif comments.
18203         * ctype/ctype.h: Likewise.
18204         * dirent/dirent.h: Likewise.
18205         [__USE_MISC]: Remove redundant conditionals.
18206         * grp/grp.h: Update #endif comments.
18207         [__USE_GNU]: Remove redundant conditionals.
18208         [__USE_MISC]: Likewise.
18209         * inet/netinet/in.h [__USE_GNU]: Likewise.
18210         * io/sys/stat.h [__USE_MISC]: Likewise.
18211         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18212         * libio/bits/stdio.h: Update #endif comments.
18213         [__USE_MISC]: Remove redundant conditionals.
18214         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18215         * libio/stdio.h: Update #endif comments.
18216         [__USE_MISC]: Remove redundant conditionals.
18217         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18218         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18219         * math/math.h: Update #else and #endif comments.
18220         [__USE_MISC]: Remove redundant conditionals.
18221         * misc/sys/uio.h: Update #endif comments.
18222         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18223         * posix/glob.h [__USE_MISC]: Likewise.
18224         * posix/sys/types.h: Update #endif comments.
18225         [__USE_MISC]: Remove redundant conditionals.
18226         * posix/sys/wait.h: Update #endif comments.
18227         [__USE_MISC]: Remove redundant conditionals.
18228         * posix/unistd.h: Update #endif comments.
18229         [__USE_MISC]: Remove redundant conditionals.
18230         * pwd/pwd.h [__USE_GNU]: Likewise.
18231         [__USE_MISC]: Likewise.
18232         * resolv/netdb.h [__USE_GNU]: Likewise.
18233         * signal/signal.h: Update #endif comments.
18234         [__USE_MISC]: Remove redundant conditionals.
18235         * stdlib/stdlib.h: Update #else and #endif comments.
18236         [__USE_MISC]: Remove redundant conditionals.
18237         [__USE_GNU]: Likewise.
18238         * string/bits/string2.h [__USE_MISC]: Likewise.
18239         * string/string.h: Update #endif comments.
18240         [__USE_MISC]: Remove redundant conditionals.
18241         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18242         Likewise.
18243         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18244         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18245         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18246         Likewise.
18247         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18248         Likewise.
18249         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18250         comments.
18251         [__USE_MISC]: Remove redundant conditionals.
18252         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18253         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18254         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18255         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18256         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18257         Likewise.
18258         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18259         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18260         Likewise.
18261         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18262         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18263         Likewise.
18264         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18265         Likewise.
18266         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18267         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18268         Likewise.
18269         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18270         Likewise.
18271         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18272         * sysdeps/x86/bits/string.h: Update #endif comments.
18273         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18274         conditionals.
18275         * time/sys/time.h: Update #endif comments.
18276         * time/time.h: Likewise.
18277         [__USE_MISC]: Remove redundant conditionals.
18279 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18281         [BZ #16600]
18282         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18284 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18286         * Versions.def (librt): Add GLIBC_2.17.
18288 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18290         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18291         synonym for _SYS_AUXV_H to allow direct inclusion.
18292         * sysdeps/sparc/bits/hwcap.h: Likewise.
18293         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18294         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18295         * sysdeps/sparc/sysdep.h: Likewise.
18297 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18299         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18301 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18303         * benchtests/bench-strrchr.c: Print length instead of position.
18305 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18307         [BZ #16611]
18308         * sysdeps/unix/sysv/linux/kernel-features.h
18309         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18310         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18311         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18312         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18313         Likewise.
18314         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18315         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18316         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18317         (__ASSUME_SENDMMSG): Define instead of using previous
18318         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18319         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18320         (__ASSUME_SENDMMSG_SYSCALL): Define.
18321         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18322         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18323         Likewise.
18324         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18325         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18326         Likewise.
18327         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18328         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18329         Likewise.
18330         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18331         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18332         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18333         [__ASSUME_SENDMMSG]: Change conditionals to
18334         [__ASSUME_SENDMMSG_SOCKETCALL].
18335         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18336         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18337         Define.
18338         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18339         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18340         Likewise.
18341         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18342         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18343         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18344         [!__ASSUME_SENDMMSG]: Change conditional to
18345         [!__ASSUME_SENDMMSG_SOCKETCALL].
18346         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18347         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18348         Define.
18350         [BZ #16610]
18351         * sysdeps/unix/sysv/linux/kernel-features.h
18352         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18353         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18354         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18355         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18356         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18357         [__i386__ || __sparc__]
18358         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18359         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18360         (__ASSUME_RECVMMSG): Define instead of using previous
18361         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18362         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18363         (__ASSUME_RECVMMSG_SYSCALL): Define.
18364         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18365         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18366         Likewise.
18367         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18368         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18369         Likewise.
18370         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18371         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18372         Likewise.
18373         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18374         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18375         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18376         [__ASSUME_RECVMMSG]: Change condition to
18377         [__ASSUME_RECVMMSG_SOCKETCALL].
18378         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18379         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18380         Define.
18381         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18382         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18383         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18384         Likewise.
18385         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18386         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18387         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18388         [!__ASSUME_RECVMMSG]: Change condition to
18389         [!__ASSUME_RECVMMSG_SOCKETCALL].
18390         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18391         (__ASSUME_RECVMMSG_SYSCALL): Define.
18393         [BZ #16609]
18394         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18395         __powerpc__ || __s390__ || __sh__ || __sparc__]
18396         (__ASSUME_SOCKETCALL): Define.
18397         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18398         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18399         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18400         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18401         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18402         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18403         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18404         (__ASSUME_ACCEPT4): Define instead of using previous
18405         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18406         __powerpc__ || __sparc__ || __s390__)] condition.
18407         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18408         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18409         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18410         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18411         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18412         [!__ASSUME_ACCEPT4]: Change condition to
18413         [!__ASSUME_ACCEPT4_SOCKETCALL].
18414         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18415         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18416         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18417         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18418         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18419         __ASSUME_ACCEPT4_SYSCALL.
18420         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18421         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18422         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18423         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18424         __ASSUME_ACCEPT4_SYSCALL.
18425         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18426         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18427         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18428         [__ASSUME_ACCEPT4]: Change condition to
18429         [__ASSUME_ACCEPT4_SOCKETCALL].
18430         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18431         (__ASSUME_SOCKETCALL): Define.
18432         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18433         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18434         (__ASSUME_SOCKETCALL): Define.
18435         (__ASSUME_ACCEPT4): Remove.
18436         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18437         Define.
18438         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18439         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18440         Likewise.
18441         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18442         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18444         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18445         macro.
18446         (HWCAP_ARM_LPAE): Likewise.
18447         (HWCAP_ARM_EVTSTRM): Likewise.
18448         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18449         Add vpfd32, lpae and evtstrm.
18450         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18451         Increase to 22.
18453 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18455         * math/auto-libm-test-in: Add tests of clog10.
18456         * math/auto-libm-test-out: Regenerated.
18457         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18458         * sysdeps/i386/fpu/libm-test-ulps: Update.
18459         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18461 2014-02-18  Andreas Schwab  <schwab@suse.de>
18463         [BZ #16574]
18464         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18465         Store non-zero if the second buffer was newly allocated.
18466         (send_dg): Likewise.
18467         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18468         to send_vc and send_dg.
18469         (res_nsend): Pass NULL for ansp2_malloced.
18470         * resolv/res_query.c (__libc_res_nquery): Add parameter
18471         answerp2_malloced and pass it down to __libc_res_nsend.
18472         (res_nquery): Pass additional NULL to __libc_res_nquery.
18473         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18474         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18475         second answer buffer if answerp2_malloced was set.
18476         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18477         (__libc_res_nquerydomain): Add parameter
18478         answerp2_malloced and pass it down to __libc_res_nquery.
18479         (res_nquerydomain): Pass additional NULL to
18480         __libc_res_nquerydomain.
18481         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18482         additional NULL to __libc_res_nsend and __libc_res_nquery.
18483         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18484         additional NULL to __libc_res_nsearch.
18485         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18486         parameter of __libc_res_nsearch to check for separately allocated
18487         second buffer.
18488         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18489         __libc_res_nquery.
18490         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18491         additional NULL to __libc_res_nquery.
18492         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18493         __libc_res_nsearch.
18494         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18495         * include/resolv.h: Update prototypes of __libc_res_nquery,
18496         __libc_res_nsearch, __libc_res_nsend.
18498 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18500         * math/auto-libm-test-in: Add tests of fma.
18501         * math/auto-libm-test-out: Regenerated.
18502         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18503         (fma_towardzero_test_data): Likewise.
18504         (fma_downward_test_data): Likewise.
18505         (fma_upward_test_data): Likewise.
18506         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18507         mpc_mode.
18508         (rounding_modes): Add values for new field.
18509         (func_calc_method): Add value mpfr_fff_f.
18510         (func_calc_desc): Add mpfr_fff_f union field.
18511         (test_function): Add field exact_args.
18512         (FUNC): Add macro argument EXACT_ARGS.
18513         (FUNC_mpfr_f_f): Update call to FUNC.
18514         (FUNC_mpfr_f_f): Likewise.
18515         (FUNC_mpfr_ff_f): Likewise.
18516         (FUNC_mpfr_if_f): Likewise.
18517         (FUNC_mpc_c_f): Likewise.
18518         (FUNC_mpc_c_c): Likewise.
18519         (test_functions): Add fma.  Update calls to FUNC.
18520         (handle_input_arg): Add argument exact_args.
18521         (add_test): Update call to handle_input_arg.
18522         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18523         (output_for_one_input_case): Update call to calc_generic_results.
18524         Recalculate exact zero results in each rounding mode.
18526         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18527         non-negative before setting low bit.
18528         * math/auto-libm-test-in: Mark one asin test possibly having
18529         spurious underflow.
18530         * math/auto-libm-test-out: Regenerated.
18531         * sysdeps/i386/fpu/libm-test-ulps: Update.
18532         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18534 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18536         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18537         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18538         ports/sysdeps/unix/sysv/linux/microblaze.
18539         * README: Add missing listing for microblaze*-*-linux-gnu.
18541 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18543         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18544         duplicate code
18546 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18548         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18549         * sysdeps/unix/sysv/linux/ia64: Move directory from
18550         ports/sysdeps/unix/sysv/linux/ia64.
18551         * README: Update listing for ia64-*-linux-gnu.
18553 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18554             Joseph Myers  <joseph@codesourcery.com>
18556         * Makeconfig (test-name): New variable.
18557         (evaluate-test): Likewise.
18558         * Makerules (do-test-clean): Remove .test-result files.
18559         (common-mostlyclean): Likewise.
18560         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18561         * scripts/evaluate-test.sh: New file.
18563 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18565         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18566         separate $(objpfx)tst-fopenloc-cmp.out and
18567         $(objpfx)tst-fopenloc-mem.out targets.
18568         (tests): Update dependencies.
18569         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18570         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18571         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18572         (tst-rxspencer-no-utf8-ARGS): New variable.
18573         (tst-rxspencer-no-utf8-ENV): Likewise.
18574         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18575         instead of $(objpfx)tst-rxspencer-mem.
18576         ($(objpfx)tst-rxspencer-mem): Change target to
18577         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18578         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18579         * posix/tst-rxspencer-no-utf8.c: New file.
18581         * elf/Makefile ($(objpfx)order.out): Remove rule.
18582         [$(run-built-tests) = yes] (tests): Depend on
18583         $(objpfx)order-cmp.out.
18584         ($(objpfx)order-cmp.out): New rule.
18585         [$(run-built-tests) = yes] (tests): Depend on
18586         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18587         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18588         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18589         $(objpfx)tst-array5-static-cmp.out.
18590         ($(objpfx)tst-array1.out): Remove rule.
18591         ($(objpfx)tst-array1-cmp.out): New rule.
18592         ($(objpfx)tst-array1-static.out): Remove rule.
18593         ($(objpfx)tst-array1-static-cmp.out): New rule.
18594         ($(objpfx)tst-array2.out): Remove rule.
18595         ($(objpfx)tst-array2-cmp.out): New rule.
18596         ($(objpfx)tst-array3.out): Remove rule.
18597         ($(objpfx)tst-array3-cmp.out): New rule.
18598         ($(objpfx)tst-array4.out): Remove rule.
18599         ($(objpfx)tst-array4-cmp.out): New rule.
18600         ($(objpfx)tst-array5.out): Remove rule.
18601         ($(objpfx)tst-array5-cmp.out): New rule.
18602         ($(objpfx)tst-array5-static.out): Remove rule.
18603         ($(objpfx)tst-array5-static-cmp.out): New rule.
18604         [$(run-built-tests) = yes] (tests): Depend on
18605         $(objpfx)order2-cmp.out.
18606         ($(objpfx)order2.out): Remove rule.
18607         ($(objpfx)order2-cmp.out): New rule.
18608         ($(objpfx)tst-initorder.out): Remove rule.
18609         [$(run-built-tests) = yes] (tests): Depend on
18610         $(objpfx)tst-initorder-cmp.out.
18611         ($(objpfx)tst-initorder-cmp.out): New rule.
18612         ($(objpfx)tst-initorder2.out): Remove rule.
18613         [$(run-built-tests) = yes] (tests): Depend on
18614         $(objpfx)tst-initorder2-cmp.out.
18615         ($(objpfx)tst-initorder2-cmp.out): New rule.
18616         [$(run-built-tests) = yes] (tests): Depend on
18617         $(objpfx)tst-unused-dep-cmp.out.
18618         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18619         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18620         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18621         on $(objpfx)tst-setvbuf1-cmp.out.
18622         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18623         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18624         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18625         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18626         ($(objpfx)tst-svc.out): Remove rule.
18627         ($(objpfx)tst-svc-cmp.out): New rule.
18629 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18631         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18632         * ctype/ctype.h [__USE_MISC]: Likewise.
18633         * dirent/dirent.h [__USE_MISC]: Likewise.
18634         * grp/grp.h [__USE_MISC]: Likewise.
18635         * io/fcntl.h [__USE_MISC]: Likewise.
18636         * io/sys/stat.h [__USE_MISC]: Likewise.
18637         * libio/stdio.h [__USE_MISC]: Likewise.
18638         * posix/unistd.h [__USE_MISC]: Likewise.
18639         * pwd/pwd.h [__USE_MISC]: Likewise.
18640         * stdlib.h [__USE_MISC]: Likewise.
18641         * string/bits/string2.h [__USE_MISC]: Likewise.
18642         * string/string.h [__USE_MISC]: Likewise.
18643         * time/time.h [__USE_MISC]: Likewise.
18645 2014-02-13  Andreas Schwab  <schwab@suse.de>
18647         [BZ #16574]
18648         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18649         second answer buffer if it was separately allocated.
18651 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18653         * sysdeps/mips/math-tests.h: Include <features.h>.
18654         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18655         (ROUNDING_TESTS_long_double): Do not define.
18656         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18657         (EXCEPTION_TESTS_long_double): Likewise.
18658         * sysdeps/mips/mips64/libm-test-ulps: Update.
18660         * include/features.h (__USE_BSD): Remove macro definitions.
18661         (__USE_SVID): Likewise.
18662         (_BSD_SOURCE): Likewise.
18663         (_SVID_SOURCE): Likewise.
18664         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18665         from definition of _DEFAULT_SOURCE.
18666         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18667         [_DEFAULT_SOURCE].
18668         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18669         * bits/mman.h [__USE_BSD]: Likewise.
18670         * bits/termios.h [__USE_BSD]: Likewise.
18671         * bits/waitstatus.h [__USE_BSD]: Likewise.
18672         * ctype/ctype.h [__USE_SVID]: Likewise.
18673         * dirent/dirent.h [__USE_BSD]: Likewise.
18674         * grp/grp.h [__USE_SVID]: Likewise.
18675         [__USE_BSD]: Likewise.
18676         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18677         * io/fcntl.h [__USE_BSD]: Likewise.
18678         * io/ftw.h [__USE_BSD]: Likewise.
18679         * io/sys/stat.h [__USE_BSD]: Likewise.
18680         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18681         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18682         * libio/stdio.h [__USE_SVID]: Likewise.
18683         [__USE_BSD]: Likewise.
18684         * math/math.h [__USE_SVID]: Likewise.
18685         [__USE_BSD]: Likewise.
18686         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18687         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18688         * misc/search.h [__USE_SVID]: Likewise.
18689         * misc/sys/mman.h [__USE_BSD]: Likewise.
18690         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18691         * misc/sys/uio.h [__USE_BSD]: Likewise.
18692         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18693         * posix/glob.h [__USE_BSD]: Likewise.
18694         * posix/regex.h [__USE_BSD]: Likewise.
18695         * posix/sys/types.h [__USE_BSD]: Likewise.
18696         [__USE_SVID]: Likewise.
18697         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18698         * posix/sys/wait.h [__USE_BSD]: Likewise.
18699         [__USE_SVID]: Likewise.
18700         * posix/unistd.h [__USE_BSD]: Likewise.
18701         [__USE_SVID]: Likewise.
18702         * pwd/pwd.h [__USE_SVID]: Likewise.
18703         * resolv/netdb.h [__USE_BSD]: Likewise.
18704         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18705         * signal/signal.h [__USE_BSD]: Likewise.
18706         [__USE_SVID]: Likewise.
18707         * socket/sys/socket.h [__USE_BSD]: Likewise.
18708         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18709         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18710         [__USE_SVID]: Likewise.
18711         * string/bits/string2.h [__USE_BSD]: Likewise.
18712         [__USE_SVID]: Likewise.
18713         * string/bits/string3.h [__USE_BSD]: Likewise.
18714         * string/endian.h [__USE_BSD]: Likewise.
18715         * string/string.h [__USE_SVID]: Likewise.
18716         [__USE_BSD]: Likewise.
18717         * string/strings.h [__USE_BSD]: Likewise.
18718         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18719         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18720         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18721         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18722         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18723         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18724         Likewise.
18725         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18726         Likewise.
18727         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18728         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18729         Likewise.
18730         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18731         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18732         Likewise.
18733         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18734         Likewise.
18735         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18736         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18737         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18738         Likewise.
18739         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18740         Likewise.
18741         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18742         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18743         * termios/termios.h [__USE_BSD]: Likewise.
18744         * time/sys/time.h [__USE_BSD]: Likewise.
18745         * time/time.h [__USE_BSD]: Likewise.
18746         [__USE_SVID]: Likewise.
18748         * Makefile (subdir_targets): Remove subdir_lint.out.
18750         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18751         (do-tst-printf): Likewise.
18752         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18753         $(objpfx)tst-printf.out.
18755         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18757         * Makerules (check-abi-%): Change target to
18758         $(objpfx)check-abi-%.out.
18759         (check-abi target): Update dependencies.
18760         (check-abi-pattern variable): Redirect output of diff to $@.
18761         (check-abi variable): Likewise.
18762         * elf/Makefile (check-abi): Update dependencies.
18764         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18765         unused.
18766         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18767         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18768         subnormal range.
18769         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18770         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18771         value has largest subnormal exponent.
18772         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18773         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18774         * sysdeps/aarch64/soft-fp/sfp-machine.h
18775         (_FP_TININESS_AFTER_ROUNDING): New macro.
18776         * sysdeps/alpha/soft-fp/sfp-machine.h
18777         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18778         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18779         Likewise.
18780         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18781         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18782         * sysdeps/mips/soft-fp/sfp-machine.h
18783         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18784         * sysdeps/powerpc/soft-fp/sfp-machine.h
18785         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18786         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18787         Likewise.
18788         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18789         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18790         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18791         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18792         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18793         Likewise.
18795 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18797         [BZ #16545]
18798         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18799         model 1.
18801 2014-02-12  Richard Henderson  <rth@redhat.com>
18803         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18804         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18805         * sysdeps/unix/sysv/linux/alpha: Move directory from
18806         ports/sysdeps/unix/sysv/linux/alpha.
18807         * README: Update listing for alpha-*-linux-gnu.
18809 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18811         * include/features.h: Update comment documenting feature test
18812         macros.
18813         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18814         _DEFAULT_SOURCE.
18815         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18816         (_SVID_SOURCE): Likewise.
18817         (_DEFAULT_SOURCE): Update description of default features.
18818         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18819         with _GNU_SOURCE.
18820         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18821         (S_ISVTX): Likewise.
18822         * manual/math.texi (Mathematical Constants): Likewise.
18823         * manual/signal.texi (Interrupted Primitives): Likewise.
18824         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18825         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18826         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18827         Don't refer to _SVID_SOURCE in warning text.
18829         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18831         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18832         already defined.
18833         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18834         * sysdeps/mips/dl-lookup.c: Remove.
18835         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18837 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18839         [BZ #16447]
18840         * math/auto-libm-test-in: Add testcase for expl.
18841         * math/auto-libm-test-out: Regenerate.
18842         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18843         calculation of unsafe.
18844         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18846 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18848         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18849         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18850         ports/sysdeps/unix/sysv/linux/aarch64.
18851         * README: Update listing for aarch64*-*-linux-gnu.
18853 2014-02-11  Will Newton  <will.newton@linaro.org>
18855         * manual/probes.texi (Mathematical Function Probes): Use
18856         "triggered" instead of "hit".
18858         * manual/probes.texi (Internal Probes): Add documentation
18859         of setjmp, longjmp and longjmp_target probes.
18861         * include/stap-probe.h: Add comment about probe argument
18862         format.
18864         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18865         definition.  (tr_where, tr_freehook, tr_mallochook,
18866         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18868 2014-02-11  David S. Miller  <davem@davemloft.net>
18870         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18871         processing int_tests.
18873 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18875         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18876         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18877         * sysdeps/unix/sysv/linux/mips: Move directory from
18878         ports/sysdeps/unix/sysv/linux/mips.
18879         * README: Update listing for mips-*-linux-gnu and
18880         mips64-*-linux-gnu.
18882 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18884         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18885         * sysdeps/unix/sysv/linux/m68k: Move directory from
18886         ports/sysdeps/unix/sysv/linux/m68k.
18887         * README: Update listing for m68k-*-linux-gnu.
18889 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18891         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18892         * sysdeps/unix/sysv/linux/generic: Move directory from
18893         ports/sysdeps/unix/sysv/linux/generic.
18894         * sysdeps/unix/sysv/linux/tile: Move directory from
18895         ports/sysdeps/unix/sysv/linux/tile.
18896         * README: Update listing for tile*-*-linux-gnu.
18898 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18900         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18901         __builtin_expect.
18902         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18903         * catgets/open_catalog.c (__open_catalog): Likewise.
18904         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18905         * debug/confstr_chk.c: Likewise.
18906         * debug/fread_chk.c (__fread_chk): Likewise.
18907         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18908         * debug/getgroups_chk.c: Likewise.
18909         * debug/mbsnrtowcs_chk.c: Likewise.
18910         * debug/mbsrtowcs_chk.c: Likewise.
18911         * debug/mbstowcs_chk.c: Likewise.
18912         * debug/memcpy_chk.c: Likewise.
18913         * debug/memmove_chk.c: Likewise.
18914         * debug/mempcpy_chk.c: Likewise.
18915         * debug/memset_chk.c: Likewise.
18916         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18917         * debug/strcat_chk.c (__strcat_chk): Likewise.
18918         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18919         * debug/strncat_chk.c (__strncat_chk): Likewise.
18920         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18921         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18922         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18923         * debug/wcpncpy_chk.c: Likewise.
18924         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18925         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18926         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18927         * debug/wcsncpy_chk.c: Likewise.
18928         * debug/wcsnrtombs_chk.c: Likewise.
18929         * debug/wcsrtombs_chk.c: Likewise.
18930         * debug/wcstombs_chk.c: Likewise.
18931         * debug/wmemcpy_chk.c: Likewise.
18932         * debug/wmemmove_chk.c: Likewise.
18933         * debug/wmempcpy_chk.c: Likewise.
18934         * debug/wmemset_chk.c: Likewise.
18935         * dirent/scandirat.c (SCANDIRAT): Likewise.
18936         * dlfcn/dladdr1.c (dladdr1): Likewise.
18937         * dlfcn/dladdr.c (dladdr): Likewise.
18938         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18939         * dlfcn/dlerror.c (__dlerror): Likewise.
18940         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18941         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18942         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18943         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18944         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18945         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18946         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18947         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18948         Likewise.
18949         * elf/dl-conflict.c: Likewise.
18950         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18951         * elf/dl-dst.h: Likewise.
18952         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18953         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18954         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18955         * elf/dl-init.c (call_init, _dl_init): Likewise.
18956         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18957         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18958         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18959         Likewise.
18960         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18961         Likewise.
18962         * elf/dl-minimal.c (__libc_memalign): Likewise.
18963         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18964         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18965         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18966         * elf/dl-sym.c (do_sym): Likewise.
18967         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18968         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18969         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18970         * elf/dl-writev.h (_dl_writev): Likewise.
18971         * elf/ldconfig.c (search_dir): Likewise.
18972         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18973         (dl_main): Likewise.
18974         * elf/setup-vdso.h (setup_vdso): Likewise.
18975         * grp/compat-initgroups.c (compat_call): Likewise.
18976         * grp/fgetgrent.c (fgetgrent): Likewise.
18977         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18978         * grp/putgrent.c (putgrent): Likewise.
18979         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18980         Likewise.
18981         * hurd/hurdinit.c: Likewise.
18982         * iconvdata/8bit-gap.c (struct): Likewise.
18983         * iconvdata/ansi_x3.110.c : Likewise.
18984         * iconvdata/big5.c : Likewise.
18985         * iconvdata/big5hkscs.c : Likewise.
18986         * iconvdata/cp1255.c: Likewise.
18987         * iconvdata/cp1258.c : Likewise.
18988         * iconvdata/cp932.c : Likewise.
18989         * iconvdata/euc-cn.c: Likewise.
18990         * iconvdata/euc-jisx0213.c : Likewise.
18991         * iconvdata/euc-jp.c: Likewise.
18992         * iconvdata/euc-jp-ms.c : Likewise.
18993         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18994         * iconvdata/gb18030.c : Likewise.
18995         * iconvdata/gbbig5.c (const): Likewise.
18996         * iconvdata/gbgbk.c: Likewise.
18997         * iconvdata/gbk.c : Likewise.
18998         * iconvdata/ibm1364.c : Likewise.
18999         * iconvdata/ibm930.c : Likewise.
19000         * iconvdata/ibm932.c: Likewise.
19001         * iconvdata/ibm933.c : Likewise.
19002         * iconvdata/ibm935.c : Likewise.
19003         * iconvdata/ibm937.c : Likewise.
19004         * iconvdata/ibm939.c : Likewise.
19005         * iconvdata/ibm943.c: Likewise.
19006         * iconvdata/iso_11548-1.c: Likewise.
19007         * iconvdata/iso-2022-cn.c : Likewise.
19008         * iconvdata/iso-2022-cn-ext.c : Likewise.
19009         * iconvdata/iso-2022-jp-3.c: Likewise.
19010         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19011         * iconvdata/iso-2022-kr.c : Likewise.
19012         * iconvdata/iso646.c (gconv_end): Likewise.
19013         * iconvdata/iso_6937-2.c : Likewise.
19014         * iconvdata/iso_6937.c : Likewise.
19015         * iconvdata/iso8859-1.c: Likewise.
19016         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19017         * iconvdata/shift_jisx0213.c : Likewise.
19018         * iconvdata/sjis.c : Likewise.
19019         * iconvdata/t.61.c : Likewise.
19020         * iconvdata/tcvn5712-1.c : Likewise.
19021         * iconvdata/tscii.c: Likewise.
19022         * iconvdata/uhc.c : Likewise.
19023         * iconvdata/unicode.c (gconv_end): Likewise.
19024         * iconvdata/utf-16.c (gconv_end): Likewise.
19025         * iconvdata/utf-32.c (gconv_end): Likewise.
19026         * iconvdata/utf-7.c (base64): Likewise.
19027         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19028         * iconv/gconv_close.c (__gconv_close): Likewise.
19029         * iconv/gconv_open.c (__gconv_open): Likewise.
19030         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19031         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19032         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19033         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19034         (ucs4le_internal_loop_single): Likewise.
19035         * iconv/iconv.c (iconv): Likewise.
19036         * iconv/iconv_close.c: Likewise.
19037         * iconv/loop.c (SINGLE): Likewise.
19038         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19039         * include/atomic.h: Likewise.
19040         * inet/inet6_option.c (option_alloc): Likewise.
19041         * intl/bindtextdom.c (set_binding_values): Likewise.
19042         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19043         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19044         * intl/localealias.c (read_alias_file): Likewise.
19045         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19046         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19047         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19048         * libio/fmemopen.c (fmemopen): Likewise.
19049         * libio/iofgets.c (_IO_fgets): Likewise.
19050         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19051         * libio/iofgetws.c (fgetws): Likewise.
19052         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19053         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19054         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19055         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19056         * locale/findlocale.c (_nl_find_locale): Likewise.
19057         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19058         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19059         Likewise.
19060         * locale/setlocale.c (setlocale): Likewise.
19061         * login/programs/pt_chown.c (main): Likewise.
19062         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19063         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19064         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19065         (mmap, mmap64, mremap, munmap): Likewise.
19066         * math/e_exp2l.c: Likewise.
19067         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19068         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19069         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19070         * math/s_catan.c (__catan): Likewise.
19071         * math/s_catanf.c (__catanf): Likewise.
19072         * math/s_catanh.c (__catanh): Likewise.
19073         * math/s_catanhf.c (__catanhf): Likewise.
19074         * math/s_catanhl.c (__catanhl): Likewise.
19075         * math/s_catanl.c (__catanl): Likewise.
19076         * math/s_ccosh.c (__ccosh): Likewise.
19077         * math/s_ccoshf.c (__ccoshf): Likewise.
19078         * math/s_ccoshl.c (__ccoshl): Likewise.
19079         * math/s_cexp.c (__cexp): Likewise.
19080         * math/s_cexpf.c (__cexpf): Likewise.
19081         * math/s_cexpl.c (__cexpl): Likewise.
19082         * math/s_clog10.c (__clog10): Likewise.
19083         * math/s_clog10f.c (__clog10f): Likewise.
19084         * math/s_clog10l.c (__clog10l): Likewise.
19085         * math/s_clog.c (__clog): Likewise.
19086         * math/s_clogf.c (__clogf): Likewise.
19087         * math/s_clogl.c (__clogl): Likewise.
19088         * math/s_csin.c (__csin): Likewise.
19089         * math/s_csinf.c (__csinf): Likewise.
19090         * math/s_csinh.c (__csinh): Likewise.
19091         * math/s_csinhf.c (__csinhf): Likewise.
19092         * math/s_csinhl.c (__csinhl): Likewise.
19093         * math/s_csinl.c (__csinl): Likewise.
19094         * math/s_csqrt.c (__csqrt): Likewise.
19095         * math/s_csqrtf.c (__csqrtf): Likewise.
19096         * math/s_csqrtl.c (__csqrtl): Likewise.
19097         * math/s_ctan.c (__ctan): Likewise.
19098         * math/s_ctanf.c (__ctanf): Likewise.
19099         * math/s_ctanh.c (__ctanh): Likewise.
19100         * math/s_ctanhf.c (__ctanhf): Likewise.
19101         * math/s_ctanhl.c (__ctanhl): Likewise.
19102         * math/s_ctanl.c (__ctanl): Likewise.
19103         * math/w_pow.c: Likewise.
19104         * math/w_powf.c: Likewise.
19105         * math/w_powl.c: Likewise.
19106         * math/w_scalb.c (sysv_scalb): Likewise.
19107         * math/w_scalbf.c (sysv_scalbf): Likewise.
19108         * math/w_scalbl.c (sysv_scalbl): Likewise.
19109         * misc/error.c (error_tail): Likewise.
19110         * misc/pselect.c (__pselect): Likewise.
19111         * nis/nis_callback.c (__nis_create_callback): Likewise.
19112         * nis/nis_call.c (__nisfind_server): Likewise.
19113         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19114         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19115         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19116         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19117         * nis/nis_lookup.c (nis_lookup): Likewise.
19118         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19119         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19120         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19121         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19122         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19123         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19124         * nis/nss_compat/compat-initgroups.c (add_group)
19125         (internal_getgrent_r): Likewise.
19126         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19127         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19128         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19129         (internal_getspnam_r): Likewise.
19130         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19131         (_nss_nis_getaliasbyname_r): Likewise.
19132         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19133         (_nss_nis_getntohost_r): Likewise.
19134         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19135         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19136         (_nss_nis_getgrgid_r): Likewise.
19137         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19138         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19139         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19140         (_nss_nis_gethostbyname4_r): Likewise.
19141         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19142         (initgroups_netid): Likewise.
19143         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19144         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19145         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19146         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19147         (_nss_nis_getprotobynumber_r): Likewise.
19148         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19149         (_nss_nis_getsecretkey): Likewise.
19150         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19151         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19152         (_nss_nis_getpwuid_r): Likewise.
19153         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19154         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19155         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19156         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19157         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19158         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19159         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19160         Likewise.
19161         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19162         (_nss_nisplus_getntohost_r): Likewise.
19163         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19164         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19165         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19166         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19167         Likewise.
19168         * nis/nss_nisplus/nisplus-initgroups.c
19169         (_nss_nisplus_initgroups_dyn): Likewise.
19170         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19171         (_nss_nisplus_getnetbyaddr_r): Likewise.
19172         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19173         (_nss_nisplus_getprotobynumber_r): Likewise.
19174         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19175         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19176         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19177         Likewise.
19178         * nis/nss_nisplus/nisplus-service.c
19179         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19180         (_nss_nisplus_getservbyport_r): Likewise.
19181         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19182         (_nss_nisplus_getspnam_r): Likewise.
19183         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19184         Likewise.
19185         * nscd/aicache.c (addhstaiX): Likewise.
19186         * nscd/cache.c (cache_search, prune_cache): Likewise.
19187         * nscd/connections.c (register_traced_file, send_ro_fd)
19188         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19189         (main_loop_epoll): Likewise.
19190         * nscd/grpcache.c (addgrbyX): Likewise.
19191         * nscd/hstcache.c (addhstbyX): Likewise.
19192         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19193         * nscd/mem.c (gc, mempool_alloc): Likewise.
19194         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19195         (addinnetgrX): Likewise.
19196         * nscd/nscd-client.h (__nscd_acquire_maplock)
19197         (__nscd_drop_map_ref): Likewise.
19198         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19199         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19200         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19201         Likewise.
19202         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19203         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19204         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19205         (__nscd_get_map_ref): Likewise.
19206         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19207         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19208         Likewise.
19209         * nscd/pwdcache.c (addpwbyX): Likewise.
19210         * nscd/selinux.c (preserve_capabilities): Likewise.
19211         * nscd/servicescache.c (addservbyX): Likewise.
19212         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19213         * posix/fnmatch.c (fnmatch): Likewise.
19214         * posix/getopt.c (_getopt_internal_r): Likewise.
19215         * posix/glob.c (glob, glob_in_dir): Likewise.
19216         * posix/wordexp.c (exec_comm_child): Likewise.
19217         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19218         (getanswer_r, gaih_getanswer_slice): Likewise.
19219         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19220         * resolv/res_init.c: Likewise.
19221         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19222         * resolv/res_query.c (__libc_res_nquery): Likewise.
19223         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19224         Likewise.
19225         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19226         * stdio-common/perror.c (perror): Likewise.
19227         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19228         * stdio-common/tmpnam.c (tmpnam): Likewise.
19229         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19230         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19231         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19232         Likewise.
19233         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19234         * stdlib/putenv.c (putenv): Likewise.
19235         * stdlib/setenv.c (__add_to_environ): Likewise.
19236         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19237         * stdlib/strtol_l.c (INTERNAL): Likewise.
19238         * string/memmem.c (memmem): Likewise.
19239         * string/strerror.c (strerror): Likewise.
19240         * string/strnlen.c (__strnlen): Likewise.
19241         * string/test-memmem.c (simple_memmem): Likewise.
19242         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19243         * sunrpc/pm_getport.c (__get_socket): Likewise.
19244         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19245         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19246         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19247         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19248         Likewise.
19249         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19250         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19251         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19252         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19253         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19254         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19255         Likewise.
19256         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19257         Likewise.
19258         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19259         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19260         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19261         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19262         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19263         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19264         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19265         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19266         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19267         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19268         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19269         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19270         Likewise.
19271         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19272         Likewise.
19273         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19274         Likewise.
19275         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19276         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19277         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19278         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19279         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19280         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19281         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19282         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19283         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19284         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19285         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19286         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19287         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19288         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19289         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19290         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19291         Likewise.
19292         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19293         Likewise.
19294         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19295         Likewise.
19296         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19297         Likewise.
19298         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19299         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19300         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19301         Likewise.
19302         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19303         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19304         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19305         * sysdeps/posix/sleep.c: Likewise.
19306         * sysdeps/posix/tempname.c: Likewise.
19307         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19308         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19309         Likewise.
19310         * sysdeps/powerpc/powerpc32/dl-machine.h
19311         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19312         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19313         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19314         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19315         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19316         Likewise.
19317         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19318         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19319         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19320         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19321         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19322         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19323         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19324         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19325         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19326         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19327         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19328         (elf_machine_lazy_rel): Likewise.
19329         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19330         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19331         (elf_machine_lazy_rel): Likewise.
19332         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19333         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19334         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19335         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19336         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19337         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19338         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19339         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19340         Likewise.
19341         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19342         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19343         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19344         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19345         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19346         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19347         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19348         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19349         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19350         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19351         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19352         Likewise.
19353         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19354         (__posix_fallocate64_l64): Likewise.
19355         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19356         (posix_fallocate): Likewise.
19357         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19358         Likewise.
19359         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19360         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19361         (getifaddrs_internal): Likewise.
19362         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19363         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19364         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19365         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19366         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19367         (__posix_fallocate64_l64): Likewise.
19368         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19369         Likewise.
19370         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19371         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19372         (__get_clockfreq): Likewise.
19373         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19374         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19375         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19376         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19377         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19378         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19379         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19380         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19381         Likewise.
19382         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19383         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19384         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19385         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19386         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19387         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19388         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19389         Likewise.
19390         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19391         (posix_fallocate): Likewise.
19392         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19393         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19394         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19395         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19396         (elf_machine_rela, elf_machine_rela_relative)
19397         (elf_machine_lazy_rel): Likewise.
19398         * time/asctime.c (asctime_internal): Likewise.
19399         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19400         * time/tzset.c (__tzset_parse_tz): Likewise.
19401         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19402         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19403         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19404         * wcsmbs/wcsmbsload.h: Likewise.
19406         [BZ #15894]
19407         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19409         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19410         (arena_get2): Remove THREAD_STATS conditionals.
19411         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19412         (__malloc_stats, int): Likewise.
19414 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19416         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19417         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19419         * manual/setjmp.texi: Fix typos/grammar errors.
19421         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19422         Only return early when n is <= 0.  Delete unused return statement.
19424         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19425         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19426         * debug/tst-longjmp_chk3.c: New file.
19428         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19429         (test_main): Replace code with set_fortify_handler call.
19430         * debug/test-strcpy_chk.c: Likewise.
19431         * debug/tst-chk1.c: Likewise.
19432         * debug/tst-longjmp_chk.c: Likewise.
19433         * test-skeleton.c: Include fcntl.h & paths.h
19434         (set_fortify_handler): Define.
19436         * debug/tst-longjmp_chk.c: Add header comment and include
19437         ../test-skeleton.c.
19438         (do_test): Mark static.
19439         (TEST_FUNCTION): Define.
19441         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19442         (IP_PMTUDISC_INTERFACE): Likewise.
19443         (IP_MULTICAST_IF): Likewise.
19444         (IP_MULTICAST_TTL): Likewise.
19445         (IP_MULTICAST_LOOP): Likewise.
19446         (IP_ADD_MEMBERSHIP): Likewise.
19447         (IP_DROP_MEMBERSHIP): Likewise.
19448         (IP_UNBLOCK_SOURCE): Likewise.
19449         (IP_BLOCK_SOURCE): Likewise.
19450         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19451         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19452         (IP_MSFILTER): Likewise.
19453         (MCAST_JOIN_GROUP): Likewise.
19454         (MCAST_BLOCK_SOURCE): Likewise.
19455         (MCAST_UNBLOCK_SOURCE): Likewise.
19456         (MCAST_LEAVE_GROUP): Likewise.
19457         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19458         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19459         (MCAST_MSFILTER): Likewise.
19460         (IP_MULTICAST_ALL): Likewise.
19461         (IP_UNICAST_IF): Likewise.
19463         * timezone/Makefile: Delete $(have-ksh) check.
19464         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19465         * timezone/tzselect.ksh: Add +x mode bits.
19467         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19468         (ANON_INODE_FS_MAGIC): Likewise.
19469         (BDEVFS_MAGIC): Likewise.
19470         (BINFMTFS_MAGIC): Likewise.
19471         (BTRFS_TEST_MAGIC): Likewise.
19472         (CRAMFS_MAGIC_WEND): Likewise.
19473         (DEBUGFS_MAGIC): Likewise.
19474         (ECRYPTFS_SUPER_MAGIC): Likewise.
19475         (EXT3_SUPER_MAGIC): Likewise.
19476         (EXT4_SUPER_MAGIC): Likewise.
19477         (FUTEXFS_SUPER_MAGIC): Likewise.
19478         (HOSTFS_SUPER_MAGIC): Likewise.
19479         (HUGETLBFS_MAGIC): Likewise.
19480         (MINIX3_SUPER_MAGIC): Likewise.
19481         (MTD_INODE_FS_MAGIC): Likewise.
19482         (NILFS_SUPER_MAGIC): Likewise.
19483         (OPENPROM_SUPER_MAGIC): Likewise.
19484         (PIPEFS_MAGIC): Likewise.
19485         (PSTOREFS_MAGIC): Likewise.
19486         (QNX6_SUPER_MAGIC): Likewise.
19487         (RAMFS_MAGIC): Likewise.
19488         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19489         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19490         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19491         (SECURITYFS_MAGIC): Likewise.
19492         (SELINUX_MAGIC): Likewise.
19493         (SMACK_MAGIC): Likewise.
19494         (SOCKFS_MAGIC): Likewise.
19495         (SQUASHFS_MAGIC): Likewise.
19496         (STACK_END_MAGIC): Likewise.
19497         (TMPFS_MAGIC): Likewise.
19498         (USBDEVICE_SUPER_MAGIC): Likewise.
19499         (V9FS_MAGIC): Likewise.
19500         (XENFS_SUPER_MAGIC): Likewise.
19501         (CRAMFS_MAGIC): Fix typo in comment.
19502         (EXT2_SUPER_MAGIC): Update comment.
19503         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19505 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19507         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19508         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19509         * sysdeps/unix/sysv/linux/arm: Move directory from
19510         ports/sysdeps/unix/sysv/linux/arm.
19511         * README: Update listing for arm-*-linux-gnueabi.
19513         * README: Remove mention of am33.
19515 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19517         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19518         than the comma operator, to avoid "rhs of comma has no effect"
19519         compiler warnings.
19520         (__sigfillset, __sigandset, __sigorset): Likewise.
19521         * include/signal.h (__sigemptyset): Likewise.
19522         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19524 2014-02-07  Allan McRae  <allan@archlinux.org>
19526         * version.h (RELEASE): Set to "development".
19527         (VERSION): Set to "2.19.90"
19528         * NEWS: Add 2.20 section.
19530 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19532         [BZ #16529]
19533         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19535 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19537         * manual/contrib.texi: Update entry for Carlos O'Donell,
19538         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19540 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19542         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19544         * sysdeps/unix/sysv/linux/kernel-features.h
19545         [__LINUX_KERNEL_VERSION >= 0x020621]
19546         (__ASSUME_PROC_PID_TASK_COMM): Define.
19548 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19550         [BZ #16398]
19551         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19552         conversion when destination buffer does not have enough space.
19553         * libio/tst-ftell-partial-wide.c: New test case.
19554         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19556         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19557         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19558         Leonard and Allan McRae.
19560 2014-02-04  David S. Miller  <davem@davemloft.net>
19562         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19563         32-bit.
19565 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19568         New file
19569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19570         New file
19571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19572         New file.
19573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19574         New file.
19575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19576         New file.
19577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19578         New file.
19579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19580         New file.
19581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19582         New file.
19583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19584         New file.
19585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19586         New file.
19587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19588         New file.
19589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19590         New file.
19591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19592         New file.
19594 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19596         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19597         * shlib-versions: Likewise.
19599 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19600             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19602         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19603         (abilist-pattern): New variable, set to %-le.abilist.
19605         * Makerules (abilist-pattern): New variable.
19606         (vpath): Use $(abilist-pattern) in place of %.abilist.
19607         (check-abi-% pattern rule): Likewise.
19608         (check-abi, update-abi): Likewise.
19610 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19612         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19614 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19616         * manual/startup.texi: Add next, previous, and top entries for
19617         the `Program Arguments' and `Environment Variables' nodes.
19619 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19621         * manual/macros.texi: Add comments before MTASC-safety macros.
19623         * manual/users.texi: Document MTASC-safety properties.
19625         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19626         (pthread_getspecific, pthread_setspecific): Format with
19627         @deftypefun, and add @safety note.
19628         * manual/signal.texi: Move comments that analyze the above
19629         functions to their home place.
19631 2014-02-03  Allan McRae  <allan@archlinux.org>
19633         * po/sl.po: Update Slovenian translation from translation project.
19635 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19637         * manual/time.texi (timegm): Add missing blank after @c.
19638         Reported by Joseph Myers <joseph@codesourcery.com>.
19640 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19642         * manual/check-safety.sh: New.
19643         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19645         * manual/terminal.texi: Document MTASC-safety properties.
19647         * manual/filesys.texi: Document MTASC-safety properties.
19649         * manual/errno.texi: Document MTASC-safety properties.
19651         * manual/intro.texi: Document safety identifiers and
19652         conditionals.
19654         * manual/string.texi (wcstok): Fix prototype.
19655         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19657         * manual/time.texi: Document MTASC-safety properties.
19659         * manual/string.texi: Document MTASC-safety properties.
19661         * manual/threads.texi: Document MTASC-safety properties.
19663         * manual/stdio.texi: Document MTASC-safety properties.
19665         * manual/syslog.texi: Document MTASC-safety properties.
19667         * manual/sysinfo.texi: Document MTASC-safety properties.
19669         * manual/startup.texi: Document MTASC-safety properties.
19671         * manual/socket.texi: Document MTASC-safety properties.
19673         * manual/signal.texi: Document MTASC-safety properties.
19675 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19677         * manual/setjmp.texi: Document MTASC-safety properties.
19679         * manual/search.texi: Document MTASC-safety properties.
19681         * manual/resource.texi: Document MTASC-safety properties.
19683         * manual/process.texi: Document MTASC-safety properties.
19685         * manual/platform.texi: Document MTASC-safety properties.
19687         * manual/pipe.texi: Document MTASC-safety properties.
19689         * manual/pattern.texi: Document MTASC-safety properties.
19691         * manual/message.texi: Document MTASC-safety properties.
19693         [BZ #12751]
19694         * manual/memory.texi: Document MTASC-safety properties.
19696         * manual/math.texi: Document MTASC-safety properties.
19698         * manual/locale.texi: Document MTASC-safety properties.
19700         * manual/llio.texi: Document MTASC-safety properties.
19702         * manual/libdl.texi: New.
19704         * manual/lang.texi: Document MTASC-safety properties.
19706         * manual/job.texi: Document MTASC-safety properties.
19708         * manual/getopt.texi: Document MTASC-safety properties.
19710         * manual/ctype.texi: Document MTASC-safety properties.
19712 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19714         [BZ #16046]
19715         * csu/libc-tls.c (static_map): Remove variable.
19716         (__libc_setup_tls): Use main executable's link map for TLS data.
19717         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19718         casing for LM_ID_BASE and GL(dl_nns).
19719         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19720         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19721         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19722         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19723         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19724         member.
19725         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19726         l_phnum members.
19728 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19730         * manual/debug.texi: Document MTASC-safety properties.
19732 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19734         [BZ #16510]
19735         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19736         of __x86_64__ when disabling x87 inline functions.
19738 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19740         * manual/charset.texi: Document MTASC-safety properties.
19742         * manual/crypt.texi: Document MTASC-safety properties.
19744         * manual/conf.texi: Document MTASC-safety properties.
19746         * manual/arith.texi: Document MTASC-safety properties.
19748         * manual/argp.texi: Document MTASC-safety properties.
19750         * manual/macros.texi: Introduce macros to document multi
19751         thread, asynchronous signal and asynchronous cancellation
19752         safety properties.
19753         * manual/intro.texi: Introduce the properties themselves.
19755 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19757         * sysdeps/sh/sh4/Makefile: New file.
19759 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19761         * math/gen-libm-test.pl ($srcdir): New variable.
19762         ($auto_input): Use it.
19764 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19766         [BZ #16506]
19767         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19768         access beyond array bounds when parsing netgroups file.
19770         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19771         the old buffer before realloc.
19773 2014-01-27  Allan McRae  <allan@archlinux.org>
19775         * po/fr.po: Update French translation from translation project.
19777 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19779         * sysdeps/sh/libm-test-ulps: Regenerate.
19781 2014-01-24  David S. Miller  <davem@davemloft.net>
19783         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19785 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19787         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19788         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19790 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19792         [BZ #16474]
19793         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19794         string pointers after reallocation.
19796 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19798         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19799         __SH4A__ instead of __SH_FPU_ANY__.
19801 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19803         * sysdeps/sh/fpu_control.h: New file.
19804         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19805         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19806         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19807         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19808         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19809         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19810         * sysdeps/sh/sys/ucontext.h: Remove.
19811         * sysdeps/sh/sys: Remove directory.
19813 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19815         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19816         s390/sys/ucontext.h.
19817         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19818         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19820 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19822         [BZ #15605]
19823         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19825 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19827         [BZ#16431]
19828         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19829         Adjust the vDSO correctly for internal calls.
19830         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19832 2014-01-20  Allan McRae  <allan@archlinux.org>
19834         * po/ca.po: Update Catalan translation from translation project.
19836 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19838         * sysdeps/s390/sotruss-lib.c: New file.
19840 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19842         [BZ#16430]
19843         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19844         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19845         local calls issues by not having a PLT stub required for IFUNC calls.
19846         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19848 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19850         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19851         * math/test-fpucw-static.c: Likewise.
19853 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19855         [BZ #16453]
19856         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19858 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19860         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19861         implementation for powerpc.
19863 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19865         [BZ #14782]
19866         * sysdeps/posix/system.c (__libc_system): Do not enable
19867         asynchronous cancellation.
19869 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19871         [BZ #16427]
19872         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19873         handling only for numbers special also in the IEEE case.
19875 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19877         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19879 2014-01-11  Allan McRae  <allan@archlinux.org>
19881         * po/bg.po: Update Bulgarian translation from translation project.
19883         * po/de.po: Update German translation from translation project.
19885 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19887         * sysdeps/generic/gcc-compat.h: New file.
19889 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19891         * benchtests/asin-inputs: Correct slow inputs.
19892         * benchtests/acos-inputs: Likewise.
19894 2014-01-10  Allan McRae  <allan@archlinux.org>
19896         * po:sv.po: Update Swedish translation from translation project.
19898         * po/vi.po: Update Vietnamese translation from translation project.
19900         * po/eo.po: Update Esperanto translation from translation project.
19902         * po/cs.po: Update Czech translation from translation project.
19904         * po/nl.po: Update Dutch translation from translation project.
19906         * po/pl.po: Update Polish translation from translation project.
19908         * po/ru.po: Update Russian translation from translation project.
19910         * po/uk.po: Update Ukrainian translation from translation project.
19912 2014-01-08  Brooks Moses  <bmoses@google.com>
19914         * elf/dl-load.c: Fix comment typo.
19916 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19918         * po/header.pot: Rename to...
19919         * po/pot.header: ... this.
19920         * po/Makefile: Use pot.header.
19922 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19923             Maxim Kuvyrkov  <maxim@kugelworks.com>
19925         [BZ #16394]
19926         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19927         SRC and DEST against LEN.
19929 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19931         [BZ #16414]
19932         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19933         implementation.
19934         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19936 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19938         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19940 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19942         [BZ #16408]
19943         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19944         for large positive arguments.
19946 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19948         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19950         * math/auto-libm-test-in: Mark various tests with
19951         xfail-rounding:ldbl-128ibm.
19952         * math/auto-libm-test-out: Regenerated.
19954         [BZ #16407]
19955         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19956         Increase overflow threshold.
19958 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19960         [BZ #14286]
19961         * stdio-common/vfprintf.c: Check for integer overflow.
19963 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19965         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19966         the first argument and return value of __tls_get_addr_internal.
19968 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19970         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19971         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19973 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19975         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19976         * sysdeps/s390/rtld-global-offsets.sym: New file.
19977         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19978         GLIBC_2.19 symbol.
19979         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19980         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19981         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19982         ... this.
19983         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19984         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19985         ... this.
19986         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19987         Regenerate.
19988         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19989         Regenerate.
19990         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19991         halfs of GPRs for high_gprs contexts.
19992         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19993         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19994         field.
19995         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19996         uc_flags field.
19997         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19998         64 bit versions:
19999         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20000         for high GPRs (uc_high_gprs) and for future extensions
20001         (__reserved).
20002         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20003         for future extensions (__reserved).
20004         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20005         64 bit versions:
20006         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20007         SC_HIGHGPRS offset definition.
20008         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20009         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20011         * Versions.def: Add GLIBC_2.19 for libpthread.
20012         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20013         siglongjmp for libpthread with GLIBC_2.19 symver.
20014         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20015         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20016         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20017         * sysdeps/s390/__longjmp.c: New file.
20018         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20019         * sysdeps/s390/longjmp.c: New file.
20020         * sysdeps/s390/setjmp.S: New file.
20021         * sysdeps/s390/sigjmp.S: New file.
20022         * sysdeps/s390/v1-longjmp.c: New file.
20023         * sysdeps/s390/v1-setjmp.h: New file.
20024         * sysdeps/s390/v1-sigjmp.c: New file.
20025         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20026         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20027         GLIBC_2.19 version.
20028         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20029         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20030         versioned symbols for ____longjmp_chk.
20031         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20032         Likewise.
20033         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20034         Regenerate.
20035         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20036         Regenerate.
20037         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20038         Regenerate.
20039         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20040         Regenerate.
20041         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20042         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20043         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20044         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20045         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20046         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20047         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20048         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20049         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20050         * sysdeps/s390/rtld-__longjmp.c: New file.
20051         * sysdeps/s390/rtld-setjmp.S: New file.
20053 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20055         [BZ #16400]
20056         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20057         Return -__logl (x) for small positive arguments without evaluating
20058         a polynomial.
20060 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20062         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20063         Rename to ...
20064         (__ptrace_peeksiginfo_args): ... this.
20065         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20066         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20067         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20069 2014-01-06  Allan McRae  <allan@archlinux.org>
20071         * inet/netinet/in.h: Fix typo in comment.
20073 2014-01-05  Andreas Jaeger  <aj@suse.de>
20075         * sysdeps/i386/fpu/libm-test-ulps: Update.
20077 2014-01-05  Allan McRae  <allan@archlinux.org>
20079         * po/libc.pot: Regenerated.
20081         * malloc/memusagestat.c: Fix gettext call formatting.
20083 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20085         * nscd/nscd.c: Improve usage() output.
20087 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20089         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20090         * sysdeps/unix/sysv/linux/configure: Regenerated.
20091         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20092         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20094 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20096         [BZ #16390]
20097         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20098         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20100 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20102         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20103         extra tokens at end of #undef directive.
20104         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20105         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20106         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20108 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20110         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20112         * math/auto-libm-test-in: Mark various tests with
20113         xfail-rounding:ldbl-128ibm.
20114         * math/auto-libm-test-out: Regenerated.
20116 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20118         [BZ #16386]
20119         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20120         numbers with subnormal high part when calculating exponent.
20122         [BZ #16385]
20123         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20124         fabs.
20126         [BZ #16384]
20127         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20128         M_LN2l.
20129         (__ieee754_acoshl): Use __log1pl not __log1p.
20131 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20133         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20134         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20135         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20136         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20137         (reused_arena, arena_get2): Convert to GNU style.
20138         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20139         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20140         (memalign_check, __malloc_set_state): Likewise.
20141         * malloc/mallocbug.c (main): Likewise.
20142         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20143         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20144         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20145         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20146         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20147         (__posix_memalign, malloc_info): Likewise.
20148         * malloc/malloc.h: Likewise.
20149         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20150         (mallochook, memalignhook, reallochook, mabort): Likewise.
20151         * malloc/mcheck.h: Likewise.
20152         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20153         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20154         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20155         * malloc/morecore.c (__default_morecore): Likewise.
20156         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20157         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20158         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20159         (print_and_abort): Likewise.
20160         * malloc/obstack.h: Likewise.
20161         * malloc/set-freeres.c (__libc_freeres): Likewise.
20162         * malloc/tst-mallocstate.c (main): Likewise.
20163         * malloc/tst-mtrace.c (main): Likewise.
20164         * malloc/tst-realloc.c (do_test): Likewise.
20166 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20168         [BZ #16366]
20169         * nscd/netgroupcache.c (do_notfound): New function.
20170         (addgetnetgrentX): Use it.
20172         [BZ # 16365]
20173         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20174         NSS_STATUS_NOTFOUND.
20176 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20178         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20181 2014-01-01  Allan McRae  <allan@archlinux.org>
20183         * scripts/update-copyrights: Update configure input file suffix.
20185         * NEWS: Update copyright year.
20186         * catgets/gencat.c: Likewise.
20187         * csu/version.c: Likewise.
20188         * debug/catchsegv.sh: Likewise.
20189         * debug/pcprofiledump.c: Likewise.
20190         * debug/xtrace.sh: Likewise.
20191         * elf/ldconfig.c: Likewise.
20192         * elf/ldd.bash.in: Likewise.
20193         * elf/pldd.c: Likewise.
20194         * elf/sotruss.ksh: Likewise.
20195         * elf/sprof.c: Likewise.
20196         * iconv/iconv_prog.c: Likewise.
20197         * iconv/iconvconfig.c: Likewise.
20198         * locale/programs/locale.c: Likewise.
20199         * locale/programs/localedef.c: Likewise.
20200         * login/programs/pt_chown.c: Likewise.
20201         * malloc/memusage.sh: Likewise.
20202         * malloc/memusagestat.c: Likewise.
20203         * malloc/mtrace.pl: Likewise.
20204         * manual/libc.texinfo: Likewise.
20205         * nscd/nscd.c: Likewise.
20206         * nss/getent.c: Likewise.
20207         * nss/makedb.c: Likewise.
20208         * posix/getconf.c: Likewise.
20209         * scripts/test-installation.pl: Likewise.
20211         * All files with FSF copyright notices: Update copyright dates
20212         using scripts/update-copyrights.
20213         * intl/plural.c: Regenerated.
20214         * locale/programs/charmap-kw.h: Likewise.
20215         * locale/programs/locfile-kw.h: Likewise.
20217 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20219         * sysdeps/unix/sysv/linux/configure: Regenerated.
20220         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20221         the linux/fanotify.h header.
20222         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20223         HAVE_LINUX_FANOTIFY_H is defined.
20225 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20227         * benchtests/cos-inputs: New inputs.
20228         * benchtests/sin-inputs: Likewise.
20230         * benchtests/atan-inputs: New inputs. Fix name of multiple
20231         precision fallback inputs.
20233         * benchtests/atanh-inputs: New inputs.
20234         * benchtests/tanh-inputs: Likewise.
20236         * benchtests/acosh-inputs: New inputs.
20237         * benchtests/asinh-inputs: Likewise.
20239         * benchtests/cosh-inputs: New inputs.
20240         * benchtests/sinh-inputs: Likewise.
20242         * benchtests/acos-inputs: Add more inputs.
20243         * benchtests/asin-inputs: Likewise.
20245 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20247         [BZ #16375]
20248         * manual/arith.texi: Fix spelling.
20249         * manual/charset.texi: Likewise.
20250         * manual/errno.texi: Likewise.
20251         * manual/filesys.texi: Likewise.
20252         * manual/lang.texi: Likewise.
20253         * manual/llio.texi: Likewise.
20254         * manual/locale.texi: Likewise.
20255         * manual/message.texi: Likewise.
20256         * manual/resource.texi: Likewise.
20257         * manual/search.texi: Likewise.
20258         * manual/setjmp.texi: Likewise.
20259         * manual/stdio.texi: Likewise.
20260         * manual/string.texi: Likewise.
20261         * manual/sysinfo.texi: Likewise.
20262         * manual/time.texi: Likewise.
20264 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20266         * po/sl.po: New file.
20268 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20270         * .gitignore: Add core/.gdbinit/.gdb_history.
20272 2013-12-27  Allan McRae  <allan@archlinux.org>
20274         [BZ #16369]
20275         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20276         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20278 2013-12-24  Brooks Moses  <bmoses@google.com>
20280         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20281         all compilers that claim C++98 compliance, not just GCC.
20282         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20283         Likewise.
20285 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20287         * NEWS: Restore accidentally deleted bug-fix entries.
20289 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20290             Ondřej Bílka  <neleai@seznam.cz>
20292         [BZ #15073]
20293         * malloc/malloc.c (_int_free): Perform sanity check only if we
20294         have_lock.
20296 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20298         [BZ #12986]
20299         * manual/stdio.texi (String Input Conversions): Clarify that character
20300         classes are not supported.
20302 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20304         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20306 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20308         [BZ #16337]
20309         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20310         Calculate results for small negative arguments directly rather
20311         than using reflection formula with special underflow handling.
20313         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20314         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20315         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20316         (fchflags): Likewise.
20317         (revoke): Likewise.
20318         (setlogin): Likewise.
20319         (sigaltstack): Likewise.
20320         (wait4): Likewise.
20321         (sigblock): Remove.
20322         (sigsetmask): Likewise.
20323         (wait3): Likewise.
20324         (waitpid): Likewise.
20325         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20326         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20327         file.
20328         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20329         * sysdeps/unix/bsd/Makefile: ... here.
20330         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20331         * sysdeps/unix/bsd/Versions: ... here.
20332         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20333         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20334         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20335         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20336         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20337         * sysdeps/unix/bsd/sigblock.c: ... here.
20338         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20339         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20340         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20341         * sysdeps/unix/bsd/sigvec.c: ... here.
20342         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20343         * sysdeps/unix/bsd/tcdrain.c: ... here.
20344         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20345         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20346         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20347         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20348         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20349         * sysdeps/unix/bsd/wait.c: ... here.
20350         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20351         * sysdeps/unix/bsd/wait3.c: ... here.
20352         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20353         * sysdeps/unix/bsd/waitpid.c: ... here.
20355 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20357         [BZ #16356]
20358         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20359         round-to-nearest for [!USE_AS_EXPM1L].
20360         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20361         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20362         more tests of exp and exp10.  Expect some exp10 tests to miss
20363         exceptions or fail in directed rounding modes.
20364         * math/auto-libm-test-out: Regenerated.
20365         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20366         (exp10_test_tonearest): New function.
20367         (exp10_towardzero_test_data): New array.
20368         (exp10_test_towardzero): New function.
20369         (exp10_downward_test_data): New array.
20370         (exp10_test_downward): New function.
20371         (exp10_upward_test_data): New array.
20372         (exp10_test_upward): New function.
20373         (main): Call the new functions.
20374         * sysdeps/i386/fpu/libm-test-ulps: Update.
20375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20377 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20379         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20380         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20381         * math/auto-libm-test-out: Regenerated.
20382         * math/libm-test.inc (acosh_test_data): Add more tests.
20383         (atanh_test_data): Likewise.
20384         (ceil_test_data): Likewise.
20385         (copysign_test_data): Likewise.
20386         * sysdeps/i386/fpu/libm-test-ulps: Update.
20387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20389         * timezone/checktab.awk: Update from tzcode 2013i.
20390         * timezone/private.h: Likewise.
20391         * timezone/scheck.c: Likewise.
20392         * timezone/tzfile.h: Likewise.
20393         * timezone/tzselect.ksh: Likewise.
20394         * timezone/zdump.c: Likewise.
20395         * timezone/zic.c: Likewise.
20397         * math/auto-libm-test-in: Add tests of cpow.
20398         * math/auto-libm-test-out: Regenerated.
20399         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20400         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20401         mpc_cc_c.
20402         (func_calc_desc): Add mpc_cc_c union field.
20403         (test_functions): Add cpow.
20404         (special_fill_2pi): New function.
20405         (special_real_inputs): Add 2pi.
20406         (calc_generic_results): Handle mpc_cc_c.
20407         * sysdeps/i386/fpu/libm-test-ulps: Update.
20408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20410         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20411         csqrt, ctan and ctanh.
20412         * math/auto-libm-test-out: Regenerated.
20413         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20414         (TEST_COND_x86): Likewise.
20415         (ccos_test_data): Use AUTO_TESTS_c_c.
20416         (ccosh_test_data): Likewise.
20417         (cexp_test_data): Likewise.
20418         (clog_test_data): Likewise.
20419         (csqrt_test_data): Likewise.
20420         (ctan_test_data): Likewise.
20421         (ctan_tonearest_test_data): Likewise.
20422         (ctan_towardzero_test_data): Likewise.
20423         (ctan_downward_test_data): Likewise.
20424         (ctan_upward_test_data): Likewise.
20425         (ctanh_test_data): Likewise.
20426         (ctanh_tonearest_test_data): Likewise.
20427         (ctanh_towardzero_test_data): Likewise.
20428         (ctanh_downward_test_data): Likewise.
20429         (ctanh_upward_test_data): Likewise.
20430         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20431         mpc_c_c.
20432         (func_calc_desc): Add mpc_c_c union field.
20433         (FUNC_mpc_c_c): New macro.
20434         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20435         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20436         ctanh.
20437         (special_fill_min_subnorm_p120): New function.
20438         (special_real_inputs): Add min_subnorm_p120.
20439         (calc_generic_results): Handle mpc_c_c.
20440         * sysdeps/i386/fpu/libm-test-ulps: Update.
20441         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20443 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20445         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20446         (do_sin_slow): New functions.
20447         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20448         (cslow2, csloww1, csloww2): Use the new functions.
20450         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20451         Use M to change sign of result instead of X.  Assume X is
20452         positive.
20453         (csloww1): Likewise.
20454         (__sin): Adjust.
20455         (__cos): Adjust.
20457         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20458         arguments A and DA.
20459         (__sin): Adjust.
20460         (__cos): Likewise.
20462         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20463         (__cos): Likewise.
20464         (sloww1): Don't adjust sign of DX.
20465         (csloww1): Likewise.
20466         (sloww2): Use X directly and don't adjust sign of DX.
20467         (csloww2): Likewise.
20469 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20471         * math/auto-libm-test-in: Add tests of cabs and carg.
20472         * math/auto-libm-test-out: Regenerated.
20473         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20474         (carg_test_data): Likewise.
20475         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20476         mpc_c_f.
20477         (func_calc_desc): Add mpc_c_f union field.
20478         (test_functions): Add cabs and carg.
20479         (calc_generic_results): Handle mpc_c_f.
20481         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20482         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20483         as a macro and a compat symbol.
20484         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20485         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20486         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20487         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20488         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20489         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20490         not use .hidden.
20491         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20492         Likewise.
20493         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20494         Likewise.
20495         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20496         Likewise.
20497         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20498         Likewise.
20499         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20500         Likewise.
20501         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20502         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20503         from GLIBC_2.3.2.
20505 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20507         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20509 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20511         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20512         trailing whitespace removed.
20513         * scripts/config.guess: Update to version 2013-11-29.
20514         * scripts/config.sub: Update to version 2013-10-01.
20516         * math/auto-libm-test-in: Add tests of sincos.
20517         * math/auto-libm-test-out: Regenerated.
20518         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20519         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20520         mpfr_f_11.
20521         (func_calc_desc): Add mpfr_f_11 union field.
20522         (test_functions): Add sincos.
20523         (calc_generic_results): Handle mpfr_f_11.
20524         * sysdeps/i386/fpu/libm-test-ulps: Update.
20525         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20527 2013-12-19  Andreas Schwab  <schwab@suse.de>
20529         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20530         CALL_MCOUNT.
20531         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20532         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20533         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20535 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20537         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20538         * sysdeps/i386/fpu/libm-test-ulps: Update.
20539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20541         [BZ #16293]
20542         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20543         round-to-nearest mode when using frndint.
20544         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20545         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20546         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20547         Likewise.
20548         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20549         sinh test to fail.
20550         * math/auto-libm-test-out: Regenerated.
20551         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20552         (TEST_COND_x86): Likewise.
20553         (expm1_tonearest_test_data): New array.
20554         (expm1_test_tonearest): New function.
20555         (expm1_towardzero_test_data): New array.
20556         (expm1_test_towardzero): New function.
20557         (expm1_downward_test_data): New array.
20558         (expm1_test_downward): New function.
20559         (expm1_upward_test_data): New array.
20560         (expm1_test_upward): New function.
20561         (main): Run the new test functions.
20562         * sysdeps/i386/fpu/libm-test-ulps: Update.
20563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20565         * include/features.h: Update comment documenting feature test
20566         macros.  Mention _DEFAULT_SOURCE in comment.
20567         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20568         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20569         _BSD_SOURCE and _SVID_SOURCE.
20570         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20571         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20572         !_SVID_SOURCE]: Likewise.
20573         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20574         (__USE_POSIX_IMPLICITLY): Define.
20575         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20576         (_POSIX_SOURCE): Undefine and redefine.
20577         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20578         (_POSIX_C_SOURCE): Likewise.
20579         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20580         (Feature Test Macros): Update documentation of default features.
20582 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20584         * benchtests/Makefile: Add bench-strtok.
20585         * benchtests/bench-strtok.c: New file: strtok benchtest.
20587 2013-12-19  Allan McRae  <allan@archlinux.org>
20589         * manual/install.texi: Suppress menu for plain text output.
20590         * INSTALL: Regenerated.
20592 2013-12-18  Brooks Moses  <bmoses@google.com>
20594         [BZ #15846]
20595         * misc/getauxval.c: Include errno.h.
20596         (__getauxval): Set errno to ENOENT if the requested type is not
20597         found.
20598         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20599         don't declare with __attribute_const__.
20600         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20601         * manual/startup.texi: Document that getauxval sets errno.
20603 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20605         * math/auto-libm-test-in: Add tests of jn and yn.
20606         * math/auto-libm-test-out: Regenerated.
20607         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20608         (yn_test_data): Likewise.
20609         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20610         mpfr_if_f.
20611         (func_calc_desc): Add mpfr_if_f union field.
20612         (FUNC_mpfr_if_f): New macro.
20613         (test_functions): Add jn and yn.
20614         (calc_generic_results): Assert type of second input for
20615         mpfr_ff_f.  Handle mpfr_if_f.
20616         (output_for_one_input_case): Disable all checking for arguments
20617         fitting floating-point types in case of an integer argument.
20618         * sysdeps/i386/fpu/libm-test-ulps: Update.
20619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20622         Don't expect fegetround reference in libm.so.
20624 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20626         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20627         $(config-cflags-nofma).
20629 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20631         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20632         * math/auto-libm-test-out: Regenerated.
20634         [BZ #16338]
20635         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20636         to determine exponent and adjust argument to have exponent of -1.
20637         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20638         log2.
20639         * math/auto-libm-test-out: Regenerated.
20640         * sysdeps/i386/fpu/libm-test-ulps: Update.
20641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20643 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20645         * manual/probes.texi: Remove cases when per-thread arenas are
20646         disabled.
20648 2013-12-18  Andreas Schwab  <schwab@suse.de>
20650         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20651         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20652         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20653         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20654         * sysdeps/i386/i686/multiarch/Makefile: Update.
20655         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20657 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20659         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20660         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20662 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20664         [BZ #15968]
20665         Support TZ transition times < 00:00:00.
20666         This is needed for version-3 tz-format files; it supports time
20667         stamps past 2037 for America/Godthab (the only entry in the tz
20668         database for which this change is relevant).
20669         * manual/time.texi (TZ Variable): Document transition times
20670         from -167:59:59 through -00:00:01.
20671         * time/tzset.c (tz_rule): Time of day is now signed.
20672         (__tzset_parse_tz): Parse negative time of day.
20674         Document TZ transition times >= 25:00:00.
20675         * manual/time.texi (TZ Variable): Document transition times from
20676         25:00:00 through 167:59:59.  These are already supported, and this
20677         support will help with version-3 tz-format files.
20679         * manual/time.texi (TZ Variable): Modernize North America example
20680         to reflect current (i.e., 2007-and-later) daylight saving rules.
20682         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20684 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20686         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20687         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20688         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20689         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20690         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20691         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20692         * sysdeps/unix/bsd/clock.c: Likewise.
20693         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20694         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20695         * sysdeps/unix/bsd/init-posix.c: Likewise.
20696         * sysdeps/unix/bsd/poll.c: Likewise.
20697         * sysdeps/unix/bsd/ptsname.c: Likewise.
20698         * sysdeps/unix/bsd/seekdir.c: Likewise.
20699         * sysdeps/unix/bsd/setegid.c: Likewise.
20700         * sysdeps/unix/bsd/seteuid.c: Likewise.
20701         * sysdeps/unix/bsd/setgid.c: Likewise.
20702         * sysdeps/unix/bsd/setrgid.c: Likewise.
20703         * sysdeps/unix/bsd/setruid.c: Likewise.
20704         * sysdeps/unix/bsd/setsid.c: Likewise.
20705         * sysdeps/unix/bsd/setuid.c: Likewise.
20706         * sysdeps/unix/bsd/sigaction.c: Likewise.
20707         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20708         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20709         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20710         * sysdeps/unix/bsd/telldir.c: Likewise.
20711         * sysdeps/unix/bsd/times.c: Likewise.
20712         * sysdeps/unix/bsd/usleep.c: Likewise.
20714         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20715         ($(objpfx)libbsd-compat.a): Remove rule.
20717         * include/features.h (__FAVOR_BSD): Do not define.
20718         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20719         features conflicting with POSIX.
20720         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20721         (_BSD_SOURCE): Remove description of not being a subset of other
20722         feature test macros.
20723         * manual/job.texi (getpgrp): Do not document BSD version.
20724         (getpgid): Do not document by reference to BSD getpgrp.
20725         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20726         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20727         * signal/signal.h [__FAVOR_BSD]: Likewise.
20728         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20729         instead of making contents conditional on [__FAVOR_BSD].
20730         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20732 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20734         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20736 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20738         [BZ #16314]
20739         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20740         values below 2**-450, not 2**-500.
20741         * math/auto-libm-test-in: Don't allow spurious underflow from
20742         hypot.
20743         * math/auto-libm-test-out: Regenerated.
20745         [BZ #16316]
20746         [BZ #16330]
20747         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20748         values of ha and hb and sort them after adjusting subnormal
20749         arguments.
20750         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20751         Likewise.
20752         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20753         values of ea and eb and sort them after adjusting subnormal
20754         arguments.
20755         * math/auto-libm-test-in: Do not expect some hypot tests of
20756         subnormals to fail.  Add more hypot tests.
20757         * math/auto-libm-test-out: Regenerated.
20759 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20761         [BZ #13304]
20762         * sysdeps/sh/s_fma.c: New file.
20763         * sysdeps/sh/s_fmaf.c: New file.
20764         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20765         version.
20766         * sysdeps/sh/Implies: Add sh/soft-fp.
20768 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20770         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20771         level of indirection to members `objname', `errstring', `malloced'.
20772         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20773         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20774         it as the __longjmp argument (just pass 1 instead).
20775         (_dl_catch_error): Initialize C with argument pointers and address of
20776         volatile local ERRCODE rather than copying values out of C at return.
20778 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20780         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20781         * math/auto-libm-test-out: Regenerated.
20782         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20783         (hypot_test_data): Likewise.
20784         (pow_test_data): Likewise.
20785         (pow_tonearest_test_data): Likewise.
20786         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20787         mpfr_ff_f.
20788         (func_calc_desc): Add mpfr_ff_f union field.
20789         (FUNC_mpfr_ff_f): New macro.
20790         (test_functions): Add atan2, hypot and pow.
20791         (special_fill_min): New function.
20792         (special_fill_minus_min): Likewise.
20793         (special_fill_min_subnorm): Likewise.
20794         (special_fill_minus_min_subnorm): Likewise.
20795         (special_real_inputs): Add min, -min, min_subnorm and
20796         -min_subnorm.
20797         (calc_generic_results): Handle mpfr_ff_f.
20798         * sysdeps/i386/fpu/libm-test-ulps: Update.
20799         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20801 2013-12-16  Will Newton  <will.newton@linaro.org>
20803         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20804         (Aligned Memory Blocks): Add documentation for aligned_alloc
20805         and suggest it as an alternative to posix_memalign.
20806         (Hooks for Malloc): Document __memalign_hook is also called
20807         for aligned_alloc.  (Summary of Malloc): Add summary for
20808         aligned alloc.  Document __memalign_hook is also called
20809         for aligned_alloc.
20811 2013-12-16  Will Newton  <will.newton@linaro.org>
20813         * manual/memory.texi (Malloc Examples): Clarify default
20814         alignment documentation.  Suggest posix_memalign rather
20815         than memalign or valloc.
20816         (Aligned Memory Blocks): Remove suggestion to use memalign
20817         or valloc.  Remove obsolete comment about BSD.
20818         Document memalign errno values and mark the function obsolete.
20819         Document posix_memalign returned error codes.  Mark valloc
20820         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20821         called for posix_memalign and valloc.
20822         (Summary of Malloc): Add posix_memalign to function summary.
20823         __memalign_hook is also called for posix_memalign and valloc.
20825 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20827         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20828         TAYLOR_SIN.
20829         (__sin): Adjust.
20830         (__cos): Likewise.
20831         (sloww): Use mynumber union.  Expand ternary operator into
20832         if-else statements.
20833         (cslow): use mynumber union.
20835 2013-12-16  Allan McRae  <allan@archlinux.org>
20837         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20838         * configure: Regenerated.
20840         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20842         [BZ #14120]
20843         * configure.ac: Added --enable-maintainer-mode. Check for
20844         autoconf when enabled.
20845         * configure: Regenerated.
20847         * nscd/nscd.service: New file.
20848         * nscd/nscd.tmpfiles: New file.
20850 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20852         [BZ #12100]
20853         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20854         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20855         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20856         (strstr): Add __strstr_sse2_unaligned ifunc.
20857         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20858         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20859         (strcasestr): Remove __strcasestr_sse42 ifunc.
20860         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20861         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20862         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20864 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20866         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20867         * sysdeps/sh/bits/fenv.h: ... here.
20868         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20870 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20872         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20874         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20875         hypotf multiarch implementations.
20876         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20877         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20878         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20879         multiarch hypot for PPC64.
20880         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20881         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20882         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20883         multiarch hypotf for PPC64.
20885         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20886         modff multiarch implementations.
20887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20888         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20890         multiarch modf for PPC64.
20891         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20892         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20893         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20894         multiarch modff for PPC64.
20896         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20897         and logl multiarch implementations.
20898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20901         multiarch logb for PPC64.
20902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20903         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20904         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20905         multiarch logb for PPC64.
20906         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20907         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20908         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20909         multiarch logb for PPC64.
20911         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20912         isinff multiarch implementation.
20913         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20914         file.
20915         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20916         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20917         multiarch isinf for PPC64.
20918         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20919         file.
20920         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20921         multiarch isinff for PPC64.
20923         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20924         finitef multiarch implementation.
20925         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20926         file.
20927         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20928         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20929         multiarch finite for PPC64.
20930         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20931         file.
20932         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20933         multiarch finitef for PPC64.
20935         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20936         lrint multiarch implementation.
20937         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20938         file.
20939         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20941         multiarch llrint for PPC64.
20942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20943         multiarch lrint for PPC64.
20945         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20946         copysignf multiarch implementation.
20947         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20948         file.
20949         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20950         file.
20951         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20952         multiarch copysign for PPC64.
20953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20954         multiarch copysignf for PPC64.
20956         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20957         multiarch implementation.
20958         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20959         file.
20960         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20961         file.
20962         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20963         file.
20964         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20965         file.
20966         multiarch llround for PPC64.
20967         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20968         multiarch trunc for PPC64.
20969         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20970         multiarch truncf for PPC64.
20972         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20973         multiarch implementation.
20974         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20975         file.
20976         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20977         file.
20978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20979         file.
20980         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20981         file.
20982         multiarch llround for PPC64.
20983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20984         multiarch round for PPC64.
20985         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20986         multiarch roundf for PPC64.
20988         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20989         multiarch implementation.
20990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20991         file.
20992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20993         file.
20994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20995         file.
20996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20997         file.
20998         multiarch llround for PPC64.
20999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21000         multiarch floor for PPC64.
21001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21002         multiarch floorf for PPC64.
21004         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21005         multiarch implementation.
21006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21007         file.
21008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21009         file.
21010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21011         file.
21012         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21013         file.
21014         multiarch llround for PPC64.
21015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21016         multiarch ceil for PPC64.
21017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21018         multiarch ceilf for PPC64.
21020         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21021         multiarch implementation.
21022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21023         file.
21024         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21025         file.
21026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21027         file.
21028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21029         multiarch llround for PPC64.
21030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21031         multiarch lround for PPC64.
21033         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21034         multiarch implementation.
21035         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21036         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21038         file.
21039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21042         multiarch isnan for PPC64.
21043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21044         multiarch isnanf for PPC64.
21046         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21047         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21048         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21049         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21050         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21053         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21054         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21055         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21056         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21058         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21059         multiarch implementations.
21060         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21061         (__libc_ifunc_impl_list): Likewise.
21062         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21063         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21064         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21065         multiarch stpcpy for PPC64.
21067         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21068         multiarch implementations.
21069         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21070         (__libc_ifunc_impl_list): Likewise.
21071         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21072         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21073         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21074         multiarch strcpy for PPC64.
21076         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21077         redefine function name.
21078         (_wordcopy_fwd_dest_aligned): Likewise.
21079         (_wordcopy_bwd_aligned): Likewise.
21080         (_wordcopy_bwd_dest_aligned): Likewise.
21081         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21082         multiarch implementations.
21083         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21084         (__libc_ifunc_impl_list): Likewise.
21085         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21086         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21087         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21088         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21089         multiarch wcscpy for PPC64.
21091         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21092         multiarch implementations.
21093         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21094         (__libc_ifunc_impl_list): Likewise.
21095         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21096         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21097         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21098         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21099         multiarch wcscpy for PPC64.
21101         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21102         multiarch implementations.
21103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21104         (__libc_ifunc_impl_list): Likewise.
21105         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21106         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21107         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21108         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21109         multiarch wcsrchr for PPC64.
21111         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21112         multiarch implementations.
21113         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21114         (__libc_ifunc_impl_list): Likewise.
21115         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21116         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21117         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21118         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21119         multiarch wcschr for PPC64.
21121         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21122         multiarch implementations.
21123         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21124         (__libc_ifunc_impl_list): Likewise.
21125         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21126         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21127         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21128         multiarch strchrnul for PPC64.
21130         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21131         implementations.
21132         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21133         (__libc_ifunc_impl_list): Likewise.
21134         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21135         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21136         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21137         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21138         strchr for PPC64.
21140         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21141         implementations.
21142         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21143         (__libc_ifunc_impl_list): Likewise.
21144         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21145         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21146         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21147         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21148         strncmp for PPC64.
21150         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21151         multiarch implementations.
21152         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21153         (__libc_ifunc_impl_list): Likewise.
21154         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21155         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21156         strncasecmp for PPC64.
21157         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21158         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21159         multiarch strncasecmp_l for PPC64.
21161         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21162         multiarch implementations.
21163         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21164         (__libc_ifunc_impl_list): Likewise.
21165         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21166         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21167         multiarch strcasecmp for PPC64.
21168         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21169         file.
21170         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21171         multiarch strcasecmp_l for PPC64.
21173         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21174         implementations.
21175         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21176         (__libc_ifunc_impl_list): Likewise.
21177         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21178         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21179         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21180         strnlen for PPC64.
21182         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21183         implementations.
21184         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21185         (__libc_ifunc_impl_list): Likewise.
21186         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21187         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21188         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21189         strlen for PPC64.
21191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21192         implementations.
21193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21194         (__libc_ifunc_impl_list): Likewise.
21195         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21196         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21197         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21198         rawmemrchr for PPC64.
21200         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21201         implementation.
21202         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21203         (__libc_ifunc_impl_list): Likewise.
21204         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21205         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21206         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21207         memrchr for PPC64.
21209         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21210         implementation.
21211         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21212         (__libc_ifunc_impl_list): Likewise.
21213         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21214         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21215         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21216         memchr for PPC64.
21218         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21219         implementation.
21220         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21221         (__libc_ifunc_impl_list): Likewise.
21222         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21223         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21224         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21225         mempcpy for PPC64.
21227         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21228         avoid cretion of __bzero symbol.
21229         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21230         Likewise.
21231         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21232         Likewise.
21233         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21234         Likewise.
21235         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21236         multiarch implementations.
21237         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21238         (__libc_ifunc_impl_list): Likewise.
21239         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21240         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21241         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21242         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21243         bzero for PPC32.
21244         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21245         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21246         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21247         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21248         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21249         memset for PPC64.
21250         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21252         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21253         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21254         implementations.
21255         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21256         (__libc_ifunc_impl_list): Likewise.
21257         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21258         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21259         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21260         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21261         memcmp for PPC64.
21263         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21264         multiarch for POWER/PPC64.
21265         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21266         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21267         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21268         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21269         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21270         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21271         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21272         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21273         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21274         memcpy for PPC64.
21276         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21277         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21278         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21279         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21280         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21281         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21282         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21283         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21284         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21285         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21286         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21287         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21288         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21289         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21290         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21299 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21301         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21303 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21305         * benchtests/Makefile (bench): Add exp2 and log2.
21306         (LDLIBS-bench-exp2): Add -lm.
21307         (LDLIBS-bench-log2): Likewise.
21308         * benchtests/exp2-inputs: New inputs file.
21309         * benchtests/log2-inputs: New inputs file.
21310         * benchtests/log-inputs: Add new inputs.
21311         * benchtests/tan-inputs: Likewise.
21313 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21315         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21316         definition...
21317         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21318         (csloww2): ... from here.
21320         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21321         instead of structures.
21322         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21323         (POLYNOMIAL): Likewise.
21324         (TAYLOR_SLOW): Likewise.
21325         (__sin): Likewise.
21326         (__cos): Likewise.
21327         (slow1): Likewise.
21328         (slow2): Likewise.
21329         (sloww): Likewise.
21330         (sloww1); Likewise.
21331         (sloww2): Likewise.
21332         (bsloww1): Likewise.
21333         (bsloww2): Likewise.
21334         (cslow2): Likewise.
21335         (csloww): Likewise.
21336         (csloww1): Likewise.
21337         (csloww2): Likewise.
21339 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21341         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21342         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21343         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21344         * malloc/hooks.c (realloc_check): Likewise.
21346         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21347         * malloc/arena.c: Remove PER_THREAD conditional.
21348         [!PER_THREAD]: Remove code.
21349         (ptmalloc_unlock_all2): Likewise.
21350         (ptmalloc_init): Likewise.
21351         (_int_new_arena): Likewise.
21352         (arena_get2): Likewise.
21353         * malloc/hooks.c (__malloc_get_state): Likewise.
21354         (__malloc_set_state): Likewise.
21355         * malloc/malloc.c: Likewise.
21356         (struct malloc_state): Likewise.
21357         (struct malloc_par): Likewise.
21358         (__libc_realloc): Likewise.
21359         (__libc_mallopt): Likewise.
21361 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21363         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21365 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21367         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21368         macro to a function.  Check for zero perturb_byte.
21369         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21371         * malloc/malloc.c: (force_reg): Remove.
21372         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21373         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21374         force_reg by atomic_forced_read.
21375         * malloc/arena.c (ptmalloc_init): Likewise.
21376         * malloc/hooks.c (top_check): Likewise.
21378 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21380         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21382 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21384         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21386 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21388         * math/auto-libm-test-in: Add tests of lgamma.
21389         * math/auto-libm-test-out: Regenerated.
21390         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21391         (M_LOG_2_SQRT_PIl): Likewise.
21392         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21393         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21394         mpfr_f_f1.
21395         (func_calc_desc): Add mpfr_f_f1 union field.
21396         (ARGS1): New macro.
21397         (ARGS2): Likewise.
21398         (ARGS3): Likewise.
21399         (ARGS4): Likewise.
21400         (RET1): Likewise.
21401         (RET2): Likewise.
21402         (CALC): Likewise.
21403         (FUNC): Likewise.
21404         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21405         (test_functions): Add lgamma.
21406         (calc_generic_results): Handle mpfr_f_f1.
21407         * sysdeps/i386/fpu/libm-test-ulps: Update.
21408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21410 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21412         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21413         __mpn_add_n for PowerPC64/POWER7.
21414         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21415         __mpn_sub_n for PowerPC64/POWER7.
21417         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21418         __mpn_addmul_1 for PowerPC64.
21419         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21420         __mpn_submul_1 for PowerPC64.
21421         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21422         for PowerPC64.
21423         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21424         for PowerPC64.
21426 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21428         [BZ #15089]
21429         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21431 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21433         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21435         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21436         add multiarch folders.
21437         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21438         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21439         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21440         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21441         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21442         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21443         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21444         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21445         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21446         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21447         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21455         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21456         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21457         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21458         New file.
21459         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21460         New file.
21461         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21462         multiarch __ieee754_hypot for PowerPC32.
21463         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21464         New file.
21465         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21466         New file.
21467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21468         multiarch __ieee754_hypotf for PowerPC32.
21470         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21471         long_double_symbol only if __logbl is defined.
21472         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21473         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21474         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21475         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21476         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21477         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21478         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21479         path for implementation.
21480         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21481         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21483         logb, and logbl multiarch implementations for PowerPC32.
21484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21485         file.
21486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21487         file.
21488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21489         multiarch logb for PowerPC32.
21490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21491         file.
21492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21493         file.
21494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21495         multiarch logbf for PowerPC32.
21496         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21498         file.
21499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21500         multiarch logbl implementation for PowerPC32.
21502         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21503         and modff multiarch implementations.
21504         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21505         New file.
21506         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21507         New file.
21508         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21509         multiarch modf for PowerPC32.
21510         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21511         New file.
21512         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21513         New file.
21514         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21515         multiarch modff for PowerPC32.
21517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21518         and lrintf multiarch implementations.
21519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21520         New file.
21521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21522         New file.
21523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21524         multiarch lrint for PowerPC32.
21525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21526         file: multiarch lrintf for PowerPC32.
21528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21529         and lroundf multiarch implementations.
21530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21531         New file.
21532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21533         New file.
21534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21535         New file.
21536         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21537         multiarch lround for PowerPC32.
21538         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21539         file: multiarch lroundf for PowerPC32.
21541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21542         copysign and copysignf multiarch implementations.
21543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21544         New file.
21545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21546         New file.
21547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21548         file: multiarch copysign for PowerPC32.
21549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21550         file: multiarch copysignf for PowerPC32.
21552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21553         and truncf multiarch implementations.
21554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21555         New file.
21556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21557         file.
21558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21559         multiarch trunc for PowerPC32.
21560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21561         New file.
21562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21563         New file.
21564         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21565         multiarch truncf for PowerPC32.
21567         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21568         and roundf multiarch implementations.
21569         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21570         New file.
21571         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21572         file.
21573         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21574         multiarch round for PowerPC32.
21575         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21576         New file.
21577         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21578         New file.
21579         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21580         multiarch roundf for PowerPC32.
21582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21583         and floorf multiarch implementations.
21584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21585         New file.
21586         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21587         file.
21588         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21589         multiarch floor for PowerPC32.
21590         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21591         New file.
21592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21593         New file.
21594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21595         multiarch floorf for PowerPC32.
21597         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21598         and ceilf multiarch implementations.
21599         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21600         New file.
21601         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21602         file.
21603         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21604         multiarch ceil for PowerPC32.
21605         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21606         New file.
21607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21608         file.
21609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21610         multiarch ceilf for PowerPC32.
21612         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21613         is defined.
21614         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21615         FINITEF is defined.
21616         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21617         and finitef multiarch implementations.
21618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21619         New file.
21620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21621         file.
21622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21623         multiarch finite for PowerPC32.
21624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21625         New file.
21626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21627         file: multiarch finitef for PowerPC32.
21629         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21630         and isinff multiarch implementations.
21631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21632         file.
21633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21634         file.
21635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21636         multiarch isinf for PowerPC32.
21637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21638         New file.
21639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21640         multiarch isinff for PowerPC32.
21642         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21643         alias when __isnan is defined.
21644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21645         and isnanf multiarch implementations.
21646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21647         file.
21648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21649         file.
21650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21651         file.
21652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21653         file.
21654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21655         multiarch isnan for PowerPC32.
21656         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21657         New file.
21658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21659         New file.
21660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21661         multiarch isnanf for PowerPC32.
21663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21664         and sqrtf multiarch implementations.
21665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21666         file.
21667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21668         file.
21669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21670         multiarch sqrt for PowerPC32.
21671         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21672         file.
21673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21674         file.
21675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21676         multiarch sqrtf for PowerPC32.
21678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21679         and llroundf multiarch implementations.
21680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21681         New file.
21682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21683         New file.
21684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21685         New file.
21686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21687         file: multiarch llround for PowerPC32.
21688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21689         file: multiarch llroundf for PowerPC32.
21691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21692         multiarch PowerPC32 fpu implementations.
21693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21694         New file.
21695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21696         New file.
21697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21698         multiarch llrint for PowerPC32.
21699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21700         New file.
21701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21702         New file.
21703         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21704         file.
21706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21708         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21709         file.
21710         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21711         file.
21712         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21713         file.
21714         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21715         multiarch wordcopy for PPC32.
21716         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21717         wordcopy objects.
21718         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21719         (__libc_ifunc_impl_list): Likewise.
21720         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21721         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21722         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21723         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21724         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21725         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21727         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21728         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21729         file.
21730         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21731         file.
21732         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21733         file.
21734         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21735         multiarch wcscpy for PPC32.
21736         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21737         multiarch objects.
21738         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21739         (__libc_ifunc_impl_list): Likewise.
21740         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21741         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21742         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21743         sysdeps/powerpc/power6/wcscpy.c.
21745         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21746         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21747         file.
21748         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21749         file.
21750         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21751         file.
21752         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21753         multiarch wcsrchr for PPC32.
21754         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21755         multiarch objects.
21756         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21757         (__libc_ifunc_impl_list): Likewise.
21758         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21759         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21760         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21761         sysdeps/powerpc/power6/wcsrchr.c.
21763         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21764         file.
21765         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21766         file.
21767         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21768         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21769         multiarch wcschr for PPc32.
21770         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21771         multiarch objects.
21772         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21773         (__libc_ifunc_impl_list): Likewise.
21774         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21775         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21776         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21777         sysdeps/powerpc/power6/wcschr.c.
21779         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21780         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21781         file.
21782         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21783         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21784         file: multiarch strchr for PPC32.
21785         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21786         multiarch objects.
21787         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21788         (__libc_ifunc_impl_list): Likewise.
21790         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21791         name.
21792         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21793         file.
21794         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21795         file.
21796         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21797         multiarch strchrnul for PPC32.
21798         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21799         multiarch objects.
21800         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21801         (__libc_ifunc_impl_list): Likewise.
21803         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21804         file.
21805         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21806         multiarch strncasecmp for PPC32.
21807         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21808         file.
21809         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21810         multiarch strncasecmp_l for PPC32.
21811         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21812         strncasecmp multiarch objects.
21813         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21814         (__libc_ifunc_impl_list): Likewise.
21816         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21817         file.
21818         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21819         multiarch strncasecmp for PPC32.
21820         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21821         New file.
21822         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21823         multiarch strcasecmp_l for PPC32.
21824         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21825         multiarch objects.
21826         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21827         (__libc_ifunc_impl_list): Likewise.
21829         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21830         file.
21831         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21832         file.
21833         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21834         multiarch strncmp for PPC32.
21835         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21836         multiarch objects.
21837         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21838         (__libc_ifunc_impl_list): Likewise.
21840         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21841         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21842         file.
21843         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21844         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21845         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21846         multiarch objects.
21847         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21848         (__libc_ifunc_impl_list): Likewise.
21850         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21851         file.
21852         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21853         file.
21854         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21855         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21856         multiarch objects.
21857         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21858         (__libc_ifunc_impl_list): Likewise.
21860         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21861         file.
21862         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21863         file.
21864         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21865         multiarch rawmemchr for PPC32.
21866         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21867         multiarch objects.
21868         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21869         (__libc_ifunc_impl_list): Likewise.
21871         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21872         file.
21873         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21874         file.
21875         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21876         file: memrchr multiarch for PPC32.
21877         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21878         multiarch objects.
21879         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21880         (__libc_ifunc_impl_list): Likewise.
21882         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21883         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21884         file.
21885         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21886         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21887         multiarch memchr for PPC32.
21888         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21889         multiarch objects.
21890         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21891         (__libc_ifunc_impl_list): Likewise.
21893         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21894         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21895         file.
21896         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21897         file.
21898         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21899         file: multiarch mempcpy for PPC32.
21900         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21901         multiarch objects.
21902         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21903         (__libc_ifunc_impl_list): Likewise.
21905         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21906         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21907         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21908         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21909         multiarch bzero for PPC32.
21910         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21911         file.
21912         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21913         file.
21914         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21915         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21916         file: multiarch memset for PPC32.
21917         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21918         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21919         memset multiarch objects.
21920         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21921         (__libc_ifunc_impl_list): Likewise.
21923         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21924         file.
21925         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21926         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21927         memcmp for PPC32.
21928         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21929         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21930         multiarch objects.
21931         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21932         (__libc_ifunc_impl_list): Likewise.
21934         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21935         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21936         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21937         file.
21938         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21939         file.
21940         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21941         file.
21942         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21943         multiarch memcpy for PPC32.
21944         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21945         multiarch objects.
21946         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21947         (__libc_ifunc_impl_list): Likewise.
21949         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21950         support multiarch for POWER/PPC32.
21951         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21952         Likewise.
21953         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21955         Implies file to make multiarch folder appers before the fpu and
21956         default folder for power4 configuration.
21958 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21960         * scripts/bench.pl: Append volatile keyword to type.
21962 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21964         * sysdeps/sh/sotruss-lib.c: New file.
21965         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21967 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21969         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21971 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21973         [BZ #6810]
21974         * math/w_tgamma.c: Include <errno.h>.
21975         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21976         * math/w_tgammaf.c: Include <errno.h>.
21977         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21978         * math/w_tgammal.c: Include <errno.h>.
21979         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21980         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21981         underflow.  Add more tgamma tests.
21982         * math/auto-libm-test-out: Regenerated.
21983         * sysdeps/i386/fpu/libm-test-ulps: Update.
21984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21986         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21987         sin, sinh, tan, tanh, tgamma, y0 and y1.
21988         * math/auto-libm-test-out: Regenerated.
21989         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21990         (TEST_COND_x86): Likewise.
21991         (M_E2l): Remove macro.
21992         (M_E3l): Likewise.
21993         (M_2_SQRT_PIl): Likewise.
21994         (M_SQRT_PIl): Likewise.
21995         (M_1_DIV_El): Likewise.
21996         (log_test_data): Use AUTO_TESTS_f_f.
21997         (log10_test_data): Likewise.
21998         (log1p_test_data): Likewise.
21999         (log2_test_data): Likewise.
22000         (sin_test_data): Likewise.
22001         (sin_tonearest_test_data): Likewise.
22002         (sin_towardzero_test_data): Likewise.
22003         (sin_downward_test_data): Likewise.
22004         (sin_upward_test_data): Likewise.
22005         (sinh_test_data): Likewise.
22006         (sinh_tonearest_test_data): Likewise.
22007         (sinh_towardzero_test_data): Likewise.
22008         (sinh_downward_test_data): Likewise.
22009         (sinh_upward_test_data): Likewise.
22010         (tan_test_data): Likewise.
22011         (tan_tonearest_test_data): Likewise.
22012         (tan_towardzero_test_data): Likewise.
22013         (tan_downward_test_data): Likewise.
22014         (tan_upward_test_data): Likewise.
22015         (tanh_test_data): Likewise.
22016         (tgamma_test_data): Likewise.
22017         (y0_test_data): Likewise.
22018         (y1_test_data): Likewise.
22019         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22020         (special_real_inputs): Add pi/4.
22021         * sysdeps/i386/fpu/libm-test-ulps: Update.
22022         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22024 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22026         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22027         "longjmp_target" static probes.
22028         (__longjmp): Rename to __longjmp_symbol.
22029         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22030         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22031         on which longjmp to generate.
22032         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22033         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22034         probe.
22035         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22036         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22037         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22038         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22039         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22040         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22042         __longjmp_symbol based on which __longjmp to generate.
22043         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22044         probe.
22045         (setjmp): Rename to setjmp_symbol.
22046         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22047         (_setjmp): Rename to _setjmp_symbol.
22048         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22049         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22050         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22051         which setjmp to generate.
22052         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22053         "longjmp_target" static probes.
22055 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22057         * benchtests/README: Add note about output arguments.
22058         * benchtests/bench-sincos.c: Remove file.
22059         * benchtests/sincos-inputs: New file.
22060         * scripts/bench.pl: Identify output arguments and define
22061         static variables for them.
22063         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22065         [BZ #15941]
22066         * Makefile (INSTALL): Add install-plain.texi as the primary
22067         dependency.
22068         * manual/install-plain.texi: New file.
22069         * manual/install.texi: Include node directive only for
22070         non-plaintext output.
22072 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22074         * stdlib/longlong.h: Update from GCC.
22076         [BZ #6807]
22077         [BZ #15901]
22078         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22079         * math/w_j0f.c (y0f): Likewise.
22080         * math/w_j0l.c (__y0l): Likewise.
22081         * math/w_j1.c (y1): Likewise.
22082         * math/w_j1f.c (y1f): Likewise.
22083         * math/w_j1l.c (__y1l): Likewise
22084         * math/w_jn.c (yn): Likewise.
22085         * math/w_jnf.c (ynf): Likewise.
22086         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22087         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22088         value for Bessel function domain errors outside _SVID_ mode.
22089         Adjust sign of return value for yn (negative integer, 0).
22090         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22091         by zero in return for negative x and set sign appropriately for
22092         negative n.
22093         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22094         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22095         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22096         expectations in error cases.
22097         (y1_test_data): Likewise.
22098         (yn_test_data): Likewise.
22099         * sysdeps/i386/fpu/libm-test-ulps: Update.
22100         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22102 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22104         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22105         "64" to "64-v1".  Add "64-v2".
22106         (abi-64-options): Rename to ...
22107         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22108         (abi-64-condition): Rename to ...
22109         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22110         (abi-64-ld-soname): Rename to ...
22111         (abi-64-v1-ld-soname): ... this.
22112         (abi-64-v2-options): Define.
22113         (abi-64-v2-condition): Likewise.
22114         (abi-64-v2-ld-soname): Likewise.
22115         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22116         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22119         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22121 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22122             Alan Modra  <amodra@gmail.com>
22124         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22125         New versions for use with the ELFv2 ABI.
22126         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22127         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22128         declaration.
22129         (struct La_ppc64v2_retval): Likewise.
22130         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22131         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22132         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22133         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22134         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22135         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22136         Do not save or restore CR.
22137         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22138         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22139         return values for ELFv2 ABI.  Fix location of FPR return registers.
22140         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22141         updated values for _CALL_ELF == 2.
22142         (La_regs, La_retval, int_retval): Likewise.
22144 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22146         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22147         (FRAME_MIN_SIZE_PARM): Likewise.
22148         (FRAME_BACKCHAIN): Likewise.
22149         (FRAME_CR_SAVE): Likewise.
22150         (FRAME_LR_SAVE): Likewise.
22151         (FRAME_TOC_SAVE): Likewise.
22152         (FRAME_PARM_SAVE): Likewise.
22153         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22154         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22155         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22156         (call_mcount_parm_offset): New macro.
22157         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22158         (PROF): Use symbolic stack frame offsets.
22159         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22160         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22161         Redefine in terms of FRAME_MIN_SIZE.
22162         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22163         (_dl_profile_resolve): Likewise.  Update comment.
22164         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22165         symbols stack frame offsets.
22166         (__sigsetjmp): Likewise.
22167         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22168         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22169         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22170         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22173         (FRAME_BACKCHAIN): Remove.
22174         (FRAME_CR_SAVE): Likewise.
22175         (FRAME_LR_SAVE): Likewise.
22176         (FRAME_COMPILER_DW): Likewise.
22177         (FRAME_LINKER_DW): Likewise.
22178         (FRAME_TOC_SAVE): Likewise.
22179         (FRAME_PARM_SAVE): Likewise.
22180         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22181         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22182         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22184         (CHECK_SP): Use symbolic stack frame offsets.
22185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22186         zone" instead of caller's parameter save area for temp storage.
22187         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22188         Likewise.  Also, use symbolic stack frame offsets.
22189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22190         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22191         our own stack frame instead of the caller's.
22192         (__socket): Use symbolic stack frame offsets.
22194 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22195             Alan Modra  <amodra@gmail.com>
22197         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22198         Define.
22199         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22200         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22201         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22202         New function.
22203         (elf_machine_fixup_plt): Call it.
22204         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22205         reloc arguments.
22206         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22207         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22208         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22209         r2 before calling target.
22211 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22212             Alan Modra  <amodra@gmail.com>
22214         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22215         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22216         versions of macros to support ELFv2 ABI.
22217         (LOCALENTRY): New macro.
22218         (ENTRY, EALIGN): Use it.
22219         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22220         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22221         fall through into ENTRY entry point.
22222         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22223         Only define if _CALL_ELF != 2.
22225         (elf_machine_matches_host): Verify ABI version matches.
22226         (RTLD_START): Use LOCALENTRY.
22227         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22228         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22229         (PLT_ENTRY_WORDS): New macro.
22230         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22231         (elf_machine_runtime_setup): Support ELFv2 ABI.
22232         (elf_machine_fixup_plt): Likewise.
22233         (elf_machine_plt_conflict): Likewise.
22234         (resolve_ifunc): Likewise.
22235         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22236         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22237         Likewise.
22238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22239         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22241         (makecontext): Support ELFv2 ABI.
22242         * elf/elf.h (EF_PPC64_ABI): Define.
22244 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22246         * sysdeps/powerpc/powerpc64/sysdep.h
22247         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22248         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22249         (ENTRY) [ASSEMBLER]: ... but instead here ...
22250         (EALIGN) [ASSEMBLER]: ... and here.
22251         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22252         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22253         (ENTRY_2) [!ASSEMBLER]: Use it.
22254         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22255         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22256         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22257         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22258         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22260         Use PPC64_LOAD_FUNCPTR.
22262         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22264 2013-12-04  Alan Modra  <amodra@gmail.com>
22266         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22267         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22268         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22269         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22271         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22272         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22273         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22274         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22275         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22276         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22278 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22281         (__makecontext): Fix incorrect CFI when backtracing out of
22282         context created via makecontext.
22283         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22284         (__setcontext): Fix incorrect CFI during switch to new context.
22285         (__novec_setcontext): Likewise.
22287 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22289         [BZ #4772]
22290         * time/strptime_l.c (__strptime_internal): Allow modifiers
22291         in strptime.
22292         * time/tst-strptime.c (day_tests): Add testcase.
22294 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22296         * scripts/bench.pl: Skip over blank lines.
22298 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22300         [BZ #926]
22301         * manual/time.texi (Calendar Time): Clarify what timezone functions
22302         use.
22304 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22306         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22308 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22310         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22311         implementation.
22312         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22313         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22314         * debug/memset_chk.c (__memset_chk): Likewise.
22315         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22316         * debug/strncpy_chk.c: Likewise.
22318 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22320         [BZ #15268]
22321         [BZ #15425]
22322         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22323         (__ieee754_exp): For possibly underflowing results, check size of
22324         result and force underflow exception if required.
22325         * math/auto-libm-test-in: Add more tests of exp.
22326         * math/auto-libm-test-out: Regenerated.
22327         * sysdeps/i386/fpu/libm-test-ulps: Update.
22328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22330         [BZ #16283]
22331         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22332         * math/w_exp2f.c (__exp2f): Likewise.
22333         * math/w_exp2l.c (__exp2l): Likewise.
22334         * math/auto-libm-test-in: Do not allow missing errno on exp2
22335         underflow.
22336         * math/auto-libm-test-out: Regenerated.
22338 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22340         [BZ #16274]
22341         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22342         handle filename validation.
22343         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22344         (do_open): Delete.
22346 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22348         [BZ #6786]
22349         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22350         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22351         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22352         <float.h>.
22353         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22354         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22355         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22356         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22357         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22358         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22359         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22360         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22361         Add more erfc tests.
22362         * math/auto-libm-test-out: Regenerated.
22363         * sysdeps/i386/fpu/libm-test-ulps: Update.
22364         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22366         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22367         exp2, expm1, j0 and j1.
22368         * math/auto-libm-test-out: Regenerated.
22369         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22370         (erfc_test_data): Likewise.
22371         (exp_test_data): Likewise.
22372         (exp_tonearest_test_data): Likewise.
22373         (exp_towardzero_test_data): Likewise.
22374         (exp_downward_test_data): Likewise.
22375         (exp_upward_test_data): Likewise.
22376         (exp10_test_data): Likewise.
22377         (exp2_test_data): Likewise.
22378         (expm1_test_data): Likewise.
22379         (j0_test_data): Likewise.
22380         (j1_test_data): Likewise.
22381         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22382         (input_flag_type): Add flag_xfail_rounding.
22383         (input_flags): Add xfail-rounding.
22384         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22385         (output_for_one_input_case): Handle flag_xfail_rounding.
22386         * sysdeps/i386/fpu/libm-test-ulps: Update.
22387         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22389 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22391         [BZ #16289]
22392         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22393         division by 0.
22395 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22397         [BZ #16195]
22398         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22399         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22400         (STAP_PROBE0): New macro.
22401         (STAP_PROBE1): Likewise.
22402         (STAP_PROBE2): Likewise.
22403         (STAP_PROBE3): Likewise.
22404         (STAP_PROBE4): Likewise.
22406 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22408         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22410 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22412         * benchtests/Makefile (bench): Add sqrt.
22413         (LDLIBS-bench-sqrt): New.
22414         * benchtests/sqrt-input: New.
22416 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22418         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22419         (GAIH_EAI): Likewise.
22420         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22421         (gaih_inet): Likewise.
22422         (getaddrinfo): Don't use GAIH_EAI.
22424         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22425         (struct gaih): Remove definition.
22427 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22429         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22430         Use HERRNOP directly.
22432 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22434         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22436 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22438         * math/gen-auto-libm-tests.c (test_functions): Add more
22439         single-argument functions.
22440         (special_fill_pi_2): New function.
22441         (special_fill_minus_pi_2): Likewise.
22442         (special_fill_pi_6): Likewise.
22443         (special_fill_minus_pi_6): Likewise.
22444         (special_fill_pi_3): Likewise.
22445         (special_fill_2pi_3): Likewise.
22446         (special_fill_e): Likewise.
22447         (special_fill_1_e): Likewise.
22448         (special_fill_e_minus_1): Likewise.
22449         (special_real_inputs): Add more special inputs.
22450         (output_for_one_input_case): Do not require ERANGE on underflow to
22451         zero if round-to-nearest result does not underflow to zero, unless
22452         exact results required.
22453         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22454         atan, atanh, cbrt, cos and cosh.
22455         * math/auto-libm-test-out: Regenerated.
22456         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22457         (acos_tonearest_test_data): Likewise.
22458         (acos_towardzero_test_data): Likewise.
22459         (acos_downward_test_data): Likewise.
22460         (acos_upward_test_data): Likewise.
22461         (acosh_test_data): Likewise.
22462         (asin_test_data): Likewise.
22463         (asin_tonearest_test_data): Likewise.
22464         (asin_towardzero_test_data): Likewise.
22465         (asin_upward_test_data): Likewise.
22466         (asinh_test_data): Likewise.
22467         (atan_test_data): Likewise.
22468         (atanh_test_data): Likewise.
22469         (cbrt_test_data): Likewise.
22470         (cos_test_data): Likewise.
22471         (cos_tonearest_test_data): Likewise.
22472         (cos_towardzero_test_data): Likewise.
22473         (cos_downward_test_data): Likewise.
22474         (cos_upward_test_data): Likewise.
22475         (cosh_test_data): Likewise.
22476         (cosh_tonearest_test_data): Likewise.
22477         (cosh_towardzero_test_data): Likewise.
22478         (cosh_downward_test_data): Likewise.
22479         (cosh_upward_test_data): Likewise.
22480         * sysdeps/i386/fpu/libm-test-ulps: Update.
22481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22483 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22485         [BZ #6787]
22486         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22487         * math/w_exp10f.c (__exp10f): Likewise.
22488         * math/w_exp10l.c (__exp10l): Likewise.
22489         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22490         errno settings in existing tests.
22492         [BZ #14032]
22493         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22494         precision control set to double precision.
22495         * sysdeps/i386/fpu/w_sqrt.c: New file.
22496         * math/auto-libm-test-in: Add more tests.
22497         * math/auto-libm-test-out: Update.
22499         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22500         (sqrt_test_tonearest): New function.
22501         (sqrt_towardzero_test_data): New variable.
22502         (sqrt_test_towardzero): New function.
22503         (sqrt_downward_test_data): New variable.
22504         (sqrt_test_downward): New function.
22505         (sqrt_upward_test_data): New variable.
22506         (sqrt_test_upward): New function.
22507         (main): Call the new functions.
22509         * math/gen-auto-libm-tests.c: New file.
22510         * math/auto-libm-test-in: Likewise.
22511         * math/auto-libm-test-out: New generated file.
22512         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22513         variables.
22514         (%beautify): Add generated representations of zero.
22515         (top level): Set $auto_input and call parse_auto_input.
22516         (beautify): Remove trailing "f" from hex float constants.
22517         (parse_args): Handle XFAIL_TEST.
22518         (convert_condition): New function.
22519         (or_value): Likewise.
22520         (or_cond_value): Likewise.
22521         (generate_testfile): Handle AUTO_TESTS_* lines.
22522         (parse_auto_input): New function.
22523         * math/libm-test.inc (XFAIL_TEST): New macro.
22524         (ERRNO_UNCHANGED): Update value.
22525         (ERRNO_EDOM): Likewise.
22526         (ERRNO_ERANGE): Likewise.
22527         (IGNORE_RESULT): Likewise.
22528         (TEST_COND_flt_32): New macro.
22529         (TEST_COND_dbl_64): Likewise.
22530         (TEST_COND_ldbl_96_intel): Likewise.
22531         (TEST_COND_ldbl_96_m68k): Likewise.
22532         (TEST_COND_ldbl_128): Likewise.
22533         (TEST_COND_ldbl_128ibm): Likewise.
22534         (TEST_COND_long32): Likewise.
22535         (TEST_COND_long64): Likewise.
22536         (TEST_COND_before_rounding): Likewise.
22537         (TEST_COND_after_rounding): Likewise.
22538         (enable_test): Handle XFAIL_TEST flag.
22539         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22540         with finite results.
22541         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22542         auto-libm-test-out.
22544 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22545             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22547         [BZ #16214]
22548         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22549         __tls_get_addr_internal instead of __tls_get_offset in order to
22550         avoid GOT pointer dependency.  Make rtld export
22551         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22552         __tls_get_addr since we are a __tls_get_offset platform.
22553         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22554         GOT pointer being set up before.
22555         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22557 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22559         * manual/math.texi (Errors in Math Functions): Document accuracy
22560         goals.
22562         [BZ #15004]
22563         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22564         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22565         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22566         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22567         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22568         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22569         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22570         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22571         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22572         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22573         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22574         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22575         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22576         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22577         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22578         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22580         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22581         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22582         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22583         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22584         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22585         Likewise.
22586         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22587         Likewise.
22588         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22589         Likewise.
22590         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22591         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22592         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22593         atomic-feupdateenv and flt-rounds.
22594         * sysdeps/powerpc/nofpu/Versions (libc): Add
22595         __atomic_feholdexcept, __atomic_feclearexcept,
22596         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22597         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22598         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22599         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22600         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22601         here.
22602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22603         Update.
22605         * manual/arith.texi (FP Exceptions): Document that exceptions may
22606         not be raised when matherr is used.
22607         (Math Error Reporting): Document overflow in directed rounding
22608         modes.  Document that errno may not be set when finite values are
22609         returned on overflow.  Document intent to set errno on underflow
22610         only for underflow to zero.
22612         [BZ #16271]
22613         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22614         round-to-nearest then adjust result for other rounding modes.
22615         * include/fenv.h (fegetround): Use libm_hidden_proto.
22616         * math/fegetround.c (fegetround): Use libm_hidden_def.
22617         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22618         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22619         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22620         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22621         Likewise.
22622         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22623         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22624         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22625         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22627 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22629         [BZ #16077]
22630         * nss/Versions (libnss_files): Add
22631         _nss_files_gethostbyname3_r.
22632         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22633         New function.
22634         (HOST_DB_LOOKUP): Remove macro.
22635         (_nss_files_gethostbyname_r): Implement function without the
22636         HOST_DB_LOOKUP macro.
22637         (_nss_files_gethostbyname2_r): Likewise.
22639 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22641         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22643 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22645         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22646         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22647         warning.
22649 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22651         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22652         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22653         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22654         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22655         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22656         __fe_nomask_env_priv and attribute_hidden.
22657         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22658         (libc_feupdateenv_test_ppc): Likewise.
22659         (libc_feresetround_ppc): Likewise.
22660         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22661         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22662         compat_symbol macro.
22663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22664         (__fe_nomask_env): Likewise.
22665         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22667 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22669         * string/Makefile: Remove ifunc tests.
22670         * string/test-string.h: Define TEST_IFUNC.
22671         * string/test-bcopy-ifunc.c: Remove.
22672         * string/test-bzero-ifunc.c: Likewise.
22673         * string/test-memccpy-ifunc.c: Likewise.
22674         * string/test-memchr-ifunc.c: Likewise.
22675         * string/test-memcmp-ifunc.c: Likewise.
22676         * string/test-memcpy-ifunc.c: Likewise.
22677         * string/test-memmem-ifunc.c: Likewise.
22678         * string/test-memmove-ifunc.c: Likewise.
22679         * string/test-mempcpy-ifunc.c: Likewise.
22680         * string/test-memrchr-ifunc.c: Likewise.
22681         * string/test-memset-ifunc.c: Likewise.
22682         * string/test-rawmemchr-ifunc.c: Likewise.
22683         * string/test-stpcpy-ifunc.c: Likewise.
22684         * string/test-stpncpy-ifunc.c: Likewise.
22685         * string/test-strcasecmp-ifunc.c: Likewise.
22686         * string/test-strcasestr-ifunc.c: Likewise.
22687         * string/test-strcat-ifunc.c: Likewise.
22688         * string/test-strchr-ifunc.c: Likewise.
22689         * string/test-strchrnul-ifunc.c: Likewise.
22690         * string/test-strcmp-ifunc.c: Likewise.
22691         * string/test-strcpy-ifunc.c: Likewise.
22692         * string/test-strcspn-ifunc.c: Likewise.
22693         * string/test-strlen-ifunc.c: Likewise.
22694         * string/test-strncasecmp-ifunc.c: Likewise.
22695         * string/test-strncat-ifunc.c: Likewise.
22696         * string/test-strncmp-ifunc.c: Likewise.
22697         * string/test-strncpy-ifunc.c: Likewise.
22698         * string/test-strnlen-ifunc.c: Likewise.
22699         * string/test-strpbrk-ifunc.c: Likewise.
22700         * string/test-strrchr-ifunc.c: Likewise.
22701         * string/test-strspn-ifunc.c: Likewise.
22702         * string/test-strstr-ifunc.c: Likewise.
22704 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22706         * benchtests/Makefile: Remove ifunc tests.
22707         * benchtests/bench-string.h: Define TEST_IFUNC.
22708         * benchtests/bench-bcopy-ifunc.c: Remove.
22709         * benchtests/bench-bzero-ifunc.c: Likewise.
22710         * benchtests/bench-memccpy-ifunc.c: Likewise.
22711         * benchtests/bench-memchr-ifunc.c: Likewise.
22712         * benchtests/bench-memcmp-ifunc.c: Likewise.
22713         * benchtests/bench-memcpy-ifunc.c: Likewise.
22714         * benchtests/bench-memmem-ifunc.c: Likewise.
22715         * benchtests/bench-memmove-ifunc.c: Likewise.
22716         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22717         * benchtests/bench-memrchr-ifunc.c: Likewise.
22718         * benchtests/bench-memset-ifunc.c: Likewise.
22719         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22720         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22721         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22722         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22723         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22724         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22725         * benchtests/bench-strcat-ifunc.c: Likewise.
22726         * benchtests/bench-strchr-ifunc.c: Likewise.
22727         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22728         * benchtests/bench-strcmp-ifunc.c: Likewise.
22729         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22730         * benchtests/bench-strcpy-ifunc.c: Likewise.
22731         * benchtests/bench-strcspn-ifunc.c: Likewise.
22732         * benchtests/bench-strlen-ifunc.c: Likewise.
22733         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22734         * benchtests/bench-strncat-ifunc.c: Likewise.
22735         * benchtests/bench-strncmp-ifunc.c: Likewise.
22736         * benchtests/bench-strncpy-ifunc.c: Likewise.
22737         * benchtests/bench-strnlen-ifunc.c: Likewise.
22738         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22739         * benchtests/bench-strrchr-ifunc.c: Likewise.
22740         * benchtests/bench-strsep-ifunc.c: Likewise.
22741         * benchtests/bench-strspn-ifunc.c: Likewise.
22742         * benchtests/bench-strstr-ifunc.c: Likewise.
22744 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22746         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22748 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22750         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22751         * rt/aio.h: Likewise.
22752         * sysdeps/gnu/bits/utmp.h: Likewise.
22753         * sysdeps/gnu/bits/utmpx.h: Likewise.
22754         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22755         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22756         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22757         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22758         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22759         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22760         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22761         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22762         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22763         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22764         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22765         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22766         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22768         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22769         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22770         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22771         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22772         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22773         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22774         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22775         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22776         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22777         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22778         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22779         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22780         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22781         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22782         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22783         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22784         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22785         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22786         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22787         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22788         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22789         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22790         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22791         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22792         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22793         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22794         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22795         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22797 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22799         [BZ #16245]
22800         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22801         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22803 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22805         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22806         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22807         Likewise.
22809 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22811         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22812         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22813         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22814         (__fesetround): Remove define.
22815         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22816         rounding and exceptions handling.
22817         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22818         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22819         (__fe_nomask_env): Likewise.
22820         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22821         __fegetround instead of fegetround.
22822         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22823         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22825 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22827         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22828         it's there.
22830         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22832 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22834         [BZ #11157]
22835         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22836         (encrypt_r): Likewise.
22837         * malloc/obstack.h (obstack_free): Likewise.
22838         * posix/unistd.h (encrypt): Likewise.
22840 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22842         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22843         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22844         DL_CALL_DT_FINI() that call the functions directly.
22845         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22846         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22847         * elf/dl-fini.c: Likewise.
22849 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22851         * malloc/hooks.c (memalign_check): Add alignment rounding.
22852         * malloc/malloc.c (_mid_memalign): New function.
22853         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22854         Implement by calling _mid_memalign.
22855         * manual/probes.texi (Memory Allocation Probes): Remove
22856         memory_valloc_retry and memory_pvalloc_retry.
22858 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22860         * locale/programs/locarchive.c (open_archive): Add const
22861         qualifier to ARCHIVEFNAME and copy default fname to
22862         DEFAULT_FNAME.
22864         [BZ #15601]
22865         * libio/tst-widetext.input: Rename Oriya to Odia.
22866         * locale/iso-639.def: Likewise.
22868         * manual/probes.texi (Mathematical Function Probes): Add
22869         documentation for sin, cos, asin and acos probes.
22870         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22871         (__sin32): Add slowasin probe.
22872         (__cos32): Add slowacos probe.
22873         (__mpsin): Add slowsin probe.
22874         (__mpcos): Add slowcos probe.
22876 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22878         [BZ #15483]
22879         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22880         thread-local __sim_exceptions_thread and global
22881         __sim_exceptions_global.
22882         (__sim_disabled_exceptions): Change to thread-local
22883         __sim_disabled_exceptions_thread and global
22884         __sim_disabled_exceptions_global.
22885         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22886         and global __sim_round_mode_global.
22887         (__simulate_exceptions): Use thread-local floating-point state and
22888         set global state from it as needed.
22889         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22890         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22891         __sim_round_mode_thread.
22892         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22893         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22894         and global __sim_exceptions_global.
22895         (__sim_disabled_exceptions): Change to thread-local
22896         __sim_disabled_exceptions_thread and global
22897         __sim_disabled_exceptions_global.
22898         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22899         and global __sim_round_mode_global.
22900         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22901         (SIM_SET_GLOBAL): Likewise.
22902         * sysdeps/powerpc/soft-fp/sfp-machine.h
22903         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22904         __sim_round_mode_thread.
22905         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22906         __sim_disabled_exceptions_thread.
22907         (__sim_exceptions): Change to __sim_exceptions_thread.
22908         (__sim_disabled_exceptions): Change to
22909         __sim_disabled_exceptions_thread.
22910         (__sim_round_mode): Change to __sim_round_mode_thread.
22911         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22912         thread-local floating-point state and set global state from it as
22913         needed.
22914         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22915         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22916         (__sim_disabled_exceptions): Remove extern declaration.
22917         (feenableexcept): Use thread-local floating-point state and set
22918         global state from it as needed.
22919         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22920         extern declaration.
22921         (__sim_disabled_exceptions): Likewise.
22922         (__sim_round_mode): Likewise.
22923         (__fegetenv): Use thread-local floating-point state.
22924         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22925         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22926         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22927         floating-point state and set global state from it as needed.
22928         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22929         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22930         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22931         Likewise.
22932         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22933         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22934         Likewise.
22935         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22936         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22937         Use __sim_round_mode_thread.
22938         * math/test-fenv-tls.c: New file.
22939         * math/Makefile (tests): Add test-fenv-tls.
22940         ($(objpfx)test-fenv-tls): Depend on
22941         $(common-objpfx)nptl/libpthread.so.
22943 2013-11-19  Andreas Schwab  <schwab@suse.de>
22945         * locale/programs/locale.c (show_info): Decode wordarray elements.
22946         * locale/categories.def (LC_MONETARY): Add element for
22947         _NL_MONETARY_CRNCYSTR.
22948         * locale/C-monetary.c (conversion_rate): New variable.
22949         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22950         element.
22952 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22954         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22955         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22957 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22959         * elf/Makefile (tst-auxv): New test.
22960         * elf/tst-auxv.c: New
22961         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22963 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22965         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22966         (hidden_proto): Caller changed.
22967         (hidden_tls_proto): New macro.
22968         (libc_hidden_tls_proto): Likewise.
22969         (rtld_hidden_tls_proto): Likewise.
22970         (libm_hidden_tls_proto): Likewise.
22971         (libresolv_hidden_tls_proto): Likewise.
22972         (librt_hidden_tls_proto): Likewise.
22973         (libdl_hidden_tls_proto): Likewise.
22974         (libnss_files_hidden_tls_proto): Likewise.
22975         (libnsl_hidden_tls_proto): Likewise.
22976         (libnss_nisplus_hidden_tls_proto): Likewise.
22977         (libutil_hidden_tls_proto): Likewise.
22979 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22981         [BZ #10253]
22982         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22983         (decompose_rpath): Defer expansion to fillin_rpath.
22984         (_dl_init_paths): Pass linkmap to fillin_rpath.
22986 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22988         * benchtests/Makefile: Add strsep.
22989         * benchtests/bench-strsep.c: New file: strsep benchtest.
22990         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22992 2013-11-18  Andreas Schwab  <schwab@suse.de>
22994         * locale/programs/locale.c (show_info) [case byte]: Check for
22995         '\377' instead of '\177'.
22996         * locale/C-monetary.c (not_available): Always use "\377".
22997         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22998         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22999         detect unavailable sign_posn locale elements.
23000         * locale/localeconv.c (__localeconv): For grouping and
23001         mon_grouping handle "\177" and "\377" like no grouping.
23002         (INT_ELEM): New macro.  Use it to set all numeric members.
23003         * locale/programs/ld-monetary.c (monetary_read)
23004         <tok_mon_grouping>: Normalize single -1 to the empty string.
23005         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23006         Likewise.
23008 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23010         [BZ #16055]
23011         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23012         when we match (nil).
23013         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23015 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23017         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23018         (NO_TEST_INLINE): Update value.
23019         (ERRNO_UNCHANGED): Likewise.
23020         (ERRNO_EDOM): Likewise.
23021         (ERRNO_ERANGE): Likewise.
23022         (IGNORE_RESULT): Likewise.
23023         (check_float_internal): Check signs of NaN results if
23024         TEST_NAN_SIGN used.
23025         (check_complex): Pass TEST_NAN_SIGN flag through to second
23026         check_float_internal call.
23027         (copysign_test_data): Add tests with quiet NaNs as second
23028         argument.  Use TEST_NAN_SIGN.
23029         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23030         TEST_NAN_SIGN.
23031         (signbit_test_data): Add tests of quiet NaN argument.
23032         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23034         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23035         $ignore_result.
23036         (parse_args): Handle function results specified as IGNORE.
23037         * math/libm-test.inc (IGNORE_RESULT): New macro.
23038         (check_float_internal): Do not check numerical result if flag
23039         IGNORE_RESULT set.
23040         (check_complex): Pass through IGNORE_RESULT to second
23041         check_float_internal call.
23042         (check_int): Do not check numerical result if flag IGNORE_RESULT
23043         set.
23044         (check_long): Likewise.
23045         (check_bool): Likewise.
23046         (check_longlong): Likewise.
23047         (lrint_test_data): Add tests of infinite and NaN arguments.
23048         (lrint_tonearest_test_data): Likewise.
23049         (lrint_towardzero_test_data): Likewise.
23050         (lrint_downward_test_data): Likewise.
23051         (lrint_upward_test_data): Likewise.
23052         (llrint_test_data): Likewise.
23053         (llrint_tonearest_test_data): Likewise.
23054         (llrint_towardzero_test_data): Likewise.
23055         (llrint_downward_test_data): Likewise.
23056         (llrint_upward_test_data): Likewise.
23057         (lround_test_data): Likewise.
23058         (llround_test_data): Likewise.
23060         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23061         (ERRNO_UNCHANGED): Update value.
23062         (ERRNO_EDOM): Likewise.
23063         (ERRNO_ERANGE): Likewise.
23064         (NO_TEST_INLINE_FLOAT): New macro.
23065         (NO_TEST_INLINE_DOUBLE): Likewise.
23066         (enable_test): New function.
23067         (RUN_TEST_f_f): Check enable_test before running test.
23068         (RUN_TEST_2_f): Likewise.
23069         (RUN_TEST_fff_f): Likewise.
23070         (RUN_TEST_c_f): Likewise.
23071         (RUN_TEST_f_f1): Likewise.
23072         (RUN_TEST_fF_f1): Likewise.
23073         (RUN_TEST_fI_f1): Likewise.
23074         (RUN_TEST_ffI_f1): Likewise.
23075         (RUN_TEST_c_c): Likewise.
23076         (RUN_TEST_cc_c): Likewise.
23077         (RUN_TEST_f_i): Likewise.
23078         (RUN_TEST_f_i_tg): Likewise.
23079         (RUN_TEST_ff_i_tg): Likewise.
23080         (RUN_TEST_f_b): Likewise.
23081         (RUN_TEST_f_b_tg): Likewise.
23082         (RUN_TEST_f_l): Likewise.
23083         (RUN_TEST_f_L): Likewise.
23084         (RUN_TEST_fFF_11): Likewise.
23085         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23086         conditionals.
23087         (cosh_test_data): Likewise.
23088         (exp_test_data): Likewise.
23089         (expm1_test_data): Likewise.
23090         (hypot_test_data): Likewise.
23091         (pow_test_data): Likewise.
23092         (sinh_test_data): Likewise.
23093         (tanh_test_data): Likewise.
23094         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23095         flags argument.
23097         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23098         tests with quiet NaN input and output.
23099         (acosh_test_data): Likewise.
23100         (asin_test_data): Likewise.
23101         (asinh_test_data): Likewise.
23102         (atan_test_data): Likewise.
23103         (atanh_test_data): Likewise.
23104         (atan2_test_data): Likewise.
23105         (cbrt_test_data): Likewise.
23106         (cos_test_data): Likewise.
23107         (cosh_test_data): Likewise.
23108         (erf_test_data): Likewise.
23109         (erfc_test_data): Likewise.
23110         (exp_test_data): Likewise.
23111         (exp10_test_data): Likewise.
23112         (exp2_test_data): Likewise.
23113         (expm1_test_data): Likewise.
23114         (hypot_test_data): Likewise.
23115         (j0_test_data): Likewise.
23116         (j1_test_data): Likewise.
23117         (jn_test_data): Likewise.
23118         (lgamma_test_data): Likewise.
23119         (log_test_data): Likewise.
23120         (log10_test_data): Likewise.
23121         (log1p_test_data): Likewise.
23122         (log2_test_data): Likewise.
23123         (pow_test_data): Likewise.
23124         (scalb_test_data): Likewise.
23125         (sin_test_data): Likewise.
23126         (sincos_test_data): Likewise.
23127         (sinh_test_data): Likewise.
23128         (tan_test_data): Likewise.
23129         (tanh_test_data): Likewise.
23130         (tgamma_test_data): Likewise.
23131         (y0_test_data): Likewise.
23132         (y1_test_data): Likewise.
23133         (yn_test_data): Likewise.
23135         [BZ #16167]
23136         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23137         argument being NaN and avoid computations with second argument in
23138         that case.
23139         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23140         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23141         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23143 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23145         * locale/iso-639.def: Add Chitwani Tharu (the).
23147 2013-11-14  Andreas Schwab  <schwab@suse.de>
23149         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23150         word instead of empty string.
23152 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23155         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23157         (__fe_nomask_env): Likewise.
23159 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23161         * benchtests/bench-timing.h: Include time.h.
23163 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23165         [BZ #15997]
23166         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23167         to 3.4.0 for x32.
23168         * sysdeps/unix/sysv/linux/configure: Regenerated.
23170 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23172         [BZ #16151]
23173         * stdlib/strtod_l.c (round_and_return): Do not consider
23174         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23175         exponent one less than half the least subnormal exponent.
23176         * stdlib/test-strtod-round-data: Add more tests.
23177         * stdlib/tst-strtod-round.c (tests): Regenerated.
23179 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23181         [BZ #14143]
23182         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23183         (__fe_mask_env): Likewise.
23184         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23185         libm_hidden_proto and add function prototype.
23186         (__fe_mask_env): Add function prototype.
23187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23188         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23190         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23191         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23192         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23194 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23196         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23197         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23199 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23201         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23202         of htab_find_slot().
23204 2013-11-11  David S. Miller  <davem@davemloft.net>
23206         [BZ #16150]
23207         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23208         symbol in the non-vis3 case in static builds.
23209         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23210         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23211         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23212         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23214 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23216         [BZ #387]
23217         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23218         it is empty.
23220 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23222         * benchtests/Makefile: Add bench-strtod.
23223         * benchtests/bench-strtod.c: New file: strtod benchtest
23225 2013-11-11  Andreas Schwab  <schwab@suse.de>
23227         [BZ #16153]
23228         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23229         terminating NUL in key length.
23231 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23233         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23234         Add artificial ODP entry for vDSO symbol for PPC64.
23235         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23236         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23238 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23240         [BZ #15374]
23241         * nss/getent.c (services_keys): Recognize services starting with digit.
23243 2013-11-06  David S. Miller  <davem@davemloft.net>
23245         [BZ #15985]
23246         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23247         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23249 2013-11-06  Will Newton  <will.newton@linaro.org>
23251         * manual/memory.texi (Malloc Examples): Remove register
23252         keyword from examples.
23254 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23256         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23258 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23260         [BZ #6981]
23261         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23262         depending on [__GCC_IEC_559 > 0].
23263         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23264         depending on [__GCC_IEC_559_COMPLEX > 0].
23266 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23268         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23269         to iso-639.def.
23271 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23273         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23275 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23277         [BZ #16112]
23278         * malloc/malloc (malloc_info): Do not handle first bin as
23279         special case.
23281 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23283         * locale/iso-639.def: Add Central Nahuatl (nhn).
23285 2013-11-01  Bruno Haible  <bruno@clisp.org>
23287         [BZ #7003]
23288         * manual/math.texi (BSD Random): Specify range upper bound as
23289         in POSIX.
23291 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23293         * locale/iso-639.def: Add Meadow Mari (mhr).
23295 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23297         [BZ #14752], [BZ #15763]
23298         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23299         Validate name.
23300         * rt/tst_shm.c: Add test for escaping directory.
23302 2013-10-31  Andreas Schwab  <schwab@suse.de>
23304         [BZ #15917]
23305         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23306         followed by 'x' as part of digit sequence.
23307         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23309 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23311         [BZ #16037]
23312         * configure.ac: allow GNU Make 4.0 and greater.
23313         * configure: Regenerated.
23315 2013-10-30  Will Newton  <will.newton@linaro.org>
23317         [BZ #16038]
23318         * malloc/hooks.c (memalign_check): Limit alignment to the
23319         maximum representable power of two.
23320         * malloc/malloc.c (__libc_memalign): Likewise.
23321         * malloc/tst-memalign.c (do_test): Add test for very
23322         large alignment values.
23323         * malloc/tst-posix_memalign.c (do_test): Likewise.
23325 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23327         [BZ #11087]
23328         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23329         (munmap_chunk): Likewise.
23330         (mremap_chunk): Likewise.
23332 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23334         [BZ #15799]
23335         * stdlib/div.c (div): Remove obsolete code.
23336         * stdlib/ldiv.c (ldiv): Likewise.
23337         * stdlib/lldiv.c (lldiv): Likewise.
23339 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23341         [BZ #16071]
23342         * nss/nss_files/files-XXX.c (get_contents_ret): New
23343         enumerator.
23344         (get_contents): New function.
23345         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23347 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23349         * configure.in: Moved to ...
23350         * configure.ac: ... here. Change reference to configure.in
23351         to configure.ac.
23352         * sysdeps/arm/preconfigure.ac: ... here.
23353         configure.in to configure.ac.
23354         * sysdeps/gnu/configure.in: Moved to ...
23355         * sysdeps/gnu/configure.ac: ... here.
23356         * sysdeps/i386/configure.in: Moved to ...
23357         * sysdeps/i386/configure.ac: ... here.
23358         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23359         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23360         * sysdeps/mach/configure.in: Moved to ...
23361         * sysdeps/mach/configure.ac: ... here.
23362         * sysdeps/mach/hurd/configure.in: Moved to ...
23363         * sysdeps/mach/hurd/configure.ac: ... here.
23364         * sysdeps/powerpc/configure.in: Moved to ...
23365         * sysdeps/powerpc/configure.ac: ... here.
23366         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23367         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23368         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23369         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23370         * sysdeps/s390/s390-32/configure.in: Moved to ...
23371         * sysdeps/s390/s390-32/configure.ac: ... here.
23372         * sysdeps/s390/s390-64/configure.in: Moved to ...
23373         * sysdeps/s390/s390-64/configure.ac: ... here.
23374         * sysdeps/sh/configure.in: Moved to ...
23375         * sysdeps/sh/configure.ac: ... here.
23376         * sysdeps/sparc/configure.in: Moved to ...
23377         * sysdeps/sparc/configure.ac: ... here.
23378         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23379         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23380         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23381         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23382         * sysdeps/x86_64/configure.in: Moved to ...
23383         * sysdeps/x86_64/configure.ac: ... here.
23384         * sysdeps/x86_64/preconfigure.in: Moved to ...
23385         * sysdeps/x86_64/preconfigure.ac: ... here.
23386         * aclocal.m4: Change reference to configure.in to configure.ac.
23387         * config.h.in: Likewise.
23388         * manual/install.texi: Likewise.
23389         * manual/maint.texi: Likewise.
23390         * Makefile: Likewise.
23391         * malloc/Makefile: Likewise.
23392         * nscd/Makefile: Likewise.
23393         * Makeconfig: Change reference to configure.in and
23394         preconfigure.in to configure.ac and preconfigure.ac
23395         respectively.
23396         * INSTALL: Regenerated.
23397         * configure: Likewise.
23398         * sysdeps/gnu/configure: Likewise.
23399         * sysdeps/i386/configure: Likewise.
23400         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23401         * sysdeps/mach/configure: Likewise.
23402         * sysdeps/mach/hurd/configure: Likewise.
23403         * sysdeps/powerpc/configure: Likewise.
23404         * sysdeps/powerpc/powerpc32/configure: Likewise.
23405         * sysdeps/powerpc/powerpc64/configure: Likewise.
23406         * sysdeps/s390/s390-32/configure: Likewise.
23407         * sysdeps/s390/s390-64/configure: Likewise.
23408         * sysdeps/sh/configure: Likewise.
23409         * sysdeps/sparc/configure: Likewise.
23410         * sysdeps/unix/sysv/linux/configure: Likewise.
23411         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23412         * sysdeps/x86_64/configure: Likewise.
23413         * sysdeps/x86_64/preconfigure: Likewise.
23415 2013-10-29  Andreas Schwab  <schwab@suse.de>
23417         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23419 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23421         * benchtests/pow-inputs: Add new inputs.
23423         * benchtests/exp-inputs: Add new inputs.
23425         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23426         conditional check for return value.
23427         (__cos32): Likewise.
23429 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23431         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23432         to provide a boost for large inputs with word alignment.
23433         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23434         implementation based on optimized PPC64 strcpy.
23435         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23436         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23437         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23438         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23440 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23442         [BZ #2801]
23443         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23445 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23447         [BZ #14876]
23448         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23449         * time/tst-strptime.c (day_tests): Add testcase.
23451 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23453         [BZ #14029]
23454         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23456 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23458         [BZ #16074]
23459         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23460         MAP_FAILED on error.
23462 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23464         [BZ #16072]
23465         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23466         heap for large requests.
23468 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23470         [BZ #9954]
23471         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23472         result if the result has no associated interface.
23473         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23474         interface for all 127.X.Y.Z addresses.
23476 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23478         * locale/iso-639.def: Add Ligurian (lij)
23480 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23482         [BZ #15825]
23483         * sunrpc/rpc_main.c: Document rpcgen -5.
23485 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23487         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23489 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23491         [BZ #10278]
23492         * posix/glob.c: Match only directories when trailing slash is present.
23493         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23494         (main): Add testcase.
23496 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23498         [BZ #15670]
23499         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23501 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23503         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23504         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23505         AUTH_DES and cindex for FIPS 140-2.
23506         (DES Encryption): Add cindex FIPS 46-3.
23508         * locale/locarchive.h (struct locarhandle): Add fname.
23509         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23510         if an optional argument was specified to --list-archive,
23511         otherwise NULL.
23512         * locale/programs/locarchive.c (show_archive_content): Take new
23513         argument fname and pass it via ah.fname to open_archive.
23514         * locale/programs/localedef.h: Update decl.
23515         (open_archive): If AH->fname is non-null, open that file
23516         rather than the default file name, and don't ignore ENOENT.
23517         (create_archive): Set AH.fname to NULL.
23518         (delete_locales_from_archive): Likewise.
23519         (add_locales_to_archive): Likewise.
23520         * locale/programs/locfile.c (write_all_categories): Likewise.
23522 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23523             Aldy Hernandez  <aldyh@redhat.com>
23525         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23526         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23527         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23528         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23529         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23530         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23531         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23532         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23533         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23534         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23535         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23536         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23537         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23538         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23539         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23540         Likewise.
23541         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23542         Likewise.
23543         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23544         Likewise.
23545         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23546         Likewise.
23547         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23548         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23549         Likewise.
23550         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23551         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23552         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23553         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23554         Likewise.
23555         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23556         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23557         * sysdeps/powerpc/preconfigure: Likewise.
23558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23559         Likewise.
23560         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23561         Replace contents of file by #include of <fenv_libc.h>.
23562         * sysdeps/powerpc/soft-fp/sfp-machine.h
23563         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23564         and <sys/prctl.h>.
23565         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23566         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23567         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23568         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23569         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23570         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23571         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23572         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23573         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23574         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23575         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23576         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23578         Allow copysignl PLT reference to be missing.
23580 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23581             Joseph Myers  <joseph@codesourcery.com
23583         [BZ #15948]
23584         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23585         single character.
23586         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23588 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23590         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23591         * elf/tst-tls1.c: Likewise.
23592         * elf/tst-tls10.h: Likewise.
23593         * elf/tst-tls14.c: Likewise.
23594         * elf/tst-tls2.c: Likewise.
23595         * elf/tst-tls3.c: Likewise.
23596         * elf/tst-tls4.c: Likewise.
23597         * elf/tst-tls5.c: Likewise.
23598         * elf/tst-tls6.c: Likewise.
23599         * elf/tst-tls7.c: Likewise.
23600         * elf/tst-tls8.c: Likewise.
23601         * elf/tst-tls9.c: Likewise.
23602         * elf/tst-tlsmod1.c: Likewise.
23603         * elf/tst-tlsmod13.c: Likewise.
23604         * elf/tst-tlsmod13a.c: Likewise.
23605         * elf/tst-tlsmod14a.c: Likewise.
23606         * elf/tst-tlsmod16a.c: Likewise.
23607         * elf/tst-tlsmod16b.c: Likewise.
23608         * elf/tst-tlsmod2.c: Likewise.
23609         * elf/tst-tlsmod3.c: Likewise.
23610         * elf/tst-tlsmod4.c: Likewise.
23611         * elf/tst-tlsmod5.c: Likewise.
23612         * elf/tst-tlsmod6.c: Likewise.
23614 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23616         [BZ #12486]
23617         * malloc/malloc.c: remove checks for statistics.
23619 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23621         [BZ #15277]
23622         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23623         * inet/tst-network.c: Add testcase.
23625 2013-10-17  Andreas Schwab  <schwab@suse.de>
23627         [BZ #15218]
23628         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23629         to determine canonical name.
23631 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23633         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23634         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23635         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23636         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23637         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23638         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23639         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23640         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23641         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23642         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23643         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23644         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23645         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23646         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23647         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23648         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23649         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23650         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23651         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23652         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23653         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23654         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23655         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23656         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23657         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23658         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23659         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23660         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23661         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23662         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23663         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23664         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23665         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23666         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23667         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23668         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23669         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23670         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23671         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23672         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23673         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23674         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23675         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23676         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23677         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23678         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23679         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23680         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23681         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23682         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23683         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23684         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23685         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23686         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23687         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23688         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23689         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23690         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23692 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23694         [BZ #16041]
23695         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23696         make result into a quiet NaN.
23698 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23700         * soft-fp/adddf3.c: Fix horizontal whitespace.
23701         * soft-fp/addsf3.c: Likewise.
23702         * soft-fp/addtf3.c: Likewise.
23703         * soft-fp/divdf3.c: Likewise.
23704         * soft-fp/divsf3.c: Likewise.
23705         * soft-fp/divtf3.c: Likewise.
23706         * soft-fp/double.h: Likewise.
23707         * soft-fp/eqdf2.c: Likewise.
23708         * soft-fp/eqsf2.c: Likewise.
23709         * soft-fp/eqtf2.c: Likewise.
23710         * soft-fp/extenddftf2.c: Likewise.
23711         * soft-fp/extended.h: Likewise.
23712         * soft-fp/extendsfdf2.c: Likewise.
23713         * soft-fp/extendsftf2.c: Likewise.
23714         * soft-fp/extendxftf2.c: Likewise.
23715         * soft-fp/fixdfdi.c: Likewise.
23716         * soft-fp/fixdfsi.c: Likewise.
23717         * soft-fp/fixdfti.c: Likewise.
23718         * soft-fp/fixsfdi.c: Likewise.
23719         * soft-fp/fixsfsi.c: Likewise.
23720         * soft-fp/fixsfti.c: Likewise.
23721         * soft-fp/fixtfdi.c: Likewise.
23722         * soft-fp/fixtfsi.c: Likewise.
23723         * soft-fp/fixtfti.c: Likewise.
23724         * soft-fp/fixunsdfdi.c: Likewise.
23725         * soft-fp/fixunsdfsi.c: Likewise.
23726         * soft-fp/fixunsdfti.c: Likewise.
23727         * soft-fp/fixunssfdi.c: Likewise.
23728         * soft-fp/fixunssfsi.c: Likewise.
23729         * soft-fp/fixunssfti.c: Likewise.
23730         * soft-fp/fixunstfdi.c: Likewise.
23731         * soft-fp/fixunstfsi.c: Likewise.
23732         * soft-fp/fixunstfti.c: Likewise.
23733         * soft-fp/floatdidf.c: Likewise.
23734         * soft-fp/floatdisf.c: Likewise.
23735         * soft-fp/floatditf.c: Likewise.
23736         * soft-fp/floatsidf.c: Likewise.
23737         * soft-fp/floatsisf.c: Likewise.
23738         * soft-fp/floatsitf.c: Likewise.
23739         * soft-fp/floattidf.c: Likewise.
23740         * soft-fp/floattisf.c: Likewise.
23741         * soft-fp/floattitf.c: Likewise.
23742         * soft-fp/floatundidf.c: Likewise.
23743         * soft-fp/floatundisf.c: Likewise.
23744         * soft-fp/floatunditf.c: Likewise.
23745         * soft-fp/floatunsidf.c: Likewise.
23746         * soft-fp/floatunsisf.c: Likewise.
23747         * soft-fp/floatunsitf.c: Likewise.
23748         * soft-fp/floatuntidf.c: Likewise.
23749         * soft-fp/floatuntisf.c: Likewise.
23750         * soft-fp/floatuntitf.c: Likewise.
23751         * soft-fp/fmadf4.c: Likewise.
23752         * soft-fp/fmasf4.c: Likewise.
23753         * soft-fp/fmatf4.c: Likewise.
23754         * soft-fp/gedf2.c: Likewise.
23755         * soft-fp/gesf2.c: Likewise.
23756         * soft-fp/getf2.c: Likewise.
23757         * soft-fp/ledf2.c: Likewise.
23758         * soft-fp/lesf2.c: Likewise.
23759         * soft-fp/letf2.c: Likewise.
23760         * soft-fp/muldf3.c: Likewise.
23761         * soft-fp/mulsf3.c: Likewise.
23762         * soft-fp/multf3.c: Likewise.
23763         * soft-fp/negdf2.c: Likewise.
23764         * soft-fp/negsf2.c: Likewise.
23765         * soft-fp/negtf2.c: Likewise.
23766         * soft-fp/op-1.h: Likewise.
23767         * soft-fp/op-2.h: Likewise.
23768         * soft-fp/op-4.h: Likewise.
23769         * soft-fp/op-8.h: Likewise.
23770         * soft-fp/op-common.h: Likewise.
23771         * soft-fp/quad.h: Likewise.
23772         * soft-fp/single.h: Likewise.
23773         * soft-fp/soft-fp.h: Likewise.
23774         * soft-fp/sqrtdf2.c: Likewise.
23775         * soft-fp/sqrtsf2.c: Likewise.
23776         * soft-fp/sqrttf2.c: Likewise.
23777         * soft-fp/subdf3.c: Likewise.
23778         * soft-fp/subsf3.c: Likewise.
23779         * soft-fp/subtf3.c: Likewise.
23780         * soft-fp/truncdfsf2.c: Likewise.
23781         * soft-fp/trunctfdf2.c: Likewise.
23782         * soft-fp/trunctfsf2.c: Likewise.
23783         * soft-fp/trunctfxf2.c: Likewise.
23784         * soft-fp/unorddf2.c: Likewise.
23785         * soft-fp/unordsf2.c: Likewise.
23786         * soft-fp/unordtf2.c: Likewise.
23788 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23790         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23791         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23793 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23795         * elf/dl-libc.c: Clear initfini list after freeing.
23797 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23799         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23800         * soft-fp/addsf3.c: Likewise.
23801         * soft-fp/addtf3.c: Likewise.
23802         * soft-fp/divdf3.c: Likewise.
23803         * soft-fp/divsf3.c: Likewise.
23804         * soft-fp/divtf3.c: Likewise.
23805         * soft-fp/double.h: Likewise.
23806         * soft-fp/eqdf2.c: Likewise.
23807         * soft-fp/eqsf2.c: Likewise.
23808         * soft-fp/eqtf2.c: Likewise.
23809         * soft-fp/extenddftf2.c: Likewise.
23810         * soft-fp/extended.h: Likewise.
23811         * soft-fp/extendsfdf2.c: Likewise.
23812         * soft-fp/extendsftf2.c: Likewise.
23813         * soft-fp/extendxftf2.c: Likewise.
23814         * soft-fp/fixdfdi.c: Likewise.
23815         * soft-fp/fixdfsi.c: Likewise.
23816         * soft-fp/fixdfti.c: Likewise.
23817         * soft-fp/fixsfdi.c: Likewise.
23818         * soft-fp/fixsfsi.c: Likewise.
23819         * soft-fp/fixsfti.c: Likewise.
23820         * soft-fp/fixtfdi.c: Likewise.
23821         * soft-fp/fixtfsi.c: Likewise.
23822         * soft-fp/fixtfti.c: Likewise.
23823         * soft-fp/fixunsdfdi.c: Likewise.
23824         * soft-fp/fixunsdfsi.c: Likewise.
23825         * soft-fp/fixunsdfti.c: Likewise.
23826         * soft-fp/fixunssfdi.c: Likewise.
23827         * soft-fp/fixunssfsi.c: Likewise.
23828         * soft-fp/fixunssfti.c: Likewise.
23829         * soft-fp/fixunstfdi.c: Likewise.
23830         * soft-fp/fixunstfsi.c: Likewise.
23831         * soft-fp/fixunstfti.c: Likewise.
23832         * soft-fp/floatdidf.c: Likewise.
23833         * soft-fp/floatdisf.c: Likewise.
23834         * soft-fp/floatditf.c: Likewise.
23835         * soft-fp/floatsidf.c: Likewise.
23836         * soft-fp/floatsisf.c: Likewise.
23837         * soft-fp/floatsitf.c: Likewise.
23838         * soft-fp/floattidf.c: Likewise.
23839         * soft-fp/floattisf.c: Likewise.
23840         * soft-fp/floattitf.c: Likewise.
23841         * soft-fp/floatundidf.c: Likewise.
23842         * soft-fp/floatundisf.c: Likewise.
23843         * soft-fp/floatunsidf.c: Likewise.
23844         * soft-fp/floatunsisf.c: Likewise.
23845         * soft-fp/floatuntidf.c: Likewise.
23846         * soft-fp/floatuntisf.c: Likewise.
23847         * soft-fp/floatuntitf.c: Likewise.
23848         * soft-fp/fmadf4.c: Likewise.
23849         * soft-fp/fmasf4.c: Likewise.
23850         * soft-fp/fmatf4.c: Likewise.
23851         * soft-fp/gedf2.c: Likewise.
23852         * soft-fp/gesf2.c: Likewise.
23853         * soft-fp/getf2.c: Likewise.
23854         * soft-fp/ledf2.c: Likewise.
23855         * soft-fp/lesf2.c: Likewise.
23856         * soft-fp/letf2.c: Likewise.
23857         * soft-fp/muldf3.c: Likewise.
23858         * soft-fp/mulsf3.c: Likewise.
23859         * soft-fp/multf3.c: Likewise.
23860         * soft-fp/negdf2.c: Likewise.
23861         * soft-fp/negsf2.c: Likewise.
23862         * soft-fp/negtf2.c: Likewise.
23863         * soft-fp/op-1.h: Likewise.
23864         * soft-fp/op-2.h: Likewise.
23865         * soft-fp/op-4.h: Likewise.
23866         * soft-fp/op-8.h: Likewise.
23867         * soft-fp/op-common.h: Likewise.
23868         * soft-fp/quad.h: Likewise.
23869         * soft-fp/single.h: Likewise.
23870         * soft-fp/soft-fp.h: Likewise.
23871         * soft-fp/sqrtdf2.c: Likewise.
23872         * soft-fp/sqrtsf2.c: Likewise.
23873         * soft-fp/sqrttf2.c: Likewise.
23874         * soft-fp/subdf3.c: Likewise.
23875         * soft-fp/subsf3.c: Likewise.
23876         * soft-fp/subtf3.c: Likewise.
23877         * soft-fp/truncdfsf2.c: Likewise.
23878         * soft-fp/trunctfdf2.c: Likewise.
23879         * soft-fp/trunctfsf2.c: Likewise.
23880         * soft-fp/trunctfxf2.c: Likewise.
23881         * soft-fp/unorddf2.c: Likewise.
23882         * soft-fp/unordsf2.c: Likewise.
23883         * soft-fp/unordtf2.c: Likewise.
23885 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23887         [BZ #15672]
23888         * misc/error.c (error_tail): Fix possible buffer overflow.
23890 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23892         [BZ #13028]
23893         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23894         address.
23896 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23898         [BZ #832]
23899         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23900         testing pipefail option.
23902 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23904         * soft-fp/double.h: Indent preprocessor directives inside #if.
23905         * soft-fp/extended.h: Likewise.
23906         * soft-fp/op-2.h: Likewise.
23907         * soft-fp/op-4.h: Likewise.
23908         * soft-fp/op-common.h: Likewise.
23909         * soft-fp/quad.h: Likewise.
23910         * soft-fp/single.h: Likewise.
23911         * soft-fp/soft-fp.h: Likewise.
23913 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23915         * iconv/iconv_prog.c: Fix typos.
23916         * stdio-common/psiginfo-data.h: Likewise.
23918 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23920         [BZ #15764]
23921         * locale/setlocale.c: Fix typo.
23923 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23925         [BZ #16036]
23926         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23927         signaling NaN arguments.
23928         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23929         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23931         [BZ #14910]
23932         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23933         unordered operands.
23934         * soft-fp/gesf2.c (__gesf2): Likewise.
23935         * soft-fp/getf2.c (__getf2): Likewise.
23936         * soft-fp/ledf2.c (__ledf2): Likewise.
23937         * soft-fp/lesf2.c (__lesf2): Likewise.
23938         * soft-fp/letf2.c (__letf2): Likewise.
23940         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23941         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23942         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23943         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23944         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23945         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23946         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23947         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23948         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23949         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23950         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23951         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23952         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23953         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23954         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23955         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23956         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23957         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23958         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23959         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23960         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23961         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23962         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23963         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23964         * soft-fp/floattidf.c (__floattidf): Likewise.
23965         * soft-fp/floattisf.c (__floattisf): Likewise.
23966         * soft-fp/floattitf.c (__floattitf): Likewise.
23967         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23968         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23969         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23970         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23971         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23972         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23973         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23974         * soft-fp/gesf2.c (__gesf2): Likewise.
23975         * soft-fp/getf2.c (__getf2): Likewise.
23976         * soft-fp/ledf2.c (__ledf2): Likewise.
23977         * soft-fp/lesf2.c (__lesf2): Likewise.
23978         * soft-fp/letf2.c (__letf2): Likewise.
23980         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23981         Undefine and redefine.
23982         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23983         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23984         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23985         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23986         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23987         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23988         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23989         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23990         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23991         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23992         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23993         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23994         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23995         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23996         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23998         [BZ #16032]
23999         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24000         without decrementing exponent if mantissa >= that for the
24001         denominator, not >.
24002         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24003         denominator, not >.  Decrement exponent in < case instead of
24004         incrementing in >= case.
24005         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24006         without decrementing exponent if mantissa >= that for the
24007         denominator, not >.
24009         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24010         computing saturated result for unsigned overflow.
24012 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24013             Jeff Law  <law@redhat.com>
24015         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24016         (atan2Mp): Add systemtap probe marker.
24017         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24018         (__ieee754_log): Add systemtap probe marker.
24019         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24020         (atanMp): Add systemtap probe marker.
24021         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24022         (tanMp): Add systemtap probe marker.
24023         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24024         (__slowexp): Add systemtap probe marker.
24025         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24026         (__slowpow): Add systemtap probe marker.
24027         * manual/probes.texi: Document probes.
24029 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24031         [BZ #15362]
24032         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24033         written.
24034         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24035         written.
24036         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24037         written to buffer but not flushed.
24038         * libio/iofwrite_u.c:  Likewise.
24039         * libio/iopadn.c:  Return bytes returned even if EOF was
24040         encountered.
24041         * libio/iowpadn.c:  Likewise.
24042         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24043         if _IO_padn does not write the whole buffer.
24044         [!COMPILE_WPRINTF] (PAD): Likewise.
24046 2013-10-10  David S. Miller  <davem@davemloft.net>
24048         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24049         directory block.
24051 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24053         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24054         instead of FSF address.
24055         * soft-fp/fixdfti.c: Likewise.
24056         * soft-fp/fixsfti.c: Likewise.
24057         * soft-fp/fixtfti.c: Likewise.
24058         * soft-fp/fixunsdfti.c: Likewise.
24059         * soft-fp/fixunssfti.c: Likewise.
24060         * soft-fp/fixunstfti.c: Likewise.
24061         * soft-fp/floattidf.c: Likewise.
24062         * soft-fp/floattisf.c: Likewise.
24063         * soft-fp/floattitf.c: Likewise.
24064         * soft-fp/floatuntidf.c: Likewise.
24065         * soft-fp/floatuntisf.c: Likewise.
24066         * soft-fp/floatuntitf.c: Likewise.
24067         * soft-fp/trunctfxf2.c: Likewise.
24069         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24070         * soft-fp/fixdfti.c: Likewise.
24071         * soft-fp/fixsfti.c: Likewise.
24072         * soft-fp/fixtfti.c: Likewise.
24073         * soft-fp/fixunsdfti.c: Likewise.
24074         * soft-fp/fixunssfti.c: Likewise.
24075         * soft-fp/fixunstfti.c: Likewise.
24076         * soft-fp/floattidf.c: Likewise.
24077         * soft-fp/floattisf.c: Likewise.
24078         * soft-fp/floattitf.c: Likewise.
24079         * soft-fp/floatuntidf.c: Likewise.
24080         * soft-fp/floatuntisf.c: Likewise.
24081         * soft-fp/floatuntitf.c: Likewise.
24082         * soft-fp/trunctfxf2.c: Likewise.
24084 2013-10-10  David S. Miller  <davem@davemloft.net>
24086         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24088 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24090         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24091         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24092         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24093         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24094         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24095         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24096         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24098         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24099         for NaNs before doing comparisons on argument.
24100         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24101         Likewise.
24103 2013-10-10  Will Newton  <will.newton@linaro.org>
24105         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24106         passed to _int_memalign does not overflow.
24108 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24110         * scripts/bench.pl: Add include-sources directive.
24111         * benchtests/README: Update documentation.
24113 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24115         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24116         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24117         instead of FP_INIT_ROUNDMODE.
24118         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24119         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24121         [BZ #16034]
24122         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24123         copy class of input value.
24124         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24125         not handle exceptions.
24126         * soft-fp/negsf2.c (__negsf2): Likewise.
24127         * soft-fp/negtf2.c (__negtf2): Likewise.
24128         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24130 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24132         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24133         semicolon.  From Linux kernel.
24135 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24137         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24139 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24141         [BZ #156]
24142         * manual/socket.texi: Added statement about buffer
24143         for gethostbyname2_r.
24145 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24147         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24148         Use .p2align directive instead, throughout.
24149         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24150         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24151         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24152         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24153         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24154         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24155         * sysdeps/x86_64/strchr.S: Likewise.
24156         * sysdeps/x86_64/strrchr.S: Likewise.
24158 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24160         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24162         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24164         * sysdeps/generic/math_private.h (__mpsin1): Remove
24165         declaration.
24166         (__mpcos1): Likewise.
24167         (__mpsin): New argument __range_reduce.
24168         (__mpcos): Likewise.
24169         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24170         (slow): Use __mpsin and __mpcos.
24171         (slow1): Likewise.
24172         (slow2): Likewise.
24173         (sloww): Likewise.
24174         (sloww1): Likewise.
24175         (sloww2): Likewise.
24176         (bsloww): Likewise.
24177         (bsloww1): Likewise.
24178         (bsloww2): Likewise.
24179         (cslow2): Likewise.
24180         (csloww): Likewise.
24181         (csloww1): Likewise.
24182         (csloww2): Likewise.
24183         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24184         range_reduce.  Merge in __mpsin1.
24185         (__mpcos): Likewise.
24186         (__mpsin1): Remove.
24187         (__mpcos1): Likewise.
24189 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24191         * locale/loadlocale.c (_nl_intern_locale_data): Use
24192         LOCFILE_ALIGNED_P.
24193         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24194         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24195         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24196         obstack data is appropriately aligned.
24197         (obstack_int32_grow_fast): Likewise.
24198         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24199         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24200         (add_locale_uint32_array): Likewise.
24202 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24204         * benchtests/Makefile: Remove ARGLIST and RET variables.
24205         ($(objpfx)bench-%.c): Pass only function name to the script.
24206         * benchtests/README: Update documentation.
24207         * benchtests/acos-inputs: Add new directives.
24208         * benchtests/acosh-inputs: Likewise.
24209         * benchtests/asin-inputs: Likewise.
24210         * benchtests/asinh-inputs: Likewise.
24211         * benchtests/atan-inputs: Likewise.
24212         * benchtests/atanh-inputs: Likewise.
24213         * benchtests/cos-inputs: Likewise.
24214         * benchtests/cosh-inputs: Likewise.
24215         * benchtests/exp-inputs: Likewise.
24216         * benchtests/log-inputs: Likewise.
24217         * benchtests/pow-inputs: Likewise.
24218         * benchtests/rint-inputs: Likewise.
24219         * benchtests/sin-inputs: Likewise.
24220         * benchtests/sinh-inputs: Likewise.
24221         * benchtests/tan-inputs: Likewise.
24222         * benchtests/tanh-inputs: Likewise.
24223         * scripts/bench.pl: Add support for new directives.
24225 2013-10-07  Alan Modra  <amodra@gmail.com>
24227         * README: Fix careless merge.
24229 2013-10-05  Alan Modra  <amodra@gmail.com>
24231         * NEWS: Mention powerpc64le support and bugs fixed.
24232         * README: Both big-endian and little-endian powerpc64 supported.
24234 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24236         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24237         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24238         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24239         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24241 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24243         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24244         match prototype.
24246 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24248         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24249         Move -mhard-float appending from
24250         ports/sysdeps/powerpc/powerpc32/Makefile.
24251         [$(with-fp) = yes] (ASFLAGS): Likewise.
24252         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24253         * sysdeps/powerpc/nofpu: Move directory from
24254         ports/sysdeps/powerpc/nofpu.
24255         * sysdeps/powerpc/soft-fp: Move directory from
24256         ports/sysdeps/powerpc/soft-fp.
24257         * sysdeps/powerpc/powerpc32/405: Move directory from
24258         ports/sysdeps/powerpc/powerpc32/405.
24259         * sysdeps/powerpc/powerpc32/440: Move directory from
24260         ports/sysdeps/powerpc/powerpc32/440.
24261         * sysdeps/powerpc/powerpc32/464: Move directory from
24262         ports/sysdeps/powerpc/powerpc32/464.
24263         * sysdeps/powerpc/powerpc32/476: Move directory from
24264         ports/sysdeps/powerpc/powerpc32/476.
24265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24266         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24268         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24270         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24272         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24274         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24275         * README: Update for powerpc-*-linux-gnu software floating point
24276         support in libc.
24278         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24279         case to powerpc/powerpc32*.
24280         * sysdeps/unix/sysv/linux/configure: Regenerated.
24282         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24283         (_FPU_MASK_OM): Define as 0x04.
24284         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24285         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24286         0x00c10080.
24287         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24288         0x0000003c.
24289         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24292         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24293         getcontext_e500.
24294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24295         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24296         setcontext_e500.
24297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24298         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24299         and setcontext_e500.
24301 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24303         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24305 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24307         * manual/threads.texi (Default Thread Attributes): Fix typo.
24309 2013-10-04  Will Newton  <will.newton@linaro.org>
24311         * malloc/Makefile: Add tst-memalign.
24312         * malloc/tst-memalign.c: New file.
24314         * malloc/tst-posix_memalign.c: Add comments.
24315         (do_test): Add comments and call free on all potentially
24316         allocated pointers. Add space after cast.
24318         * malloc/tst-pvalloc.c: Add comments.
24319         (do_test): Add comments and call free on all potentially
24320         allocated pointers. Remove duplicate check for NULL pointer.
24321         Add space after cast.
24323         * malloc/tst-valloc.c: Add comments.
24324         (do_test): Add comments and call free on all potentially
24325         allocated pointers. Remove duplicate check for NULL pointer.
24326         Add space after cast.
24328 2013-10-04  Alan Modra  <amodra@gmail.com>
24330         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24331         Use stdint types in rather than __attribute__((mode())).
24332         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24334 2013-10-04  Alan Modra  <amodra@gmail.com>
24336         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24337         Correct handling of unaligned relocs for little-endian.
24338         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24340 2013-10-04  Alan Modra  <amodra@gmail.com>
24342         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24343         * configure: Regenerate.
24344         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24345         * shlib-versions: Likewise.
24347 2013-10-04  Alan Modra  <amodra@gmail.com>
24349         * string/tester.c (test_memrchr): Increment reported test cycle.
24351 2013-10-04  Alan Modra  <amodra@gmail.com>
24353         * string/test-memcpy.c (do_one_test): When reporting errors, print
24354         string address and don't overrun end of string.
24356 2013-10-04  Alan Modra  <amodra@gmail.com>
24358         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24359         insrdi.  Make better use of reg selection to speed exit slightly.
24360         Schedule entry path a little better.  Remove useless "are we done"
24361         checks on entry to main loop.  Handle wrapping around zero address.
24362         Correct main loop count.  Handle single left-over word from main
24363         loop inline rather than by using loop_small.  Remove extra word
24364         case in loop_small caused by wrong loop count.  Add little-endian
24365         support.
24366         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24367         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24368         cache hint.
24369         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24370         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24371         support.  Avoid rlwimi.
24372         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24374 2013-10-04  Alan Modra  <amodra@gmail.com>
24376         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24377         insrdi.  Formatting.
24378         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24379         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24380         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24381         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24382         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24383         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24385 2013-10-04  Alan Modra  <amodra@gmail.com>
24387         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24388         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24389         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24390         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24391         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24392         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24393         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24394         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24395         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24396         use of regs.  Use power7 mtocrf.  Tidy function tails.
24398 2013-10-04  Alan Modra  <amodra@gmail.com>
24400         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24401         Formatting.  Consistently use rXXX register defines or rN defines.
24402         Use early exit labels that avoid restoring unused non-volatile regs.
24403         Make cr field use more consistent with rWORDn compares.  Rename
24404         regs used as shift registers for unaligned loop, using rN defines
24405         for short lifetime/multiple use regs.
24406         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24407         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24408         addi 1,1,64 to pop stack frame.  Simplify return value code.
24409         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24411 2013-10-04  Alan Modra  <amodra@gmail.com>
24413         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24414         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24415         rather than rlwimi.
24416         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24417         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24418         little-endian support.  Correct typos.
24419         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24420         rather than rlwimi.
24421         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24422         in loop and entry code to keep "and." results.
24423         (strchr): Add little-endian support.  Comment.  Move cntlzd
24424         earlier in tail.
24425         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24427 2013-10-04  Alan Modra  <amodra@gmail.com>
24429         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24430         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24431         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24432         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24434 2013-10-04  Alan Modra  <amodra@gmail.com>
24436         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24437         (rTMP): Define as r11.
24438         (strcmp): Add little-endian support.  Optimise tail.
24439         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24440         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24441         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24442         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24443         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24444         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24445         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24447 2013-10-04  Alan Modra  <amodra@gmail.com>
24449         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24450         little-endian support.  Remove unnecessary "are we done" tests.
24451         Handle "s" wrapping around zero and extremely large "size".
24452         Correct main loop count.  Handle single left-over word from main
24453         loop inline rather than by using small_loop.  Correct comments.
24454         Delete "zero" tail, use "end_max" instead.
24455         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24457 2013-10-04  Alan Modra  <amodra@gmail.com>
24459         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24460         support.  Don't branch over align.
24461         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24462         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24463         support.  Rearrange tmp reg use to suit.  Comment.
24464         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24466 2013-10-04  Alan Modra  <amodra@gmail.com>
24468         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24470 2013-10-04  Alan Modra  <amodra@gmail.com>
24472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24473         conditional form of branch and link when obtaining pc.
24474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24476 2013-10-04  Alan Modra  <amodra@gmail.com>
24478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24479         HIWORD/LOWORD.
24480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24483 2013-10-04  Alan Modra  <amodra@gmail.com>
24485         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24486         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24487         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24488         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24489         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24490         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24491         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24492         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24493         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24494         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24496 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24497             Alistair Popple <alistair@ozlabs.au.ibm.com>
24498             Alan Modra <amodra@gmail.com>
24500         [BZ #15723]
24501         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24502         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24503         _dl_hwcap access for little-endian.
24504         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24505         destroy vmx regs when saving unaligned.
24506         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24507         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24508         destroy vmx regs when saving unaligned.
24510 2013-10-04  Alan Modra  <amodra@gmail.com>
24512         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24513         Don't use a union to pack hi/low value.
24515 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24517         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24518         for little-endian.
24519         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24520         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24521         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24522         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24523         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24525 2013-10-04  Alan Modra  <amodra@gmail.com>
24527         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24528         constants to usual value for .cst8 section, and remove redundant
24529         high address load.
24530         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24531         constant for 0x1p52.  Load little-endian words of double from
24532         correct stack offsets.
24534 2013-10-04  Alan Modra  <amodra@gmail.com>
24536         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24537         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24538         words of double from correct stack offsets.
24539         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24540         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24541         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24542         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24543         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24544         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24545         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24546         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24547         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24548         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24549         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24550         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24551         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24552         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24553         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24554         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24555         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24557 2013-10-04  Alan Modra  <amodra@gmail.com>
24559         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24560         64-bit int/double union.
24561         (_FPU_SETCW): Likewise.
24562         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24563         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24565 2013-10-04  Alan Modra  <amodra@gmail.com>
24567         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24568         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24570 2013-10-04  Alan Modra  <amodra@gmail.com>
24572         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24573         use vector int constants.
24574         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24576 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24578         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24579         array with long long.
24580         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24581         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24582         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24583         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24584         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24585         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24586         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24587         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24588         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24589         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24590         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24591         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24592         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24594 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24596         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24597         (__signbit): Likewise.  Correct for little-endian.
24598         (__signbitl): Call __signbit.
24599         (lrint): Correct for little-endian.
24600         (lrintf): Call lrint.
24602 2013-10-04  Alan Modra  <amodra@gmail.com>
24604         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24605         union 32-bit int array member with 64-bit int array.
24606         (t515, tm256): Double rather than long double.
24607         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24609 2013-10-04  Alan Modra  <amodra@gmail.com>
24611         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24612         Delete.
24613         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24614         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24615         version of math_ldbl.h.
24617 2013-10-04  Alan Modra  <amodra@gmail.com>
24619         [BZ #15734], [BZ #15735]
24620         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24621         all uses of ieee875 long double macros and unions.  Simplify test
24622         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24623         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24624         normalize after ldbl_extract_mantissa, and don't add hidden bit
24625         already handled.  Don't treat low word of ieee854 mantissa like
24626         low word of IBM long double and mask off bit when testing for
24627         zero.
24628         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24629         all uses of ieee875 long double macros and unions.  Simplify tests
24630         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24631         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24632         two1022, instead use their values.  Recognise that tests for large
24633         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24634         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24635         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24636         test for 0.0L and nan.  Correct negation.
24637         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24638         ieee875 long double macros and unions.  Correct output for large
24639         magnitude x.  Correct absolute value calculation.
24640         (__erfcl): Likewise.
24641         * math/libm-test.inc: Add tests for errors discovered in IBM long
24642         double versions of fmodl, remainderl, erfl and erfcl.
24644 2013-10-04  Alan Modra  <amodra@gmail.com>
24646         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24647         all uses of ieee854 long double macros and unions.  Simplify tests
24648         for long doubles that are fully specified by the high double.
24649         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24650         Likewise.
24651         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24652         Remove dead code too.
24653         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24654         (__ieee754_ynl): Likewise.
24655         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24656         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24657         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24658         Remove dead code too.
24659         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24660         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24661         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24662         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24663         Simplify.
24664         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24665         Simplify.
24666         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24667         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24668         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24669         Comment on variable precision.
24670         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24671         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24672         Likewise.
24673         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24674         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24675         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24676         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24677         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24679 2013-10-04  Alan Modra  <amodra@gmail.com>
24681         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24682         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24683         all uses of ieee854 long double macros and unions.
24684         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24685         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24686         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24687         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24688         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24689         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24690         Likewise.
24691         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24692         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24693         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24694         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24695         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24696         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24697         Simplify sign and nan test too.
24698         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24699         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24700         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24701         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24702         Likewise.
24703         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24704         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24705         Likewise.
24706         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24707         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24708         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24709         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24710         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24711         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24713 2013-10-04  Alan Modra  <amodra@gmail.com>
24715         * stdio-common/printf_size.c (__printf_size): Don't use
24716         union ieee854_long_double in fpnum union.
24717         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24718         signbit macro to retrieve sign from long double.
24719         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24720         retrieve sign from long double.
24721         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24722         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24723         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24724         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24725         * math/test-misc.c (main): Don't use union ieee854_long_double.
24727 2013-10-04  Alan Modra  <amodra@gmail.com>
24729         [BZ #15680]
24730         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24731         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24732         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24733         calculation.  Remove unnecessary test for denormal exponent.
24734         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24735         Correct handling of denormals.  Avoid undefined shift behaviour.
24736         Correct normalisation of low mantissa when low double is denormal.
24737         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24738         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24739         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24740         Correct normalisation of low mantissa.  Test for overflow of high
24741         mantissa and normalise.
24742         (ldbl_nearbyint): Use more readable constant for two52.
24743         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24744         (__mpn_construct_long_double): Fix test for overflow of high
24745         mantissa and correct normalisation.  Avoid undefined shift.
24747 2013-10-04  Alan Modra  <amodra@gmail.com>
24749         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24750         (union ibm_extended_long_double): Define as an array of ieee754_double.
24751         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24752         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24753         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24754         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24755         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24756         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24757         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24758         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24759         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24760         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24761         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24763 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24765         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24766         page size instead of calling getpagesize.
24768         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24769         (LOCFILE_ALIGN_MASK): Likewise.
24770         (LOCFILE_ALIGN_UP): Likewise.
24771         (LOCFILE_ALIGNED_P): Likewise.
24772         * locale/programs/ld-collate.c (collate_output): Use the new
24773         macros instead of __alignof__ (int32_t).
24774         * locale/weight.h (findidx): Likewise.
24776 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24778         [BZ #431]
24779         * manual/string.texi: Fix strncat and wcsncat.
24781 2013-10-03  Brooks Moses  <bmoses@google.com>
24783         [BZ #15915]
24784         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24785         * Makerules: ...here, and adjust associated comments.
24787 2013-10-02  Will Newton  <will.newton@linaro.org>
24789         * malloc/Makefile: Add tst-pvalloc.
24790         * malloc/tst-pvalloc.c: New file.
24792 2013-10-02  Will Newton  <will.newton@linaro.org>
24794         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24795         improve test coverage.
24797 2013-10-02  Will Newton  <will.newton@linaro.org>
24799         * malloc/Makefile: Add tst-posix_memalign.
24800         * malloc/tst-posix_memalign.c: New file.
24802 2013-10-01  Eric Blake  <eblake@redhat.com>
24804         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24805         Use __THROWNL rather than __THROW on static functions.
24807 2013-09-30  Petr Machata  <pmachata@redhat.com>
24809         * elf/elf.h (R_AARCH64_ABS16): New macro.
24810         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24811         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24812         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24813         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24814         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24815         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24816         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24817         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24818         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24819         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24820         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24821         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24822         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24823         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24824         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24825         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24826         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24827         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24828         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24829         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24830         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24831         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24832         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24833         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24834         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24835         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24836         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24837         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24838         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24839         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24840         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24841         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24842         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24843         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24844         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24845         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24846         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24847         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24848         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24849         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24850         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24851         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24852         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24853         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24854         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24855         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24856         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24857         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24858         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24859         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24860         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24861         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24862         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24863         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24864         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24865         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24866         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24867         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24868         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24869         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24870         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24871         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24872         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24873         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24874         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24875         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24876         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24877         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24878         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24879         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24880         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24881         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24882         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24883         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24884         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24885         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24886         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24887         (R_AARCH64_TLSDESC_LDR): Likewise.
24888         (R_AARCH64_TLSDESC_ADD): Likewise.
24889         (R_AARCH64_TLSDESC_CALL): Likewise.
24891 2013-09-30  Andreas Schwab  <schwab@suse.de>
24893         [BZ #15048]
24894         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24895         the nss database lookup.
24896         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24897         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24899 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24901         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24903 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24905         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24906         ${Bash-specific parameter/pattern/string} parameter expansion.
24907         * sysdeps/unix/make-syscalls.sh: Likewise.
24909 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24911         * sysdeps/sh/stackguard-macros.h: New file.
24913 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24915         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24916         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24917         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24918         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24919         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24920         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24922 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24924         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24925         Fix thread ID register.
24927 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24929         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24930         [POSIX || UNIX98]: Require rather than permitting all symbols from
24931         <time.h>.
24932         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24933         element of struct sched_param.
24934         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24935         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24936         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24937         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24938         constant.
24940 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24942         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24943         argument calculation.
24945 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24947         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24948         Expect macro.
24949         [POSIX] (pthread_attr_t): Do not require type.
24950         [POSIX] (pthread_cond_t): Likewise.
24951         [POSIX] (pthread_condattr_t): Likewise.
24952         [POSIX] (pthread_key_t): Likewise.
24953         [POSIX] (pthread_mutex_t): Likewise.
24954         [POSIX] (pthread_mutexattr_t): Likewise.
24955         [POSIX] (pthread_once_t): Likewise.
24956         [POSIX] (pthread_t): Likewise.
24957         [POSIX-based standards] (pthread_atfork): Expect function.
24959 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24960             Richard Sandiford  <richard@codesourcery.com>
24962         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24963         (swap_endianness_p): New extern variable.
24964         (set_big_endian): New inline function.
24965         (maybe_swap_uint32): Likewise.
24966         (maybe_swap_uint32_array): Likewise.
24967         (maybe_swap_uint32_obstack): Likewise.
24968         * locale/programs/locfile.c: Include <stdbool.h>.
24969         (swap_endianness_p): New variable.
24970         (add_locale_uint32): Call maybe_swap_uint32.
24971         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24972         (write_locale_data): Call maybe_swap_uint32_array.
24973         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24974         maybe_swap_uint32.
24975         (obstack_int32_grow_fast): Likewise.
24976         (output_weightwc): Call maybe_swap_uint32_obstack.
24977         (collate_output): Likewise.
24978         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24979         (OPT_LITTLE_ENDIAN): Likewise.
24980         (options): Add --little-endian and --big-endian options.
24981         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24982         * locale/programs/locarchive.c: Include "locfile.h".
24983         (GET): New macro.
24984         (SET): Likewise.
24985         (INC): Likewise.
24986         (create_archive): Use the new macros to access fields of
24987         structures directly mapped from or written to locale archives.
24988         (oldlocrecentcmp): Likewise.
24989         (enlarge_archive): Likewise.
24990         (insert_name): Likewise.
24991         (add_alias): Likewise.
24992         (add_locale): Likewise.
24993         (delete_locales_from_archive): Likewise.
24994         (show_archive_content): Likewise.
24995         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24996         locale data.
24998 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25000         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25001         http://www.gnu.org/doc/freemanuals.texi.
25002         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25004 2013-09-24  Will Newton  <will.newton@linaro.org>
25006         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25007         macro.
25009 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25011         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25012         unsigned char.
25014 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25016         * manual/threads.texi (POSIX Threads): Fix a typo.
25018 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25020         [BZ #14547]
25021         * string/tst-strcoll-overflow.c: New test case.
25022         * string/Makefile (xtests): Add tst-strcoll-overflow.
25023         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25024         cache if string sizes may cause integer overflow.
25026         [BZ #14547]
25027         * string/strcoll_l.c (coll_seq): New members rule, idx,
25028         save_idx and back_us.
25029         (get_next_seq_nocache): New function.
25030         (do_compare_nocache): New function.
25031         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25032         when malloc fails.
25034 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25036         [BZ #15754]
25037         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25038         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25039         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25041         [BZ #15754]
25042         * elf/Makefile (tests): Add tst-ptrguard1.
25043         (tests-static): Add tst-ptrguard1-static.
25044         (tst-ptrguard1-ARGS): Define.
25045         (tst-ptrguard1-static-ARGS): Define.
25046         * elf/tst-ptrguard1.c: New file.
25047         * elf/tst-ptrguard1-static.c: New file.
25048         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25049         * sysdeps/i386/stackguard-macros.h: Likewise.
25050         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25051         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25052         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25053         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25054         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25055         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25057 2013-09-23  Hector Marco  <hecmargi@upv.es>
25058             Ismael Ripoll  <iripoll@disca.upv.es>
25059             Carlos O'Donell  <carlos@redhat.com>
25061         [BZ #15754]
25062         * sysdeps/generic/stackguard-macros.h: Define
25063         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25064         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25065         Define __pointer_chk_guard_local.
25066         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25067         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25069 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25071         [BZ #15859]
25072         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25074 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25076         * include/string.h (__ffs): Declare as hidden.
25077         * string/ffs.c (__ffs): Define as hidden.
25078         * sysdeps/i386/ffs.c (__ffs): Likewise.
25079         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25080         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25081         * sysdeps/s390/ffs.c (__ffs): Likewise.
25082         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25084 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25086         * NEWS: Mention malloc probes.
25088         * malloc/arena.c (new_heap): New memory_heap_new probe.
25089         (grow_heap): New memory_heap_more probe.
25090         (shrink_heap): New memory_heap_less probe.
25091         (heap_trim): New memory_heap_free probe.
25092         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25093         (systrim): New memory_sbrk_less probe.
25094         * manual/probes.texi: Document them.
25096         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25097         * manual/probes.texi: Document it.
25099         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25100         (__libc_realloc): Add memory_realloc_retry probe.
25101         (__libc_memalign): Add memory_memalign_retry probe.
25102         (__libc_valloc): Add memory_valloc_retry probe.
25103         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25104         (__libc_calloc): Add memory_calloc_retry probe.
25105         * manual/probes.texi: Document them.
25107         * malloc/arena.c (get_free_list): Add probe
25108         memory_arena_reuse_free_list.
25109         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25110         and memory_arena_reuse.
25111         (arena_get2) [!PER_THREAD]: Likewise.
25112         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25113         memory_arena_reuse_realloc.
25114         * manual/probes.texi: Document them.
25116         * malloc/malloc.c (__libc_free): Add
25117         memory_mallopt_free_dyn_thresholds probe.
25118         (__libc_mallopt): Add multiple memory_mallopt probes.
25119         * manual/probes.texi: Document them.
25121         * malloc/malloc.c: Include stap-probe.h.
25122         (__libc_mallopt): Add memory_mallopt probe.
25123         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25124         * manual/probes.texi: New.
25125         * manual/Makefile (chapters): Add probes.
25126         * manual/threads.texi: Set next node.
25128 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25130         [BZ #15963, #13985]
25131         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25132         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25133         Add `Chinese' to `nan' entry name.
25135 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25137         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25138         (POLYNOMIAL): Likewise.
25139         (TAYLOR_SINCOS): Likewise.
25140         (TAYLOR_SLOW): Likewise.
25141         (__sin): Use TAYLOR_SINCOS.
25142         (__cos): Likewise.
25143         (slow): Use TAYLOR_SLOW.
25144         (sloww): Likewise.
25145         (bsloww): Likewise.
25146         (csloww): Likewise.
25148 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25150         * stdlib/strtod_l.c: Fix buffer overrun.
25152 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25154         * benchtests/Makefile (bench): Add sincos.
25155         * benchtests/bench-sincos.c: New file.
25157         * math/libm-test.inc (cos_test_data): New test inputs.
25158         (sin_test_data): Likewise.
25160         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25161         macro.
25162         (__sin): Use it.
25163         (__cos): Likewise.
25164         (slow1): Likewise.
25165         (slow2): Likewise.
25166         (sloww1): Likewise.
25167         (sloww2): Likewise.
25168         (bsloww1): Likewise.
25169         (bsloww2): Likewise.
25170         (cslow2): Likewise.
25171         (csloww1): Likewise.
25172         (csloww2): Likewise.
25174         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25175         function.
25176         (__sin): Use it.
25177         (__cos): Likewise.
25179         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25180         gotos.
25181         (__cos): Likewise.
25183 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25185         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25186         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25187         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25188         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25189         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25190         * elf/cache.c (print_entry): Handle the new cache flags.
25192 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25193             Aldy Hernandez  <aldyh@redhat.com>
25195         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25196         Change condition to [_SOFT_FLOAT].
25197         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25198         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25199         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25200         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25201         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25202         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25203         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25204         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25205         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25206         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25207         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25208         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25209         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25210         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25211         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25212         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25213         declaration.
25215 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25217         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25218         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25219         (__longjmp): Use LOAD_GP to load saved GPRs.
25220         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25221         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25222         (__sigsetjmp): Use SAVE_GP to save GPRs.
25224         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25225         Do not append -msoft-float.
25226         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25228 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25230         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25232 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25234         [BZ #15966]
25235         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25236         (_FPU_GETCW): Use initial "__" on variable and field names but not
25237         on macro parameter name.
25238         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25239         parentheses around reference to macro parameter.
25241 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25243         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25244         prototype.
25245         (ctype_startup): Use uint32_t in cast and sizeof for
25246         ctype->charnames.
25248 2013-09-11  Jia Liu  <proljc@gmail.com>
25250         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25251         __daddr_t_defined.
25252         [__FreeBSD__]: Likewise.
25254 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25256         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25257         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25258         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25259         (strchr): Remove __strchr_sse42 ifunc selection.
25260         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25261         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25263 2013-09-11  Will Newton  <will.newton@linaro.org>
25265         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25266         parameter to RES. Remove hardcoded 1000 value.
25267         * benchtests/bench-skeleton.c (main): Pass RES parameter
25268         to TIMING_INIT and multiply result by 1000.
25270 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25272         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25274 2013-09-11  Andreas Schwab  <schwab@suse.de>
25276         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25277         if not defined.
25278         (O_TMPFILE) [__USE_GNU]: Define.
25279         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25280         Define.
25282 2013-09-11  Will Newton  <will.newton@linaro.org>
25284         [BZ #15857]
25285         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25286         does not overflow.
25288 2013-09-11  Will Newton  <will.newton@linaro.org>
25290         [BZ #15856]
25291         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25292         does not overflow.
25294 2013-09-11  Will Newton  <will.newton@linaro.org>
25296         [BZ #15855]
25297         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25298         does not overflow.
25300 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25302         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25303         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25304         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25305         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25306         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25308 2013-09-10  Allan McRae  <allan@archlinux.org>
25310         [BZ #15748]
25311         * manual/arith.texi (Parsing of Floats): Clarify
25312         cross-reference.
25314         [BZ #15849]
25315         * manual/install.texi (Running make install): Mention
25316         --enable-pt-chown.
25317         * INSTALL: Regenerated.
25319 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25321         * csu/init-first.c (_init): Remove the !SHARED condition around
25322         FPU control word initialization.
25323         * elf/dl-support.c (_dl_fpu_control): New variable.
25324         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25325         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25326         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25327         * math/test-fpucw-static.c: New file.
25328         * math/test-fpucw-ieee.c: New file.
25329         * math/test-fpucw-ieee-static.c: New file.
25330         * math/Makefile (tests): Add `test-fpucw-ieee' and
25331         `$(tests-static)'.
25332         (tests-static): New variable.
25333         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25334         dependency to...
25335         [($(build-shared),yes)]
25336         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25337         ... this.
25338         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25339         New dependency.
25341 2013-09-09  Allan McRae  <allan@archlinux.org>
25343         [BZ #15939]
25344         * manual/string.texi (Collation Functions): Fix typo in
25345         strcoll example.
25346         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25348         [BZ #15893]
25349         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25351         [BZ #15892]
25352         * libio/memstream.c (open_memstream): Fix memory leak.
25353         * libio/wmemstream.c (open_wmemstream): Likewise.
25355         [BZ #15895]
25356         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25358 2013-09-09  Will Newton  <will.newton@linaro.org>
25360         * malloc/Makefile: Add tst-realloc to tests.
25361         * malloc/tst-realloc.c: New file.
25363 2013-09-09  Allan McRae  <allan@archlinux.org>
25365         [BZ #15844]
25366         * COPYING: Update from GNU website to fix FSF address.
25367         * COPYING.LIB: Likewise.
25369 2013-09-06  David S. Miller  <davem@davemloft.net>
25371         * po/zh_TW.po: Update Chinese (traditional) translation from
25372         translation project.
25374 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25375             Joseph Myers  <joseph@codesourcery.com>
25377         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25378         "localeinfo.h".
25379         (obstack_chunk_alloc): New macro.
25380         (obstack_chunk_free): Likewise.
25381         (record_offset): New function.
25382         (init_locale_data): Likewise.
25383         (align_locale_data): Likewise.
25384         (add_locale_empty): Likewise.
25385         (add_locale_raw_data): Likewise.
25386         (add_locale_raw_obstack): Likewise.
25387         (add_locale_string): Likewise.
25388         (add_locale_wstring): Likewise.
25389         (add_locale_uint32): Likewise.
25390         (add_locale_uint32_array): Likewise.
25391         (add_locale_char): Likewise.
25392         (start_locale_structure): Likewise.
25393         (end_locale_structure): Likewise.
25394         (start_locale_prelude): Likewise.
25395         (end_locale_prelude): Likewise.
25396         (write_locale_data): Take locale_file structure rather than an
25397         iovec.
25398         * locale/programs/locfile.h: Include "obstack.h".
25399         (struct locale_file): Change to store locale file contents instead
25400         of header.
25401         (init_locale_data): New prototype.
25402         (align_locale_data): Likewise.
25403         (add_locale_empty): Likewise.
25404         (add_locale_raw_data): Likewise.
25405         (add_locale_raw_obstack): Likewise.
25406         (add_locale_string): Likewise.
25407         (add_locale_wstring): Likewise.
25408         (add_locale_uint32): Likewise.
25409         (add_locale_uint32_array): Likewise.
25410         (add_locale_char): Likewise.
25411         (start_locale_structure): Likewise.
25412         (end_locale_structure): Likewise.
25413         (start_locale_prelude): Likewise.
25414         (end_locale_prelude): Likewise.
25415         (write_locale_data): Update prototype.
25416         * locale/programs/3level.h (struct TABLE): Remove result field.
25417         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25418         Use new locale_file interface.
25419         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25420         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25421         * locale/programs/ld-address.c (address_output): Use new
25422         locale_file interface.
25423         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25424         NO_ADD_LOCALE.
25425         (collate_finish): Don't call collseq_table_finalize.
25426         (collate_output): Use new locale_file interface.
25427         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25428         in file.
25429         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25430         (TABLE): Move defines earlier in file.
25431         (ELEMENT): Likewise.
25432         (DEFAULT): Likewise.
25433         (wctrans_table_add): Move macro and inline function earlier in
25434         file.
25435         (struct wctype_table): Move type earlier in file.
25436         (add_locale_wctype_table): New static prototype.
25437         (struct locale_ctype_t): Use logical types instead of struct iovec
25438         pointers for members.
25439         (ctype_output): Use new locale_file interface.
25440         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25441         new locale_file interface.
25442         (allocate_arrays): Update for use of new locale_file interface.
25443         * locale/programs/ld-identification.c (identification_output): Use
25444         new locale_file interface.
25445         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25446         * locale/programs/ld-messages.c (messages_output): Likewise.
25447         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25448         * locale/programs/ld-name.c (name_output): Likewise.
25449         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25450         * locale/programs/ld-paper.c (paper_output): Likewise.
25451         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25452         * locale/programs/ld-time.c (time_output): Likewise.
25454 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25456         * benchtests/Makefile: Add memrchr benchmark.
25457         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25458         benchmark as memrchr.
25459         * benchtests/bench-memrchr-ifunc.c: New file.
25460         * benchtests/bench-memrchr.c: New file.
25462 2013-09-06   Will Newton  <will.newton@linaro.org>
25464         * benchtests/Makefile (string-bench): Add memcpy.
25466 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25467             Cong Wang  <amwang@redhat.com>
25469         [BZ #15850]
25470         * sysdeps/unix/sysv/linux/bits/in.h
25471         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25472         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25473         before __USE_KERNEL_IPV6_DEFS uses.
25474         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25475         IPPROTO_BEETPH.
25476         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25477         sockaddr_in6, or ipv6_mreq.
25479 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25481         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25482         memory access for final bytes in some large inputs.
25483         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25485 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25487         * string/test-memrchr.c: New file.
25488         * string/test-memrchr-ifunc.c: New file.
25489         * string/Makefile: Add new memrchr testcase.
25491 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25493         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25494         fanotify_init returns EPERM.
25496 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25498         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25499         errors.
25500         (top level): Treat second token from macro or constant entries for
25501         allowed headers as allowed.
25502         * include/complex.h: Condition internal declarations on
25503         [!_ISOMAC].
25504         * include/fenv.h: Condition include of <stdbool.h> and internal
25505         declarations on [!_ISOMAC].
25507 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25509         [BZ #15923]
25510         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25512 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25514         * configure.in (--enable-versioning): Remove configure option.
25515         (libc_cv_asm_symver_directive): Remove configure test.
25516         (libc_cv_ld_version_script_option): Likewise.
25517         (VERSIONING): Remove variable and AC_SUBST.
25518         (DO_VERSIONING): Remove AC_DEFINE.
25519         * configure: Regenerated.
25520         * config.h.in (DO_VERSIONING): Remove macro.
25521         * Makerules [$(versioning) = yes]: Change conditionals to
25522         [$(build-shared) = yes].
25523         * config.make.in (versioning): Remove variable.
25524         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25525         [$(build-shared) = yes].
25526         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25527         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25528         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25529         [$(build-shared) = yes].
25530         * extra-lib.mk [$(versioning) = yes]: Likewise.
25531         * hurd/Makefile [$(versioning) = yes]: Likewise.
25532         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25533         [SHARED].
25534         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25535         [SHARED].
25536         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25537         [SHARED && !NO_HIDDEN].
25538         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25539         [SHARED].
25540         [SHARED && DO_VERSIONING]: Likewise..
25541         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25542         [$(build-shared) = yes].
25543         * manual/install.texi (--disable-versioning): Remove
25544         documentation.
25545         * INSTALL: Regenerated.
25546         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25547         to [SHARED].
25548         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25549         [$(build-shared) = yes].
25550         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25551         * sysdeps/i386/i686/multiarch/strstr-c.c
25552         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25553         [SHARED && !NO_HIDDEN].
25554         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25555         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25556         * sysdeps/powerpc/powerpc32/dl-machine.c
25557         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25558         * sysdeps/powerpc/powerpc32/sysdep.h
25559         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25560         to [SHARED && PIC && !NO_HIDDEN].
25561         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25562         conditional to [SHARED].
25564 2013-09-04   Will Newton  <will.newton@linaro.org>
25566         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25567         * benchtests/bench-string.h: Include bench-timing.h instead
25568         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25569         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25570         call to HP_TIMING_DIFF_INIT.
25571         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25572         instead of hp-timing.h macros.
25573         * benchtests/bench-memchr.c: Likewise.
25574         * benchtests/bench-memcmp.c: Likewise.
25575         * benchtests/bench-memcpy.c: Likewise.
25576         * benchtests/bench-memmem.c: Likewise.
25577         * benchtests/bench-memmove.c: Likewise.
25578         * benchtests/bench-memset.c: Likewise.
25579         * benchtests/bench-rawmemchr.c: Likewise.
25580         * benchtests/bench-strcasecmp.c: Likewise.
25581         * benchtests/bench-strcasestr.c: Likewise.
25582         * benchtests/bench-strcat.c: Likewise.
25583         * benchtests/bench-strchr.c: Likewise.
25584         * benchtests/bench-strcmp.c: Likewise.
25585         * benchtests/bench-strcpy.c: Likewise.
25586         * benchtests/bench-strcpy_chk.c: Likewise.
25587         * benchtests/bench-strlen.c: Likewise.
25588         * benchtests/bench-strncasecmp.c: Likewise.
25589         * benchtests/bench-strncat.c: Likewise.
25590         * benchtests/bench-strncmp.c: Likewise.
25591         * benchtests/bench-strncpy.c: Likewise.
25592         * benchtests/bench-strnlen.c: Likewise.
25593         * benchtests/bench-strpbrk.c: Likewise.
25594         * benchtests/bench-strrchr.c: Likewise.
25595         * benchtests/bench-strspn.c: Likewise.
25596         * benchtests/bench-strstr.c: Likewise.
25598 2013-09-04  Will Newton  <will.newton@linaro.org>
25600         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25602 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25604         [BZ #15427]
25605         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25606         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25607         * math/libm-test.inc (lgamma_test_data): Add more tests.
25608         * sysdeps/i386/fpu/libm-test-ulps: Update.
25609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25611 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25613         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25614         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25615         Add ifunc.
25616         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25617         Add strcmp-sse2-unaligned
25618         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25620 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25622         * Versions.def (libc): Add GLIBC_2.19.
25624 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25626         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25627         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25629 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25631         [BZ #14155]
25632         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25633         intermediate calculations in recurrence.
25634         (__ieee754_ynf): Likewise.
25635         * math/libm-test.inc (jn_test_data): Do not allow spurious
25636         underflow exception.  Add more tests.
25637         (yn_test_data): Add more tests.
25638         * sysdeps/i386/fpu/libm-test-ulps: Update.
25639         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25641 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25643         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25645 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25647         * csu/init-first.c: Fix then/than typos.
25648         * locale/programs/ld-collate.c: Likewise.
25649         * locale/programs/linereader.h: Likewise.
25650         * manual/charset.texi: Likewise.
25651         * manual/filesys.texi: Likewise.
25652         * manual/stdio.texi: Likewise.
25653         * manual/string.texi: Likewise.
25654         * stdlib/fmtmsg.c: Likewise.
25655         * sysdeps/i386/stpncpy.S: Likewise.
25656         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25657         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25658         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25659         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25661 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25663         * elf/dl-open.c: Fix typos.
25664         * iconvdata/gbbig5.c: Likewise.
25665         * iconvdata/iso-2022-jp.c: Likewise.
25666         * iconv/gconv_int.h: Likewise.
25667         * iconv/loop.c: Likewise.
25668         * nis/rpcsvc/nis.h: Likewise.
25669         * resolv/ns_name.c: Likewise.
25670         * stdio-common/vfscanf.c: Likewise.
25671         * streams/stropts.h: Likewise.
25672         * sunrpc/rpc_thread.c: Likewise.
25673         * sysdeps/i386/strpbrk.S: Likewise.
25674         * sysdeps/ieee754/k_standard.c: Likewise.
25675         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25676         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25677         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25678         * sysdeps/mach/hurd/profil.c: Likewise.
25679         * sysdeps/s390/dl-procinfo.h: Likewise.
25680         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25681         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25682         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25683         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25684         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25686 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25688         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25689         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25691 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25693         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25694         aix specific files.
25695         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25696         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25697         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25698         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25699         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25700         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25701         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25702         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25704 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25705             Roland McGrath  <roland@hack.frob.com>
25707         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25708         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25710 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25712         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25713         __executable_start symbol instead of _start.
25715 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25717         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25718         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25719         Move macros to...
25720         * sysdeps/gnu/ldsodefs.h: ... this new file.
25722         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25723         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25724         instead of ELFOSABI_LINUX.
25726         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25727         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25728         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25729         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25730         Likewise.
25731         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25732         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25733         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25734         Likewise.
25735         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25736         (ibm_extended_long_double): Add ieee_nan member.
25737         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25738         (do_test): New function.
25740         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25741         TEST_TRUNC.
25742         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25743         functions, renamed from truncdfsf_test, trunctfsf_test,
25744         trunctfdf_test.
25745         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25746         functions.
25747         (do_test): Run all these.
25749 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25751         * argp/argp-help.c: Fix typos.
25752         * argp/argp-parse.c: Likewise.
25753         * debug/backtracesyms.c: Likewise.
25754         * elf/elf.h: Likewise.
25755         * malloc/malloc.c: Likewise.
25756         * nis/nis_print.c: Likewise.
25757         * resolv/res_comp.c: Likewise.
25758         * stdlib/stdlib.h: Likewise.
25759         * sunrpc/clnt_tcp.c: Likewise.
25760         * sunrpc/clnt_udp.c: Likewise.
25761         * sunrpc/clnt_unix.c: Likewise.
25762         * sysdeps/unix/bsd/ptsname.c: Likewise.
25763         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25764         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25766         Likewise.
25767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25768         Likewise.
25769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25770         Likewise.
25771         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25773 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25775         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25776         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25778 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25780         [BZ #15897]
25781         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25782         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25783         ($(objpfx)bug-dl-leaf): New rule.
25784         ($(objpfx)bug-dl-leaf.so): Likewise.
25785         ($(objpfx)bug-dl-leaf.out): Likewise.
25786         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25787         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25788         * dlfcn/bug-dl-leaf.c: New test.
25789         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25790         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25791         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25792         (dlclose): Likewise.
25793         (dlmopen): Likewise.
25795 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25797         * include/netdb.h [!_ISOMAC]:
25798         Don't include <tls.h>.
25799         (h_errno, __libc_h_errno): Move declaration and macros out of
25800         [_LIBC_REENTRANT].
25802         * include/resolv.h [_RESOLV_H_]:
25803         Don't include <tls.h>.
25804         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25805         * resolv/res_libc.c: Don't include <tls.h>.
25806         (_res): Use __attribute__ ((nocommon)) in place of
25807         __attribute__ ((section (".bss"))).
25809         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25810         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25812         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25814         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25815         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25817         * resolv/res_mkquery.c: Include <sys/time.h>.
25819         * inet/ifreq.c: Moved to ...
25820         * sysdeps/unix/ifreq.c: ... here.
25821         * inet/ifreq.c: New file, true stub version.
25823         * socket/sa_len.c: New file.
25824         * socket/Makefile (aux): Add it.
25825         * sysdeps/unix/sysv/linux/Makefile
25826         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25827         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25828         and #include <socket/sa_len.c>.
25829         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25830         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25832         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25833         * bits/socket.h: ... here.
25835         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25836         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25837         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25839 2013-08-27  Andreas Schwab  <schwab@suse.de>
25841         [BZ #15736]
25842         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25843         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25844         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25845         * string/test-strcasecmp.c (test_main): Run tests in several
25846         locales.
25847         * string/test-strncasecmp.c (test_main): Likewise.
25849         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25850         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25851         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25852         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25853         (__strncasecmp_ssse3) [PIC]: Likewise.
25855 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25857         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25859         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25860         instead of explicitly declaring xdecrypt.
25861         * nis/nss_nis/nis-publickey.c: Likewise.
25863 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25865         [BZ #15890]
25866         * nscd/aicache.c: Include res_hconf.h.
25867         (addhstaiX): Initialize res_hconf.
25869 2013-08-26  Andreas Schwab  <schwab@suse.de>
25871         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25872         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25874 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25876         * nscd/aicache.c (addhstaiX): Fix indentation.
25878 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25880         * configure.ac: Quote $build_pt_chown test.
25881         * configure: Regenerated.
25883 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25885         [BZ #15532]
25886         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25887         * math/s_cexpf.c (__cexpf): Likewise.
25888         * math/s_cexpl.c (__cexpl): Likewise.
25889         * math/libm-test.inc (cexp_test_data): Correct expected return
25890         value for NaN + i0.  Add another test.
25892 2013-08-22  David S. Miller  <davem@davemloft.net>
25894         * po/ca.po: Update Catalan translation from translation project.
25895         * po/uk.po: Add Ukrainian translations from translation project.
25897 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25899         [BZ #15797]
25900         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25901         is infinite, not alongside NaN test.
25902         * math/s_fdimf.c (__fdimf): Likewise.
25903         * math/s_fdiml.c (__fdiml): Likewise.
25904         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25905         errno is unchanged.
25907 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25909         * argp/argp-help.c: Fix typos.
25910         * crypt/speeds.c: Likewise.
25911         * csu/check_fds.c: Likewise.
25912         * elf/dl-load.c: Likewise.
25913         * elf/dl-open.c: Likewise.
25914         * elf/reldep3.c: Likewise.
25915         * elf/reldep.c: Likewise.
25916         * elf/sprof.c: Likewise.
25917         * iconv/iconv_charmap.c: Likewise.
25918         * iconv/skeleton.c: Likewise.
25919         * iconv/strtab.c: Likewise.
25920         * io/lockf64.c: Likewise.
25921         * libio/libioP.h: Likewise.
25922         * resolv/gai_notify.c: Likewise.
25923         * resolv/ns_name.c: Likewise.
25924         * resolv/ns_samedomain.c: Likewise.
25925         * resolv/res_send.c: Likewise.
25926         * stdlib/random.c: Likewise.
25927         * sunrpc/rpc/xdr.h: Likewise.
25928         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25929         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25930         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25931         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25932         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25933         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25934         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25935         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25936         * sysdeps/mach/hurd/check_fds.c: Likewise.
25937         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25938         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25939         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25940         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25941         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25942         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25943         * sysdeps/pthread/aio_notify.c: Likewise.
25944         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25945         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25946         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25947         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25948         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25950 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25952         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25953         version if bit_Slow_SSE4_2 is set.
25954         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25955         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25957 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25959         [BZ #15867]
25960         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25961         trampoline stack frame information.
25962         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25963         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25964         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25965         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25966         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25967         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25968         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25969         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25970         sa_flags value.
25971         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25972         interrupting a syscall and set with option SA_SIGINFO.
25974 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25976         [BZ #15531]
25977         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25978         argument is infinite.
25979         * math/s_cprojf.c (__cprojf): Likewise.
25980         * math/s_cprojl.c (__cprojl): Likewise.
25981         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25982         * math/libm-test.inc (cproj_test_data): Add more tests.
25984         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25986         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25987         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25988         size.  Use __ffs to determine corresponding shift.
25990 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25991             Roland McGrath  <roland@hack.frob.com>
25993         * Makefile (INSTALL): Remove trailing blank lines from output of
25994         makeinfo.
25996 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25998         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25999         Align 32 bit compat elf_greg to 8 bytes.
26001 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26003         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26005 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26007         * string/strcoll_l.c (coll_seq): New structure.
26008         (get_next_seq_cached): New function.
26009         (get_next_seq): New function.
26010         (do_compare): New function.
26011         (STRCOLL): Use GNU style definition.  Simplify implementation
26012         by using get_next_seq, get_next_seq_cached and do_compare.
26014 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26016         [BZ #14699]
26017         CVE-2013-4237
26018         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26019         member.
26020         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26021         member.
26022         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26023         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26024         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26025         conditional.
26026         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26027         GETDENTS_64BIT_ALIGNED.
26028         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26029         * manual/filesys.texi (Reading/Closing Directory): Document
26030         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26031         strongly.
26032         * manual/conf.texi (Limits for Files): Add portability note to
26033         NAME_MAX, PATH_MAX.
26034         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26036 2013-08-13  Andreas Schwab  <schwab@suse.de>
26038         [BZ #15749]
26039         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26040         of fabs.
26041         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26042         LDBL_MAX_EXP >= 16384]: Add tests for it.
26044 2013-08-12  David S. Miller  <davem@davemloft.net>
26046         * version.h (RELEASE): Set to "development".
26047         (VERSION): Set to "2.18.90".
26048         * NEWS: Add 2.19 section.
26050 2013-08-03  David S. Miller  <davem@davemloft.net>
26052         * po/ko.po: Update Korean translation from translation project.
26054 2013-08-01  David S. Miller  <davem@davemloft.net>
26056         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26057         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26058         Bilka.
26060 2013-07-30  David S. Miller  <davem@davemloft.net>
26062         * po/fr.po: Update French translation from translation project.
26064 2013-07-28  David S. Miller  <davem@davemloft.net>
26066         * po/cs.po: Update Czech translation from translation project.
26068         * po/sv.po: Update Swedish translation from translation project.
26070 2013-07-27  David S. Miller  <davem@davemloft.net>
26072         * po/eo.po: Update Esperanto translation from translation project.
26074         * po/vi.po: Update Vietnamese translation from translation project.
26076         * po/de.po: Update German translation from translation project.
26078 2013-07-26  David S. Miller  <davem@davemloft.net>
26080         * po/bg.po: Update Bulgarian translation from translation project.
26082         * po/nl.po: Update Dutch translation from translation project.
26083         * po/pl.po: Update Polish translation from translation project.
26084         * po/ru.po: Update Russian translation from translation project.
26086 2013-07-24  David S. Miller  <davem@davemloft.net>
26088         * po/libc.pot: Update.
26090 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26092         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26093         variable page size.
26094         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26095         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26096         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26098 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26100         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26102 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26103             Andreas Schwab  <schwab@suse.de>
26104             Roland McGrath  <roland@hack.frob.com>
26105             Joseph Myers  <joseph@codesourcery.com>
26106             Carlos O'Donell  <carlos@redhat.com>
26108         [BZ #15755]
26109         * config.h.in: Define HAVE_PT_CHOWN.
26110         * config.make.in (build-pt-chown): New variable.
26111         * configure.in (--enable-pt_chown): New configure option.
26112         * configure: Regenerate.
26113         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26114         build-pt-chown is enabled.
26115         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26116         pt_chown to fix pty ownership.
26117         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26118         CLOSE_ALL_FDS.
26119         * manual/install.texi (Configuring and compiling): Mention
26120         --enable-pt_chown. Add @findex for grantpt.
26121         * INSTALL: Regenerate.
26123 2013-07-20  David S. Miller  <davem@davemloft.net>
26125         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26126         difference between 32-bit and 64-bit.
26128 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26130         [BZ #15711]
26131         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26132         Avoid system header dependency with -ffreestanding.
26133         ($(objpfx)bits/syscall%d): Likewise.
26135 2013-07-13  David S. Miller  <davem@davemloft.net>
26137         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26138         underflows from atanl/atan2l due to bug 15319.
26139         (casinh_test_data): Likewise.
26141 2013-07-07  David S. Miller  <davem@davemloft.net>
26143         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26145 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26147         * sysdeps/i386/fpu/libm-test-ulps: Update.
26148         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26150 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26152         * configure.in (--enable-lock-elision): Fix message text.
26153         * INSTALL: Regenerate.
26154         * configure: Regenerate.
26156 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26158         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26160 2013-07-03  Andreas Jaeger  <aj@suse.de>
26162         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26163         define.
26164         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26165         (ptrace_peeksiginfo_args): Add.
26166         (__ptrace_peeksiginfo_flags): Add.
26167         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26168         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26169         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26171 2013-07-03  Allan McRae  <allan@archlinux.org>
26173         * sysdeps/i386/fpu/libm-test-ulps: Update.
26175 2013-07-02  David S. Miller  <davem@davemloft.net>
26177         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26179 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26181         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26183 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26185         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26188 2013-07-02  Andi Kleen <ak@linux.intel.com>
26190         * config.h.in (ENABLE_LOCK_ELISION): Add.
26191         * configure.in (--enable-lock-elision): Add option.
26192         * manual/install.texi: Document --enable lock elision.
26193         * configure: Regenerate
26194         * INSTALL: Regenerate.
26196 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26198         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26199         SSE4.2 strcasecmp for libc.a.
26200         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26202 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26204         [BZ #13304]
26205         * soft-fp/op-common.h (_FP_FMA): New macro.
26206         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26207         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26208         (_FP_MUL_MEAT_1_imm): ... here.
26209         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26210         (_FP_MUL_MEAT_1_wide): ... here.
26211         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26212         (_FP_MUL_MEAT_1_hard): ... here.
26213         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26214         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26215         (_FP_MUL_MEAT_2_wide): ... here.
26216         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26217         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26218         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26219         (_FP_MUL_MEAT_2_gmp): ... here.
26220         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26221         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26222         (_FP_MUL_MEAT_4_wide): ... here.
26223         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26224         (_FP_MUL_MEAT_4_gmp): ... here.
26225         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26226         (_FP_WFRACBITS_DW_S): Likewise.
26227         (_FP_WFRACXBITS_DW_S): Likewise.
26228         (_FP_HIGHBIT_DW_S): Likewise.
26229         (FP_FMA_S): Likewise.
26230         (_FP_FRAC_HIGH_DW_S): Likewise.
26231         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26232         (_FP_WFRACBITS_DW_D): Likewise.
26233         (_FP_WFRACXBITS_DW_D): Likewise.
26234         (_FP_HIGHBIT_DW_D): Likewise.
26235         (FP_FMA_D): Likewise.
26236         (_FP_FRAC_HIGH_DW_D): Likewise.
26237         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26238         (_FP_WFRACBITS_DW_E): Likewise.
26239         (_FP_WFRACXBITS_DW_E): Likewise.
26240         (_FP_HIGHBIT_DW_E): Likewise.
26241         (FP_FMA_E): Likewise.
26242         (_FP_FRAC_HIGH_DW_E): Likewise.
26243         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26244         (_FP_WFRACBITS_DW_Q): Likewise.
26245         (_FP_WFRACXBITS_DW_Q): Likewise.
26246         (_FP_HIGHBIT_DW_Q): Likewise.
26247         (FP_FMA_Q): Likewise.
26248         (_FP_FRAC_HIGH_DW_Q): Likewise.
26249         * soft-fp/fmasf4.c: New file.
26250         * soft-fp/fmadf4.c: Likewise.
26251         * soft-fp/fmatf4.c: Likewise.
26253 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26255         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26256         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26257         Silvermont.
26258         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26259         macro.
26260         (index_Slow_SSE4_2): Likewise.
26261         (index_Prefer_PMINUB_for_stringop): Likewise.
26262         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26263         bit_Slow_SSE4_2 is set.
26264         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26265         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26267 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26269         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26270         rtld_global._dl_hwcap2.
26271         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26272         POWER8.
26273         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26274         POWER8 feature descriptions defined in _dl_hwcap2.
26275         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26276         string handling for POWER8 feature bits.
26277         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26278         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26279         _dl_powerpc_cap_flags.
26280         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26281         * sysdeps/powerpc/rtld-global-offsets.sym
26282         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26283         _dl_hwcap2 in the rtld_global_ro structure.
26285 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26287         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26288         hardware capabilities in support of AT_HWCAP2.
26289         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26290         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26291         GLRO(dl_hwcap2).
26292         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26293         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26294         explicitly the unknown a_type display mechanism is used.
26295         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26296         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26297         struct member.
26298         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26299         to macro prototype for AT_HWCAP2 support.
26300         * sysdeps/i386/dl-procinfo.h: Likewise.
26301         * sysdeps/s390/dl-procinfo.h: Likewise.
26302         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26303         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26304         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26305         return -1 for unknown a_type display fallback.
26306         * sysdeps/sparc/dl-procinfo.h: Likewise.
26307         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26308         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26310 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26312         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26313         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26315 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26317         [BZ #12492]
26318         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26319         mprotect making __stack_prot writable.
26321 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26322             Joseph Myers  <joseph@codesourcery.com>
26324         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26325         as being properly aligned.
26327 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26329         * dlfcn/modstatic5.c: New file.
26330         * dlfcn/tststatic5.c: New file.
26331         * dlfcn/Makefile (tests): Add tststatic5.
26332         (tests-static): Likewise.
26333         (modules-names): Add modstatic5.
26334         (tststatic5-ENV): New variable.
26335         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26337         [BZ #15022]
26338         * elf/dl-support.c (_dl_main_map): New variable.
26339         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26340         (_dl_nns, _dl_load_adds): Set to 1.
26341         (_dl_initial_searchlist): Refer to _dl_main_map.
26342         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26343         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26344         call to _dl_get_origin.
26345         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26346         around call_map.
26347         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26348         * dlfcn/modstatic3.c: New file.
26349         * dlfcn/tststatic3.c: New file.
26350         * dlfcn/tststatic4.c: New file.
26351         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26352         (tests-static): Likewise.
26353         (modules-names): Add modstatic3.
26354         (tststatic3-ENV, tststatic4-ENV): New variables.
26355         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26356         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26358 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26360         * configure.in (CC): Require GCC version 4.4 or later.
26361         * configure: Regenerated.
26362         * manual/install.texi (Tools for Compilation): Update GCC version
26363         requirement.
26364         * INSTALL: Regenerated.
26366 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26368         [BZ #15674]
26369         * string/test-memcmp.c (check2): New.
26370         (main): Call check2.
26372         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26374 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26376         [BZ #15022]
26377         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26378         over to...
26379         (dl_open_worker) [!SHARED]: ... here.
26381 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26383         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26385 2013-06-25  Richard Henderson  <rth@redhat.com>
26387         * locale/programs/locarchive.c: Include <libc-internal.h>
26389 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26391         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26392         trailing whitespace removed.
26394 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26396         [BZ #10283]
26397         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26398         * locale/programs/locarchive.c: Include libc-mmap.h.
26399         (prepare_address_space): Take two new outputs (the mmap base and len).
26400         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26401         values.
26402         (create_archive): Declare new mmap base and len values for
26403         prepare_address_space, and store the result in ah.
26404         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26405         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26406         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26407         Declare new mmap base and len values for
26408         prepare_address_space, and store the result in new_ah.
26409         (open_archive): Declare new mmap base and len values for
26410         prepare_address_space, and store the result in ah.
26411         (close_archive): If ah->mmap_base is not NULL, use that and
26412         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26413         * sysdeps/generic/libc-mmap.h: New file.
26415 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26417         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26418         (ALIGN_UP): Likewise.
26419         (PTR_ALIGN_DOWN): Likewise.
26420         (PTR_ALIGN_UP): Likewise.
26422 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26424         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26425         entry mapped to PPC_PLATFORM_POWER8.
26426         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26427         POWER8.
26428         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26429         (_dl_string_platform): Add case for exporting platform position for
26430         POWER8.
26431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26432         search path to sysdeps/powerpc/powerpc32/power8 directory.
26433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26434         search path to sysdeps/powerpc/powerpc64/power8 directory.
26435         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26436         power7 directories.
26437         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26438         power7 directories.
26440 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26442         * INSTALL: Regenerate.
26444         * nscd/connections.c (nscd_init): Fix comment.
26446 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26448         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26450         [BZ #15667]
26451         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26452         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26454 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26456         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26457         DL_DST_REQ_STATIC.
26458         (DL_DST_REQ_STATIC): Remove macro.
26460 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26462         [BZ #7006]
26463         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26464         with a shift of 0 bits.
26466 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26468         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26469         $(tststatic-ENV).
26471 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26473         [BZ #15655]
26474         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26476 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26478         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26479         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26480         accepts -fno-tree-loop-distribute-patterns.
26481         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26482         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26483         recursive call.
26484         * string/memset.c (memset): Likewise.
26485         * string/test-memmove.c (simple_memmove): Disable loop transformation
26486         to library calls.
26487         * string/test-memset.c (simple_memset): Likewise.
26488         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26489         * benchtests/bench-memset.c (simple_memset): Likewise.
26490         * configure: Regenerated.
26492 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26494         * math/test-misc.c (main): Ignore fesetround failure when failures
26495         of subsequent rounding tests would be ignored.
26497         [BZ #15654]
26498         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26499         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26500         * math/fegetenv.c (__fegetenv): Return 0.
26501         * math/fegetexcept.c (fegetexcept): Return 0.
26502         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26503         FE_TONEAREST.
26504         * math/feholdexcpt.c (feholdexcept): Return 0.
26505         * math/fesetenv.c (__fesetenv): Return 0.
26506         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26507         argument FE_TONEAREST.
26508         * math/feupdateenv.c (__feupdateenv): Return 0.
26509         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26511 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26513         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26514         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26515         ($(objpfx)rtld-%.os rules): Use them.
26517 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26519         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26520         fields.
26522 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26524         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26525         length of target pattern, then descending length of dependency pattern.
26526         * configure.in (AWK): Require gawk 3.1.2 or newer.
26527         * manual/install.texi (Tools for Compilation): Say that we do.
26528         * configure: Regenerated.
26530         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26531         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26532         * scripts/sysd-rules.awk: ... this new script.
26533         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26534         than a glob-style pattern.
26536 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26538         * math/test-misc.c (main): Do not treat incorrectly rounded
26539         conversions as failure unless ROUNDING_TESTS passes.
26541 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26543         [BZ #15631]
26544         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26545         restore exception state around main square root computation, then
26546         check for inexactness explicitly.
26548         * math/libm-test.inc (fma_test_data): Add another test.
26550 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26552         * manual/threads.texi (Non-POSIX Extensions): New document
26553         node.  Document pthread_getattr_default_np and
26554         pthread_setattr_default_np.
26556         * Versions.def (libpthread): Add GLIBC_2.18.
26557         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26559         Likewise.
26560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26561         Likewise.
26562         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26563         Likewise.
26564         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26565         Likewise.
26566         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26567         Likewise.
26568         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26569         Likewise.
26570         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26571         Likewise.
26572         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26573         Likewise.
26574         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26575         Likewise.
26577 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26579         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26580         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26582 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26583             H.J. Lu  <hjl.tools@gmail.com>
26585         [BZ #15627]
26586         * sysdeps/x86_64/rtld-memset.c: Remove file.
26587         * sysdeps/x86_64/rtld-memset.S: New file.
26589 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26591         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26592         (test_in_one_mode): Take arguments for whether the rounding mode
26593         is supported for each floating-point type.
26594         (do_test): Pass new arguments to test_in_one_mode using
26595         ROUNDING_TESTS.
26597 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26599         * posix/tst-waitid.c (do_test): Distinguish different instances of
26600         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26601         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26602         before entering the kernel for waitpid.
26604 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26606         * NEWS: Fix note on clock function precision.  Text by Roland
26607         McGrath.
26609 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26611         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26612         it into place only when and if the sanity check passes.
26614 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26616         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26617         output for whether conversion result is exact.  Take argument
26618         indicating whether type is IBM long double.
26619         (round_for_all): Change need_exact field to ibm_ld.
26620         * stdlib/tst-strtod-round.c (struct exactness): New type.
26621         (struct test): Change bool ld_ok field to struct exactness exact.
26622         (TEST): Update all definitions for change to field.
26623         (tests): Regenerate array contents.
26624         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26625         field value.  Check for IBM long double here.
26626         (do_test): Update calls to test_in_one_mode.
26628 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26630         [BZ #12515]
26631         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26632         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26634 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26636         [BZ #15605]
26637         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26638         generated by the compiler on loop optimizations.
26639         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26640         general definitions.
26642 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26644         * math/bug-nextafter.c: Include <math-tests.h>.
26645         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26646         the relevant type.
26647         * math/bug-nexttoward.c: Include <math-tests.h>.
26648         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26649         the relevant type.
26650         * math/test-misc.c: Include <math-tests.h>.
26651         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26652         the relevant type.
26654 2013-06-12  Andreas Jaeger  <aj@suse.de>
26656         * po/ia.po: Update Interlingua translation from translation
26657         project.
26659 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26661         * include/fenv.h: Include stdbool.h.
26662         (struct rm_ctx): New structure.
26663         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26664         Define macro.
26665         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26666         (SET_RESTORE_ROUNDF): Likewise.
26667         (SET_RESTORE_ROUNDL): Likewise.
26668         (SET_RESTORE_ROUND_NOEX): Likewise.
26669         (SET_RESTORE_ROUND_NOEXF): Likewise.
26670         (SET_RESTORE_ROUND_NOEXL): Likewise.
26671         (SET_RESTORE_ROUND_53BIT): Likewise.
26672         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26673         (libc_feresetround_noexf_ctx): Likewise.
26674         (libc_feresetround_noexl_ctx): Likewise.
26675         (libc_feholdsetround_53bit_ctx): Likewise.
26676         (libc_feresetround_53bit_ctx): Likewise.
26677         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26678         (libc_feholdexcept_setround_sse_ctx): New function.
26679         (libc_fesetenv_sse_ctx): Likewise.
26680         (libc_feupdateenv_sse_ctx): Likewise.
26681         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26682         (libc_feholdexcept_setround_387_ctx): Likewise.
26683         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26684         (libc_feholdsetround_387_prec_ctx): Likewise.
26685         (libc_feholdsetround_387_ctx): Likewise.
26686         (libc_feholdsetround_387_53bit_ctx): Likewise.
26687         (libc_feholdsetround_sse_ctx): Likewise.
26688         (libc_feresetround_sse_ctx): Likewise.
26689         (libc_feresetround_387_ctx): Likewise.
26690         (libc_feupdateenv_387_ctx): Likewise.
26691         (libc_feholdexcept_setroundf_ctx): Define macro.
26692         (libc_fesetenvf_ctx): Likewise.
26693         (libc_feupdateenvf_ctx): Likewise.
26694         (libc_feholdsetroundf_ctx): Likewise.
26695         (libc_feresetroundf_ctx): Likewise.
26696         (libc_feholdexcept_setround_ctx): Likewise.
26697         (libc_fesetenv_ctx): Likewise.
26698         (libc_feupdateenv_ctx): Likewise.
26699         (libc_feholdsetround_ctx): Likewise.
26700         (libc_feresetround_ctx): Likewise.
26701         (libc_feholdexcept_setroundl_ctx): Likewise.
26702         (libc_feupdateenvl_ctx): Likewise.
26703         (libc_feholdsetroundl_ctx): Likewise.
26704         (libc_feresetroundl_ctx): Likewise.
26705         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26706         (libc_feresetround_53bit_ctx): Likewise.
26708 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26710         * locale/iso-639.def: Convert to UTF-8.
26712 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26714         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26715         (EXCEPTION_TESTS_double): Likewise.
26716         (EXCEPTION_TESTS_long_double): Likewise.
26717         (EXCEPTION_TESTS): Likewise.
26718         * math/libm-test.inc (test_exceptions): Only test exceptions if
26719         EXCEPTION_TESTS (FLOAT).
26721 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26723         * benchtests/Makefile (string-bench): Add strcpy_chk and
26724         stpcpy_chk.
26725         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26726         * benchtests/bench-stpcpy_chk.c: New file.
26727         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26728         * benchtests/bench-strcpy_chk.c: New file.
26729         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26730         code.
26731         (do_test): Likewise.
26733 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26735         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26736         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26737         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26738         with tabs where appropriate.
26739         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26740         dl-procinfo.h.
26741         [PPC_PLATFORM_PPC440]: Likewise.
26742         [PPC_PLATFORM_PPC464]: Likewise.
26743         [PPC_PLATFORM_PPC476]: Likewise.
26744         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26745         ppc464, and ppc476 platform strings merging from ports/
26746         dl-procinfo.h.
26748 2013-06-11  Andreas Schwab  <schwab@suse.de>
26750         [BZ #14991]
26751         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26752         (from_ucs4_idx): Regenerate.
26753         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26754         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26755         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26756         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26757         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26758         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26759         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26760         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26761         from FROM_LOOP and TO_LOOP specific macros.
26762         (BODY): Handle combining characters.
26763         * iconvdata/BIG5HKSCS.irreversible: Update.
26764         * iconvdata/BIG5HKSCS.precomposed: New file.
26765         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26766         characters.
26767         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26769 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26771         * include/sys/time.h: Fix indentation and add copyright header.
26773         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26774         (do_test): Likewise.
26775         * string/test-memchr.c (do_one_test): Likewise.
26776         (do_test): Likewise.
26777         * string/test-memcmp.c (do_one_test): Likewise.
26778         (do_test): Likewise.
26779         * string/test-memcpy.c (do_one_test): Likewise.
26780         (do_test): Likewise.
26781         * string/test-memmem.c (do_one_test): Likewise.
26782         (do_test): Likewise.
26783         (do_random_tests): Likewise.
26784         * string/test-memmove.c (do_one_test): Likewise.
26785         (do_test): Likewise.
26786         * string/test-memset.c (do_one_test): Likewise.
26787         (do_test): Likewise.
26788         * string/test-rawmemchr.c (do_one_test): Likewise.
26789         (do_test): Likewise.
26790         * string/test-strcasecmp.c (do_one_test): Likewise.
26791         (do_test): Likewise.
26792         * string/test-strcasestr.c (do_one_test): Likewise.
26793         (do_test): Likewise.
26794         * string/test-strcat.c (do_one_test): Likewise.
26795         (do_test): Likewise.
26796         * string/test-strchr.c (do_one_test): Likewise.
26797         (do_test): Likewise.
26798         * string/test-strcmp.c (do_one_test): Likewise.
26799         (do_test): Likewise.
26800         * string/test-strcpy.c (do_one_test): Likewise.
26801         (do_test): Likewise.
26802         * string/test-string.h: Likewise.
26803         (test_init): Likewise.
26804         * string/test-strlen.c (do_one_test): Likewise.
26805         (do_test): Likewise.
26806         * string/test-strncasecmp.c (do_one_test): Likewise.
26807         (do_test): Likewise.
26808         * string/test-strncat.c (do_one_test): Likewise.
26809         (do_test): Likewise.
26810         * string/test-strncmp.c (do_one_test): Likewise.
26811         (do_test_limit): Likewise.
26812         (do_test): Likewise.
26813         * string/test-strncpy.c (do_one_test): Likewise.
26814         (do_test): Likewise.
26815         * string/test-strnlen.c (do_one_test): Likewise.
26816         (do_test): Likewise.
26817         * string/test-strpbrk.c (do_one_test): Likewise.
26818         (do_test): Likewise.
26819         * string/test-strrchr.c (do_one_test): Likewise.
26820         (do_test): Likewise.
26821         * string/test-strspn.c (do_one_test): Likewise.
26822         (do_test): Likewise.
26823         * string/test-strstr.c (do_one_test): Likewise.
26824         (do_test): Likewise.
26826         * benchtests/Makefile (string-bench): Add string benchmarks.
26827         * benchtests/bench-bcopy-ifunc.c: New file.
26828         * benchtests/bench-bcopy.c: New file.
26829         * benchtests/bench-bzero-ifunc.c: New file.
26830         * benchtests/bench-bzero.c: New file.
26831         * benchtests/bench-memccpy-ifunc.c: New file.
26832         * benchtests/bench-memccpy.c: New file.
26833         * benchtests/bench-memchr-ifunc.c: New file.
26834         * benchtests/bench-memchr.c: New file.
26835         * benchtests/bench-memcmp-ifunc.c: New file.
26836         * benchtests/bench-memcmp.c: New file.
26837         * benchtests/bench-memmem-ifunc.c: New file.
26838         * benchtests/bench-memmem.c: New file.
26839         * benchtests/bench-memmove-ifunc.c: New file.
26840         * benchtests/bench-memmove.c: New file.
26841         * benchtests/bench-mempcpy-ifunc.c: New file.
26842         * benchtests/bench-mempcpy.c: New file.
26843         * benchtests/bench-memset-ifunc.c: New file.
26844         * benchtests/bench-memset.c: New file.
26845         * benchtests/bench-rawmemchr-ifunc.c: New file.
26846         * benchtests/bench-rawmemchr.c: New file.
26847         * benchtests/bench-stpcpy-ifunc.c: New file.
26848         * benchtests/bench-stpcpy.c: New file.
26849         * benchtests/bench-stpncpy-ifunc.c: New file.
26850         * benchtests/bench-stpncpy.c: New file.
26851         * benchtests/bench-strcasecmp-ifunc.c: New file.
26852         * benchtests/bench-strcasecmp.c: New file.
26853         * benchtests/bench-strcasestr-ifunc.c: New file.
26854         * benchtests/bench-strcasestr.c: New file.
26855         * benchtests/bench-strcat-ifunc.c: New file.
26856         * benchtests/bench-strcat.c: New file.
26857         * benchtests/bench-strchr-ifunc.c: New file.
26858         * benchtests/bench-strchr.c: New file.
26859         * benchtests/bench-strchrnul-ifunc.c: New file.
26860         * benchtests/bench-strchrnul.c: New file.
26861         * benchtests/bench-strcmp-ifunc.c: New file.
26862         * benchtests/bench-strcmp.c: New file.
26863         * benchtests/bench-strcpy-ifunc.c: New file.
26864         * benchtests/bench-strcpy.c: New file.
26865         * benchtests/bench-strcspn-ifunc.c: New file.
26866         * benchtests/bench-strcspn.c: New file.
26867         * benchtests/bench-strlen-ifunc.c: New file.
26868         * benchtests/bench-strlen.c: New file.
26869         * benchtests/bench-strncasecmp-ifunc.c: New file.
26870         * benchtests/bench-strncasecmp.c: New file.
26871         * benchtests/bench-strncat-ifunc.c: New file.
26872         * benchtests/bench-strncat.c: New file.
26873         * benchtests/bench-strncmp-ifunc.c: New file.
26874         * benchtests/bench-strncmp.c: New file.
26875         * benchtests/bench-strncpy-ifunc.c: New file.
26876         * benchtests/bench-strncpy.c: New file.
26877         * benchtests/bench-strnlen-ifunc.c: New file.
26878         * benchtests/bench-strnlen.c: New file.
26879         * benchtests/bench-strpbrk-ifunc.c: New file.
26880         * benchtests/bench-strpbrk.c: New file.
26881         * benchtests/bench-strrchr-ifunc.c: New file.
26882         * benchtests/bench-strrchr.c: New file.
26883         * benchtests/bench-strspn-ifunc.c: New file.
26884         * benchtests/bench-strspn.c: New file.
26885         * benchtests/bench-strstr-ifunc.c: New file.
26886         * benchtests/bench-strstr.c: New file.
26888         * benchtests/Makefile: Disable parallel execution of targets.
26889         (string-bench): Add memcpy.
26890         (benchset): New variable to store a list of benchmark sets.
26891         (bench-func): Renamed from bench.
26892         (bench-set): New target.
26893         (bench): Depend on bench-func and bench-set.
26894         * benchtests/README: Add section on benchmark sets.
26895         * benchtests/bench-memcpy-ifunc.c: New file.
26896         * benchtests/bench-memcpy.c: New file.
26897         * benchtests/bench-string.h: New file.
26899 2013-06-11  Andreas Schwab  <schwab@suse.de>
26901         [BZ #15577]
26902         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26903         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26904         values in the triple.
26905         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26906         terminator in the group key.
26908 2013-06-11  Andreas Jaeger  <aj@suse.de>
26910         * po/zh_TW.po: Update Chinese (traditional) translation from
26911         translation project.
26913 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26915         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26916         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26917         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26918         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26919         (clock_getcpuclockid): Likewise.
26920         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26921         Add weak_alias and libc_hidden_def.
26922         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26923         * rt/clock_gettime.c (clock_gettime): Rename to
26924         __clock_gettime.  Add weak_alias and libc_hidden_def.
26925         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26926         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26927         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26928         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26929         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26930         Likewise.
26931         * rt/clock_settime.c (clock_settime): Rename to
26932         __clock_settime.  Add weak_alias and libc_hidden_def.
26933         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26935 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26937         * mach/err_boot.sub: Remove trailing whitespace.
26938         * mach/err_ipc.sub: Likewise.
26939         * mach/err_mach.sub: Likewise.
26941         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26942         (ROUNDING_TESTS_double): Likewise.
26943         (ROUNDING_TESTS_long_double): Likewise.
26944         (ROUNDING_TESTS): Likewise.
26945         * math/libm-test.inc: Include <math-tests.h>.
26946         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26947         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26948         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26949         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26951 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26953         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26954         of assigning.
26956 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26958         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26959         otherwise empty TRANS lines.
26960         * sysdeps/gnu/errlist.c: Regenerated.
26962         * catgets/gencat.c (error_print): Use (void) in function
26963         definition.
26964         * crypt/crypt_util.c (__init_des): Likewise.
26965         * crypt/speeds.c (Stop): Likewise.
26966         (main): Likewise.
26967         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26968         * inet/ruserpass.c (token): Likewise.
26969         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26970         * intl/localealias.c (extend_alias_table): Likewise.
26971         * intl/plural-exp.c (init_germanic_plural): Likewise.
26972         * libio/fcloseall.c (__fcloseall): Likewise.
26973         * libio/genops.c (_IO_flush_all): Likewise.
26974         (_IO_flush_all_linebuffered): Likewise.
26975         (_IO_cleanup): Likewise.
26976         (_IO_iter_begin): Likewise.
26977         (_IO_iter_end): Likewise.
26978         (_IO_list_lock): Likewise.
26979         (_IO_list_unlock): Likewise.
26980         (_IO_list_resetlock): Likewise.
26981         * libio/getchar.c (getchar): Likewise.
26982         * libio/getchar_u.c (getchar_unlocked): Likewise.
26983         * libio/getwchar.c (getwchar): Likewise.
26984         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26985         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26986         * login/getpt.c (__getpt): Likewise.
26987         * login/tst-utmp.c (main): Likewise.
26988         * malloc/hooks.c (__malloc_check_init): Likewise.
26989         * malloc/malloc.c (__malloc_stats): Likewise.
26990         * malloc/mtrace.c (tr_break): Likewise.
26991         (mtrace): Likewise.
26992         (muntrace): Likewise.
26993         * misc/fstab.c (endfsent): Likewise.
26994         * misc/getclktck.c (__getclktck): Likewise.
26995         * misc/getdtsz.c (__getdtablesize): Likewise.
26996         * misc/gethostid.c (gethostid): Likewise.
26997         * misc/getpagesize.c (__getpagesize): Likewise.
26998         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26999         (__get_nprocs): Likewise.
27000         (__get_phys_pages): Likewise.
27001         (__get_avphys_pages): Likewise.
27002         * misc/getttyent.c (getttyent): Likewise.
27003         (setttyent): Likewise.
27004         (endttyent): Likewise.
27005         * misc/getusershell.c (getusershell): Likewise.
27006         (endusershell): Likewise.
27007         (setusershell): Likewise.
27008         (initshells): Likewise.
27009         * misc/hsearch.c (__hdestroy): Likewise.
27010         * misc/sync.c (sync): Likewise.
27011         * misc/syslog.c (closelog_internal): Likewise.
27012         (closelog): Likewise.
27013         * misc/ttyslot.c (ttyslot): Likewise.
27014         * misc/vhangup.c (vhangup): Likewise.
27015         * posix/fork.c (__fork): Likewise.
27016         * posix/getegid.c (__getegid): Likewise.
27017         * posix/geteuid.c (__geteuid): Likewise.
27018         * posix/getgid.c (__getgid): Likewise.
27019         * posix/getpid.c (__getpid): Likewise.
27020         * posix/getppid.c (__getppid): Likewise.
27021         * posix/getuid.c (__getuid): Likewise.
27022         * posix/pause.c (pause): Likewise.
27023         * posix/setpgrp.c (setpgrp): Likewise.
27024         * posix/setsid.c (__setsid): Likewise.
27025         * posix/test-vfork.c (noop): Likewise.
27026         * resolv/gethnamaddr.c (_endhtent): Likewise.
27027         (_gethtent): Likewise.
27028         (ht_endhostent): Likewise.
27029         (gethostent): Likewise.
27030         (dns_service): Likewise.
27031         * stdlib/drand48.c (drand48): Likewise.
27032         * stdlib/lrand48.c (lrand48): Likewise.
27033         * stdlib/mrand48.c (mrand48): Likewise.
27034         * stdlib/rand.c (rand): Likewise.
27035         * stdlib/random.c (__random): Likewise.
27036         * stdlib/setenv.c (clearenv): Likewise.
27037         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27038         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27039         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27040         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27041         (__get_nprocs): Likewise.
27042         (__get_phys_pages): Likewise.
27043         (__get_avphys_pages): Likewise.
27044         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27045         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27046         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27047         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27048         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27049         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27050         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27051         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27052         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27053         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27054         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27055         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27056         * sysdeps/posix/clock.c (clock): Likewise.
27057         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27058         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27059         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27060         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27061         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27062         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27063         (__get_nprocs_conf): Likewise.
27064         (__get_phys_pages): Likewise.
27065         (__get_avphys_pages): Likewise.
27066         * time/clock.c (clock): Likewise.
27067         * time/tzset.c (__tzname_max): Likewise.
27069 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27071         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27072         (__bswap_32): Do not use "register".
27073         * crypt/crypt.c (_ufc_doit_r): Likewise.
27074         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27075         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27076         * gmon/gmon.c (__monstartup): Likewise.
27077         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27078         * hurd/hurdmalloc.c (more_memory): Likewise.
27079         (malloc): Likewise.
27080         (free): Likewise.
27081         (realloc): Likewise.
27082         (malloc_fork_prepare): Likewise.
27083         (malloc_fork_parent): Likewise.
27084         (malloc_fork_child): Likewise.
27085         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27086         (_svcauth_des): Likewise.
27087         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27088         * inet/inet_net.c (inet_network): Likewise.
27089         * inet/inet_netof.c (inet_netof): Likewise.
27090         * inet/rcmd.c (__validuser2_sa): Likewise.
27091         * io/fts.c (fts_open): Likewise.
27092         (fts_load): Likewise.
27093         (fts_close): Likewise.
27094         (fts_read): Likewise.
27095         (fts_children): Likewise.
27096         (fts_build): Likewise.
27097         (fts_stat): Likewise.
27098         (fts_sort): Likewise.
27099         (fts_alloc): Likewise.
27100         (fts_lfree): Likewise.
27101         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27102         (_IO_file_xsgetn): Likewise.
27103         (_IO_file_xsgetn_mmap): Likewise.
27104         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27105         (_IO_cookie_write): Likewise.
27106         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27107         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27108         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27109         * malloc/obstack.c (_obstack_begin): Likewise.
27110         (_obstack_begin_1): Likewise.
27111         (_obstack_newchunk): Likewise.
27112         (_obstack_allocated_p): Likewise.
27113         (obstack_free): Likewise.
27114         (_obstack_memory_used): Likewise.
27115         * misc/getttyent.c (getttynam): Likewise.
27116         (getttyent): Likewise.
27117         (skip): Likewise.
27118         (value): Likewise.
27119         * misc/getusershell.c (initshells): Likewise.
27120         * misc/syslog.c (__vsyslog_chk): Likewise.
27121         * misc/ttyslot.c (ttyslot): Likewise.
27122         * nis/nis_hash.c (__nis_hash): Likewise.
27123         * posix/fnmatch_loop.c (FCT): Likewise.
27124         * posix/getconf.c (print_all): Likewise.
27125         (main): Likewise.
27126         * posix/getopt.c (exchange): Likewise.
27127         * posix/glob.c (globfree): Likewise.
27128         (prefix_array): Likewise.
27129         (__glob_pattern_type): Likewise.
27130         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27131         (NS_GET32): Likewise.
27132         (NS_PUT16): Likewise.
27133         (NS_PUT32): Likewise.
27134         * resolv/gethnamaddr.c (getanswer): Likewise.
27135         (gethostbyname2): Likewise.
27136         (gethostbyaddr): Likewise.
27137         (_gethtent): Likewise.
27138         (_gethtbyname2): Likewise.
27139         (_gethtbyaddr): Likewise.
27140         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27141         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27142         * resolv/res_init.c (__res_vinit): Likewise.
27143         (net_mask): Likewise.
27144         * resolv/res_mkquery.c (outchar): Likewise.
27145         (PRINT): Likewise.
27146         * stdio-common/printf_fp.c (outchar): Likewise.
27147         (PRINT): Likewise.
27148         * stdio-common/printf_fphex.c (outchar): Likewise.
27149         (PRINT): Likewise.
27150         * stdio-common/printf_size.c (outchar): Likewise.
27151         (PRINT): Likewise.
27152         * stdio-common/test_rdwr.c (main): Likewise.
27153         * stdio-common/tfformat.c (matches): Likewise.
27154         * stdio-common/vfprintf.c (outchar): Likewise.
27155         (printf_unknown): Likewise.
27156         (buffered_vfprintf): Likewise.
27157         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27158         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27159         (ReadFile): Likewise.
27160         * stdlib/qsort.c (SWAP): Likewise.
27161         (_quicksort): Likewise.
27162         * stdlib/setenv.c (__add_to_environ): Likewise.
27163         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27164         * stdlib/strtol_l.c (__strtol_l): Likewise.
27165         * stdlib/tst-strtod.c (main): Likewise.
27166         * stdlib/tst-strtol.c (main): Likewise.
27167         * stdlib/tst-strtoll.c (main): Likewise.
27168         * string/bits/string2.h (__strcmp_cc): Likewise.
27169         (__strcmp_cg): Likewise.
27170         (__strcspn_c1): Likewise.
27171         (__strcspn_c2): Likewise.
27172         (__strcspn_c3): Likewise.
27173         (__strspn_c1): Likewise.
27174         (__strspn_c2): Likewise.
27175         (__strspn_c3): Likewise.
27176         (__strsep_1c): Likewise.
27177         (__strsep_2c): Likewise.
27178         (__strsep_3c): Likewise.
27179         * string/memccpy.c (__memccpy): Likewise.
27180         * string/stpcpy.c (__stpcpy): Likewise.
27181         * string/strcmp.c (strcmp): Likewise.
27182         * string/strrchr.c (strrchr): Likewise.
27183         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27184         Likewise.
27185         * sysdeps/mach/hurd/getcwd.c
27186         (_hurd_canonicalize_directory_name_internal): Likewise.
27187         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27188         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27189         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27190         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27191         Likewise, in both definitions.
27192         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27193         definitions.
27194         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27195         64] (__bswap_64): Likewise.
27196         * time/test_time.c (main): Likewise.
27197         * time/tzfile.c (__tzfile_read): Likewise.
27198         (__tzfile_compute): Likewise.
27199         * time/tzset.c (__tzset_parse_tz): Likewise.
27200         (tzset_internal): Likewise.
27201         (compute_change): Likewise.
27202         * wcsmbs/wcscat.c (__wcscat): Likewise.
27203         * wcsmbs/wcschr.c (wcschr): Likewise.
27204         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27205         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27206         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27207         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27208         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27209         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27210         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27211         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27212         * wcsmbs/wmemset.c (wmemset): Likewise.
27214 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27216         * scripts/config.guess: Update to version 2013-05-16.
27217         * scripts/config.sub: Update to version 2013-04-24.
27218         * scripts/install-sh: Update to version 2011-11-20.07.
27219         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27220         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27222 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27224         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27225         * elf/sln.c: Likewise.
27226         * hurd/hurd/ioctl.h: Likewise.
27227         * hurd/hurdmalloc.c: Likewise.
27228         * hurd/xattr.c: Likewise.
27229         * include/shlib-compat.h: Likewise.
27230         * inet/ruserpass.c: Likewise.
27231         * libio/iofgets_u.c: Likewise.
27232         * libio/iofgetws_u.c: Likewise.
27233         * locale/programs/ld-identification.c: Likewise.
27234         * locale/programs/ld-time.c: Likewise.
27235         * mach/msg-destroy.c: Likewise.
27236         * nss/nss_files/files-netgrp.c: Likewise.
27237         * resolv/res_data.c: Likewise.
27238         * soft-fp/op-1.h: Likewise.
27239         * soft-fp/op-2.h: Likewise.
27240         * soft-fp/op-4.h: Likewise.
27241         * soft-fp/op-common.h: Likewise.
27242         * stdio-common/printf_fphex.c: Likewise.
27243         * stdlib/strtod_l.c: Likewise.
27244         * sunrpc/rpc/clnt.h: Likewise.
27245         * sysdeps/generic/framestate.c: Likewise.
27246         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27247         * sysdeps/i386/bsd-setjmp.S: Likewise.
27248         * sysdeps/i386/__longjmp.S: Likewise.
27249         * sysdeps/i386/setjmp.S: Likewise.
27250         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27251         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27252         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27253         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27254         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27255         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27256         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27257         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27258         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27259         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27260         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27261         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27262         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27263         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27264         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27265         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27266         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27267         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27268         * sysdeps/ieee754/support.c: Likewise.
27269         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27270         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27271         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27272         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27273         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27274         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27275         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27276         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27277         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27278         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27279         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27280         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27281         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27282         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27283         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27284         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27285         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27288 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27290         * posix/transbug.c: Remove executable mode.
27292 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27294         * crypt/speeds.c: Remove trailing whitespace.
27295         * dlfcn/default.c: Likewise.
27296         * elf/ifuncdep2.c: Likewise.
27297         * elf/ifuncmain1.c: Likewise.
27298         * elf/ifuncmain1vis.c: Likewise.
27299         * elf/testobj.h: Likewise.
27300         * elf/tst-stackguard1.c: Likewise.
27301         * gmon/sys/gmon.h: Likewise.
27302         * hurd/hurdmsg.c: Likewise.
27303         * hurd/new-fd.c: Likewise.
27304         * hurd/ports-get.c: Likewise.
27305         * iconvdata/ibm1008_420.c: Likewise.
27306         * inet/tst-getni1.c: Likewise.
27307         * inet/tst-getni2.c: Likewise.
27308         * libio/ioungetc.c: Likewise.
27309         * libio/wfiledoalloc.c: Likewise.
27310         * manual/libm-err-tab.pl: Likewise.
27311         * math/w_dremf.c: Likewise.
27312         * misc/ftruncate.c: Likewise.
27313         * posix/bug-glob2.c: Likewise.
27314         * posix/tst-pcre.c: Likewise.
27315         * posix/wait4.c: Likewise.
27316         * resolv/README: Likewise.
27317         * resolv/res_debug.h: Likewise.
27318         * resolv/tst-inet_ntop.c: Likewise.
27319         * setjmp/bug269-setjmp.c: Likewise.
27320         * soft-fp/extended.h: Likewise.
27321         * soft-fp/op-1.h: Likewise.
27322         * soft-fp/op-2.h: Likewise.
27323         * soft-fp/op-4.h: Likewise.
27324         * soft-fp/op-8.h: Likewise.
27325         * soft-fp/testit.c: Likewise.
27326         * stdio-common/bug16.c: Likewise.
27327         * stdlib/random.c: Likewise.
27328         * sunrpc/rpcsvc/rquota.x: Likewise.
27329         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27330         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27331         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27332         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27333         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27334         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27335         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27336         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27337         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27338         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27339         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27340         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27341         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27342         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27343         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27344         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27345         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27346         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27347         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27348         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27349         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27350         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27351         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27352         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27353         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27354         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27355         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27356         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27357         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27358         * sysdeps/ieee754/s_lib_version.c: Likewise.
27359         * sysdeps/mach/hurd/check_fds.c: Likewise.
27360         * sysdeps/mach/hurd/getsockname.c: Likewise.
27361         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27362         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27363         * sysdeps/powerpc/bits/link.h: Likewise.
27364         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27365         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27366         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27367         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27368         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27369         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27370         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27371         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27372         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27373         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27374         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27375         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27376         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27377         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27378         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27379         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27380         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27381         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27382         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27383         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27384         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27385         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27386         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27387         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27388         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27389         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27390         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27391         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27392         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27393         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27394         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27395         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27396         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27397         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27398         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27399         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27400         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27401         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27402         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27403         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27404         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27405         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27406         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27407         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27408         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27409         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27410         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27411         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27412         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27413         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27414         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27415         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27416         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27417         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27418         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27419         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27420         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27421         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27422         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27423         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27424         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27425         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27426         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27427         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27428         * sysdeps/powerpc/sysdep.h: Likewise.
27429         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27430         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27431         * sysdeps/sh/dl-trampoline.S: Likewise.
27432         * sysdeps/sh/memset.S: Likewise.
27433         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27434         * sysdeps/sh/strlen.S: Likewise.
27435         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27436         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27437         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27438         * sysdeps/sparc/sparc32/rem.S: Likewise.
27439         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27440         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27441         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27442         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27443         * sysdeps/sparc/sparc32/urem.S: Likewise.
27444         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27445         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27446         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27447         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27448         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27449         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27450         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27451         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27452         * sysdeps/unix/bsd/times.c: Likewise.
27453         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27454         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27458         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27459         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27460         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27461         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27462         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27463         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27464         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27465         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27466         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27467         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27468         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27469         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27470         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27471         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27472         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27473         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27474         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27475         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27476         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27477         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27478         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27479         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27480         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27481         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27482         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27483         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27484         * sysdeps/x86_64/strcspn.S: Likewise.
27486 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27488         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27489         generated file.  Regenerate properly from gen-translit.pl.
27490         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27491         locale/C-translit.h.
27493 2013-06-05  Andreas Schwab  <schwab@suse.de>
27495         [BZ #15100]
27496         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27497         week as 6 instead of -1.
27498         * time/tst-strptime.c (day_tests): Add test case.
27500 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27502         * sysdeps/generic/math_private.h
27503         (libc_feholdexcept_setround_53bit): Replace with
27504         libc_feholdsetround_53bit.
27505         (libc_feupdateenv_53bit): Replace with
27506         libc_feresetround_53bit.
27507         (SET_RESTORE_ROUND_53BIT): Adjust.
27509 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27511         * string/test-strchrnul.c: Add copyright header.
27513         * posix/tst-getaddrinfo4.c: Increase test timeout.
27515 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27517         [BZ #15536]
27518         * math/libm-test.inc (MAX_EXP): Remove
27519         (MIN_EXP): Define.
27520         (ulp): Use MIN_EXP - MANT_DIG.
27521         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27523 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27525         * po/be.po: Revert last change.
27526         * po/zh_CN.po: Likewise.
27527         * po/header.pot: Likewise.
27529 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27531         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27532         link-libc-deps to empty as target-specific variable.
27533         * Makerules (link-libc-args): New variable.
27534         (libc-for-link): Likewise.
27535         (link-libc-deps): Likewise.
27536         (lib%.so): Depend on $(link-libc-deps).  Link with
27537         $(link-libc-args).
27538         (build-module): Link with $(link-libc-args).
27539         (build-module-asneeded): Likewise.
27540         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27541         list of objects.
27542         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27543         target-specific variable.
27544         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27545         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27546         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27547         libc.
27548         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27549         libc and ld.so.
27550         ($(objpfx)libpcprofile.so): Likewise.
27551         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27552         libc_nonshared.a.
27553         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27554         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27555         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27556         $(link-libc-deps).
27557         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27558         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27559         * login/Makefile ($(objpfx)libutil.so): Likewise.
27560         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27561         * math/Makefile ($(objpfx)libm.so): Likewise.
27562         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27563         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27564         variable instead of depending directly on libc.
27565         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27566         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27567         $(link-libc-deps).
27568         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27569         libc.
27570         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27571         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27572         ($(objpfx)libanl.so): Likewise.
27573         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27574         ld.so.
27575         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27576         $(link-libc-deps).
27577         * sysdeps/i386/fpu/Makefile: Remove file.
27578         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27579         ($(objpfx)libm.so): Remove dependency on ld.so.
27581 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27583         [BZ # 15553]
27584         * nis/yp_xdr.c (XDRMAXNAME): Define.
27585         (XDRMAXRECORD): Define.
27586         (xdr_domainname): Use XDRMAXNAME.
27587         (xdr_mapname): Likewise.
27588         (xdr_peername): Likewise.
27589         (xdr_keydat): Use XDRMAXRECORD.
27590         (xdr_valdat): Likewise.
27592 2013-05-30  Jeff Law  <law@redhat.com>
27594         [BZ #14256]
27595         * manual/errno.texi (ESTALE): Update to account for more than
27596         just NFS file systems.
27597         * sysdeps/gnu/errlist.c: Regenerated.
27599 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27601         [BZ #15465]
27602         * elf/Makefile (tests): Add tst-null-argv.
27603         (modules-names):  Add tst-null-argv-lib.
27604         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27605         (tst-null-argv-ENV): Set environment for tst-null-argv.
27606         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27607         (RTLD_PROGNAME): New macro.
27608         * elf/tst-null-argv.c: New test case.
27609         * elf/tst-null-argv-lib.c: Library for test case.
27610         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27611         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27612         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27613         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27614         * elf/dl-init.c (call_init): Likewise.
27615         (_dl_init): Likewise.
27616         * elf/dl-load.c (print_search_path): Likewise.
27617         (_dl_map_object): Likewise.
27618         * elf/dl-lookup.c (do_lookup_x): Likewise.
27619         (add_dependency): Likewise.
27620         (_dl_lookup_symbol_x): Likewise.
27621         (_dl_debug_bindings): Likewise.
27622         * elf/dl-open.c (_dl_show_scope): Likewise.
27623         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27624         * elf/dl-version.c (match_symbol): Likewise.
27625         (_dl_check_map_versions): Likewise.
27626         * elf/rtld.c (dl_main): Likewise.
27627         (print_unresolved): Use RTLD_PROGNAME.
27628         (print_missing_version): Likewise.
27629         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27630         (elf_machine_rela): Likewise.
27631         * sysdeps/powerpc/powerpc32/dl-machine.c
27632         (__process_machine_rela): Likewise.
27633         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27634         Likewise.
27635         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27636         Likewise.
27637         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27638         Likewise.
27639         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27640         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27641         Likewise.
27642         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27643         Likewise.
27644         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27646 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27648         * po/be.po: Add descriptive title.
27649         * po/zh_CN.po: Likewise.
27650         * po/header.pot: Likewise.
27652 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27654         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27655         error message.
27656         (enlarge_archive): Likewise.
27658 2013-05-28  Ben North  <ben@redfrontdoor.org>
27660         * manual/arith.texi (frexp): It is the magnitude of the return
27661         value which lies in [0.5, 1), not the return value itself.
27663 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27665         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27667 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27669         * stdio-common/bug26.c (main): Correct fscanf template.
27671         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27672         declare _dl_skip_args.
27674         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27675         Don't declare.
27677         * manual/platform.texi: Add missing @end deftypefun.
27679 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27681         [BZ #15529]
27682         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27683         bit of mantissa of 2^16382.
27684         * math/libm-test.inc (hypot_test_data): Add more tests.
27686         * math/libm-test.inc: Add drem and pow10 to list of tested
27687         functions.
27688         (pow10_test): New function.
27689         (drem_test): Likewise.
27690         (drem_test_tonearest): Likewise.
27691         (drem_test_towardzero): Likewise.
27692         (drem_test_downward): Likewise.
27693         (drem_test_upward): Likewise.
27694         (main): Call the new functions.
27696         * math/libm-test.inc (finite_test_data): Remove.
27697         (finite_test): Run tests from isfinite_test_data.
27698         (gamma_test_data): Remove.
27699         (gamma_test): Run tests from lgamma_test_data.
27700         * sysdeps/i386/fpu/libm-test-ulps: Update.
27701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27703 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27705         * manual/platform.texi: Add PowerPC PPR function set documentation.
27706         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27707         implementation.
27709 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27711         * math/libm-test.inc (MAX_EXP): Define.
27712         (ULPDIFF): Define.
27713         (ulp): New function.
27714         (check_float_internal): Use ULPDIFF.
27715         (cpow_test): Disable failing test.
27716         (check_ulp): Test ulp() implemetnation.
27717         (main): Call check_ulp before starting tests.
27719 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27721         * math/gen-libm-test.pl (generate_testfile): Do not handle
27722         START_DATA and END_DATA.
27723         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27724         END_DATA.
27725         (acos_tonearest_test_data): Likewise.
27726         (acos_towardzero_test_data): Likewise.
27727         (acos_downward_test_data): Likewise.
27728         (acos_upward_test_data): Likewise.
27729         (acosh_test_data): Likewise.
27730         (asin_test_data): Likewise.
27731         (asin_tonearest_test_data): Likewise.
27732         (asin_towardzero_test_data): Likewise.
27733         (asin_downward_test_data): Likewise.
27734         (asin_upward_test_data): Likewise.
27735         (asinh_test_data): Likewise.
27736         (atan_test_data): Likewise.
27737         (atanh_test_data): Likewise.
27738         (atan2_test_data): Likewise.
27739         (cabs_test_data): Likewise.
27740         (cacos_test_data): Likewise.
27741         (cacosh_test_data): Likewise.
27742         (carg_test_data): Likewise.
27743         (casin_test_data): Likewise.
27744         (casinh_test_data): Likewise.
27745         (catan_test_data): Likewise.
27746         (catanh_test_data): Likewise.
27747         (cbrt_test_data): Likewise.
27748         (ccos_test_data): Likewise.
27749         (ccosh_test_data): Likewise.
27750         (ceil_test_data): Likewise.
27751         (cexp_test_data): Likewise.
27752         (cimag_test_data): Likewise.
27753         (clog_test_data): Likewise.
27754         (clog10_test_data): Likewise.
27755         (conj_test_data): Likewise.
27756         (copysign_test_data): Likewise.
27757         (cos_test_data): Likewise.
27758         (cos_tonearest_test_data): Likewise.
27759         (cos_towardzero_test_data): Likewise.
27760         (cos_downward_test_data): Likewise.
27761         (cos_upward_test_data): Likewise.
27762         (cosh_test_data): Likewise.
27763         (cosh_tonearest_test_data): Likewise.
27764         (cosh_towardzero_test_data): Likewise.
27765         (cosh_downward_test_data): Likewise.
27766         (cosh_upward_test_data): Likewise.
27767         (cpow_test_data): Likewise.
27768         (cproj_test_data): Likewise.
27769         (creal_test_data): Likewise.
27770         (csin_test_data): Likewise.
27771         (csinh_test_data): Likewise.
27772         (csqrt_test_data): Likewise.
27773         (ctan_test_data): Likewise.
27774         (ctan_tonearest_test_data): Likewise.
27775         (ctan_towardzero_test_data): Likewise.
27776         (ctan_downward_test_data): Likewise.
27777         (ctan_upward_test_data): Likewise.
27778         (ctanh_test_data): Likewise.
27779         (ctanh_tonearest_test_data): Likewise.
27780         (ctanh_towardzero_test_data): Likewise.
27781         (ctanh_downward_test_data): Likewise.
27782         (ctanh_upward_test_data): Likewise.
27783         (erf_test_data): Likewise.
27784         (erfc_test_data): Likewise.
27785         (exp_test_data): Likewise.
27786         (exp_tonearest_test_data): Likewise.
27787         (exp_towardzero_test_data): Likewise.
27788         (exp_downward_test_data): Likewise.
27789         (exp_upward_test_data): Likewise.
27790         (exp10_test_data): Likewise.
27791         (exp2_test_data): Likewise.
27792         (expm1_test_data): Likewise.
27793         (fabs_test_data): Likewise.
27794         (fdim_test_data): Likewise.
27795         (finite_test_data): Likewise.
27796         (floor_test_data): Likewise.
27797         (fma_test_data): Likewise.
27798         (fma_towardzero_test_data): Likewise.
27799         (fma_downward_test_data): Likewise.
27800         (fma_upward_test_data): Likewise.
27801         (fmax_test_data): Likewise.
27802         (fmin_test_data): Likewise.
27803         (fmod_test_data): Likewise.
27804         (fpclassify_test_data): Likewise.
27805         (frexp_test_data): Likewise.
27806         (gamma_test_data): Likewise.
27807         (hypot_test_data): Likewise.
27808         (ilogb_test_data): Likewise.
27809         (isfinite_test_data): Likewise.
27810         (isgreater_test_data): Likewise.
27811         (isgreaterequal_test_data): Likewise.
27812         (isinf_test_data): Likewise.
27813         (isless_test_data): Likewise.
27814         (islessequal_test_data): Likewise.
27815         (islessgreater_test_data): Likewise.
27816         (isnan_test_data): Likewise.
27817         (isnormal_test_data): Likewise.
27818         (issignaling_test_data): Likewise.
27819         (isunordered_test_data): Likewise.
27820         (j0_test_data): Likewise.
27821         (j1_test_data): Likewise.
27822         (jn_test_data): Likewise.
27823         (ldexp_test_data): Likewise.
27824         (lgamma_test_data): Likewise.
27825         (lrint_test_data): Likewise.
27826         (lrint_tonearest_test_data): Likewise.
27827         (lrint_towardzero_test_data): Likewise.
27828         (lrint_downward_test_data): Likewise.
27829         (lrint_upward_test_data): Likewise.
27830         (llrint_test_data): Likewise.
27831         (llrint_tonearest_test_data): Likewise.
27832         (llrint_towardzero_test_data): Likewise.
27833         (llrint_downward_test_data): Likewise.
27834         (llrint_upward_test_data): Likewise.
27835         (log_test_data): Likewise.
27836         (log10_test_data): Likewise.
27837         (log1p_test_data): Likewise.
27838         (log2_test_data): Likewise.
27839         (logb_test_data): Likewise.
27840         (logb_downward_test_data): Likewise.
27841         (lround_test_data): Likewise.
27842         (llround_test_data): Likewise.
27843         (modf_test_data): Likewise.
27844         (nearbyint_test_data): Likewise.
27845         (nextafter_test_data): Likewise.
27846         (nexttoward_test_data): Likewise.
27847         (pow_test_data): Likewise.
27848         (pow_tonearest_test_data): Likewise.
27849         (pow_towardzero_test_data): Likewise.
27850         (pow_downward_test_data): Likewise.
27851         (pow_upward_test_data): Likewise.
27852         (remainder_test_data): Likewise.
27853         (remainder_tonearest_test_data): Likewise.
27854         (remainder_towardzero_test_data): Likewise.
27855         (remainder_downward_test_data): Likewise.
27856         (remainder_upward_test_data): Likewise.
27857         (remquo_test_data): Likewise.
27858         (rint_test_data): Likewise.
27859         (rint_tonearest_test_data): Likewise.
27860         (rint_towardzero_test_data): Likewise.
27861         (rint_downward_test_data): Likewise.
27862         (rint_upward_test_data): Likewise.
27863         (round_test_data): Likewise.
27864         (scalb_test_data): Likewise.
27865         (scalbn_test_data): Likewise.
27866         (scalbln_test_data): Likewise.
27867         (signbit_test_data): Likewise.
27868         (sin_test_data): Likewise.
27869         (sin_tonearest_test_data): Likewise.
27870         (sin_towardzero_test_data): Likewise.
27871         (sin_downward_test_data): Likewise.
27872         (sin_upward_test_data): Likewise.
27873         (sincos_test_data): Likewise.
27874         (sinh_test_data): Likewise.
27875         (sinh_tonearest_test_data): Likewise.
27876         (sinh_towardzero_test_data): Likewise.
27877         (sinh_downward_test_data): Likewise.
27878         (sinh_upward_test_data): Likewise.
27879         (sqrt_test_data): Likewise.
27880         (tan_test_data): Likewise.
27881         (tan_tonearest_test_data): Likewise.
27882         (tan_towardzero_test_data): Likewise.
27883         (tan_downward_test_data): Likewise.
27884         (tan_upward_test_data): Likewise.
27885         (tanh_test_data): Likewise.
27886         (tgamma_test_data): Likewise.
27887         (trunc_test_data): Likewise.
27888         (y0_test_data): Likewise.
27889         (y1_test_data): Likewise.
27890         (yn_test_data): Likewise.
27891         (significand_test_data): Likewise.
27893         * math/gen-libm-test.pl (@functions): Remove variable.
27894         (generate_testfile): Don't handle START and END lines.
27895         * math/libm-test.inc (START): New macro.
27896         (END): Likewise.
27897         (END_COMPLEX): Likewise.
27898         (acos_test): Use END macro without arguments.
27899         (acos_test_tonearest): Likewise.
27900         (acos_test_towardzero): Likewise.
27901         (acos_test_downward): Likewise.
27902         (acos_test_upward): Likewise.
27903         (acosh_test): Likewise.
27904         (asin_test): Likewise.
27905         (asin_test_tonearest): Likewise.
27906         (asin_test_towardzero): Likewise.
27907         (asin_test_downward): Likewise.
27908         (asin_test_upward): Likewise.
27909         (asinh_test): Likewise.
27910         (atan_test): Likewise.
27911         (atanh_test): Likewise.
27912         (atan2_test): Likewise.
27913         (cabs_test): Likewise.
27914         (cacos_test): Use END_COMPLEX macro without arguments.
27915         (cacosh_test): Likewise.
27916         (carg_test): Use END macro without arguments.
27917         (casin_test): Use END_COMPLEX macro without arguments.
27918         (casinh_test): Likewise.
27919         (catan_test): Likewise.
27920         (catanh_test): Likewise.
27921         (cbrt_test): Use END macro without arguments.
27922         (ccos_test): Use END_COMPLEX macro without arguments.
27923         (ccosh_test): Likewise.
27924         (ceil_test): Use END macro without arguments.
27925         (cexp_test): Use END_COMPLEX macro without arguments.
27926         (cimag_test): Use END macro without arguments.
27927         (clog_test): Use END_COMPLEX macro without arguments.
27928         (clog10_test): Likewise.
27929         (conj_test): Likewise.
27930         (copysign_test): Use END macro without arguments.
27931         (cos_test): Likewise.
27932         (cos_test_tonearest): Likewise.
27933         (cos_test_towardzero): Likewise.
27934         (cos_test_downward): Likewise.
27935         (cos_test_upward): Likewise.
27936         (cosh_test): Likewise.
27937         (cosh_test_tonearest): Likewise.
27938         (cosh_test_towardzero): Likewise.
27939         (cosh_test_downward): Likewise.
27940         (cosh_test_upward): Likewise.
27941         (cpow_test): Use END_COMPLEX macro without arguments.
27942         (cproj_test): Likewise.
27943         (creal_test): Use END macro without arguments.
27944         (csin_test): Use END_COMPLEX macro without arguments.
27945         (csinh_test): Likewise.
27946         (csqrt_test): Likewise.
27947         (ctan_test): Likewise.
27948         (ctan_test_tonearest): Likewise.
27949         (ctan_test_towardzero): Likewise.
27950         (ctan_test_downward): Likewise.
27951         (ctan_test_upward): Likewise.
27952         (ctanh_test): Likewise.
27953         (ctanh_test_tonearest): Likewise.
27954         (ctanh_test_towardzero): Likewise.
27955         (ctanh_test_downward): Likewise.
27956         (ctanh_test_upward): Likewise.
27957         (erf_test): Use END macro without arguments.
27958         (erfc_test): Likewise.
27959         (exp_test): Likewise.
27960         (exp_test_tonearest): Likewise.
27961         (exp_test_towardzero): Likewise.
27962         (exp_test_downward): Likewise.
27963         (exp_test_upward): Likewise.
27964         (exp10_test): Likewise.
27965         (exp2_test): Likewise.
27966         (expm1_test): Likewise.
27967         (fabs_test): Likewise.
27968         (fdim_test): Likewise.
27969         (finite_test): Likewise.
27970         (floor_test): Likewise.
27971         (fma_test): Likewise.
27972         (fma_test_towardzero): Likewise.
27973         (fma_test_downward): Likewise.
27974         (fma_test_upward): Likewise.
27975         (fmax_test): Likewise.
27976         (fmin_test): Likewise.
27977         (fmod_test): Likewise.
27978         (fpclassify_test): Likewise.
27979         (frexp_test): Likewise.
27980         (gamma_test): Likewise.
27981         (hypot_test): Likewise.
27982         (ilogb_test): Likewise.
27983         (isfinite_test): Likewise.
27984         (isgreater_test): Likewise.
27985         (isgreaterequal_test): Likewise.
27986         (isinf_test): Likewise.
27987         (isless_test): Likewise.
27988         (islessequal_test): Likewise.
27989         (islessgreater_test): Likewise.
27990         (isnan_test): Likewise.
27991         (isnormal_test): Likewise.
27992         (issignaling_test): Likewise.
27993         (isunordered_test): Likewise.
27994         (j0_test): Likewise.
27995         (j1_test): Likewise.
27996         (jn_test): Likewise.
27997         (ldexp_test): Likewise.
27998         (lgamma_test): Likewise.
27999         (lrint_test): Likewise.
28000         (lrint_test_tonearest): Likewise.
28001         (lrint_test_towardzero): Likewise.
28002         (lrint_test_downward): Likewise.
28003         (lrint_test_upward): Likewise.
28004         (llrint_test): Likewise.
28005         (llrint_test_tonearest): Likewise.
28006         (llrint_test_towardzero): Likewise.
28007         (llrint_test_downward): Likewise.
28008         (llrint_test_upward): Likewise.
28009         (log_test): Likewise.
28010         (log10_test): Likewise.
28011         (log1p_test): Likewise.
28012         (log2_test): Likewise.
28013         (logb_test): Likewise.
28014         (logb_test_downward): Likewise.
28015         (lround_test): Likewise.
28016         (llround_test): Likewise.
28017         (modf_test): Likewise.
28018         (nearbyint_test): Likewise.
28019         (nextafter_test): Likewise.
28020         (nexttoward_test): Likewise.
28021         (pow_test): Likewise.
28022         (pow_test_tonearest): Likewise.
28023         (pow_test_towardzero): Likewise.
28024         (pow_test_downward): Likewise.
28025         (pow_test_upward): Likewise.
28026         (remainder_test): Likewise.
28027         (remainder_test_tonearest): Likewise.
28028         (remainder_test_towardzero): Likewise.
28029         (remainder_test_downward): Likewise.
28030         (remainder_test_upward): Likewise.
28031         (remquo_test): Likewise.
28032         (rint_test): Likewise.
28033         (rint_test_tonearest): Likewise.
28034         (rint_test_towardzero): Likewise.
28035         (rint_test_downward): Likewise.
28036         (rint_test_upward): Likewise.
28037         (round_test): Likewise.
28038         (scalb_test): Likewise.
28039         (scalbn_test): Likewise.
28040         (scalbln_test): Likewise.
28041         (signbit_test): Likewise.
28042         (sin_test): Likewise.
28043         (sin_test_tonearest): Likewise.
28044         (sin_test_towardzero): Likewise.
28045         (sin_test_downward): Likewise.
28046         (sin_test_upward): Likewise.
28047         (sincos_test): Likewise.
28048         (sinh_test): Likewise.
28049         (sinh_test_tonearest): Likewise.
28050         (sinh_test_towardzero): Likewise.
28051         (sinh_test_downward): Likewise.
28052         (sinh_test_upward): Likewise.
28053         (sqrt_test): Likewise.
28054         (tan_test): Likewise.
28055         (tan_test_tonearest): Likewise.
28056         (tan_test_towardzero): Likewise.
28057         (tan_test_downward): Likewise.
28058         (tan_test_upward): Likewise.
28059         (tanh_test): Likewise.
28060         (tgamma_test): Likewise.
28061         (trunc_test): Likewise.
28062         (y0_test): Likewise.
28063         (y1_test): Likewise.
28064         (yn_test): Likewise.
28065         (significand_test): Likewise.
28067 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28069         [BZ #15381]
28070         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28072 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28074         [BZ #14894]
28075         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28076         __ppc_mdoio and __ppc_mdoom.
28077         * manual/platform.texi: Document new functions __ppc_yield,
28078         __ppc_mdoio and __ppc_mdoom.
28080 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28082         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28083         (main): Mention "tls" pseudo-hwcap is legacy.
28084         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28086 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28088         * math/gen-libm-test.pl (parse_args): Output only string of
28089         arguments as text for test name, not full call or descriptions of
28090         tests for extra outputs.
28091         (generate_testfile): Do not pass function name to parse_args.
28092         Generate this_func variable from START.
28093         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28094         field to arg_str.
28095         (struct test_ff_f_data): Likewise.
28096         (test_ff_f_data_nexttoward): Likewise.
28097         (struct test_fi_f_data): Likewise.
28098         (struct test_fl_f_data): Likewise.
28099         (struct test_if_f_data): Likewise.
28100         (struct test_fff_f_data): Likewise.
28101         (struct test_c_f_data): Likewise.
28102         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28103         (struct test_fF_f1_data): Likewise.
28104         (struct test_ffI_f1_data): Likewise.
28105         (struct test_c_c_data): Rename test_name field to arg_str.
28106         (struct test_cc_c_data): Likewise.
28107         (struct test_f_i_data): Likewise.
28108         (struct test_ff_i_data): Likewise.
28109         (struct test_f_l_data): Likewise.
28110         (struct test_f_L_data): Likewise.
28111         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28112         and extra2_name.
28113         (COMMON_TEST_SETUP): New macro.
28114         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28115         (COMMON_TEST_CLEANUP): Likewise.
28116         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28117         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28118         macros.
28119         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28120         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28121         macros.
28122         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28123         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28124         cleanup macros.
28125         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28126         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28127         macros.
28128         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28129         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28130         macros.
28131         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28132         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28133         cleanup macros.
28134         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28135         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28136         cleanup macros.
28137         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28138         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28139         cleanup macros.
28140         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28141         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28142         macros.
28143         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28144         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28145         macros.
28146         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28147         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28148         macros.
28149         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28150         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28151         cleanup macros.
28152         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28153         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28154         cleanup macros.
28155         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28156         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28157         macros.
28158         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28159         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28160         cleanup macros.
28161         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28162         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28163         macros.
28164         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28165         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28166         macros.
28167         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28168         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28169         cleanup macros.
28170         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28172 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28174         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28175         to _sifields.sigfault.
28176         (si_addr_lsb): Define new macro.
28177         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28178         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28179         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28181 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28183         [BZ #15441]
28184         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28185         returns -1.
28186         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28187         null return -1.
28188         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28189         loading the domain.
28191 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28193         * math/gen-libm-test.pl (parse_args): Do not include expected
28194         result in test name.
28195         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28196         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28197         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28198         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28199         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28202 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28204         * benchtests/Makefile: Sort function entries.
28206         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28207         tanh, asinh, acosh, atanh.
28208         * benchtests/acos-inputs: New file.
28209         * benchtests/acosh-inputs: New file.
28210         * benchtests/asin-inputs: New file.
28211         * benchtests/asinh-inputs: New file.
28212         * benchtests/atanh-inputs: New file.
28213         * benchtests/cosh-inputs: New file.
28214         * benchtests/log-inputs: New file.
28215         * benchtests/sinh-inputs: New file.
28216         * benchtests/tanh-inputs: New file.
28218 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28220         [BZ #15339]
28221         * posix/tst-getaddrinfo4.c: New test.
28222         * posix/Makefile (tests): Add it.
28224 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28226         [BZ #15339]
28227         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28228         when no services were used.
28229         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28230         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28232 2013-05-21  Andreas Schwab  <schwab@suse.de>
28234         [BZ #15014]
28235         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28236         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28237         successful.
28238         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28239         redundant variable declarations and reallocation of buffer when
28240         parsing as IPv6 address.  Always set NSS status when called from
28241         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28242         buffer too small.  Correct computation of needed size.
28243         * nss/Makefile (tests): Add test-digits-dots.
28244         * nss/test-digits-dots.c: New test.
28246 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28248         * benchtests/Makefile: Remove instructions for adding
28249         benchmark tests.
28250         * benchtests/README: New file to explain how to execute and
28251         enhance the benchmark tests.
28253 2013-05-21  Andreas Schwab  <schwab@suse.de>
28255         [BZ #15493]
28256         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28257         * setjmp/tst-sigsetjmp.c: New test.
28259 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28261         * sysdeps/x86_64/memset.S (memset): New implementation.
28262         (__bzero): Likewise.
28263         (__memset_tail): New function.
28265 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28267         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28268         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28269         __memcpy_sse2_unaligned ifunc selection.
28270         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28271         Add memcpy-sse2-unaligned.S.
28272         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28273         Add: __memcpy_sse2_unaligned.
28275 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28277         [BZ #15490]
28278         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28279         math_force_eval before restoring floating-point envrionment.
28280         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28281         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28282         Likewise.
28283         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28284         <math_private.h>.
28285         (__nearbyintl): Use math_force_eval before restoring
28286         floating-point environment.
28287         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28289         * math/gen-libm-test.pl (special_functions): Remove.
28290         (parse_args): Don't handle TEST_extra.  Handle functions with no
28291         return value.
28292         * math/libm-test.inc (struct test_sincos_data): Replace with
28293         struct test_fFF_11_data.
28294         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28295         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28296         (sincos_test_data): Change element type to struct
28297         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28298         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28299         RUN_TEST_LOOP_sincos.
28300         * math/README.libm-test: Don't mention special handling of
28301         individual functions.
28302         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28303         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28304         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28305         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28306         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28309         * math/gen-libm-test.pl (get_variable): Remove function.
28310         (parse_args): Don't show pointer parameters to call in test
28311         names.  Use "extra output N" in test names for extra outputs
28312         rather than naming variables.
28314 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28316         [BZ #15488]
28317         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28318         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28319         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28320         double tests.
28321         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28322         disable.
28323         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28324         check_long_double.
28326         * math/gen-libm-test.pl (@tests): Remove variable.
28327         ($count): Likewise.
28328         (new_test): Remove function.
28329         (show_exceptions): New function.
28330         (special_functions): Use show_exceptions instead of new_test.
28331         (parse_args): Likewise.
28332         (generate_testfile): Pass only function name in generated call to
28333         print_max_error or print_complex_max_error.
28334         (get_ulps): Do not handle complex tests specially.
28335         (output_test): Rename to ...
28336         (get_all_ulps_for_test): ... this.  Return a string rather than
28337         printing to a file.  Require ulps to be present.
28338         (output_ulps): Generate arrays rather than #defines.
28339         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28340         (struct ulp_data): New type.
28341         (BUILD_COMPLEX_ULP): Remove macro.
28342         (compare_ulp_data): New function.
28343         (find_ulps): Likewise.
28344         (find_test_ulps): Likewise.
28345         (find_function_ulps): Likewise.
28346         (find_complex_function_ulps): Likewise.
28347         (print_max_error): Determine allowed ulps using
28348         find_function_ulps.
28349         (print_complex_max_error): Determine allowed ulps using
28350         find_complex_function_ulps.
28351         (check_float_internal): Determine max ulps using find_test_ulps.
28352         (check_float): Do not take max_ulp parameter.  Update call to
28353         check_float_internal.
28354         (check_complex): Likewise.
28355         (check_int): Do not take max_ulp parameter.
28356         (check_long): Likewise.
28357         (check_bool): Likewise.
28358         (check_longlong): Likewise.
28359         (struct test_f_f_data): Remove max_ulp field.
28360         (struct test_ff_f_data): Likewise.
28361         (struct test_ff_f_data_nexttoward): Likewise.
28362         (struct test_fi_f_data): Likewise.
28363         (struct test_fl_f_data): Likewise.
28364         (struct test_if_f_data): Likewise.
28365         (struct test_fff_f_data): Likewise.
28366         (struct test_c_f_data): Likewise.
28367         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28368         (struct test_fF_f1_data): Likewise.
28369         (struct test_ffI_f1_data): Likewise.
28370         (struct test_c_c_data): Remove max_ulp field.
28371         (struct test_cc_c_data): Likewise.
28372         (struct test_f_i_data): Likewise.
28373         (struct test_ff_i_data): Likewise.
28374         (struct test_f_l_data): Likewise.
28375         (struct test_f_L_data): Likewise.
28376         (struct test_sincos_data): Likewise.
28377         (RUN_TEST_f_f): Do not handle ulps.
28378         (RUN_TEST_LOOP_f_f): Likewise.
28379         (RUN_TEST_2_f): Likewise.
28380         (RUN_TEST_LOOP_2_f): Likewise.
28381         (RUN_TEST_fff_f): Likewise.
28382         (RUN_TEST_LOOP_fff_f): Likewise.
28383         (RUN_TEST_c_f): Likewise.
28384         (RUN_TEST_LOOP_c_f): Likewise.
28385         (RUN_TEST_f_f1): Likewise.
28386         (RUN_TEST_LOOP_f_f1): Likewise.
28387         (RUN_TEST_fF_f1): Likewise.
28388         (RUN_TEST_LOOP_fF_f1): Likewise.
28389         (RUN_TEST_fI_f1): Likewise.
28390         (RUN_TEST_LOOP_fI_f1): Likewise.
28391         (RUN_TEST_ffI_f1): Likewise.
28392         (RUN_TEST_LOOP_ffI_f1): Likewise.
28393         (RUN_TEST_c_c): Likewise.
28394         (RUN_TEST_LOOP_c_c): Likewise.
28395         (RUN_TEST_cc_c): Likewise.
28396         (RUN_TEST_LOOP_cc_c): Likewise.
28397         (RUN_TEST_f_i): Likewise.
28398         (RUN_TEST_LOOP_f_i): Likewise.
28399         (RUN_TEST_f_i_tg): Likewise.
28400         (RUN_TEST_LOOP_f_i_tg): Likewise.
28401         (RUN_TEST_ff_i_tg): Likewise.
28402         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28403         (RUN_TEST_f_b): Likewise.
28404         (RUN_TEST_LOOP_f_b): Likewise.
28405         (RUN_TEST_f_b_tg): Likewise.
28406         (RUN_TEST_LOOP_f_b_tg): Likewise.
28407         (RUN_TEST_f_l): Likewise.
28408         (RUN_TEST_LOOP_f_l): Likewise.
28409         (RUN_TEST_f_L): Likewise.
28410         (RUN_TEST_LOOP_f_L): Likewise.
28411         (RUN_TEST_sincos): Likewise.
28412         (RUN_TEST_LOOP_sincos): Likewise.
28414 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28416         [BZ #15480]
28417         [BZ #15485]
28418         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28419         main case of finite arguments, set rounding mode to FE_TONEAREST
28420         and discard exceptions.
28421         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28422         exceptions.
28423         (remainder_tonearest_test_data): New variable.
28424         (remainder_test_tonearest): New function.
28425         (remainder_towardzero_test_data): New variable.
28426         (remainder_test_towardzero): New function.
28427         (remainder_downward_test_data): New variable.
28428         (remainder_test_downward): New function.
28429         (remainder_upward_test_data): New variable.
28430         (remainder_test_upward): New function.
28431         (main): Call the new test functions.
28433         * math/libm-test.inc (struct test_f_f1_data): Remove field
28434         extra_init.
28435         (struct test_fF_f1_data): Likewise.
28436         (struct test_ffI_f1_data): Likewise.
28437         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28438         based on value of EXTRA_EXPECTED.
28439         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28440         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28441         EXTRA_VAR based on value of EXTRA_EXPECTED.
28442         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28443         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28444         EXTRA_VAR based on value of EXTRA_EXPECTED.
28445         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28446         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28447         EXTRA_VAR based on value of EXTRA_EXPECTED.
28448         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28449         * math/gen-libm-test.pl (parse_args): Don't output initializers
28450         for extra output values.
28452         * math/libm-test.inc (check_int): Expect result to be exactly
28453         equal to expected value and do not handle ulps.
28454         (check_long): Likewise.
28455         (check_longlong): Likewise.
28457         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28458         exceptions.
28459         (cimag_test_data): Likewise.
28460         (conj_test_data): Likewise.
28461         (copysign_test_data): Likewise.
28462         (cproj_test_data): Likewise.
28463         (creal_test_data): Likewise.
28464         (fabs_test_data): Likewise.
28465         (fdim_test_data): Likewise.
28466         (finite_test_data): Likewise.
28467         (floor_test_data): Likewise.
28468         (fmax_test_data): Likewise.
28469         (fmin_test_data): Likewise.
28470         (fmod_test_data): Likewise.
28471         (fpclassify_test_data): Likewise.
28472         (frexp_test_data): Likewise.
28473         (ilogb_test_data): Likewise.
28474         (isfinite_test_data): Likewise.
28475         (isgreater_test_data): Likewise.
28476         (isgreaterequal_test_data): Likewise.
28477         (isinf_test_data): Likewise.
28478         (isless_test_data): Likewise.
28479         (islessequal_test_data): Likewise.
28480         (islessgreater_test_data): Likewise.
28481         (isnan_test_data): Likewise.
28482         (isnormal_test_data): Likewise.
28483         (issignaling_test_data): Likewise.
28484         (isunordered_test_data): Likewise.
28485         (ldexp_test_data): Likewise.
28486         (lrint_test_data): Likewise.
28487         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28488         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28489         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28490         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28491         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28492         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28493         test input.
28494         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28495         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28496         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28497         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28498         that test input.
28499         (lrint_downward_test_data): Test for "inexact" exceptions.
28500         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28501         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28502         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28503         test input.
28504         (lrint_upward_test_data): Test for "inexact" exceptions.
28505         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28506         test input.
28507         (llrint_test_data): Test for "inexact" exceptions.
28508         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28509         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28510         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28511         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28512         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28513         (llrint_downward_test_data): Test for "inexact" exceptions.
28514         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28515         (llrint_upward_test_data): Test for "inexact" exceptions.
28516         (logb_test_data): Likewise.
28517         (logb_downward_test_data): Likewise.
28518         (nextafter_test_data): Likewise.
28519         (nexttoward_test_data): Likewise.
28520         (remainder_test_data): Likewise.
28521         (remquo_test_data): Likewise.
28522         (scalbn_test_data): Likewise.
28523         (scalbln_test_data): Likewise.
28524         (signbit_test_data): Likewise.
28525         (sqrt_test_data): Likewise.
28526         (significand_test_data): Likewise.
28528 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28530         [BZ #15424]
28531         * benchtests/bench-modf.c (struct args): Mark arg0 as
28532         volatile.
28533         * scripts/bench.pl: Mark members of struct args as volatile.
28535 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28537         [BZ # 15497]
28538         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28539         negative infinity on POWER6 or lower.
28540         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28542 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28544         [BZ #15442]
28545         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28546         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28547         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28548         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28549         (_FP_SETQNAN): New macro.
28550         (_FP_SETQNAN_SEMIRAW): Likewise.
28551         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28552         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28553         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28554         (FP_EXTEND): Use _FP_FRAC_SNANP.
28555         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28556         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28557         into account.
28558         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28559         New macro.
28560         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28561         Likewise.
28563 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28565         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28566         with DIVIDE_BY_ZERO_EXCEPTION.
28567         (gamma_test_data): Likewise.
28568         (lgamma_test_data): Likewise.
28569         (log_test_data): Likewise.
28570         (log10_test_data): Likewise.
28571         (log2_test_data): Likewise.
28572         (tgamma_test_data): Likewise.
28574         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28575         (acos_test_tonearest): Likewise.
28576         (acos_test_towardzero): Likewise.
28577         (acos_test_downward): Likewise.
28578         (acos_test_upward): Likewise.
28579         (acosh_test): Likewise.
28580         (asin_test): Likewise.
28581         (asin_test_tonearest): Likewise.
28582         (asin_test_towardzero): Likewise.
28583         (asin_test_downward): Likewise.
28584         (asin_test_upward): Likewise.
28585         (asinh_test): Likewise.
28586         (atan_test): Likewise.
28587         (atanh_test): Likewise.
28588         (atan2_test): Likewise.
28589         (cabs_test): Likewise.
28590         (cacos_test): Likewise.
28591         (cacosh_test): Likewise.
28592         (casin_test): Likewise.
28593         (casinh_test): Likewise.
28594         (catan_test): Likewise.
28595         (catanh_test): Likewise.
28596         (cbrt_test): Likewise.
28597         (ccos_test): Likewise.
28598         (ccosh_test): Likewise.
28599         (cexp_test): Likewise.
28600         (clog_test): Likewise.
28601         (clog10_test): Likewise.
28602         (cos_test): Likewise.
28603         (cos_test_tonearest): Likewise.
28604         (cos_test_towardzero): Likewise.
28605         (cos_test_downward): Likewise.
28606         (cos_test_upward): Likewise.
28607         (cosh_test): Likewise.
28608         (cosh_test_tonearest): Likewise.
28609         (cosh_test_towardzero): Likewise.
28610         (cosh_test_downward): Likewise.
28611         (cosh_test_upward): Likewise.
28612         (cpow_test): Likewise.
28613         (csin_test): Likewise.
28614         (csinh_test): Likewise.
28615         (csqrt_test): Likewise.
28616         (ctan_test): Likewise.
28617         (ctan_test_tonearest): Likewise.
28618         (ctan_test_towardzero): Likewise.
28619         (ctan_test_downward): Likewise.
28620         (ctan_test_upward): Likewise.
28621         (ctanh_test): Likewise.
28622         (ctanh_test_tonearest): Likewise.
28623         (ctanh_test_towardzero): Likewise.
28624         (ctanh_test_downward): Likewise.
28625         (ctanh_test_upward): Likewise.
28626         (erf_test): Likewise.
28627         (erfc_test): Likewise.
28628         (exp_test): Likewise.
28629         (exp_test_tonearest): Likewise.
28630         (exp_test_towardzero): Likewise.
28631         (exp_test_downward): Likewise.
28632         (exp_test_upward): Likewise.
28633         (exp10_test): Likewise.
28634         (exp2_test): Likewise.
28635         (expm1_test): Likewise.
28636         (fmod_test): Likewise.
28637         (gamma_test): Likewise.
28638         (hypot_test): Likewise.
28639         (j0_test): Likewise.
28640         (j1_test): Likewise.
28641         (jn_test): Likewise.
28642         (lgamma_test): Likewise.
28643         (log_test): Likewise.
28644         (log10_test): Likewise.
28645         (log1p_test): Likewise.
28646         (log2_test): Likewise.
28647         (logb_test_downward): Likewise.
28648         (pow_test): Likewise.
28649         (pow_test_tonearest): Likewise.
28650         (pow_test_towardzero): Likewise.
28651         (pow_test_downward): Likewise.
28652         (pow_test_upward): Likewise.
28653         (remainder_test): Likewise.
28654         (remquo_test): Likewise.
28655         (sin_test): Likewise.
28656         (sin_test_tonearest): Likewise.
28657         (sin_test_towardzero): Likewise.
28658         (sin_test_downward): Likewise.
28659         (sin_test_upward): Likewise.
28660         (sincos_test): Likewise.
28661         (sinh_test): Likewise.
28662         (sinh_test_tonearest): Likewise.
28663         (sinh_test_towardzero): Likewise.
28664         (sinh_test_downward): Likewise.
28665         (sinh_test_upward): Likewise.
28666         (sqrt_test): Likewise.
28667         (tan_test): Likewise.
28668         (tan_test_tonearest): Likewise.
28669         (tan_test_towardzero): Likewise.
28670         (tan_test_downward): Likewise.
28671         (tan_test_upward): Likewise.
28672         (tanh_test): Likewise.
28673         (tgamma_test): Likewise.
28674         (y0_test): Likewise.
28675         (y1_test): Likewise.
28676         (yn_test): Likewise.
28678         * math/gen-libm-test.pl (adjust_arg): Remove function.
28679         (special_function): Remove argument $in_func.  Only handle
28680         generating output for tables of tests, not inside functions.
28681         (parse_args): Likewise.
28682         (generate_testfile): Remove variable $in_func.  Update call to
28683         parse_args.
28684         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28685         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28686         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28687         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28688         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28689         (MAX_VALUE_INIT): Rename macro to max_value.
28690         (MIN_VALUE_INIT): Rename macro to min_value.
28691         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28692         (plus_zero): Remove variable.
28693         (minus_zero): Likewise.
28694         (plus_infty): Likewise.
28695         (minus_infty): Likewise.
28696         (qnan_value): Likewise.
28697         (max_value): Likewise.
28698         (min_value): Likewise.
28699         (min_subnorm_value): Likewise.
28701 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28703         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28704         uint64_t or uint32_t usage.
28705         * crypt/sha256-block.c: Likewise.
28706         * crypt/sha256-crypt.c: Likewise.
28707         * crypt/sha256.c: Likewise.
28708         * crypt/sha512-block.c: Likewise.
28709         * crypt/sha512-crypt.c: Likewise.
28710         * crypt/sha512.c: Likewise.
28711         * debug/backtrace-tst.c: Likewise.
28712         * debug/pcprofiledump.c: Likewise.
28713         * elf/cache.c: Likewise.
28714         * elf/dl-cache.c: Likewise.
28715         * elf/dl-misc.c: Likewise.
28716         * elf/dl-profile.c: Likewise.
28717         * elf/dl-support.c: Likewise.
28718         * elf/ldconfig.c: Likewise.
28719         * elf/sprof.c: Likewise.
28720         * iconv/dummy-repertoire.c: Likewise.
28721         * iconv/iconv_charmap.c: Likewise.
28722         * iconv/skeleton.c: Likewise.
28723         * iconvdata/8bit-generic.c: Likewise.
28724         * iconvdata/cp737.h: Likewise.
28725         * iconvdata/cp775.h: Likewise.
28726         * iconvdata/ibm1008.h: Likewise.
28727         * iconvdata/ibm1025.h: Likewise.
28728         * iconvdata/ibm1046.h: Likewise.
28729         * iconvdata/ibm1097.h: Likewise.
28730         * iconvdata/ibm1112.h: Likewise.
28731         * iconvdata/ibm1122.h: Likewise.
28732         * iconvdata/ibm1123.h: Likewise.
28733         * iconvdata/ibm1124.h: Likewise.
28734         * iconvdata/ibm1129.h: Likewise.
28735         * iconvdata/ibm1130.h: Likewise.
28736         * iconvdata/ibm1132.h: Likewise.
28737         * iconvdata/ibm1133.h: Likewise.
28738         * iconvdata/ibm1137.h: Likewise.
28739         * iconvdata/ibm1140.h: Likewise.
28740         * iconvdata/ibm1141.h: Likewise.
28741         * iconvdata/ibm1142.h: Likewise.
28742         * iconvdata/ibm1143.h: Likewise.
28743         * iconvdata/ibm1144.h: Likewise.
28744         * iconvdata/ibm1145.h: Likewise.
28745         * iconvdata/ibm1146.h: Likewise.
28746         * iconvdata/ibm1147.h: Likewise.
28747         * iconvdata/ibm1148.h: Likewise.
28748         * iconvdata/ibm1149.h: Likewise.
28749         * iconvdata/ibm1153.h: Likewise.
28750         * iconvdata/ibm1154.h: Likewise.
28751         * iconvdata/ibm1155.h: Likewise.
28752         * iconvdata/ibm1156.h: Likewise.
28753         * iconvdata/ibm1157.h: Likewise.
28754         * iconvdata/ibm1158.h: Likewise.
28755         * iconvdata/ibm1160.h: Likewise.
28756         * iconvdata/ibm1161.h: Likewise.
28757         * iconvdata/ibm1162.h: Likewise.
28758         * iconvdata/ibm1163.h: Likewise.
28759         * iconvdata/ibm1164.h: Likewise.
28760         * iconvdata/ibm1166.h: Likewise.
28761         * iconvdata/ibm1167.h: Likewise.
28762         * iconvdata/ibm12712.h: Likewise.
28763         * iconvdata/ibm1390.h: Likewise.
28764         * iconvdata/ibm1399.h: Likewise.
28765         * iconvdata/ibm16804.h: Likewise.
28766         * iconvdata/ibm4517.h: Likewise.
28767         * iconvdata/ibm4899.h: Likewise.
28768         * iconvdata/ibm4909.h: Likewise.
28769         * iconvdata/ibm4971.h: Likewise.
28770         * iconvdata/ibm5347.h: Likewise.
28771         * iconvdata/ibm803.h: Likewise.
28772         * iconvdata/ibm856.h: Likewise.
28773         * iconvdata/ibm901.h: Likewise.
28774         * iconvdata/ibm902.h: Likewise.
28775         * iconvdata/ibm9030.h: Likewise.
28776         * iconvdata/ibm9066.h: Likewise.
28777         * iconvdata/ibm921.h: Likewise.
28778         * iconvdata/ibm922.h: Likewise.
28779         * iconvdata/ibm9448.h: Likewise.
28780         * iconvdata/isiri-3342.h: Likewise.
28781         * iconvdata/jis0201.h: Likewise.
28782         * include/link.h: Likewise.
28783         * include/netdb.h: Likewise.
28784         * inet/check_native.c: Likewise.
28785         * inet/check_pf.c: Likewise.
28786         * inet/getipv4sourcefilter.c: Likewise.
28787         * inet/getnameinfo.c: Likewise.
28788         * inet/getsourcefilter.c: Likewise.
28789         * inet/htonl.c: Likewise.
28790         * inet/setipv4sourcefilter.c: Likewise.
28791         * inet/setsourcefilter.c: Likewise.
28792         * inet/test-inet6_opt.c: Likewise.
28793         * inet/tst-network.c: Likewise.
28794         * locale/C-collate.c: Likewise.
28795         * locale/C-ctype.c: Likewise.
28796         * locale/C-time.c: Likewise.
28797         * locale/C-translit.h: Likewise.
28798         * locale/loadarchive.c: Likewise.
28799         * locale/programs/3level.h: Likewise.
28800         * locale/programs/charmap.c: Likewise.
28801         * locale/programs/charmap.h: Likewise.
28802         * locale/programs/ld-address.c: Likewise.
28803         * locale/programs/ld-collate.c: Likewise.
28804         * locale/programs/ld-ctype.c: Likewise.
28805         * locale/programs/ld-identification.c: Likewise.
28806         * locale/programs/ld-measurement.c: Likewise.
28807         * locale/programs/ld-messages.c: Likewise.
28808         * locale/programs/ld-monetary.c: Likewise.
28809         * locale/programs/ld-name.c: Likewise.
28810         * locale/programs/ld-numeric.c: Likewise.
28811         * locale/programs/ld-paper.c: Likewise.
28812         * locale/programs/ld-telephone.c: Likewise.
28813         * locale/programs/ld-time.c: Likewise.
28814         * locale/programs/linereader.c: Likewise.
28815         * locale/programs/locale.c: Likewise.
28816         * locale/programs/locarchive.c: Likewise.
28817         * locale/programs/locfile.h: Likewise.
28818         * locale/programs/repertoire.c: Likewise.
28819         * locale/programs/simple-hash.c: Likewise.
28820         * locale/programs/simple-hash.h: Likewise.
28821         * malloc/memusage.c: Likewise.
28822         * malloc/memusagestat.c: Likewise.
28823         * nis/nis_defaults.c: Likewise.
28824         * nis/nis_hash.c: Likewise.
28825         * nis/nis_print.c: Likewise.
28826         * nis/nis_xdr.c: Likewise.
28827         * nscd/connections.c: Likewise.
28828         * nscd/hstcache.c: Likewise.
28829         * nscd/nscd_gethst_r.c: Likewise.
28830         * nscd/nscd_getserv_r.c: Likewise.
28831         * nscd/nscd_helper.c: Likewise.
28832         * nscd/servicescache.c: Likewise.
28833         * nss/makedb.c: Likewise.
28834         * nss/nss_db/db-XXX.c: Likewise.
28835         * nss/nss_db/db-initgroups.c: Likewise.
28836         * nss/nss_db/db-netgrp.c: Likewise.
28837         * nss/nss_files/files-network.c: Likewise.
28838         * nss/nss_files/files-parse.c: Likewise.
28839         * posix/bug-regex5.c: Likewise.
28840         * posix/fnmatch_loop.c: Likewise.
28841         * posix/regcomp.c: Likewise.
28842         * posix/regexec.c: Likewise.
28843         * posix/tst-rfc3484-2.c: Likewise.
28844         * posix/tst-rfc3484-3.c: Likewise.
28845         * posix/tst-rfc3484.c: Likewise.
28846         * resolv/nss_dns/dns-canon.c: Likewise.
28847         * resolv/nss_dns/dns-network.c: Likewise.
28848         * resolv/res_init.c: Likewise.
28849         * resolv/res_mkquery.c: Likewise.
28850         * resolv/tst-aton.c: Likewise.
28851         * stdlib/cxa_atexit.c: Likewise.
28852         * stdlib/cxa_finalize.c: Likewise.
28853         * stdlib/gen-fpioconst.c: Likewise.
28854         * stdlib/strtol_l.c: Likewise.
28855         * string/tst-endian.c: Likewise.
28856         * sunrpc/auth_des.c: Likewise.
28857         * sunrpc/clnt_udp.c: Likewise.
28858         * sunrpc/rtime.c: Likewise.
28859         * sunrpc/svcauth_des.c: Likewise.
28860         * sunrpc/xdr.c: Likewise.
28861         * sunrpc/xdr_intXX_t.c: Likewise.
28862         * sunrpc/xdr_rec.c: Likewise.
28863         * sysdeps/generic/ldconfig.h: Likewise.
28864         * sysdeps/generic/ldsodefs.h: Likewise.
28865         * sysdeps/generic/memusage.h: Likewise.
28866         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28867         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28868         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28869         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28870         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28871         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28872         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28873         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28874         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28875         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28876         * sysdeps/posix/getaddrinfo.c: Likewise.
28877         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28878         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28879         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28880         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28881         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28882         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28883         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28884         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28885         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28886         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28887         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28888         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28889         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28890         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28891         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28892         * sysdeps/x86_64/dl-tls.h: Likewise.
28893         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28894         * time/alt_digit.c: Likewise.
28895         * time/era.c: Likewise.
28896         * wcsmbs/tst-c16c32-1.c: Likewise.
28898 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28900         * math/libm-test.inc (struct test_sincos_data): New type.
28901         (RUN_TEST_LOOP_sincos): New macro.
28902         (sincos_test_data): New variable.
28903         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28905 2013-05-16  Richard Henderson  <rth@redhat.com>
28907         * math/atest-exp2.c (LIMB64): New macro.
28908         (CONSTSZ): New macro.
28909         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28910         (hexdig): Move ...
28911         (print_mpn_fp): ... to function scope.
28912         (read_mpn_hex): Remove.
28913         (get_log2): Remove.
28914         (exp2_mpn): Use mp_log2.
28915         (main): Use mp_exp1.
28917 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28919         * math/libm-test.inc: Remove comment about not testing "inexact"
28920         exceptions.
28921         (INEXACT_EXCEPTION): New macro.
28922         (NO_INEXACT_EXCEPTION): Likewise.
28923         (INVALID_EXCEPTION_OK): Update value.
28924         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28925         (OVERFLOW_EXCEPTION_OK): Likewise.
28926         (UNDERFLOW_EXCEPTION_OK): Likewise.
28927         (IGNORE_ZERO_INF_SIGN): Likewise.
28928         (ERRNO_UNCHANGED): Likewise.
28929         (ERRNO_EDOM): Likewise.
28930         (ERRNO_ERANGE): Likewise.
28931         (test_exceptions): Handle testing "inexact" exceptions.
28932         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28933         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28934         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28935         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28936         INEXACT_EXCEPTION.
28937         (rint_towardzero_test_data): Likewise.
28938         (rint_downward_test_data): Likewise.
28939         (rint_upward_test_data): Likewise.
28941         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28942         with OVERFLOW_EXCEPTION.
28943         (exp10_test_data): Likewise.
28944         (exp2_test_data): Likewise.
28945         (expm1_test_data): Likewise.
28946         (lgamma_test_data): Likewise.
28947         (pow_test_data): Likewise.
28948         (tgamma_test_data): Likewise.
28949         (yn_test_data): Remove duplicate test of overflow.
28951         * math/libm-test.inc (struct test_cc_c_data): New type.
28952         (RUN_TEST_LOOP_cc_c): New macro.
28953         (cpow_test_data): New variable.
28954         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28956         * math/libm-test.inc (struct test_f_L_data): New type.
28957         (RUN_TEST_LOOP_f_L): New macro.
28958         (llrint_test_data): New variable.
28959         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28960         (llrint_tonearest_test_data): New variable.
28961         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28962         (llrint_towardzero_test_data): New variable.
28963         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28964         (llrint_downward_test_data): New variable.
28965         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28966         (llrint_upward_test_data): New variable.
28967         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28968         (llround_test_data): New variable.
28969         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28971 2013-05-13  Peter Collingbourne  <pcc@google.com>
28973         * math/atest-exp2.c (get_log2): Remove const attribute.
28975 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28977         * math/libm-test.inc (struct test_f_l_data): New type.
28978         (RUN_TEST_LOOP_f_l): New macro.
28979         (lrint_test_data): New variable.
28980         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28981         (lrint_tonearest_test_data): New variable.
28982         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28983         (lrint_towardzero_test_data): New variable.
28984         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28985         (lrint_downward_test_data): New variable.
28986         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28987         (lrint_upward_test_data): New variable.
28988         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28989         (lround_test_data): New variable.
28990         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28992 2013-05-15  Peter Collingbourne  <pcc@google.com>
28994         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28995         (EXTRACT_WORDS64) Use where appropriate.
28996         (INSERT_WORDS64) Likewise.
28998         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28999         constraints with x constraints.
29000         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29002         * malloc/obstack.c (_obstack_compat): Add initializer.
29004 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29006         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29007         si_trapno and add si_addr_lsb to _sifields.sigfault.
29008         (si_trapno): Remove macro.
29009         (si_addr_lsb): Define new macro.
29010         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29012 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29014         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29015         instead of TEST_f_l.
29016         (llrint_test_tonearest): Likewise.
29017         (llrint_test_towardzero): Likewise.
29018         (llrint_test_downward): Likewise.
29019         (llrint_test_upward): Likewise.
29020         (llround_test): Likewise.
29022         * math/libm-test.inc (struct test_f_i_data): Add comment.
29023         (RUN_TEST_LOOP_f_b): New macro.
29024         (RUN_TEST_LOOP_f_b_tg): Likewise.
29025         (finite_test_data): New variable.
29026         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29027         (isfinite_test_data): New variable.
29028         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29029         (isinf_test_data): New variable.
29030         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29031         (isnan_test_data): New variable.
29032         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29033         (isnormal_test_data): New variable.
29034         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29035         (issignaling_test_data): New variable.
29036         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29037         (signbit_test_data): New variable.
29038         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29040         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29041         with INVALID_EXCEPTION.
29042         (acosh_test_data): Likewise.
29043         (asin_test_data): Likewise.
29044         (atanh_test_data): Likewise.
29045         (fmod_test_data): Likewise.
29046         (log_test_data): Likewise.
29047         (log10_test_data): Likewise.
29048         (log2_test_data): Likewise.
29049         (pow_test_data): Likewise.
29050         (sqrt_test_data): Likewise.
29051         (y0_test_data): Likewise.
29052         (y1_test_data): Likewise.
29053         (yn_test_data): Likewise.
29055         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29056         function contents.
29058         * math/libm-test.inc (struct test_ff_i_data): New type.
29059         (RUN_TEST_LOOP_ff_i_tg): New macro.
29060         (isgreater_test_data): New variable.
29061         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29062         (isgreaterequal_test_data): New variable.
29063         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29064         (isless_test_data): New variable.
29065         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29066         (islessequal_test_data): New variable.
29067         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29068         (islessgreater_test_data): New variable.
29069         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29070         (isunordered_test_data): New variable.
29071         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29073 2013-05-14  David S. Miller  <davem@davemloft.net>
29075         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29077 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29079         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29081         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29082         extra_test to int.
29083         (struct test_f_i_data): Change type of max_ulp to int.
29085         * math/libm-test.inc (test_ffI_f1_data): New type.
29086         (RUN_TEST_LOOP_ffI_f1): New macro.
29087         (remquo_test_data): New variable.
29088         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29090         * setjmp/tst-setjmp-fp.c: New file.
29091         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29092         (link-libm): New variable.
29093         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29095         * math/libm-test.inc (struct test_f_i_data): New type.
29096         (RUN_TEST_LOOP_f_i): New macro.
29097         (RUN_TEST_LOOP_f_i_tg): Likewise.
29098         (fpclassify_test_data): New variable.
29099         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29100         (ilogb_test_data): New variable.
29101         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29103         * math/libm-test.inc (scalbln_test): Correct function name in END
29104         call.
29106         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29107         (RUN_TEST_LOOP_fI_f1): New macro.
29108         (frexp_test_data): New variable.
29109         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29111         * math/libm-test.inc (struct test_fF_f1_data): New type.
29112         (RUN_TEST_LOOP_fF_f1): New macro.
29113         (modf_test_data): New variable.
29114         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29116         * math/libm-test.inc (struct test_f_f1_data): New type.
29117         (RUN_TEST_LOOP_f_f1): New macro.
29118         (gamma_test_data): New variable.
29119         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29120         (lgamma_test_data): New variable.
29121         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29123 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29125         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29126         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29127         (main): Comment "tls" pseudo-hwcap.
29129 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29131         * math/libm-test.inc (struct test_fl_f_data): New type.
29132         (RUN_TEST_LOOP_fl_f): New variable.
29133         (scalbln_test_data): New variable.
29134         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29136         * math/libm-test.inc (struct test_fi_f_data): New type.
29137         (RUN_TEST_LOOP_fi_f): New macro.
29138         (ldexp_test_data): New variable.
29139         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29140         (scalbn_test_data): New variable.
29141         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29143         * math/libm-test.inc (struct test_c_f_data): New type.
29144         (RUN_TEST_LOOP_c_f): New macro.
29145         (cabs_test_data): New variable.
29146         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29147         (carg_test_data): New variable.
29148         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29149         (cimag_test_data): New variable.
29150         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29151         (creal_test_data): New variable.
29152         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29154         * math/libm-test.inc (struct test_if_f_data): New type.
29155         (RUN_TEST_LOOP_if_f): New macro.
29156         (jn_test_data): New variable.
29157         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29158         (yn_test_data): New variable.
29159         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29161         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29163 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29165         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29166         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29168 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29170         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29171         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29172         (bench-deps): Add bench-timing.h.
29173         * benchtests-bench-skeleton.c: Include bench-timing.h.
29174         (main): Use TIMING_* macros instead of clock_gettime.
29175         * benchtests/bench-timing.h: New file.
29177         [BZ #14582]
29178         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29179         Renamed from _LIB_VERSION.
29180         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29182 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29184         * math/libm-test.inc (struct test_fff_f_data): New type.
29185         (RUN_TEST_LOOP_fff_f): New macro.
29186         (fma_test_data): New variable.
29187         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29188         (fma_towardzero_test_data): New variable.
29189         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29190         (fma_downward_test_data): New variable.
29191         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29192         (fma_upward_test_data): New variable.
29193         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29195         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29196         (struct test_c_c_data): New type.
29197         (RUN_TEST_LOOP_c_c): New macro.
29198         (cacos_test_data): New variable.
29199         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29200         (cacosh_test_data): New variable.
29201         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29202         (casin_test_data): New variable.
29203         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29204         (casinh_test_data): New variable.
29205         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29206         (catan_test_data): New variable.
29207         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29208         (catanh_test_data): New variable.
29209         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29210         (ccos_test_data): New variable.
29211         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29212         (ccosh_test_data): New variable.
29213         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29214         (cexp_test_data): New variable.
29215         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29216         (clog_test_data): New variable.
29217         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29218         (clog10_test_data): New variable.
29219         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29220         (conj_test_data): New variable.
29221         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29222         (cproj_test_data): New variable.
29223         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29224         (csin_test_data): New variable.
29225         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29226         (csinh_test_data): New variable.
29227         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29228         (csqrt_test_data): New variable.
29229         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29230         (ctan_test_data): New variable.
29231         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29232         (ctan_tonearest_test_data): New variable.
29233         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29234         (ctan_towardzero_test_data): New variable.
29235         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29236         (ctan_downward_test_data): New variable.
29237         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29238         (ctan_upward_test_data): New variable.
29239         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29240         (ctanh_test_data): New variable.
29241         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29242         (ctanh_tonearest_test_data): New variable.
29243         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29244         (ctanh_towardzero_test_data): New variable.
29245         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29246         (ctanh_downward_test_data): New variable.
29247         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29248         (ctanh_upward_test_data): New variable.
29249         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29250         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29251         of BUILD_COMPLEX.
29253         * math/libm-test.inc (struct test_ff_f_data): New type.
29254         (struct test_ff_f_data_nexttoward): Likewise.
29255         (RUN_TEST_LOOP_2_f): New macro.
29256         (RUN_TEST_LOOP_ff_f): Likewise.
29257         (atan2_test_data): New variable.
29258         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29259         (copysign_test_data): New variable.
29260         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29261         (fdim_test_data): New variable.
29262         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29263         (fmax_test_data): New variable.
29264         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29265         (fmin_test_data): New variable.
29266         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29267         (fmod_test_data): New variable.
29268         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29269         (hypot_test_data): New variable.
29270         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29271         (nextafter_test_data): New variable.
29272         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29273         (nexttoward_test_data): New variable.
29274         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29275         (pow_test_data): New variable.
29276         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29277         (pow_tonearest_test_data): New variable.
29278         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29279         (pow_towardzero_test_data): New variable.
29280         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29281         (pow_downward_test_data): New variable.
29282         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29283         (pow_upward_test_data): New variable.
29284         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29285         (remainder_test_data): New variable.
29286         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29287         (scalb_test_data): New variable.
29288         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29289         * sysdeps/i386/fpu/libm-test-ulps: Update.
29291 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29293         * math/libm-test.inc (fma_test): Use max_value instead of local
29294         variable fltmax.
29295         (nextafter_test): Likewise.
29297         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29298         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29299         (acos_downward_test_data): New variable.
29300         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29301         (acos_upward_test_data): New variable.
29302         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29303         (acosh_test_data): New variable.
29304         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29305         (asin_test_data): New variable.
29306         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29307         (asin_tonearest_test_data): New variable.
29308         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29309         (asin_towardzero_test_data): New variable.
29310         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29311         (asin_downward_test_data): New variable.
29312         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29313         (asin_upward_test_data): New variable.
29314         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29315         (asinh_test_data): New variable.
29316         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29317         (atan_test_data): New variable.
29318         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29319         (atanh_test_data): New variable.
29320         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29321         (cbrt_test_data): New variable.
29322         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29323         (ceil_test_data): New variable.
29324         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29325         (cos_test_data): New variable.
29326         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29327         (cos_tonearest_test_data): New variable.
29328         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29329         (cos_towardzero_test_data): New variable.
29330         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29331         (cos_downward_test_data): New variable.
29332         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29333         (cos_upward_test_data): New variable.
29334         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29335         (cosh_test_data): New variable.
29336         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29337         (cosh_tonearest_test_data): New variable.
29338         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29339         (cosh_towardzero_test_data): New variable.
29340         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29341         (cosh_downward_test_data): New variable.
29342         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29343         (cosh_upward_test_data): New variable.
29344         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29345         (erf_test_data): New variable.
29346         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29347         (erfc_test_data): New variable.
29348         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29349         (exp_test_data): New variable.
29350         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29351         (exp_tonearest_test_data): New variable.
29352         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29353         (exp_towardzero_test_data): New variable.
29354         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29355         (exp_downward_test_data): New variable.
29356         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29357         (exp_upward_test_data): New variable.
29358         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29359         (exp10_test_data): New variable.
29360         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29361         (exp2_test_data): New variable.
29362         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29363         (expm1_test_data): New variable.
29364         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29365         (fabs_test_data): New variable.
29366         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29367         (floor_test_data): New variable.
29368         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29369         (j0_test_data): New variable.
29370         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29371         (j1_test_data): New variable.
29372         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29373         (log_test_data): New variable.
29374         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29375         (log10_test_data): New variable.
29376         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29377         (log1p_test_data): New variable.
29378         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29379         (log2_test_data): New variable.
29380         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29381         (logb_test_data): New variable.
29382         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29383         (logb_downward_test_data): New variable.
29384         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29385         (nearbyint_test_data): New variable.
29386         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29387         (rint_test_data): New variable.
29388         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29389         (rint_tonearest_test_data): New variable.
29390         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29391         (rint_towardzero_test_data): New variable.
29392         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29393         (rint_downward_test_data): New variable.
29394         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29395         (rint_upward_test_data): New variable.
29396         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29397         (round_test_data): New variable.
29398         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29399         (sin_test_data): New variable.
29400         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29401         (sin_tonearest_test_data): New variable.
29402         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29403         (sin_towardzero_test_data): New variable.
29404         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29405         (sin_downward_test_data): New variable.
29406         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29407         (sin_upward_test_data): New variable.
29408         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29409         (sinh_test_data): New variable.
29410         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29411         (sinh_tonearest_test_data): New variable.
29412         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29413         (sinh_towardzero_test_data): New variable.
29414         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29415         (sinh_downward_test_data): New variable.
29416         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29417         (sinh_upward_test_data): New variable.
29418         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29419         (sqrt_test_data): New variable.
29420         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29421         (tan_test_data): New variable.
29422         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29423         (tan_tonearest_test_data): New variable.
29424         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29425         (tan_towardzero_test_data): New variable.
29426         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29427         (tan_downward_test_data): New variable.
29428         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29429         (tan_upward_test_data): New variable.
29430         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29431         (tanh_test_data): New variable.
29432         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29433         (tgamma_test_data): New variable.
29434         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29435         (trunc_test_data): New variable.
29436         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29437         (y0_test_data): New variable.
29438         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29439         (y1_test_data): New variable.
29440         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29441         (significand_test_data): New variable.
29442         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29444 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29446         [BZ #12387]
29447         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29449 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29451         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29453 2013-05-10  Andreas Jaeger  <aj@suse.de>
29455         [BZ #15448]
29456         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29457         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29459 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29461         * math/gen-libm-test.pl (adjust_arg): New function.
29462         (special_functions): Handle generating output in both functions
29463         and arrays.
29464         (parse_args): Likewise.
29465         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29466         $in_func argument to parse_args.
29467         * math/libm-test.inc (struct test_f_f_data): New type.
29468         (IF_ROUND_INIT_): New macro.
29469         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29470         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29471         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29472         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29473         (ROUND_RESTORE_): Likewise.
29474         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29475         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29476         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29477         (ROUND_RESTORE_FE_UPWARD): Likewise.
29478         (RUN_TEST_LOOP_f_f): New macro.
29479         (acos_test_data): New variable.
29480         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29481         (acos_tonearest_test_data): New variable.
29482         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29484 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29486         * benchtests/bench-skeleton.c (startup): Fix coding style.
29488 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29490         [BZ #6809]
29491         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29492         negative infinity argument.
29493         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29494         negative infinity argument.
29495         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29496         negative infinity argument.
29497         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29498         domain errors.
29500 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29502         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29503         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29504         * iconv/iconv_prog.c (main): Likewise.
29505         * locale/programs/charmap-dir.c (charmap_readdir)
29506         (fopen_uncompressed): Likewise.
29507         * locale/programs/locfile.c (siblings_uncached)
29508         (write_locale_data): Use lstat64 instead of lstat.
29509         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29510         stat.
29512 2013-05-10  Andreas Jaeger  <aj@suse.de>
29514         [BZ #15395]
29515         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29516         localization.
29517         Include <locale.h>.
29519 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29521         * elf/dl-close.c (_dl_close_worker): Add comments.
29523 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29525         [BZ #15359]
29526         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29527         high part of pi/2.
29528         (__ieee754_rem_pio2l): Update comments.
29530         [BZ #15429]
29531         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29532         high part of pi/2.
29533         (__ieee754_rem_pio2l): Update comments.
29535         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29536         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29538         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29539         M_PI_4l.
29541         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29542         (M_PI_34_LOG10El): Likewise.
29543         (M_PI2_LOG10El): Likewise.
29544         (M_PI4_LOG10El): Likewise.
29545         (M_PI_LOG10El): Likewise.
29547 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29549         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29551 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29553         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29554         (MINUS_ZERO_INIT): Likewise.
29555         (PLUS_INFTY_INIT): Likewise.
29556         (MINUS_INFTY_INIT): Likewise.
29557         (QNAN_VALUE_INIT): Likewise.
29558         (MAX_VALUE_INIT): Likewise.
29559         (MIN_VALUE_INIT): Likewise.
29560         (MIN_SUBNORM_VALUE_INIT): Likewise.
29561         (plus_zero): Initialize with PLUS_ZERO_INIT.
29562         (minus_zero): Initialize with MINUS_ZERO_INIT.
29563         (plus_infty): Initialize with PLUS_INFTY_INIT.
29564         (minus_infty): Initialize with MINUS_INFTY_INIT.
29565         (qnan_value): Initialize with QNAN_VALUE_INIT.
29566         (max_value): Initialize with MAX_VALUE_INIT.
29567         (min_value): Initialize with MIN_VALUE_INIT.
29568         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29570         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29571         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29572         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29573         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29575         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29576         (RUN_TEST_2_f): Likewise.
29577         (RUN_TEST_ff_f): Likewise.
29578         (RUN_TEST_fi_f): Likewise.
29579         (RUN_TEST_fl_f): Likewise.
29580         (RUN_TEST_fff_f): Likewise.
29581         (RUN_TEST_c_f): Likewise.
29582         (RUN_TEST_f_f1): Likewise.
29583         (RUN_TEST_fF_f1): Likewise.
29584         (RUN_TEST_fI_f1): Likewise.
29585         (RUN_TEST_ffI_f1): Likewise.
29586         (RUN_TEST_c_c): Likewise.
29587         (RUN_TEST_cc_c): Likewise.
29588         (RUN_TEST_f_i): Likewise.
29589         (RUN_TEST_f_i_tg): Likewise.
29590         (RUN_TEST_ff_i_tg): Likewise.
29591         (RUN_TEST_f_b): Likewise.
29592         (RUN_TEST_f_b_tg): Likewise.
29593         (RUN_TEST_f_l): Likewise.
29594         (RUN_TEST_f_L): Likewise.
29595         (RUN_TEST_sincos): Likewise.
29596         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29597         whether to show exceptions.  Do not include ");\n" in return
29598         value.
29599         (special_functions): Output call to RUN_TEST_sincos instead of
29600         check_float calls.  Update calls to new_test.
29601         (parse_args): Output call to single RUN_TEST_* macro instead of
29602         check_* calls and other assignments.  Update calls to new_test.
29604         [BZ #2546]
29605         [BZ #2560]
29606         [BZ #5159]
29607         [BZ #15426]
29608         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29609         input to result for tgamma overflow.
29610         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29611         (gamma_coeff): New variable.
29612         (NCOEFF): New macro.
29613         (gamma_positive): New function.
29614         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29615         underflow here.  Use gamma_positive instead of exp (lgamma) for
29616         other arguments.
29617         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29618         (gamma_coeff): New variable.
29619         (NCOEFF): New macro.
29620         (gammaf_positive): New function.
29621         (__ieee754_gammaf_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-128/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, NaN, overflow and
29629         underflow here.  Use gamma_positive instead of exp (lgamma) for
29630         other arguments.
29631         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29632         (gamma_coeff): New variable.
29633         (NCOEFF): New macro.
29634         (gammal_positive): New function.
29635         (__ieee754_gammal_r): Handle positive infinity, overflow and
29636         underflow here.  Handle NaN the same as positive infinity.  Remove
29637         check x < 0xffffffff for negative integers.  Use gamma_positive
29638         instead of exp (lgamma) for other arguments.
29639         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29640         (gamma_coeff): New variable.
29641         (NCOEFF): New macro.
29642         (gammal_positive): New function.
29643         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29644         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29645         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29646         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29647         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29648         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29649         * sysdeps/generic/math_private.h (__gamma_productf): New
29650         prototype.
29651         (__gamma_product): Likewise.
29652         (__gamma_productl): Likewise.
29653         * math/Makefile (libm-calls): Add gamma_product.
29654         * math/libm-test.inc (tgamma_test): Add more tests.
29655         * sysdeps/i386/fpu/libm-test-ulps: Update.
29656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29658 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29660         * benchtests/bench-skeleton.c (main): Preheat CPU.
29662 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29664         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29666 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29668         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29669         and _dl_skip_args_internal.
29671 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29673         * manual/message.texi (Message Translation): Talk about users.
29674         Message to key mapping impacts design.
29676 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29678         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29680         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29682         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29683         * sysdeps/wordsize-64/glob64.c: ... here.
29685         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29686         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29687         New macros.
29689         * debug/getlogin_r_chk.c: Moved to ...
29690         * login/getlogin_r_chk.c: ... here.
29691         * debug/Makefile (routines): Move getlogin_r_chk to ...
29692         * login/Makefile (routines): ... here.
29693         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29694         * login/Versions (libc: GLIBC_2.4): ... here.
29696         * io/poll.c (__poll): Renamed from poll.
29697         Add libc_hidden_def.
29698         (poll): Define as weak alias.
29700         * debug/ptsname_r_chk.c: Moved to ...
29701         * login/ptsname_r_chk.c: ... here.
29702         * debug/Makefile (routines): Move ptsname_r_chk to ...
29703         * login/Makefile (routines): ... here.
29704         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29705         * login/Versions (libc: GLIBC_2.4): ... here.
29707         * posix/getlogin.c: Moved to ...
29708         * login/getlogin.c: ... here.
29709         * posix/getlogin_r.c: Moved to ...
29710         * login/getlogin_r.c: ... here.
29711         * posix/getlogin_r.c: Moved to ...
29712         * login/getlogin_r.c: ... here.
29713         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29714         * login/Makefile (routines): ... here.
29715         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29716         * login/Versions (libc: GLIBC_2.0): ... here.
29718         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29719         (setrlimit): Define as weak alias.
29721         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29722         Call __ names for open, ftruncate, and close.
29723         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29724         (truncate): Define as weak alias.
29726 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29728         * math/gen-libm-test.pl (parse_args): Initialize x before each
29729         test of frexp, modf and remquo.
29731         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29732         test signgam value.
29734 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29736         [BZ #15418]
29737         [BZ #15419]
29738         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29739         internal tests.
29740         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29742 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29744         * elf/dl-writev.h: New file.
29745         * elf/dl-misc.c: Include it.
29746         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29747         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29749 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29751         * math/libm-test.inc (noXFails): Remove variable.
29752         (noXPasses): Likewise.
29753         (BUILD_COMPLEX_INT): Remove macro.
29754         (print_screen): Remove xfail argument.
29755         (print_screen_max_error): Likewise.
29756         (update_stats): Likewise.
29757         (print_max_error): Likewise.  Update calls to other affected
29758         functions.
29759         (print_complex_max_error): Likewise.
29760         (test_single_exception): Update calls to print_screen.
29761         (test_single_errno): Likewise.
29762         (check_float_internal): Remove xfail argument.  Update calls to
29763         other affected functions.
29764         (check_float): Likewise.
29765         (check_complex): Likewise.
29766         (check_int): Likewise.
29767         (check_long): Likewise.
29768         (check_bool): Likewise.
29769         (check_longlong): Likewise.
29770         (main): Don't print noXFails and noXPasses.
29771         * math/gen-libm-test.pl (top level): Don't mention expected
29772         failure handling in comment.
29773         (new_test): Don't handle expected failures.
29774         (parse_args): Don't mention expected failure handling in comment.
29775         (generate_testfile): Don't handle expected failures.
29776         (parse_ulps): Likewise.
29777         (print_ulps_file): Likewise.
29778         (get_failure): Remove function.
29779         (output_test): Don't handle expected failures.
29780         * make/README.libm-test: Don't mention expected failure handling.
29782         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29783         (minus_zero): Likewise.
29784         (plus_infty): Likewise.
29785         (minus_infty): Likewise.
29786         (qnan_value): Likewise.
29787         (max_value): Likewise.
29788         (min_value): Likewise.
29789         (min_subnorm_value): Likewise.
29790         (initialize): Do not initialize those variables dynamically.
29792 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29794         * io/open.c (__open_2): Moved to ...
29795         * io/open_2.c: ... this new file.
29796         * io/open64.c (__open64_2): Moved to ...
29797         * io/open64_2.c: ... this new file.
29798         * io/openat.c (__openat_2): Moved to ...
29799         * io/openat_2.c: ... this new file.
29800         * io/openat64.c (__openat64_2): Moved to ...
29801         * io/openat64_2.c: ... this new file.
29802         * io/Makefile (routines): Add them.
29803         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29804         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29805         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29806         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29807         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29808         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29809         (__openat64): Add hidden_ver.
29810         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29811         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29813         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29814         Separately conditionalize setting of GLRO(dl_sysinfo) so
29815         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29816         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29818 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29820         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29821         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29822         definition.
29823         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29824         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29825         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29826         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29827         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29829 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29831         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29832         test signgam value.
29834         * math/libm-test.inc (hypot_test): Do not use
29835         IGNORE_ZERO_INF_SIGN.
29837 2013-05-03  Andreas Jaeger  <aj@suse.de>
29839         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29840         Linux 3.9.
29841         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29842         (PF_MAX): Adjust for VSOCK change.
29844 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29846         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29848 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29850         [BZ #15264]
29851         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29852         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29853         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29855 2013-05-02  David S. Miller  <davem@davemloft.net>
29857         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29859 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29861         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29863 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29865         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29867 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29869         [BZ #14952]
29870         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29871         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29872         Use __attribute__ ((__gnu_inline__)).
29873         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29874         Don't use __attribute__ ((__gnu_inline__)).
29876 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29878         [BZ #15423]
29879         * math/s_catan.c (__catan): Handle small real or imaginary part of
29880         input specially to avoid spurious underflow.
29881         * math/s_catanf.c (__catanf): Likewise.
29882         * math/s_catanh.c (__catanh): Likewise.
29883         * math/s_catanhf.c (__catanhf): Likewise.
29884         * math/s_catanhl.c (__catanhl): Likewise.
29885         * math/s_catanl.c (__catanl): Likewise.
29886         * math/libm-test.inc (catan_test): Add more tests.
29887         (catanh_test): Likewise.
29888         * sysdeps/i386/fpu/libm-test-ulps: Update.
29889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29891 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29893         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29895 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29897         [BZ #15416]
29898         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29899         accurately for denominator in atan2.
29900         * math/s_catanf.c (__catanf): Likewise.
29901         * math/s_catanh.c (__catanh): Likewise.
29902         * math/s_catanhf.c (__catanhf): Likewise.
29903         * math/s_catanhl.c (__catanhl): Likewise.
29904         * math/s_catanl.c (__catanl): Likewise.
29905         * math/libm-test.inc (catan_test): Add more tests.
29906         (catanh_test): Likewise.
29907         * sysdeps/i386/fpu/libm-test-ulps: Update.
29908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29910 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29912         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29914         * benchtests/Makefile (bench): Remove slow benchmarks.
29915         * benchtests/atan-inputs: Add slow benchmark inputs.
29916         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29917         (BENCH_FUNC): Accept variant offset.
29918         (VARIANT): Define.
29919         * benchtests/bench-skeleton.c (main): Run benchmark for each
29920         variant.
29921         * benchtests/cos-inputs: Add slow benchmark inputs.
29922         * benchtests/exp-inputs: Likewise.
29923         * benchtests/pow-inputs: Likewise.
29924         * benchtests/sin-inputs: Likewise.
29925         * benchtests/slowatan-inputs: Remove.
29926         * benchtests/slowatan.c: Remove.
29927         * benchtests/slowcos-inputs: Remove.
29928         * benchtests/slowcos.c: Remove.
29929         * benchtests/slowexp-inputs: Remove.
29930         * benchtests/slowexp.c: Remove.
29931         * benchtests/slowpow-inputs: Remove.
29932         * benchtests/slowpow.c: Remove.
29933         * benchtests/slowsin-inputs: Remove.
29934         * benchtests/slowsin.c: Remove.
29935         * benchtests/slowtan-inputs: Remove.
29936         * benchtests/slowtan.c: Remove.
29937         * benchtests/tan-inputs: Add slow benchmark inputs.
29938         * scripts/bench.pl: Parse comments and directives.
29940         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29941         in CPPFLAGS.
29942         ($(objpfx)bench-%.c): Remove *-ITER.
29943         * benchtests/bench-modf.c: Remove definition of ITER.
29944         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29945         (main): Loop for DURATION seconds instead of fixed number of
29946         iterations.
29947         * scripts/bench.pl: Don't expect iterations in parameters.
29949 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29951         * io/fchdir.c (__fchdir): Renamed from fchdir.
29952         (fchdir): Define as weak alias.
29954 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29956         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29957         (ERRNO_EDOM): Likewise.
29958         (ERRNO_ERANGE): Likewise.
29959         (noErrnoTests): New variable.
29960         (init_max_error): Set errno to 0.
29961         (test_single_errno): New function.
29962         (test_errno): Likewise.
29963         (check_float_internal): Call test_errno.  Set errno to 0.
29964         (check_complex): Refer to errno tests in comment.
29965         (check_int): Call test_errno.  Set errno to 0.
29966         (check_long): Likewise.
29967         (check_bool): Likewise.
29968         (check_longlong): Likewise.
29969         (cos_test): Use ERRNO_* flags for errno tests instead of
29970         check_int.
29971         (expm1_test): Likewise.
29972         (fmod_test): Likewise.
29973         (ilogb_test): Likewise.
29974         (lgamma_test): Likewise.
29975         (pow_test): Likewise.
29976         (remainder_test): Likewise.
29977         (sin_test): Likewise.
29978         (tan_test): Likewise.
29979         (yn_test): Likewise.
29980         (initialize): Set errno to 0.
29981         (main): Print number of errno tests.
29982         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29984 2013-04-29  Andreas Jaeger  <aj@suse.de>
29986         [BZ #15084]
29987         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29988         and RES_USEVC.
29990         [BZ #15085]
29991         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29992         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29993         unimplemented.
29995         [BZ #15380]
29996         * stdlib/random.c (__initstate): Return NULL if
29997         __initstate fails.
29999         [BZ #15086]
30000         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30001         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30002         RES_SNGLKUPREOP.
30004 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30008 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30010         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30011         of individual tests.
30012         (casin_test): Likewise.
30013         (casinh_test): Likewise.
30015 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30017         [BZ #15409]
30018         * math/s_catan.c (__catan): Handle arguments with large real or
30019         imaginary part separately without squaring.
30020         * math/s_catanf.c (__catanf): Likewise.
30021         * math/s_catanh.c (__catanh): Likewise.
30022         * math/s_catanhf.c (__catanhf): Likewise.
30023         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30024         and redefine.
30025         (__catanhl): Handle arguments with large real or imaginary part
30026         separately without squaring.
30027         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30028         and redefine.
30029         (__catanl): Handle arguments with large real or imaginary part
30030         separately without squaring.
30031         * math/libm-test.inc (catan_test): Add more tests.
30032         (catanh_test): Likewise.
30033         * sysdeps/i386/fpu/libm-test-ulps: Update.
30034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30036 2013-04-27  Andreas Jaeger  <aj@suse.de>
30038         [BZ #15007]
30039         * stdlib/stdlib.h: Update guards for qecvt.
30040         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30041         <stdlib.h>.
30043 2013-04-27  Allan McRae  <allan@archlinux.org>
30045         * sysdeps/i386/fpu/libm-test-ulps: Update.
30047 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30049         [BZ #15406]
30050         * math/s_catan.c: Include <float.h>.
30051         (__catan): Ensure underflow exception occurs for underflowed
30052         result.
30053         * math/s_catanf.c: Include <float.h>.
30054         (__catanf): Ensure underflow exception occurs for underflowed
30055         result.
30056         * math/s_catanh.c: Include <float.h>.
30057         (__catanh): Ensure underflow exception occurs for underflowed
30058         result.
30059         * math/s_catanhf.c: Include <float.h>.
30060         (__catanhf): Ensure underflow exception occurs for underflowed
30061         result.
30062         * math/s_catanhl.c: Include <float.h>.
30063         (__catanhl): Ensure underflow exception occurs for underflowed
30064         result.
30065         * math/s_catanl.c: Include <float.h>.
30066         (__catanl): Ensure underflow exception occurs for underflowed
30067         result.
30068         * math/libm-test.inc (catan_test): Add more tests.
30069         (catanh_test): Likewise.
30071         [BZ #15405]
30072         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30073         underflowed result.
30074         * math/s_ccoshf.c (__ccoshf): Likewise.
30075         * math/s_ccoshl.c (__ccoshl): Likewise.
30076         * math/s_csin.c (__csin): Likewise.
30077         * math/s_csinf.c (__csinf): Likewise.
30078         * math/s_csinh.c (__csinh): Likewise.
30079         * math/s_csinhf.c (__csinhf): Likewise.
30080         * math/s_csinhl.c (__csinhl): Likewise.
30081         * math/s_csinl.c (__csinl): Likewise.
30082         * math/libm-test.inc (ccos_test): Add more tests.
30083         (ccosh_test): Likewise.
30084         (csin_test): Likewise.
30085         (csinh_test): Likewise.
30087 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30089         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30090         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30091         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30092         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30093         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30094         powerpc/power5+/fpu folders.
30095         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30098 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30100         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30102 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30104         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30105         additions to variable.
30106         [$(config-machine) = x86_64] (modules-names): Likewise.
30107         ($(objpfx)tst-audit3): Remove dependency.
30108         ($(objpfx)tst-audit3.out): Likewise.
30109         ($(objpfx)tst-audit4): Likewise.
30110         ($(objpfx)tst-audit4.out): Likewise.
30111         ($(objpfx)tst-audit5): Likewise.
30112         ($(objpfx)tst-audit5.out): Likewise.
30113         ($(objpfx)tst-audit6): Likewise.
30114         ($(objpfx)tst-audit6.out): Likewise.
30115         ($(objpfx)tst-audit7): Likewise.
30116         ($(objpfx)tst-audit7.out): Likewise.
30117         (tst-audit3-ENV): Remove variable.
30118         (tst-audit4-ENV): Likewise.
30119         (tst-audit5-ENV): Likewise.
30120         (tst-audit6-ENV): Likewise.
30121         (tst-audit7-ENV): Likewise.
30122         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30123         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30124         addition to variable.
30125         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30126         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30127         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30128         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30129         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30130         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30131         tst-audit3, tst-audit4 and tst-audit5.
30132         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30133         tst-audit6 and tst-audit7.
30134         [$(subdir) = elf] (modules-names): Add audit modules for those
30135         tests.
30136         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30137         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30138         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30139         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30140         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30141         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30142         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30143         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30144         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30145         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30146         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30147         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30148         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30149         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30150         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30151         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30152         Likewise.
30153         [$(subdir) = elf && $(config-cflags-avx) = yes]
30154         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30155         [$(subdir) = elf && $(config-cflags-avx) = yes]
30156         (CFLAGS-tst-auditmod4a.c): Likewise.
30157         [$(subdir) = elf && $(config-cflags-avx) = yes]
30158         (CFLAGS-tst-auditmod4b.c): Likewise.
30159         [$(subdir) = elf && $(config-cflags-avx) = yes]
30160         (CFLAGS-tst-auditmod6b.c): Likewise.
30161         [$(subdir) = elf && $(config-cflags-avx) = yes]
30162         (CFLAGS-tst-auditmod6c.c): Likewise.
30163         [$(subdir) = elf && $(config-cflags-avx) = yes]
30164         (CFLAGS-tst-auditmod7b.c): Likewise.
30165         * elf/tst-audit3.c: Move to ...
30166         * sysdeps/x86_64/tst-audit3.c: ... here.
30167         * elf/tst-audit4.c: Move to ...
30168         * sysdeps/x86_64/tst-audit4.c: ... here.
30169         * elf/tst-audit5.c: Move to ...
30170         * sysdeps/x86_64/tst-audit5.c: ... here.
30171         * elf/tst-audit6.c: Move to ...
30172         * sysdeps/x86_64/tst-audit6.c: ... here.
30173         * elf/tst-audit7.c: Move to ...
30174         * sysdeps/x86_64/tst-audit7.c: ... here.
30175         * elf/tst-auditmod3a.c: Move to ...
30176         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30177         * elf/tst-auditmod3b.c: Move to ...
30178         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30179         * elf/tst-auditmod4a.c: Move to ...
30180         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30181         * elf/tst-auditmod4b.c: Move to ...
30182         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30183         * elf/tst-auditmod5a.c: Move to ...
30184         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30185         * elf/tst-auditmod5b.c: Move to ...
30186         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30187         * elf/tst-auditmod6a.c: Move to ...
30188         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30189         * elf/tst-auditmod6b.c: Move to ...
30190         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30191         * elf/tst-auditmod6c.c: Move to ...
30192         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30193         * elf/tst-auditmod7a.c: Move to ...
30194         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30195         * elf/tst-auditmod7b.c: Move to ...
30196         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30198 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30200         [BZ #15366]
30201         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30202         define unconditionally.
30203         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30204         define unconditionally.
30205         (INT8_C, INT16_C, etc.): Likewise.
30207 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30209         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30210         __ehdr_start with hidden visibility.
30212         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30214 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30216         * math/libm-test.inc (cos_test): Use accurate hex constants.
30217         (sincost_test): Likewise.
30219 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30221         * math/libm-test.inc (catan_test): Add more tests.
30222         (catanh_test): Likewise.
30224         * math/s_catanf.c (__catanf): Use suffixed floating-point
30225         constants.
30226         * math/s_catanhf.c (__catanhf): Likewise.
30227         * math/s_catanhl.c (__catanhl): Likewise.
30228         * math/s_catanl.c (__catanl): Likewise.
30230         [BZ #15394]
30231         * math/s_catan.c (__catan): Calculate imaginary part of result
30232         with log1p not log unless computing log of number close to 0.
30233         * math/s_catanf.c (__catanf): Likewise.
30234         * math/s_catanl.c (__catanl): Likewise.
30235         * math/s_catanh.c (__catanh): Calculate real part of result with
30236         log1p not log unless computing log of number close to 0.
30237         * math/s_catanhf.c (__catanhf): Likewise.
30238         * math/s_catanhl.c (__catanhl): Likewise.
30239         * math/libm-test.inc (catan_test): Add more tests.
30240         (catanh_test): Likewise.
30241         * sysdeps/i386/fpu/libm-test-ulps: Update.
30242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30244 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30246         * benchtests/Makefile: Mention files in which fast and slow
30247         paths of math functions are implemented.
30249 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30251         * sysdeps/posix/timespec_get.c: New file.
30253 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30255         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30256         POWER.
30257         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30258         for POWER.
30259         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30260         powerpc/power5/fpu folders.
30261         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30262         * benchtests/Makefile: Add modf testcase.
30263         * benchtests/bench-modf.c: New file: Benchmark test for mo
30265 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30267         [BZ #14888]
30268         * time/Makefile (tests): Add tst-strptime-whitespace.
30269         * time/strptime_l.c (get_number): Use ISSPACE.
30270         (__strptime_internal): Likewise.
30271         * time/tst-strptime-whitespace.c: New test case.
30273 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30275         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30276         member.
30277         (_nss_files_init): Set it here.
30279 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30281         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30282         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30283         unsigned.
30285 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30287         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30289 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30291         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30292         size just once.
30294 2013-04-21  David S. Miller  <davem@davemloft.net>
30296         * po/ru.po: Update Russion translation from translation project.
30298 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30300         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30301         and setfsgid.
30303 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30305         * configure.in: Remove i386 configure warning. Remove i386 case.
30306         * configure: Regenerate.
30307         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30308         Add example to error message.
30309         * sysdeps/i386/configure: Regenerate.
30311 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30313         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30314         slowtan.
30315         * benchtests/cos-inputs: New file.
30316         * benchtests/slowcos-inputs: New file.
30317         * benchtests/slowcos.c: New file.
30318         * benchtests/slowtan-inputs: New file.
30319         * benchtests/slowtan.c: New file.
30320         * benchtests/tan-inputs: New file.
30322 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30324         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30325         considered kosher.
30327 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30329         * benchtests/Makefile: Include cppflags-iterator.mk to add
30330         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30332         * Makefile.in (bench-clean): New target.
30333         * benchtests/Makefile (bench-clean): Likewise.
30335 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30337         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30339 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30341         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30343 2013-04-15  Andreas Schwab  <schwab@suse.de>
30345         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30346         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30347         * nscd/pwdcache.c (cache_addpw): Likewise.
30348         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30349         more than recsize.
30351 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30353         * benchtests/Makefile (bench): Write all output to
30354         bench-out.tmp together.
30356 2013-04-15  Andreas Schwab  <schwab@suse.de>
30358         * nscd/nscd.c (main): Don't fork again after closing files.
30360 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30362         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30364         * benchtests/Rules (bench-deps): Collect dependencies into a
30365         single variable.  Add Makefile to dependencies.
30366         ($(objpfx)bench-%.c): Depend on bench-deps.
30368 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30369             Xavier Roche  <roche+kml2@exalead.com>
30371         [BZ #15361]
30372         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30373         just that it's a file descriptor.
30374         * manual/llio.texi (Synchronizing AIO Operations): Update description
30375         for EBADF error from aio_fsync.
30377 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30379         * Rules (bench): Move target definition...
30380         * benchtests/Makefile: ... here.
30382 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30384         * math/libm-test.inc (cos_test): Fix PI/2 test.
30385         (sincos_test): Likewise.
30386         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30387         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30389 2013-04-11  Andreas Schwab  <schwab@suse.de>
30391         [BZ #13988]
30392         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30393         accept exponent character only when digits were seen.
30394         * stdio-common/Makefile (tests): Add bug26.
30395         * stdio-common/bug26.c: New file.
30397         [BZ #14293]
30398         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30399         non-freeable.
30401 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30403         * Makeconfig (rtld-prefix): Define built linker prefix.
30404         * Rules (run-bench): Use it.
30405         * math/Makefile (run-regen-ulps): Likewise.
30407         * Rules (bench): Remove eval.
30409 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30410             Roland McGrath  <roland@hack.frob.com>
30411             Ondrej Bilka  <neleai@seznam.cz>
30413         [BZ #15346]
30414         * time/getdate.c: Include ctype.h and alloca.h.
30415         (__getdate_r): Trim leading and trailing spaces of input.
30416         * time/tst-getdate.c (tests): Add tests with leading and
30417         trailing spaces.
30419 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30421         [BZ #14280]
30422         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30423         when computing value.
30425 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30427         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30428         Use testrun.sh to run libm tests.
30430         [BZ #15309]
30431         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30433 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30435         [BZ #15264]
30436         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30438 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30440         * Makefile.in (regen-ulps): New target.
30441         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30442         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30443         [ifneq (no,$(PERL)] (regen-ulps): New target.
30444         [ifeq (no,$(PERL)] (regen-ulps): New target.
30445         * math/libm-test.inc (ulps_file_name): Define.
30446         (output_dir): New variable.
30447         (options): Add "output-dir" option.
30448         (parse_opt): Handle 'o' case.
30449         (main): If output_dir is non-NULL use it as a prefix
30450         otherwise use "".
30451         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30453 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30455         [BZ #10060, #10062]
30456         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30457         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30458         fail configure if __sync_val_compare_and_swap is not inlined.
30459         * sysdeps/i386/configure: Regenerate.
30460         * configure.in: Build for i686 when configured for i386.
30461         * configure: Regenerate.
30462         * README: Remove i386 reference.
30464 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30466         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30467         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30469 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30471         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30472         (lmsnanval): New variables.
30473         (F): Add conversion tests.
30474         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30475         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30477         * stdio-common/tstdiomisc.c (F): Properly collect individual
30478         tests' results.
30480         [BZ #14686, #15336]
30481         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30482         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30483         Instead, use input NaN values or generate a qNaN by arithmetic
30484         operation.  Also fix bugs to comply with the standard.
30485         * math/libm-test.inc (remainder_test): Add more tests.
30487         [BZ #15335, #15342]
30488         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30489         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30490         input NaN values or generate a qNaN by arithmetic operation.
30492         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30493         unreachable code.
30495         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30496         definitions.
30498 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30500         [BZ #14478]
30501         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30502         underflowed result.
30503         * math/s_cexpf.c (__cexpf): Likewise.
30504         * math/s_cexpl.c (__cexpl): Likewise.
30505         * math/libm-test.inc (cexp_test): Add more tests.
30507 2013-04-03  Andreas Schwab  <schwab@suse.de>
30509         [BZ #15330]
30510         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30511         order arrays from heap if bigger than alloca cutoff.
30513 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30515         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30516         (SNAN_TESTS_double): Refer to GCC PR56831.
30517         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30518         GCC PR56828.
30520 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30522         * Rules (bench): Move bench.out after the run is complete.
30524         * Rules (bench): Echo currently running benchmark.
30526         * benchtests/Makefile (bench): Add atan and slowatan.
30527         * benchtests/atan-inputs: New file.
30528         * benchtests/slowatan-inputs: New file.
30529         * benchtests/slowatan.c: New file.
30531         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30532         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30533         its value.
30535         [BZ #15305]
30536         * sysdeps/unix/sysv/linux/kernel-features.h
30537         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30538         __ASSUME_XFS_RESTRICTED_CHOWN.
30539         * sysdeps/unix/sysv/linux/pathconf.c
30540         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30541         Save and restore errno.
30543 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30545         [BZ #15327]
30546         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30547         arguments using __kernel_casinh.
30548         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30549         arguments using __kernel_casinhf.
30550         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30551         arguments using __kernel_casinhl.
30552         * math/libm-test.inc (cacosh_test): Add more tests.
30553         * sysdeps/i386/fpu/libm-test-ulps: Update.
30554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30556 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30558         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30559         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30561         * bench/Makefile (bench): Add sin and slowsin.
30562         * benchtests/sin-inputs: New file.
30563         * benchtests/slowsin-inputs: New file.
30564         * benchtests/slowsin.c: New file.
30566         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30567         (bench): Add slowexp and slowpow.
30568         (exp-ITER): Increase iterations.
30569         (pow-ITER): Likewise.
30570         * benchtests/exp-inputs: Change input.
30571         * benchtests/pow-inputs: Likewise.
30572         * benchtests/slowexp-inputs: New file.
30573         * benchtests/slowexp.c: New file.
30574         * benchtests/slowpow-inputs: New file.
30575         * benchtests/slowpow.c: New file.
30577 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30579         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30580         instructions.
30581         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30582         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30583         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30584         * benchtests/Makefile: Add rint benchtest.
30585         * benchtests/rint-inputs: Input for rint benchtest.
30587 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30589         * Versions.def (libm): Add GLIBC_2.18.
30590         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30591         hidden libm prototypes.
30592         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30593         * math/Makefile (libm-calls): Add s_issignaling.
30594         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30595         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30596         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30597         declaration.
30598         * math/math.h [__USE_GNU] (issignaling): New macro.
30599         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30600         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30601         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30602         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30603         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30604         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30605         * manual/arith.texi (issignaling): New section.
30606         * manual/libm-err-tab.pl (@all_functions): Update comment.
30607         * math/gen-libm-test.pl (parse_args): Apply special handling for
30608         issignaling.
30609         * math/libm-test.inc (print_float, issignaling_test): New
30610         functions.
30611         (check_float_internal): Add issignaling checks.
30612         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30613         default definition.
30614         * sysdeps/powerpc/math-tests.h: New file.
30615         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30616         tests.
30617         * math/test-snan.c (TEST_FUNC): Likewise.
30619 2013-03-30  David S. Miller  <davem@davemloft.net>
30621         * po/de.po: Update from translation team.
30623 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30625         [BZ #10357]
30626         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30627         imaginary part less than 1.0 and real part less than 0.5
30628         specially.
30629         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30630         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30631         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30632         (cacos_test): Add more tests.
30633         (casin_test): Likewise.
30634         (casinh_test): Likewise.
30635         * sysdeps/i386/fpu/libm-test-ulps: Update.
30636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30638 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30640         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30641         ONE with its value.
30643         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30644         (__pow_mp): Replace ONE and MONE with their values.
30645         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30646         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30647         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30648         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30649         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30650         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30652         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30654         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30655         (__pow_mp): Replace ZERO and MZERO with their values.
30656         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30657         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30658         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30659         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30660         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30661         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30662         (__sqr): Likewise.
30664         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30666         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30668 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30670         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30671         Declare with __attribute__ ((weak)).
30672         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30673         Call __call_tls_dtors only if it's not NULL.
30675 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30677         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30678         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30679         magic __ehdr_start linker symbol if it's defined.
30680         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30681         them up here if it was already done.
30683         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30684         (_dl_aux_init): Use const in cast when setting it.
30685         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30686         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30687         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30689         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30690         Declare them here.
30691         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30692         * csu/libc-tls.c: Nor here.
30693         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30695         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30696         (__libc_message): Never call vsyslog.
30698 2013-03-28  Alan Modra  <amodra@gmail.com>
30700         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30701         Define as empty.
30702         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30703         Likewise.
30705 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30707         [BZ #15214]
30708         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30709         underflow.
30710         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30712 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30714         [BZ #15304]
30715         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30716         Don't add gid passed as argument.
30718         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30720 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30722         [BZ #15307]
30723         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30724         imaginary part between 1.0 and 1.5 and real part less than 0.5
30725         specially.
30726         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30727         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30728         * math/libm-test.inc (cacos_test): Add more tests.
30729         (casin_test): Likewise.
30730         (casinh_test): Likewise.
30731         * sysdeps/i386/fpu/libm-test-ulps: Update.
30732         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30734 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30736         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30737         constants.
30738         (norm): Likewise.
30739         (denorm): Likewise.
30740         (__dbl_mp): Likewise.
30741         (add_magnitudes): Likewise.
30742         (sub_magnitudes): Likewise.
30743         (__add): Likewise.
30744         (__sub): Likewise.
30745         (__mul): Likewise.
30746         (__sqr): Likewise.
30747         (__inv): Likewise.
30748         (__dvd): Likewise.
30750         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30751         commented code.
30752         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30753         (__dubcos): Likewise.
30754         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30755         (__ieee754_acos): Likewise.
30756         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30757         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30758         (__exp1): Likewise.
30759         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30760         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30761         (log1): Likewise.
30762         (my_log2): Likewise.
30763         (checkint): Likewise.
30764         * sysdeps/ieee754/dbl-64/e_remainder.c
30765         (__ieee754_remainder): Likewise.
30766         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30767         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30768         (bsloww): Likewise.
30769         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30771         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30772         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30773         MANTISSA_STORE_T to store computations on mantissa.  Use
30774         macros for rounding and division.
30775         (denorm): Likewise.
30776         (__dbl_mp): Likewise.
30777         (add_magnitudes): Likewise.
30778         (sub_magnitudes): Likewise.
30779         (__mul): Likewise.
30780         (__sqr): Likewise.
30781         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30782         powers of two in terms of TWOPOW macro.
30783         (mp_no): Make type of mantissa as MANTISSA_T.
30784         [!RADIXI]: Define RADIXI.
30785         [!TWO52]: Define TWO52.
30786         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30788 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30790         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30791         llroundl symbol when building for PPC32.
30793 2013-03-24  Mark H Weaver  <mhw@netris.org>
30795         * manual/arith.texi (Normalization Functions): Fix prototypes for
30796         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30798 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30800         [BZ #13889]
30801         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30802         high value to check if expl overflow.
30803         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30804         to check for underflow and overflow.
30805         * math/libm-test.inc: Add exp test.
30807 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30809         [BZ #11120]
30810         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30811         with NOT_IN_libc.
30813 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30815         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30816         symbol.
30818 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30820         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30821         wrap blocks consisting of several statements.
30823         * sysdeps/generic/math-tests.h: New file.
30824         * sysdeps/i386/fpu/math-tests.h: Likewise.
30825         * math/test-snan.c: Include it.
30826         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30828 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30830         [BZ #15285]
30831         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30832         (__ieee754_j0l): Do not improve calculations using cos of twice
30833         input for inputs above LDBL_MAX / 2.0L.
30834         (__ieee754_y0l): Likewise.
30835         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30836         (__ieee754_j1l): Do not improve calculations using cos of twice
30837         input for inputs above LDBL_MAX / 2.0L.
30838         (__ieee754_y1l): Likewise.
30839         * math/libm-test.inc (j0_test): Add another test.
30840         (j1_test): Likewise.
30841         (y0_test): Likewise.
30842         (y1_test): Likewise.
30843         * sysdeps/i386/fpu/libm-test-ulps: Update.
30845 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30847         * Rules ($(objpfx)bench-%.c): Include code from a C source
30848         file.
30850 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30852         [BZ #15287]
30853         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30854         imaginary part 1.0 and real part less than 0.5 specially.
30855         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30856         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30857         * math/libm-test.inc (cacos_test): Add more tests.
30858         (casin_test): Likewise.
30859         (casinh_test): Likewise.
30860         * sysdeps/i386/fpu/libm-test-ulps: Update.
30861         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30863 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30865         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30866         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30868 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30870         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30871         * config.make.in (config-cflags-sse4): Remove variable.
30872         (config-cflags-avx): Likewise.
30873         (config-cflags-sse2avx): Likewise.
30874         (config-cflags-novzeroupper): Likewise.
30875         (config-asflags-i686): Likewise.
30876         (have-mfma4): Likewise.
30877         (have-as-vis3): Likewise.
30878         (MIG): Likewise.
30879         * configure.in (MIG): Do not AC_SUBST.
30880         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30881         (libc_cv_cc_sse4): Do not AC_SUBST.
30882         (libc_cv_cc_avx): Likewise.
30883         (libc_cv_cc_sse2avx): Likewise.
30884         (libc_cv_cc_novzeroupper): Likewise.
30885         (libc_cv_cc_fma4): Likewise.
30886         (libc_cv_as_i686): Likewise.
30887         (libc_cv_sparc_as_vis3): Likewise.
30888         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30889         LIBC_CONFIG_VAR.
30890         (config-asflags-i686): Likewise.
30891         (config-cflags-avx): Likewise.
30892         (config-cflags-sse2avx): Likewise.
30893         (have-mfma4): Likewise.
30894         (config-cflags-novzeroupper): Likewise.
30895         * sysdeps/mach/configure.in (MIG): Likewise.
30896         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30897         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30898         LIBC_CONFIG_VAR.
30899         (config-cflags-avx): Likewise.
30900         (config-cflags-sse2avx): Likewise.
30901         (have-mfma4): Likewise.
30902         (config-cflags-novzeroupper): Likewise.
30903         * configure: Regenerated.
30904         * sysdeps/i386/configure: Likewise.
30905         * sysdeps/mach/configure: Likewise.
30906         * sysdeps/sparc/configure: Likewise.
30907         * sysdeps/x86_64/configure: Likewise.
30909 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30911         [BZ #14812]
30912         * locale/programs/localedef.c (options): Put N_ translation marker
30913         on argument names, not just descriptions.
30915 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30917         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30919 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30921         [BZ #14176]
30922         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30924 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30926         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30927         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30928         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30929         [!BEFORE_ABORT] (before_abort): New function.
30930         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30931         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30932         (writev_for_fatal): New function.
30933         (WRITEV_FOR_FATAL): New macro; call that.
30934         (backtrace_and_maps): New function.
30935         (BEFORE_ABORT): New macro; call that.
30936         (struct str_list): Type removed.
30937         (__libc_message, __libc_fatal): Functions removed.
30938         Include <sysdeps/posix/libc_fatal.c> instead.
30940 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30942         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30943         constants.
30944         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30945         double constants.
30947 2013-03-19  Andreas Schwab  <schwab@suse.de>
30949         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30950         * sysdeps/gnu/configure: Regenerate.
30952         * configure.in: Substitute libc_cv_rtlddir.
30953         * configure: Regenerate.
30954         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30955         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30956         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30957         * elf/Makefile (install-others, CFLAGS-interp.c)
30958         (ldso_install, common-ldd-rewrite): Likewise.
30959         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30960         $(inst_slibdir)/$(rtld-installed-name).
30961         * scripts/rellns-sh: Add -p option.
30962         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30963         for source.
30965 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30967         * manual/nptl.texi: Renamed to ...
30968         * manual/threads.texi: ... this.
30969         * manual/Makefile (chapters): Update.
30971 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30973         [BZ #14812]
30974         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30975         on argument names, not just descriptions.
30976         * malloc/memusagestat.c (options): Likewise.
30977         * nss/getent.c (options): Likewise.
30979 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30981         [BZ #14812]
30982         * iconv/iconv_prog.c (options): Put N_ translation marker
30983         on argument names, not just descriptions.
30984         * iconv/iconvconfig.c (options): Likewise.
30986 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30988         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30989         implementation which is faster on all x86_64 architectures.
30990         Tested on AMD, Intel Nehalem, SNB, IVB.
30991         * sysdeps/x86_64/strnlen.S: Likewise.
30993         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30994         Remove all multiarch strlen and strnlen versions.
30995         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30996         Remove strlen and strnlen related parts.
30998         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30999         Inline strlen part.
31000         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31002         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31003         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31004         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31005         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31006         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31007         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31009 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31011         * manual/memory.texi (Malloc Tunable Parameters):
31012         Sort parameters alphabetically. Add comments for missing entries.
31014 2013-03-17  David S. Miller  <davem@davemloft.net>
31016         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31018 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31020         [BZ #15283]
31021         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31022         for arguments at most half maximum finite value.
31023         * math/libm-test.inc (j0_test): Add more tests.
31024         (j1_test): Likewise.
31025         (y0_test): Likewise.
31026         (y1_test): Likewise.
31027         * sysdeps/i386/fpu/libm-test-ulps: Update.
31028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31030         [BZ #14155]
31031         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31032         1 / x and functions P and Q for arguments above 0x1p256L.
31033         (__ieee754_y0l): Likewise.
31034         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31035         (__ieee754_y1l): Likewise.
31036         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31037         (j1_test): Likewise.
31038         (y0_test): Likewise.
31039         (y1_test): Likewise.
31041 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31043         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31044         variable.
31046 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31048         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31049         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31050         zero since it's initialized to EXEC_PAGESIZE.
31052         * sysdeps/unix/sysv/linux/ldsodefs.h
31053         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31054         * sysdeps/generic/ldsodefs.h: ... here.
31056 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31058         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31060         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31061         math/test-snan.c.
31062         * math/test-snan.c: Renamed from
31063         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31064         * math/Makefile (tests): Add test-snan.
31065         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31066         test-powerpc-snan.
31068         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31069         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31070         functions.
31071         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31072         __builtin_nan family of functions.
31073         * math/libm-test.inc (initialize): Initialize qnan_value with
31074         __builtin_nan family of functions.
31075         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31076         Remove variables.
31077         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31078         Remove functions.
31079         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31080         storage class.  Initialize qNaN_var and sNaN_var with
31081         __builtin_nan and __builtin_nans families of functions,
31082         respectively.
31084         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31085         (sqrt_test): Remove duplicate test with qNaN input.
31086         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31087         (round_test, signbit_test, significand_test): Note missing +/-Inf
31088         as well as qNaN tests.
31090         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31091         qNaN_var.  Fix a few strings, too.
31092         * math/libm-test.inc (nan_value): Rename to qnan_value.
31093         * math/gen-libm-test.pl (%beautify): Adjust to that.
31094         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31095         * math/test-misc.c (main): Likewise.
31096         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31097         to __qnan_bytes, and __qnan_union, respectively.
31098         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31099         Likewise.
31100         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31101         and lqnanval, respectively.
31102         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31103         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31104         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31105         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31107         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31108         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31109         doubles.
31111         * math/test-misc.c (main): Fix copy'n'pastos.
31112         * misc/tst-efgcvt.c (special): Likewise.
31114         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31115         Remove declarations.
31117 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31119         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31120         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31121         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31122         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31124 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31126         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31127         macro to return vdso values correctly in IFUNC implementations.
31128         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31129         Optimization by using IFUNC.
31131 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31132             Richard Henderson  <rth@redhat.com>
31133             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31135         * Makefile.in (bench): New target.
31136         * NEWS: Mention the benchmark framework.
31137         * Rules (bench): Likewise.
31138         (binaries-bench): Generate binaries for functions to
31139         benchmark.
31140         * benchtests/Makefile: New makefile for benchmark tests.
31141         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31142         programs.
31143         * benchtests/exp-inputs: New input file for EXP function.
31144         * benchtests/pow-inputs: New input file for POW function.
31145         * scripts/bench.pl: New script to generate source files for
31146         benchmark programs.
31148 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31150         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31151         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31152         computations on mantissa.  Use macros for rounding and
31153         division.
31154         (denorm): Likewise.
31155         (__dbl_mp): Likewise.
31156         (add_magnitudes): Likewise.
31157         (sub_magnitudes): Likewise.
31158         (__mul): Likewise.
31159         (__sqr): Likewise.
31160         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31161         powers of two in terms of TWOPOW macro.
31162         (mp_no): Make type of mantissa as MANTISSA_T.
31163         [!RADIXI]: Define RADIXI.
31164         [!TWO52]: Define TWO52.
31165         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31167         * manual/nptl.texi (cindex): Modify threads to pthreads.
31169 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31171         * sysdeps/x86_64/preconfigure: Regenerated.
31173 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31175         [BZ #14155]
31176         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31177         0x1p28 and above.
31178         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31179         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31180         0x1p28 and above.
31181         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31182         * math/libm-test.inc (j0_test): Do not allow one spurious
31183         underflow exception.
31184         (y1_test): Likewise.
31186 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31188         * manual/Makefile (chapters): Add nptl.
31189         * manual/debug.texi (Debugging Support): Add link to Threads
31190         chapter.
31191         * manual/nptl.texi: New file.
31193         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31195 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31197         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31198         for non-NULL pointer before the memory validity test. Pointed
31199         out by Holger Brunck <holger.brunck@keymile.com>.
31201 2013-03-13  Andreas Schwab  <schwab@suse.de>
31203         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31204         instead of .os.
31206 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31208         * timezone/zic.c: Update from tzcode 2013b.
31210 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31212         * manual/install.texi (Configuring and compiling):
31213         Mention i686 and i586.
31214         * INSTALL: Regenerate.
31216 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31218         * sysdeps/init_array/elf-init.c: New file.
31219         * csu/elf-init.c
31220         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31221         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31223         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31224         __gmon_start__ as global, but as static with a .preinit_array pointer.
31225         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31226         * sysdeps/init_array/crti.S: New file, empty except for comments.
31227         * sysdeps/init_array/crtn.S: Likewise.
31229 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31231         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31232         definining bcopy.
31233         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31234         Remove Prefer_SSE_for_memop.
31235         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31236         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31237         HAS_PREFER_SSE_FOR_MEMOP.
31238         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31239         memset-x86-64.
31240         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31241         Remove bzero, memset ifunc support.
31242         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31243         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31244         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31245         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31247 2013-03-11  Andreas Schwab  <schwab@suse.de>
31249         [BZ #15234]
31250         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31251         by SHLIB_COMPAT.
31252         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31253         (GLIBC_2.16): Remove pthread_atfork.
31255 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31257         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31258         (ptestcases.h): Likewise.
31260 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31262         * Makeconfig ($(common-objpfx)config.status): Depend on
31263         sysdeps/*/preconfigure{,.in} too.
31265 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31267         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31268         (__free_hook): Use void * instead of __malloc_ptr_t.
31269         (__malloc_hook): Likewise.
31270         (__realloc_hook): Likewise.
31271         (__memalign_hook): Likewise.
31272         (__after_morecore_hook): Likewise.
31273         * malloc/arena.c (save_malloc_hook): Likewise.
31274         (save_free_hook): Likewise.
31275         * malloc/hooks.c (malloc_hook_ini): Likewise.
31276         (realloc_hook_ini): Likewise.
31277         (memalign_hook_ini): Likewise.
31278         * malloc/malloc.c (malloc_hook_ini): Likewise.
31279         (realloc_hook_ini): Likewise.
31280         (memalign_hook_ini): Likewise.
31281         (__free_hook): Likewise.
31282         (__malloc_hook): Likewise.
31283         (__realloc_hook): Likewise.
31284         (__memalign_hook): Likewise.
31285         (__libc_malloc): Likewise.
31286         (__libc_free): Likewise.
31287         (__libc_realloc): Likewise.
31288         (__libc_memalign): Likewise.
31289         (__libc_valloc): Likewise.
31290         (__libc_pvalloc): Likewise.
31291         (__libc_calloc): Likewise.
31292         (__posix_memalign): Likewise.
31293         * malloc/morecore.c (__sbrk): Likewise.
31294         (__default_morecore): Likewise.
31296         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31298         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31299         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31300         __malloc_ptrdiff_t.
31302         * malloc/malloc.h (__malloc_size_t): Remove macro.
31303         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31304         __malloc_size_t.
31305         (old_memalign_hook): Likewise.
31306         (old_realloc_hook): Likewise.
31307         (struct hdr): Likewise.
31308         (flood): Likewise.
31309         (mallochook): Likewise.
31310         (memalignhook): Likewise.
31311         (reallochook): Likewise.
31312         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31313         (tr_old_realloc_hook): Likewise.
31314         (tr_old_memalign_hook): Likewise.
31315         (tr_mallochook): Likewise.
31316         (tr_reallochook): Likewise.
31317         (tr_memalignhook): Likewise.
31319 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31321         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31322         default_ldbl_pack and using as default implementation.
31323         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31324         implementation.
31325         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31326         redundant definition.
31327         (ldbl_insert_mantissa): Likewise.
31328         (ldbl_canonicalize): Likewise.
31329         (ldbl_nearbyint): Likewise.
31330         (ldbl_pack): Rename to ldbl_pack_ppc.
31331         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31332         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31333         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31335 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31337         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31338         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31339         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31340         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31341         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31342         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31343         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31344         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31346 2013-03-07  Andreas Jaeger  <aj@suse.de>
31348         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31349         bits/mman-linux.h.
31351 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31353         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31354         Include mpa.h and declare __MPEXP.
31355         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31356         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31357         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31358         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31359         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31360         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31361         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31363         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31364         (__slowpow): Use long double EXPL and LOGL functions to
31365         compute POW.
31366         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31367         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31368         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31369         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31370         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31371         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31373         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31374         intermediate variable to calculate exponent.
31375         (__sqr): Likewise.
31376         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31377         Likewise.
31378         (__sqr): Likewise.
31380         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31381         [!NO__SQR]: Define __sqr.
31382         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31383         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31384         sysdeps/ieee754/dbl-64/mpa.c.
31385         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31387         [BZ #12723]
31388         * posix/Makefile (tests): Add tst-pathconf.
31389         * posix/tst-pathconf.c: New test case.
31390         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31391         _PC_PIPE_BUF.
31392         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31394 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31396         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31398 2013-03-06  Andreas Jaeger  <aj@suse.de>
31400         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31401         definition via __MAP_ANONYMOUS.
31403         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31404         it's not part of Linux headers.
31406         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31407         (MAP_HUGE_MASK): Define.
31409         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31410         Define.
31411         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31412         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31413         Define.
31414         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31415         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31416         Define.
31417         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31418         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31419         Define.
31420         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31422         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31423         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31424         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31425         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31426         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31427         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31429         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31430         Handle f2fs.
31432         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31433         Handle f2fs and efivarfs.
31435         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31436         f2fs.
31438         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31439         (EFIVARFS_MAGIC): Add.
31440         (F2FS_LINK_MAX): Add.
31442 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31444         * stdio-common/vfprintf.c: Replace __builtin_expect with
31445         __glibc_unlikely.
31447 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31449         [BZ #13550]
31450         * sysdeps/generic/bp-sym.h: Remove file.
31451         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31452         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31453         <bp-sym.h> and <bp-asm.h>.
31454         (__longjmp): Don't use BP_SYM.
31455         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31456         and <bp-asm.h>.
31457         (memcpy): Don't use BP_SYM.
31458         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31459         <bp-sym.h> and <bp-asm.h>.
31460         (memcpy): Don't use BP_SYM.
31461         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31462         <bp-asm.h>.
31463         (memcpy): Don't use BP_SYM.
31464         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31465         <bp-asm.h>.
31466         (memset): Don't use BP_SYM.
31467         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31468         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31469         (__bzero): Don't use BP_SYM.
31470         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31471         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31472         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31473         <bp-sym.h> and <bp-asm.h>.
31474         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31475         pointers.
31476         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31477         <bp-sym.h> and <bp-asm.h>.
31478         (memcpy): Don't use BP_SYM.
31479         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31480         <bp-sym.h> and <bp-asm.h>.
31481         (memset): Don't use BP_SYM.
31482         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31483         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31484         (__bzero): Don't use BP_SYM.
31485         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31486         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31487         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31488         <bp-sym.h> and <bp-asm.h>.
31489         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31490         pointers.
31491         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31492         <bp-sym.h> and <bp-asm.h>.
31493         (memcpy): Don't use BP_SYM.
31494         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31495         <bp-sym.h> and <bp-asm.h>.
31496         (memset): Don't use BP_SYM.
31497         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31498         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31499         (__bzero): Don't use BP_SYM.
31500         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31501         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31502         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31503         <bp-sym.h> and <bp-asm.h>.
31504         (__memchr): Don't use BP_SYM.
31505         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31506         <bp-sym.h> and <bp-asm.h>.
31507         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31508         pointers.
31509         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31510         <bp-sym.h> and <bp-asm.h>.
31511         (memcpy): Don't use BP_SYM.
31512         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31513         <bp-sym.h> and <bp-asm.h>.
31514         (__mempcpy): Don't use BP_SYM.
31515         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31516         <bp-sym.h> and <bp-asm.h>.
31517         (__memrchr): Don't use BP_SYM.
31518         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31519         <bp-sym.h> and <bp-asm.h>.
31520         (memset): Don't use BP_SYM.
31521         (__bzero): Likewise.
31522         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31523         <bp-sym.h> and <bp-asm.h>.
31524         (__rawmemchr): Don't use BP_SYM.
31525         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31526         <bp-sym.h> and <bp-asm.h>.
31527         (__STRCMP): Don't use BP_SYM.
31528         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31529         <bp-sym.h> and <bp-asm.h>.
31530         (strchr): Don't use BP_SYM.
31531         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31532         <bp-sym.h> and <bp-asm.h>.
31533         (__strchrnul): Don't use BP_SYM.
31534         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31535         <bp-sym.h> and <bp-asm.h>.
31536         (strlen): Don't use BP_SYM.
31537         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31538         <bp-sym.h> and <bp-asm.h>.
31539         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31540         pointers.
31541         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31542         <bp-sym.h> and <bp-asm.h>.
31543         (__strnlen): Don't use BP_SYM.
31544         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31545         <bp-sym.h> and <bp-asm.h>.
31546         (__GI__setjmp): Don't use BP_SYM.
31547         (_setjmp): Likewise.
31548         (__sigsetjmp): Likewise.
31549         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31550         (L(start_addresses)): Don't use BP_SYM.
31551         (_start): Likewise.
31552         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31553         <bp-asm.h>.
31554         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31555         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31556         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31557         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31558         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31559         <bp-asm.h>.
31560         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31561         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31562         about bounded pointers.
31563         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31564         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31565         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31566         <bp-asm.h>.
31567         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31568         about bounded pointers.  Remove GKM FIXME comments.
31569         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31570         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31571         <bp-asm.h>.
31572         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31573         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31574         Remove GKM FIXME comments.
31575         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31576         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31577         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31578         <bp-asm.h>.
31579         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31580         about bounded pointers.  Remove GKM FIXME comment.
31581         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31582         and <bp-asm.h>.
31583         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31584         pointers.
31585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31586         <bp-sym.h> and <bp-asm.h>.
31587         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31589         <bp-sym.h> and <bp-asm.h>.
31590         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31591         comment.
31593 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31595         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31596         call free(NULL).
31598 2013-03-05  David S. Miller  <davem@davemloft.net>
31600         * po/es.po: Update from translation team.
31602 2013-03-05  Andreas Jaeger  <aj@suse.de>
31604         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31605         <bits/mman-linux.h>.
31606         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31607         is fine.
31608         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31609         <bits/mman-linux.h> to end of file.
31610         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31611         is fine.
31612         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31613         <bits/mman-linux.h> to end of file.
31614         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31615         is fine.
31616         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31617         <bits/mman-linux.h> to end of file.
31619         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31620         (MCL_CURRENT, MCL_FUTURE): Define here.
31622 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31624         [BZ #15232]
31625         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31626         attribute_hidden.
31627         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31629 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31631         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31632         fourth parameter needed for rt_sigprocmask syscall.
31633         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31634         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31635         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31636         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31637         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31638         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31640 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31642         [BZ #13550]
31643         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31644         comment about bounded pointers.
31645         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31646         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31648 2013-03-04  Andreas Jaeger  <aj@suse.de>
31650         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31651         common definitions.
31653         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31654         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31655         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31656         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31657         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31658         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31660 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31662         [BZ #15055]
31663         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31664         __ieee754_sqrl instead of __sqrl.
31666 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31668         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31669         * sysdeps/powerpc/fpu_control.h: ... here.
31670         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31671         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31672         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31673         * sysdeps/powerpc/bits/mathinline.h: ... here.
31675 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31677         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31678         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31679         to just [NEED_DL_SYSINFO_DSO].
31680         * elf/dl-support.c: Likewise.
31681         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31682         * elf/rtld.c (dl_main): Likewise.
31683         * elf/setup-vdso.h (setup_vdso): Likewise.
31684         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31685         * sysdeps/unix/sysv/linux/dl-sysdep.c
31686         (_dl_discover_osversion): Likewise.
31688 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31690         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31691         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31693 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31695         * NEWS: Mention libm performance improvements and non-x86 PI
31696         futex support.
31698         * csu/libc-start.c (__pthread_initialize_minimal): Change
31699         function arguments.
31700         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31702 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31704         [BZ #13550]
31705         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31706         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31707         <bp-sym.h> and <bp-asm.h>.
31708         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31709         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31710         and <bp-asm.h>.
31711         (memcpy): Don't use BP_SYM.
31712         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31713         <bp-asm.h>.
31714         (__mpn_add_n): Don't use BP_SYM.
31715         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31716         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31717         and <bp-asm.h>.
31718         (__mpn_addmul_1): Don't use BP_SYM.
31719         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31720         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31721         <bp-sym.h>.
31722         (_setjmp): Don't use BP_SYM.
31723         (__novmx_setjmp): Likewise.
31724         (__GI__setjmp): Likewise.
31725         (__vmx_setjmp): Likewise.
31726         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31727         <bp-sym.h>.
31728         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31729         (__bzero): Don't use BP_SYM.
31730         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31731         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31732         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31733         <bp-sym.h> and <bp-asm.h>.
31734         (memcpy): Don't use BP_SYM.
31735         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31736         <bp-sym.h> and <bp-asm.h>.
31737         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31738         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31739         <bp-sym.h> and <bp-asm.h>.
31740         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31741         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31742         <bp-asm.h>.
31743         (__mpn_lshift): Don't use BP_SYM.
31744         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31745         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31746         <bp-asm.h>.
31747         (memset): Don't use BP_SYM.
31748         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31749         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31750         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31751         <bp-asm.h>.
31752         (__mpn_mul_1): Don't use BP_SYM.
31753         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31754         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31755         <bp-sym.h> and <bp-asm.h>.
31756         (memcmp): Don't use BP_SYM.
31757         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31758         <bp-sym.h> and <bp-asm.h>.
31759         (memcpy): Don't use BP_SYM.
31760         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31761         <bp-sym.h> and <bp-asm.h>.
31762         (memset): Don't use BP_SYM.
31763         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31764         <bp-sym.h> and <bp-asm.h>.
31765         (strncmp): Don't use BP_SYM.
31766         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31767         <bp-sym.h> and <bp-asm.h>.
31768         (memcpy): Don't use BP_SYM.
31769         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31770         <bp-sym.h> and <bp-asm.h>.
31771         (memset): Don't use BP_SYM.
31772         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31773         <bp-sym.h> and <bp-asm.h>.
31774         (__memchr): Don't use BP_SYM.
31775         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31776         <bp-sym.h> and <bp-asm.h>.
31777         (memcmp): Don't use BP_SYM.
31778         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31779         <bp-sym.h> and <bp-asm.h>.
31780         (memcpy): Don't use BP_SYM.
31781         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31782         <bp-sym.h> and <bp-asm.h>.
31783         (__mempcpy): Don't use BP_SYM.
31784         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31785         <bp-sym.h> and <bp-asm.h>.
31786         (__memrchr): Don't use BP_SYM.
31787         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31788         <bp-sym.h> and <bp-asm.h>.
31789         (memset): Don't use BP_SYM.
31790         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31791         <bp-sym.h> and <bp-asm.h>.
31792         (__rawmemchr): Don't use BP_SYM.
31793         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31794         <bp-sym.h> and <bp-asm.h>.
31795         (__STRCMP): Don't use BP_SYM.
31796         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31797         <bp-sym.h> and <bp-asm.h>.
31798         (strchr): Don't use BP_SYM.
31799         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31800         <bp-sym.h> and <bp-asm.h>.
31801         (__strchrnul): Don't use BP_SYM.
31802         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31803         <bp-sym.h> and <bp-asm.h>.
31804         (strlen): Don't use BP_SYM.
31805         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31806         <bp-sym.h> and <bp-asm.h>.
31807         (strncmp): Don't use BP_SYM.
31808         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31809         <bp-sym.h> and <bp-asm.h>.
31810         (__strnlen): Don't use BP_SYM.
31811         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31812         <bp-asm.h>.
31813         (__mpn_rshift): Don't use BP_SYM.
31814         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31815         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31816         <bp-sym.h> and <bp-asm.h>.
31817         (__sigsetjmp): Don't use BP_SYM.
31818         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31819         (L(start_addresses)): Don't use BP_SYM.
31820         (_start): Likewise.
31821         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31822         <bp-asm.h>.
31823         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31824         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31825         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31826         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31827         <bp-asm.h>.
31828         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31829         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31830         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31831         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31832         <bp-asm.h>.
31833         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31834         comments.
31835         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31836         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31837         <bp-asm.h>.
31838         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31839         FIXME comments.
31840         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31841         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31842         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31843         <bp-asm.h>.
31844         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31845         comment.
31846         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31847         and <bp-asm.h>.
31848         (strncmp): Don't use BP_SYM,
31849         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31850         <bp-asm.h>.
31851         (__mpn_sub_n): Don't use BP_SYM.
31852         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31853         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31854         and <bp-asm.h>.
31855         (__mpn_submul_1): Don't use BP_SYM.
31856         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31858         <bp-sym.h> and <bp-asm.h>.
31859         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31861         <bp-sym.h> and <bp-asm.h>.
31862         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31863         comment.
31865 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31867         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31868         Use ZK to minimize writes to Z.
31869         (sub_magnitudes): Simplify code a bit.
31870         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31871         Use ZK to minimize writes to Z.
31872         (sub_magnitudes): Simplify code a bit.
31874 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31876         * csu/gmon-start.c: Add special exception to license text.
31878 2013-02-27  Richard Henderson  <rth@redhat.com>
31880         * scripts/config.guess: Update from config.git.
31881         * scripts/config.sub: Likewise.
31883 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31885         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31887         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31889         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31891         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31893         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31895 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31897         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31898         [$(build-shared = yes].
31900 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31902         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31903         (__mul): Reduce iterations for calculating mantissa.
31905         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31906         MPTWO.
31907         (__mpranred): Likewise.
31909         [BZ #15160]
31910         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31911         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31913 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31915         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31916         Define __attribute__.
31918 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31920         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31921         unused.
31922         * posix/regex_internal.h (__attribute): Remove.
31923         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31924         (re_string_context_at): Likewise.
31925         (bitset_not): Use __attribute__ and mark function as possibly
31926         unused.
31927         (bitset_merge): Likewise.
31928         (bitset_mask): Likewise.
31929         (re_string_char_size_at): Likewise.
31930         (re_string_wchar_at): Likewise.
31931         (re_string_elem_size_at): Likewise.
31933 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31935         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31936         code.
31937         (cc32): Likewise.
31939         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31940         (__acr): Likewise.
31941         (__cpy): Likewise.
31942         (norm): Likewise.
31943         (denorm): Likewise.
31944         (__dbl_mp): Likewise.
31945         (add_magnitudes): Likewise.
31946         (sub_magnitudes): Likewise.
31947         (__mul): Likewise.
31948         (__inv): Likewise.
31950         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31951         style.
31953         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31954         style.
31956         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31957         code.
31959         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31960         up changes with default code.
31961         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31962         Likewise.
31964 2013-02-24  Allan McRae  <allan@archlinux.org>
31966         * manual/socket.texi (The Internet Namespace): Order menu items
31967         to match that in the file.
31969         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31970         node listing of the info page menu.
31972 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31974         [BZ #13550]
31975         * sysdeps/i386/bp-asm.h: Remove file.
31976         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31977         (PARMS): Do not use macros from bp-asm.h.
31978         (S1): Likewise.
31979         (S2): Likewise.
31980         (SIZE): Likewise.
31981         (__mpn_add_n): Do not use BP_SYM
31982         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31983         "bp-asm.h".
31984         (PARMS): Do not use macros from bp-asm.h.
31985         (S1): Likewise.
31986         (SIZE): Likewise.
31987         (__mpn_addmul_1): Do not use BP_SYM
31988         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31989         "bp-asm.h".
31990         (PARMS): Do not use macros from bp-asm.h.
31991         (SIGMSK): Likewise.
31992         (_setjmp): Likewise.  Do not use BP_SYM.
31993         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31994         "bp-asm.h".
31995         (PARMS): Do not use macros from bp-asm.h.
31996         (SIGMSK): Likewise.
31997         (setjmp): Likewise.  Do not use BP_SYM.
31998         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31999         "bp-asm.h".
32000         (PARMS): Do not use macros from bp-asm.h.
32001         (__frexp): Do not use BP_SYM.
32002         (frexp): Likewise.
32003         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32004         "bp-asm.h".
32005         (PARMS): Do not use macros from bp-asm.h.
32006         (__frexpf): Do not use BP_SYM.
32007         (frexpf): Likewise.
32008         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32009         "bp-asm.h".
32010         (PARMS): Do not use macros from bp-asm.h.
32011         (__frexpl): Do not use BP_SYM.
32012         (frexpl): Likewise.
32013         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32014         "bp-asm.h".
32015         (PARMS): Do not use macros from bp-asm.h.
32016         (__remquo): Do not use BP_SYM.
32017         (remquo): Likewise.
32018         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32019         "bp-asm.h".
32020         (PARMS): Do not use macros from bp-asm.h.
32021         (__remquof): Do not use BP_SYM.
32022         (remquof): Likewise.
32023         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32024         "bp-asm.h".
32025         (PARMS): Do not use macros from bp-asm.h.
32026         (__remquol): Do not use BP_SYM.
32027         (remquol): Likewise.
32028         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32029         "bp-asm.h".
32030         (PARMS): Do not use macros from bp-asm.h.
32031         (DEST): Likewise.
32032         (SRC): Likewise.
32033         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32034         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32035         "bp-asm.h".
32036         (PARMS): Do not use macros from bp-asm.h.
32037         (strlen): Do not use BP_SYM.
32038         * sysdeps/i386/i586/add_n.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         (S2): Likewise.
32043         (SIZE): Likewise.
32044         (__mpn_add_n): Do not use BP_SYM.
32045         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32046         "bp-asm.h".
32047         (PARMS): Do not use macros from bp-asm.h.
32048         (S1): Likewise.
32049         (SIZE): Likewise.
32050         (__mpn_addmul_1): Do not use BP_SYM.
32051         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32052         weak_alias.
32053         (bzero): Likewise.
32054         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32055         "bp-asm.h".
32056         (PARMS): Do not use macros from bp-asm.h.
32057         (S): Likewise.
32058         (SIZE): Likewise.
32059         (__mpn_lshift): Do not use BP_SYM.
32060         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32061         "bp-asm.h".
32062         (PARMS): Do not use macros from bp-asm.h.
32063         (DEST): Likewise.
32064         (SRC): Likewise.
32065         (LEN): Likewise.
32066         (memcpy): Likewise.  Do not use BP_SYM.
32067         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32068         libc_hidden_def and weak_alias.
32069         (mempcpy): Do not use BP_SYM in weak_alias.
32070         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32071         "bp-asm.h".
32072         (PARMS): Do not use macros from bp-asm.h.
32073         (DEST): Likewise.
32074         (LEN): Likewise.
32075         [!BZERO_P] (CHR): Likewise.
32076         (memset): Likewise.  Do not use BP_SYM.
32077         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32078         "bp-asm.h".
32079         (PARMS): Do not use macros from bp-asm.h.
32080         (S1): Likewise.
32081         (SIZE): Likewise.
32082         (__mpn_mul_1): Do not use BP_SYM.
32083         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32084         "bp-asm.h".
32085         (PARMS): Do not use macros from bp-asm.h.
32086         (S): Likewise.
32087         (SIZE): Likewise.
32088         (__mpn_rshift): Do not use BP_SYM.
32089         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32090         "bp-asm.h".
32091         (PARMS): Do not use macros from bp-asm.h.
32092         (STR): Likewise.
32093         (CHR): Likewise.
32094         (strchr): Likewise.  Do not use BP_SYM.
32095         (index): Do not use BP_SYM in weak_alias.
32096         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32097         "bp-asm.h".
32098         (PARMS): Do not use macros from bp-asm.h.
32099         (DEST): Likewise.
32100         (SRC): Likewise.
32101         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32102         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32103         "bp-asm.h".
32104         (PARMS): Do not use macros from bp-asm.h.
32105         (strlen): Do not use BP_SYM.
32106         * sysdeps/i386/i586/sub_n.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         (S2): Likewise.
32111         (SIZE): Likewise.
32112         (__mpn_sub_n): Do not use BP_SYM.
32113         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32114         "bp-asm.h".
32115         (PARMS): Do not use macros from bp-asm.h.
32116         (S1): Likewise.
32117         (SIZE): Likewise.
32118         (__mpn_submul_1): Do not use BP_SYM.
32119         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32120         "bp-asm.h".
32121         (PARMS): Do not use macros from bp-asm.h.
32122         (S1): Likewise.
32123         (S2): Likewise.
32124         (SIZE): Likewise.
32125         (__mpn_add_n): Do not use BP_SYM.
32126         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32127         weak_alias.
32128         (bzero): Likewise.
32129         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32130         "bp-asm.h".
32131         (PARMS): Do not use macros from bp-asm.h.
32132         (BLK2): Likewise.
32133         (LEN): Likewise.
32134         (memcmp): Do not use BP_SYM.
32135         (bcmp): Do not use BP_SYM in weak_alias.
32136         * sysdeps/i386/i686/memcpy.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         (memcpy): Likewise.  Do not use BP_SYM.
32143         * sysdeps/i386/i686/memmove.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         (memmove): Likewise.  Do not use BP_SYM.
32150         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32151         "bp-asm.h".
32152         (PARMS): Do not use macros from bp-asm.h.
32153         (DEST): Likewise.
32154         (SRC): Likewise.
32155         (LEN): Likewise.
32156         (__mempcpy): Likewise.  Do not use BP_SYM.
32157         (mempcpy): Do not use BP_SYM in weak_alias.
32158         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32159         "bp-asm.h".
32160         (PARMS): Do not use macros from bp-asm.h.
32161         (DEST): Likewise.
32162         (LEN): Likewise.
32163         [!BZERO_P] (CHR): Likewise.
32164         (memset): Likewise.  Do not use BP_SYM.
32165         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32166         "bp-asm.h".
32167         (PARMS): Do not use macros from bp-asm.h.
32168         (STR2): Likewise.
32169         (strcmp): Do not use BP_SYM.
32170         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32171         "bp-asm.h".
32172         (PARMS): Do not use macros from bp-asm.h.
32173         (STR): Likewise.
32174         (DELIM): Likewise.
32175         [USE_AS_STRTOK_R] (SAVE): Likewise.
32176         (FUNCTION): Likewise.  Do not use BP_SYM.
32177         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32178         aliases.
32179         (strtok_r): Likewise.
32180         (__GI___strtok_r): Likewise.
32181         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32182         (PARMS): Do not use macros from bp-asm.h.
32183         (S): Likewise.
32184         (SIZE): Likewise.
32185         (__mpn_lshift): Do not use BP_SYM.
32186         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32187         (PARMS): Do not use macros from bp-asm.h.
32188         (STR): Likewise.
32189         (CHR): Likewise.
32190         (__memchr): Do not use BP_SYM.
32191         (memchr): Do not use BP_SYM in weak_alias.
32192         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32193         (PARMS): Do not use macros from bp-asm.h.
32194         (BLK2): Likewise.
32195         (LEN): Likewise.
32196         (memcmp): Do not use BP_SYM.
32197         (bcmp): Do not use BP_SYM in weak_alias.
32198         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32199         (PARMS): Do not use macros from bp-asm.h.
32200         (S1): Likewise.
32201         (SIZE): Likewise.
32202         (__mpn_mul_1): Do not use BP_SYM.
32203         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32204         "bp-asm.h".
32205         (PARMS): Do not use macros from bp-asm.h.
32206         (STR): Likewise.
32207         (CHR): Likewise.
32208         (__rawmemchr): Do not use BP_SYM.
32209         (rawmemchr): Do not use BP_SYM in weak_alias.
32210         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32211         (PARMS): Do not use macros from bp-asm.h.
32212         (S): Likewise.
32213         (SIZE): Likewise.
32214         (__mpn_rshift): Do not use BP_SYM.
32215         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32216         (PARMS): Do not use macros from bp-asm.h.
32217         (SIGMSK): Likewise.
32218         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32219         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32220         (_start): Do not use BP_SYM.
32221         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32222         (PARMS): Do not use macros from bp-asm.h.
32223         (DEST): Likewise.
32224         (SRC): Likewise.
32225         (__stpcpy): Likewise.  Do not use BP_SYM.
32226         (stpcpy): Do not use BP_SYM in weak_alias.
32227         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32228         "bp-asm.h".
32229         (PARMS): Do not use macros from bp-asm.h.
32230         (DEST): Likewise.
32231         (SRC): Likewise.
32232         (LEN): Likewise.
32233         (__stpncpy): Likewise.  Do not use BP_SYM.
32234         (stpncpy): Do not use BP_SYM in weak_alias.
32235         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32236         (PARMS): Do not use macros from bp-asm.h.
32237         (STR): Likewise.
32238         (CHR): Likewise.
32239         (strchr): Likewise.  Do not use BP_SYM.
32240         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32241         "bp-asm.h".
32242         (PARMS): Do not use macros from bp-asm.h.
32243         (STR): Likewise.
32244         (CHR): Likewise.
32245         (__strchrnul): Likewise.  Do not use BP_SYM.
32246         (strchrnul): Do not use BP_SYM in weak_alias.
32247         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32248         "bp-asm.h".
32249         (PARMS): Do not use macros from bp-asm.h.
32250         (STOP): Likewise.
32251         (strcspn): Do not use BP_SYM.
32252         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32253         "bp-asm.h".
32254         (PARMS): Do not use macros from bp-asm.h.
32255         (STR): Likewise.
32256         (STOP): Likewise.
32257         (strpbrk): Likewise.  Do not use BP_SYM.
32258         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32259         "bp-asm.h".
32260         (PARMS): Do not use macros from bp-asm.h.
32261         (STR): Likewise.
32262         (CHR): Likewise.
32263         (strrchr): Likewise.  Do not use BP_SYM.
32264         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32265         (PARMS): Do not use macros from bp-asm.h.
32266         (SKIP): Likewise.
32267         (strspn): Do not use BP_SYM.
32268         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32269         (PARMS): Do not use macros from bp-asm.h.
32270         (STR): Likewise.
32271         (DELIM): Likewise.
32272         (SAVE): Likewise.
32273         (FUNCTION): Likewise.  Do not use BP_SYM.
32274         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32275         aliases.
32276         (strtok_r): Likewise.
32277         (__GI___strtok_r): Likewise.
32278         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32279         (PARMS): Do not use macros from bp-asm.h.
32280         (S1): Likewise.
32281         (S2): Likewise.
32282         (SIZE): Likewise.
32283         (__mpn_sub_n): Do not use BP_SYM.
32284         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32285         "bp-asm.h".
32286         (PARMS): Do not use macros from bp-asm.h.
32287         (S1): Likewise.
32288         (SIZE): Likewise.
32289         (__mpn_submul_1): Do not use BP_SYM.
32290         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32291         <bp-sym.h>.
32292         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32293         and <bp-asm.h>.
32294         (PARMS): Do not use macros from bp-asm.h.
32295         (FLAGS): Likewise.
32296         (PTID): Likewise.
32297         (TLS): Likewise.
32298         (CTID): Likewise.
32299         (__clone): Do not use BP_SYM.
32300         (clone): Do not use BP_SYM in weak_alias.
32301         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32302         and <bp-asm.h>.
32303         (PARMS): Do not use macros from bp-asm.h.
32304         (LEN): Likewise.
32305         (__mmap64): Do not use BP_SYM.
32306         (mmap64): Do not use BP_SYM in weak_alias.
32307         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32308         <bp-sym.h> and <bp-asm.h>.
32309         (PARMS): Do not use macros from bp-asm.h.
32310         (__posix_fadvise64_l64): Do not use BP_SYM.
32311         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32312         (PARMS): Do not use macros from bp-asm.h.
32313         (NSOPS): Likewise.
32314         (semtimedop): Do not use BP_SYM.
32315         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32316         and <bp-asm.h>.
32318 2013-02-21  Allan McRae  <allan@archlinux.org>
32320         * manual/message.texi (Charset conversion in gettext):
32321         Move @end statement to beginning of line.
32323 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32325         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32326         static.
32327         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32328         Likewise.
32330         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32331         (denorm): Likewise.
32332         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32333         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32335 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32337         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32338         tail-call to the resolved function if pltexit isn't needed.
32340 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32342         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32343         or Y being zero as being unlikely.
32344         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32345         Likewise.
32347 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32349         * manual/nss.texi (System Databases and Name Service Switch):
32350         Remove frobnicate @pxref.
32352 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32354         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32355         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32357 2013-02-20  Petr Machata  <pmachata@redhat.com>
32359         * elf/elf.h (R_ARM_TARGET1): New macro.
32360         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32361         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32362         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32363         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32364         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32365         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32366         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32367         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32368         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32369         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32370         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32371         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32372         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32373         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32374         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32375         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32376         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32377         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32378         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32379         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32380         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32381         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32382         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32383         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32384         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32385         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32386         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32387         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32388         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32389         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32390         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32391         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32392         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32393         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32394         (R_ARM_THM_GOT_BREL12): Likewise.
32395         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32396         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32397         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32398         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32399         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32400         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32401         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32402         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32403         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32405 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32407         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32408         __attribute_used__ to __attribute__ ((unused)).
32410 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32412         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32413         powerpc mpa.c.
32414         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32415         comment formatting.
32416         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32418 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32420         [BZ #13550]
32421         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32422         Remove macro.
32423         (ENTER): Remove both macro definitions.
32424         (LEAVE): Likewise.
32425         (CHECK_BOUNDS_LOW): Likewise.
32426         (CHECK_BOUNDS_HIGH): Likewise.
32427         (CHECK_BOUNDS_BOTH): Likewise.
32428         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32429         (RETURN_BOUNDED_POINTER): Likewise.
32430         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32431         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32432         (POP_ERRNO_LOCATION_RETURN): Likewise.
32433         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32434         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32435         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32436         macros.
32437         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32438         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32439         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32440         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32441         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32442         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32443         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32444         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32445         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32446         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32447         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32448         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32449         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32450         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32451         removed macros.
32452         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32453         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32454         macros.
32455         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32456         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32457         * sysdeps/i386/i586/memset.S (memset): Likewise.
32458         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32459         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32460         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32461         macros.
32462         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32463         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32464         Change uses of L(2) to L(out).
32465         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32466         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32467         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32468         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32469         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32470         removed macros.
32471         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32472         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32473         macros.
32474         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32475         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32476         (RETURN): Do not use macro LEAVE.
32477         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32478         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32479         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32480         * sysdeps/i386/i686/memset.S (memset): Likewise.
32481         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32482         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32483         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32484         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32485         Likewise.
32486         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32487         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32488         L(1_2) and L(1_3) into L(1).
32489         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32490         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32491         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32492         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32493         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32494         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32495         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32496         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32497         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32498         macros.
32499         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32500         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32501         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32502         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32503         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32504         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32505         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32506         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32507         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32508         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32509         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32510         * sysdeps/i386/strspn.S (strspn): Likewise.
32511         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32512         conditional code.
32513         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32514         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32515         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32516         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32517         L(1_3) into L(1_1).
32518         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32519         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32520         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32521         macros.
32522         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32524 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32526         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32527         macro.
32529 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32531         * math/atest-exp.c (exp_mpn): Remove ROUND.
32532         * math/atest-exp2.c (exp_mpn): Likewise.
32533         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32535         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32536         * stdlib/tst-tls-atexit-lib.c: Likewise.
32537         * stdlib/tst-tls-atexit.c: Likewise.
32539 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32541         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32542         and __attribute_alloc_size__.
32544 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32546         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32547         __attribute_alloc_size__.
32548         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32549         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32551 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32553         * include/programs/xmalloc.h: New file.
32554         * catgets/gencat.c: Include it.
32555         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32556         * elf/pldd.c: Likewise.
32557         * iconv/iconv_charmap.c: Likewise.
32558         * iconv/iconvconfig.c: Likewise.
32559         * iconv/strtab.c: Likewise.
32560         * locale/programs/locale.c: Likewise.
32561         * locale/programs/localedef.h: Likewise.
32562         * locale/programs/simple-hash.c: Likewise.
32563         * nscd/nscd.h: Likewise.
32564         * nss/makedb.c: Likewise.
32565         * sysdeps/generic/ldconfig.h: Likewise.
32567 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32569         * Versions.def: Add GLIBC_2.18.
32570         * include/link.h (struct link_map): New member l_tls_dtor_count.
32571         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32572         (__call_tls_dtors): Likewise.
32573         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32574         __cxa_thread_atexit_impl.
32575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32576         Likewise.
32577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32578         Likewise.
32579         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32580         Likewise.
32581         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32582         Likewise.
32583         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32584         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32585         Likewise.
32586         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32587         Likewise.
32588         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32589         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32590         Likewise.
32591         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32592         (tests): Add test case tst-tls-atexit.
32593         (modules-names): Add shared library for tst-tls-atexit.
32594         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32595         (GLIBC_PRIVATE): Add __call_tls_dtors.
32596         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32597         for libstdc++.
32598         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32599         * stdlib/tst-tls-atexit.c: New test case.
32600         * stdlib/tst-tls-atexit-lib.c: New test case.
32602         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32604         * elf/Versions (ld): Add _dl_find_dso_for_object.
32605         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32606         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32607         (dl_open_worker): Use _dl_find_dso_for_object.
32608         * elf/dl-sym.c (do_sym): Likewise.
32609         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32611 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32613         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32614         Syntactic changes only.
32615         (_dl_runtime_profile): Do a tail-call to the resolved function.
32617 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32619         [BZ #13550]
32620         * sysdeps/x86_64/bp-asm.h: Remove file.
32621         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32622         <bp-sym.h> and <bp-asm.h>.
32623         (__clone): Do not use BP_SYM.
32624         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32625         <bp-sym.h> and <bp-asm.h>.
32626         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32627         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32628         "bp-asm.h".
32629         (_setjmp): Do not use BP_SYM.
32630         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32631         "bp-asm.h".
32632         (setjmp): Do not use BP_SYM.
32633         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32634         libc_hidden_def.
32635         (mempcpy): Do not use BP_SYM in weak_alias.
32636         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32637         "bp-asm.h".
32638         (strchr): Do not use BP_SYM.
32639         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32640         "bp-asm.h".
32641         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32642         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32643         (_start): Do not use BP_SYM.
32644         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32645         "bp-asm.h".
32646         (strcat): Do not use BP_SYM.
32647         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32648         "bp-asm.h".
32649         (STRCMP): Do not use BP_SYM.
32650         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32651         "bp-asm.h".
32652         (STRCPY): Do not use BP_SYM.
32653         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32654         "bp-asm.h".
32655         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32656         "bp-asm.h".
32657         (FUNCTION): Do not use BP_SYM.
32658         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32659         weak_alias.
32660         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32662 2013-02-17  Andreas Jaeger  <aj@suse.de>
32664         * time/Versions: Sort entries.
32665         * string/Versions: Likewise.
32666         * resolv/Versions: Likewise.
32667         * posix/Versions: Likewise.
32668         * iconv/Versions: Likewise.
32669         * elf/Versions: Likewise.
32670         * wcsmbs/Versions: Likewise.
32672 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32674         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32675         loop termination condition.
32677         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32678         variable to calculate EZ.
32679         (__sqr): Likewise.
32681         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32682         the lower precision input.
32684 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32686         [BZ #13550]
32687         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32688         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32689         (run-via-rtld-prefix): Do not handle %-bp tests.
32690         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32691         (all-object-suffixes): Remove .ob.
32692         (bppfx): Remove variable.
32693         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32694         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32695         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32696         [$(build-bounded) = yes] (libtype.ob): Likewise.
32697         * Makerules (elide-routines.ob): Remove variable.
32698         (do-tests-clean): Do not handle *-bp.out.
32699         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32700         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32701         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32702         (tests): Do not include $(tests-bp.out).
32703         (xtests): Do not include $(xtests-bp.out).
32704         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32705         [$(build-bounded) = yes] ($(addprefix
32706         $(objpfx),$(binaries-bounded))): Remove rule.
32707         ($(objpfx)%-bp.out): Remove rule.
32708         * config.make.in (build-bounded): Remove variable.
32709         * crypt/Makefile [$(build-bounded) = yes]
32710         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32711         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32712         append to variable.
32713         [$(build-bounded) = yes] (install-lib): Likewise.
32714         [$(build-bounded) = yes] (generated): Likewise.
32715         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32716         Remove rule.
32717         * intl/Makefile [$(build-bounded) = yes]
32718         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32719         * math/Makefile [$(build-bounded) = yes]
32720         ($(tests:%=$(objpfx)%-bp): Likewise.
32721         * misc/Makefile [$(build-bounded) = yes]
32722         ($(objpfx)tst-tsearch-bp): Likewise.
32723         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32724         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32725         Remove dependency.
32726         * string/Makefile (o-objects.ob): Remove variable.
32727         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32728         (CFLAGS-.ob): Remove variable.
32729         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32730         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32731         both definitions of variable.
32732         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32733         (ASFLAGS-.ob): Remove variable.
32735 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32737         [BZ #13550]
32738         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32739         Remove __BOUNDED_POINTERS__ from condition.
32740         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32741         * string/bits/string2.h [!__NO_STRING_INLINES &&
32742         !__BOUNDED_POINTERS__]: Likewise.
32743         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32744         Likewise.
32745         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32746         Remove conditional code.
32747         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32748         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32749         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32750         condition.
32752         [BZ #13550]
32753         * csu/libc-start.c: Do not include <bp-sym.h>.
32754         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32755         * elf/dl-open.c: Do not include <bp-sym.h>.
32756         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32757         * math/fegetenv.c: Do not include <bp-sym.h>.
32758         (fegetenv): Do not use BP_SYM in versioned symbols.
32759         * nptl/sysdeps/pthread/bits/libc-lockP.h
32760         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32761         <bp-sym.h>.
32762         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32763         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32764         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32765         (__pthread_mutex_destroy): Likewise.
32766         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32767         (__pthread_mutex_lock): Likewise.
32768         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32769         (__pthread_mutex_trylock): Likewise.
32770         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32771         (__pthread_mutex_unlock): Likewise.
32772         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32773         (__pthread_mutexattr_init): Likewise.
32774         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32775         (__pthread_mutexattr_destroy): Likewise.
32776         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32777         (__pthread_mutexattr_settype): Likewise.
32778         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32779         (__pthread_rwlock_init): Likewise.
32780         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32781         (__pthread_rwlock_destroy): Likewise.
32782         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32783         (__pthread_rwlock_rdlock): Likewise.
32784         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32785         (__pthread_rwlock_tryrdlock): Likewise.
32786         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32787         (__pthread_rwlock_wrlock): Likewise.
32788         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32789         (__pthread_rwlock_trywrlock): Likewise.
32790         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32791         (__pthread_rwlock_unlock): Likewise.
32792         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32793         (__pthread_key_create): Likewise.
32794         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32795         (__pthread_setspecific): Likewise.
32796         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32797         (__pthread_getspecific): Likewise.
32798         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32799         Likewise.
32800         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32801         (_pthread_cleanup_push_defer): Likewise.
32802         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32803         (_pthread_cleanup_pop_restore): Likewise.
32804         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32805         (pthread_setcancelstate): Likewise.
32806         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32807         <bp-sym.h>.
32808         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32809         (memchr): Do not use BP_SYM in weak_alias.
32810         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32811         (fegetenv): Do not use BP_SYM in versioned symbols.
32812         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32813         (fesetenv): Do not use BP_SYM in versioned symbols.
32814         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32815         (feupdateenv): Do not use BP_SYM in versioned symbols.
32816         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32817         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32818         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32819         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32820         (open64): Do not use BP_SYM in weak_alias.
32821         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32822         (fegetenv): Do not use BP_SYM in versioned symbols.
32823         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32824         (fesetenv): Do not use BP_SYM in versioned symbols.
32825         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32826         (feupdateenv): Do not use BP_SYM in versioned symbols.
32827         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32828         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32829         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32830         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32831         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32832         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32833         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32834         <bp-sym.h>.
32835         (__libc_start_main): Do not use BP_SYM.
32837 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32839         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32840         redundant return line.
32841         (norm): Likewise.
32842         (denorm): Likewise.
32843         (dbl_mp): Likewise.
32844         (sub_magnitudes): Likewise.
32845         (__add): Likewise.
32846         (__sub): Likewise.
32847         (__mul): Likewise.
32848         (__inv): Likewise.
32849         (__dvd): Likewise.
32850         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32851         (norm): Likewise.
32852         (denorm): Likewise.
32853         (dbl_mp): Likewise.
32854         (sub_magnitudes): Likewise.
32855         (__add): Likewise.
32856         (__sub): Likewise.
32857         (__mul): Likewise.
32858         (__inv): Likewise.
32859         (__dvd): Likewise.
32861         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32862         instead of __mul.
32863         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32864         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32865         (cc32): Likewise.
32867         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32868         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32869         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32870         of __mul for squares.
32871         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32872         function
32873         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32874         Likewise.
32875         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32876         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32878 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32880         [BZ #13550]
32881         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32882         code.
32883         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32884         prototype or function definition.  Rename ubp_* variables and
32885         parameters.  Remove argv definitions conditional on
32886         [__BOUNDED_POINTERS__].
32887         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32888         * elf/dl-runtime.c (_dl_fixup): Likewise.
32889         * include/set-hooks.h (RUN_HOOK): Likewise.
32890         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32891         definition.
32892         * string/strcpy.c (strcpy): Do not use __unbounded.
32893         * sysdeps/generic/frame.h (struct layout): Likewise.
32894         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32895         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32896         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32897         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32898         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32899         (__backtrace): Likewise.
32900         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32901         use __ptrvalue.
32902         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32903         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32904         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32905         Likewise.
32906         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32907         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32908         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32909         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32910         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32911         Do not use __unbounded.
32912         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32913         Rename __unboundedrlimits parameter to rlimits in prototype.
32914         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32915         Do not use __unbounded.
32916         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32917         not use __ptrvalue.
32918         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32919         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32920         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32921         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32922         __ptrvalue or __unbounded.
32923         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32924         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32925         use __unbounded.
32926         (__new_msgctl): Do not use __ptrvalue.
32927         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32928         __unbounded.
32929         (__libc_msgrcv): Do not use __ptrvalue.
32930         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32931         startup_info): Do not use __unbounded.
32932         (__libc_start_main): Likewise.  Rename ubp_* variables and
32933         parameters.  Remove argv definitions conditional on
32934         [__BOUNDED_POINTERS__].
32935         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32936         __ptrvalue.
32937         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32938         use __unbounded.
32939         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32940         or __ptrvalue.
32941         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32942         use __unbounded.
32943         (__new_shmctl): Do not use __ptrvalue.
32944         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32945         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32946         Likewise.
32947         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32948         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32949         (__libc_sigaction): Likewise.
32950         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32951         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32952         Likewise.
32953         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32955 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32957         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32959         * string/mempcpy.c: Implement by calling memcpy.
32961 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32963         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32965         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32966         evaluation.
32968         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32969         values in the mantissa.
32971         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32972         minimize writes to Z.
32973         (sub_magnitudes): Simplify code a bit.
32975 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32977         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32978         from the message.  The linker prefixes all warnings with that already.
32980 2013-02-12  Andreas Schwab  <schwab@suse.de>
32982         [BZ #15078]
32983         * posix/regexec.c (extend_buffers): Add parameter min_len.
32984         (check_matching): Pass minimum needed length.
32985         (clean_state_log_if_needed): Likewise.
32986         (get_subexp): Likewise.
32987         * posix/Makefile (tests): Add bug-regex34.
32988         (bug-regex34-ENV): Define.
32989         * posix/bug-regex34.c: New file.
32991         [BZ #11561]
32992         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32993         elements compare against the byte sequence of it, not its name.
32994         * posix/Makefile (tests): Add bug-regex35.
32995         (bug-regex35-ENV): Define.
32996         * posix/bug-regex35.c: New file.
32998 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33000         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33001         comment.
33002         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33003         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33004         (CHECK_EOL): Add undef.
33006 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33008         * bits/stdlib-bsearch.h: New file.
33009         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33010         * stdlib/stdlib.h: Likewise.
33012 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33014         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33015         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33016         declaration.
33017         * manual/search.texi (Array Search Function): Add missing const in
33018         lfind prototype.
33019         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33020         declaration to use rlim_t.
33021         (Basic Scheduling Functions): Remove erroneous const from
33022         sched_getparam prototype.  Remove erroneous * from
33023         sched_get_priority_max and sched_get_priority_min prototypes.
33024         (Resource Usage): Fix summary @comment on vtimes to refer to
33025         sys/vtimes.h rather than vtimes.h.
33026         Add missing *s in vtimes prototype.
33027         (Limits on Resources): Fix ulimit prototype to return long int.
33028         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33029         prototypes to use long int rather than double.
33030         (BSD Random): Fix initstate and setstate to use char *, not void *.
33031         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33032         prototype to make second argument 'struct aiocb64 *const[]'.
33033         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33034         (Status of AIO Operations): Remove erroneous const in aio_return and
33035         aio_return64 prototypes.
33036         (Synchronizing I/O): Fix sync prototype to return void.
33037         * manual/startup.texi (Suboptions): Remove an erroneous const in
33038         getsubopt prototype.
33039         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33040         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33041         use size_t rather than int.
33042         (Scanning All Users): Likewise for getpwent_r.
33043         (Setting Groups): Add missing const to setgroups prototype.
33044         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33045         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33046         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33047         'const void *' rather than 'const char *'.
33048         (Host Address Functions): Likewise for inet_ntop.
33049         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33050         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33051         ssize_t for return value.
33052         (Sending Data): Likewise for send, sendto, sendmsg.
33053         (Socket Option Functions): Add a missing const in setsockopt prototype.
33054         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33055         use wchar_t for the argument.
33056         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33057         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33058         take no arguments.
33059         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33060         double/float/long double for second argument.
33061         Fix return types of significand, significandf, significandl.
33062         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33063         argument in fchmod prototype.
33064         (File Owner): Use uid_t and gid_t in fchown prototype.
33065         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33066         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33067         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33068         use 'const struct dirent **' as argument types to CMP function pointer
33069         argument.
33070         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33071         (File Times): Fix summary magic @comment for struct utimbuf and utime
33072         to refer to utime.h, not time.h.
33073         * manual/string.texi (Argz Functions): Add missing const in
33074         argz_extract and argz_next prototypes.
33075         (Finding Tokens in a String): Likewise for basename.
33076         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33077         (Copying and Concatenation): Fix typo in wmemmove prototype.
33078         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33079         (Signal Stack): Remove erroneous const in sigstack prototype.
33080         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33081         prototype.
33082         (Simple Calendar Time): Likewise for stime.
33083         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33084         prototype.
33085         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33086         say sys/sysctl.h instead.
33087         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33088         and vsyslog prototypes.
33090 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33092         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33093         Remove.
33095 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33097         * misc/sys/mman.h: Fix typo in mremap comment.
33099 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33101         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33102         the '\0' terminator.
33104 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33106         [BZ #13550]
33107         * debug/segfault.c: Don't include <bp-checks.h>.
33108         * sysdeps/generic/bp-checks.h: Remove file.
33109         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33110         (__GETDENTS): Don't use CHECK_N.
33111         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33112         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33113         (__getgroups): Don't use CHECK_N.
33114         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33115         (setgroups): Don't use CHECK_N.
33116         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33117         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33118         (__libc_msgrcv): Don't use CHECK_N.
33119         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33120         (__libc_msgsnd): Don't use CHECK_N.
33121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33122         <bp-checks.h>.
33123         (__libc_pread): Don't use CHECK_N.
33124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33125         include <bp-checks.h>.
33126         (__libc_pread64): Don't use CHECK_N.
33127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33128         include <bp-checks.h>.
33129         (__libc_pwrite): Don't use CHECK_N.
33130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33131         include <bp-checks.h>.
33132         (__libc_pwrite64): Don't use CHECK_N.
33133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33134         <bp-checks.h>.
33135         (__libc_pread): Don't use CHECK_N.
33136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33137         include <bp-checks.h>.
33138         (__libc_pread64): Don't use CHECK_N.
33139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33140         include <bp-checks.h>.
33141         (__libc_pwrite): Don't use CHECK_N.
33142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33143         include <bp-checks.h>.
33144         (__libc_pwrite64): Don't use CHECK_N.
33145         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33146         (do_pread): Don't use CHECK_N.
33147         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33148         (do_pread64): Don't use CHECK_N.
33149         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33150         (do_pwrite): Don't use CHECK_N.
33151         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33152         (do_pwrite64): Don't use CHECK_N.
33153         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33154         (__libc_readv): Don't use CHECK_N.
33155         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33156         (semop): Don't use CHECK_N.
33157         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33158         <bp-checks.h>.
33159         (semtimedop): Don't use CHECK_N.
33160         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33161         (__libc_pread): Don't use CHECK_N.
33162         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33163         <bp-checks.h>.
33164         (__libc_pread64): Don't use CHECK_N.
33165         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33166         <bp-checks.h>.
33167         (__libc_pwrite): Don't use CHECK_N.
33168         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33169         <bp-checks.h>.
33170         (__libc_pwrite64): Don't use CHECK_N.
33171         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33172         <bp-checks.h>.
33173         (__libc_msgrcv): Don't use CHECK_N.
33174         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33175         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33176         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33177         (__libc_writev): Don't use CHECK_N.
33179 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33181         * string/strcpy.c: Removed unused variable.
33183         * Makeconfig (+sysdep-includes): Define with := rather than =.
33184         Use an existing include/ subdir of each sysdeps dir before it.
33186 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33188         * nscd/connection.c (register_traced_file): Comment function.
33189         [HAVE_INOTIFY] (union __inev): Define.
33190         [HAVE_INOTIFY] (inotify_check_files): New function.
33191         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33192         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33193         clear_db_cache.
33194         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33196 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33198         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33199         loaded if not already and that a failure is permanent.
33201 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33203         [BZ #15006]
33204         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33205         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33207 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33209         [BZ #13550]
33210         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33211         (CHECK_1_NULL_OK): Likewise.
33212         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33213         (__fxstat): Do not use CHECK_1.
33214         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33215         <bp-checks.h>.
33216         (___fxstat64): Do not use CHECK_1.
33217         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33218         <bp-checks.h>.
33219         (__fxstatat): Do not use CHECK_1.
33220         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33221         <bp-checks.h>.
33222         (__fxstatat64): Do not use CHECK_1.
33223         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33224         <bp-checks.h>.
33225         (__fxstat): Do not use CHECK_1.
33226         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33227         <bp-checks.h>.
33228         (__fxstatat): Do not use CHECK_1.
33229         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33230         <bp-checks.h>.
33231         (__getresgid): Do not use CHECK_1.
33232         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33233         <bp-checks.h>.
33234         (__getresuid): Do not use CHECK_1.
33235         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33236         <bp-checks.h>.
33237         (__lxstat): Do not use CHECK_1.
33238         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33239         <bp-checks.h>.
33240         (__old_msgctl): Do not use CHECK_1.
33241         (__new_msgctl): Likewise.
33242         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33243         <bp-checks.h>.
33244         (__new_setrlimit): Do not use CHECK_1.
33245         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33246         <bp-checks.h>.
33247         (__old_shmctl): Do not use CHECK_1.
33248         (__new_shmctl): Likewise.
33249         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33250         <bp-checks.h>.
33251         (__xstat): Do not use CHECK_1.
33252         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33253         (__lxstat): Do not use CHECK_1.
33254         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33255         <bp-checks.h>.
33256         (___lxstat64): Do not use CHECK_1.
33257         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33258         (__old_msgctl): Do not use CHECK_1.
33259         (__new_msgctl): Likewise.
33260         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33261         <bp-checks.h>.
33262         (__gettimeofday): Do not use CHECK_1.
33263         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33264         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33265         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33266         <bp-checks.h>.
33267         (__gettimeofday): Do not use CHECK_1.
33268         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33269         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33270         (__new_shmctl): Do not use CHECK_1.
33271         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33272         <bp-checks.h>.
33273         (do_sigtimedwait): Do not use CHECK_1.
33274         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33275         <bp-checks.h>.
33276         (do_sigwaitinfo): Do not use CHECK_1.
33277         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33278         <bp-checks.h>.
33279         (msgctl): Do not use CHECK_1.
33280         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33281         <bp-checks.h>.
33282         (shmctl): Do not use CHECK_1.
33283         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33284         (ustat): Do not use CHECK_1.
33285         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33286         <bp-checks.h>.
33287         (__fxstat): Do not use CHECK_1.
33288         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33289         <bp-checks.h>.
33290         (__fxstatat): Do not use CHECK_1.
33291         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33292         <bp-checks.h>.
33293         (__lxstat): Do not use CHECK_1.
33294         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33295         <bp-checks.h>.
33296         (__xstat): Do not use CHECK_1.
33297         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33298         (__xstat): Do not use CHECK_1.
33299         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33300         (___xstat64): Do not use CHECK_1.
33302         [BZ #13550]
33303         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33304         definitions.
33305         (CHECK_BOUNDS_HIGH): Likewise.
33306         * string/strcpy.c: Do not include <bp-checks.h>.
33307         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33309 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33311         * nscd/nscd-client.h (__nscd_drop_map_ref):
33312         Add __attribute__ ((unused)).
33313         * nis/nss-nisplus.h (niserr2nss): Likewise.
33315         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33316         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33318         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33319         Remove inline keyword.
33320         * include/rounding-mode.h (round_away): Likewise.
33321         * libio/wfileops.c (adjust_wide_data): Likewise.
33322         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33323         (__m128i_strloadu_tolower): Likewise.
33324         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33325         (__m128i_strloadu_tolower): Likewise.
33326         * time/mktime.c (ydhms_diff): Likewise.
33327         * locale/elem-hash.h (elem_hash): Likewise.
33328         * locale/setlocale.c (setdata): Likewise.
33329         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33330         (re_string_wchar_at): Likewise.
33331         (bitset_not, bitset_merge, bitset_mask): Likewise.
33332         [!(__GNUC__ > 3)] (inline): Remove macro.
33333         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33334         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33335         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33336         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33337         * string/memcmp.c (memcmp_bytes): Likewise.
33338         * locale/programs/locarchive.c (compute_hashval): Likewise.
33339         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33340         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33341         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33342         * nss/getent.c (print_rpc, print_protocols): Likewise.
33343         (print_passwd, print_group, print_aliases): Likewise.
33344         * nis/nss-nisplus.h (niserr2nss): Likewise.
33345         * nscd/connections.c (restart_p): Likewise.
33346         Change return type to bool.
33348 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33350         * Makeconfig (all-Depend-files): Add existing
33351         $(sorted-subdirs:=/Depend) files.
33352         (all-subdirs): Remove nss.
33353         * sysdeps/unix/inet/Subdirs: Add it here instead.
33354         * hesiod/Depend: New file.
33356         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33357         instead of calling alloca.
33359         * io/lseek.c (__lseek): Rename to __libc_lseek.
33360         Define __lseek as an alias.
33362         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33364 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33366         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33367         else clause and remove check for non-standard endianness.
33369 2013-02-04  David S. Miller  <davem@davemloft.net>
33371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33373 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33375         [BZ #13550]
33376         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33377         (__ubp_memchr): Remove prototype.
33378         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33379         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33380         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33381         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33382         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33383         Remove alias.
33384         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33385         (__ubp_memchr): Likewise.
33386         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33387         (__ubp_memchr): Likewise.
33388         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33389         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33390         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33391         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33392         CHECK_STRING.
33393         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33394         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33395         (__getcwd): Do not use CHECK_STRING.
33396         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33397         <bp-checks.h>.
33398         (__real_chown): Do not use CHECK_STRING.
33399         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33400         <bp-checks.h>.
33401         (fchownat): Do not use CHECK_STRING.
33402         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33403         CHECK_STRING.
33404         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33405         <bp-checks.h>.
33406         (__lchown): Do not use CHECK_STRING.
33407         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33408         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33409         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33410         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33412         include <bp-checks.h>.
33413         (truncate64): Do not use CHECK_STRING.
33414         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33415         <bp-checks.h>.
33416         (__real_chown): Do not use CHECK_STRING.
33417         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33418         <bp-checks.h>.
33419         (__lchown): Do not use CHECK_STRING.
33420         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33421         <bp-checks.h>.
33422         (__chown): Do not use CHECK_STRING.
33423         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33424         <bp-checks.h>.
33425         (truncate64): Do not use CHECK_STRING.
33426         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33427         Likewise.
33428         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33429         (__xmknod): Do not use CHECK_STRING.
33430         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33431         <bp-checks.h>.
33432         (__xmknodat): Do not use CHECK_STRING.
33433         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33434         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33436 2013-02-04  Andreas Schwab  <schwab@suse.de>
33438         [BZ #14142]
33439         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33440         * include/netdb.h: Likewise for h_errno.
33441         * elf/tst-stackguard1.c: Include <tls.h>.
33443 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33445         * elf/link.h (struct link_map): Extend the l_addr comment.
33446         * include/link.h (struct link_map): Likewise.
33448 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33450         [BZ #13550]
33451         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33452         (BOUNDED_1): Remove macro.
33453         * debug/backtrace.c: Don't include <bp-checks.h>.
33454         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33455         (__backtrace): Likewise.
33456         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33457         <bp-checks.h>.
33458         (__backtrace): Don't use BOUNDED_1.
33459         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33460         <bp-checks.h>.
33461         (__backtrace): Don't use BOUNDED_1.
33462         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33463         (__backtrace): Don't use BOUNDED_1.
33464         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33465         (shmat): Don't use BOUNDED_N.
33467 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33469         [BZ #13550]
33470         * sysdeps/generic/bp-start.h: Remove file.
33471         * csu/libc-start.c: Don't include <bp-start.h>.
33472         (LIBC_START_MAIN): Set up __environ directly instead of using
33473         INIT_ARGV_and_ENVIRON.
33474         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33475         <bp-start.h>.
33477         [BZ #13550]
33478         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33479         definitions.
33480         (CHECK_FCNTL): Likewise.
33481         (CHECK_N_PAGES): Likewise.
33483         [BZ #13550]
33484         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33485         definitions.
33486         (CHECK_SIGSET_NULL_OK): Likewise.
33487         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33488         <bp-checks.h>.
33489         (sigpending): Don't use CHECK_SIGSET.
33490         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33491         <bp-checks.h>.
33492         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33493         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33494         <bp-checks.h>.
33495         (do_sigsuspend): Don't use CHECK_SIGSET.
33496         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33497         use CHECK_SIGSET.
33498         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33499         (do_sigwait): Don't use CHECK_SIGSET.
33500         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33501         use CHECK_SIGSET.
33502         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33503         include <bp-checks.h>.
33504         (sigpending): Don't use CHECK_SIGSET.
33505         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33506         include <bp-checks.h>.
33507         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33508         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33509         <bp-checks.h>.
33510         (sigpending): Don't use CHECK_SIGSET.
33511         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33512         <bp-checks.h>.
33513         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33515         [BZ #13550]
33516         * sysdeps/generic/bp-semctl.h: Remove file.
33517         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33518         <bp-checks.h> and <bp-semctl.h>.
33519         (__old_semctl): Don't use CHECK_SEMCTL.
33520         (__new_semctl): Likewise.
33521         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33522         and <bp-semctl.h>.
33523         (__old_semctl): Don't use CHECK_SEMCTL.
33524         (__new_semctl): Likewise.
33525         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33526         <bp-checks.h> and <bp-semctl.h>.
33527         (__old_semctl): Don't use CHECK_SEMCTL.
33528         (__new_semctl): Likewise.
33529         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33530         <bp-checks.h> and <bp-semctl.h>.
33531         (semctl): Don't use CHECK_SEMCTL.
33533         [BZ #13550]
33534         * Makerules (elide-bp-thunks): Remove variable.
33535         (elide-routines.oS): Don't use $(elide-bp-thunks).
33536         (elide-routines.os): Likewise.
33537         (elide-routines.o): Likewise.
33538         (elide-routines.op): Likewise.
33539         (elide-routines.og): Likewise.
33540         (objects): Don't use $(bp-thunks).
33541         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33542         include.
33543         (common-generated): Do not add s-proto-bp.d.
33544         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33545         (int): Likewise.
33546         (typ): Likewise.
33547         Do not generate makefile rules for bounded-pointer thunks.
33548         * sysdeps/generic/bp-thunks.h: Remove file.
33549         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33550         * sysdeps/unix/s-proto-bp.S: Likewise.
33552         [BZ #15062]
33553         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33554         parts of result separately when argument is not close to line from
33555         -i to i and one part of argument is small.
33556         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33557         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33558         * math/libm-test.inc (cacos_test): Add more tests.
33559         (casin_test): Likewise.
33560         (casinh_test): Likewise.
33561         * sysdeps/i386/fpu/libm-test-ulps: Update.
33562         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33564 2013-01-31  David S. Miller  <davem@davemloft.net>
33566         * po/de.po: Update from translation team.
33568 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33570         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33572 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33574         * configure.in (_AC_PROG_CC_C89): New definition.
33575         * configure: Regenerate.
33577         * configure.in (AC_PROG_CPP): New definition.
33578         * configure: Regenerate.
33580 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33582         * debug/tst-backtrace.h: New file.
33583         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33584         (ret): Remove variable.
33585         (x): Likewise.
33586         (FAIL): Remove macro.
33587         (NO_INLINE): Likewise.
33588         (fn1): Use match function instead of strstr.
33589         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33590         (ret): Remove variable.
33591         (x): Likewise.
33592         (FAIL): Remove macro.
33593         (NO_INLINE): Likewise.
33594         (fn): Use match function instead of strstr.
33595         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33596         (ret): Remove variable.
33597         (x): Likewise.
33598         (FAIL): Remove macro.
33599         (NO_INLINE): Likewise.
33600         (handle_signal): Use match function instead of strstr.
33601         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33602         (ret): Remove variable.
33603         (x): Likewise.
33604         (FAIL): Remove macro.
33605         (NO_INLINE): Likewise.
33606         (handle_signal): Use match function instead of strstr.
33608 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33610         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33612 2013-01-23  David S. Miller  <davem@davemloft.net>
33614         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33615         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33616         argument of CAS if possible.
33617         * sysdeps/sparc/sparc64/bits/atomic.h
33618         (__arch_compare_and_exchange_val_32_acq): Likewise.
33619         (__arch_compare_and_exchange_val_64_acq): Likewise.
33621 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33623         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33624         * sysdeps/posix/ulimit.c: ... this.
33625         Include <limits.h>.
33626         * sysdeps/unix/bsd/ulimit.c: Remove file.
33628 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33630         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33631         (LDFLAGS-tst-array5): Likewise.
33633 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33635         [BZ #15036]
33636         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33637         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33638         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33639         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33641 2013-01-21  David S. Miller  <davem@davemloft.net>
33643         * sysdeps/sparc/backtrace.c: New file.
33644         * sysdeps/sparc/sparc32/backtrace.h: New file.
33645         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33646         * sysdeps/sparc/sparc64/backtrace.h: New file.
33647         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33648         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33649         -funwind-tables.
33651 2013-01-21  Andreas Schwab  <schwab@suse.de>
33653         [BZ #15020]
33654         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33655         closed its stdout.
33657 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33659         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33660         "mpa2.h".
33661         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33663 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33664             Mark Mitchell  <mark@codesourcery.com>
33665             Tom de Vries  <tom@codesourcery.com>
33666             Paul Pluzhnikov  <ppluzhnikov@google.com>
33668         * debug/tst-backtrace2.c: New file.
33669         * debug/tst-backtrace3.c: Likewise.
33670         * debug/tst-backtrace4.c: Likewise.
33671         * debug/tst-backtrace5.c: Likewise.
33672         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33673         (CFLAGS-tst-backtrace3.c): Likewise.
33674         (CFLAGS-tst-backtrace4.c): Likewise.
33675         (CFLAGS-tst-backtrace5.c): Likewise.
33676         (LDFLAGS-tst-backtrace2): Likewise.
33677         (LDFLAGS-tst-backtrace3): Likewise.
33678         (LDFLAGS-tst-backtrace4): Likewise.
33679         (LDFLAGS-tst-backtrace5): Likewise.
33680         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33681         tst-backtrace4 and tst-backtrace5.
33683 2013-01-18  Anton Blanchard  <anton@samba.org>
33684             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33686         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33687         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33688         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33689         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33691         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33692         "+r" and remove output regs list as redundant.  Add explicit inline
33693         asm to specify register of return val to work around compiler codegen
33694         bug.  Remove (int) cast on return value.  Add return type parameter to
33695         use in macro so that this macro does not truncate return value for
33696         64-bit values.
33697         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33698         pass to INTERNAL_VSYSCALL_NCS.
33699         (INLINE_VSYSCALL): Add 'long int' as return type to
33700         INTERNAL_VSYSCALL_NCS macro invocation.
33701         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33702         INTERNAL_VSYSCALL_NCS macro invocation.
33703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33705 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33707         [BZ #14496]
33708         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33709         Fix application of SIMD FP exception mask.
33711         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33712         mp_no from a power of two.
33713         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33714         __mpexp_twomm1.  Use __pow_mp.
33716         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33717         multiplication.
33719 2013-01-17  David S. Miller  <davem@davemloft.net>
33721         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33723 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33725         [BZ #15023]
33726         * include/complex.h: Condition contents on [!_COMPLEX_H].
33727         (__kernel_casinhf): New prototype.
33728         (__kernel_casinh): Likewise.
33729         (__kernel_casinhl): Likewise.
33730         * math/Makefile (libm_calls): Add k_casinh.
33731         * math/k_casinh.c: New file.
33732         * math/k_casinhf.c: Likewise.
33733         * math/k_casinhl.c: Likewise.
33734         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33735         finite nonzero arguments.
33736         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33737         finite nonzero arguments.
33738         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33739         finite nonzero arguments.
33740         * math/s_casinh.c: Do not include <float.h>.
33741         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33742         * math/s_casinhf.c: Do not include <float.h>.
33743         (__casinhf): Move code for finite nonzero arguments to
33744         k_casinhf.c.
33745         * math/s_casinhl.c: Do not include <float.h>.
33746         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33747         redefine.
33748         (__casinhl): Move code for finite nonzero arguments to
33749         k_casinhl.c.
33750         * math/libm-test.inc (cacos_test): Add more tests.
33751         * sysdeps/i386/fpu/libm-test-ulps: Update.
33752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33754 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33756         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33757         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33758         [!HAVE_MREMAP]: Remove [defined linux] case.
33759         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33761 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33763         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33765 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33767         * elf/elf.h (R_386_SIZE32): New relocation.
33768         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33769         R_386_SIZE32.
33770         (elf_machine_rela): Likewise.
33771         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33772         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33774 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33776         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33777         (FP_FAST_FMA): Do not define.
33778         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33779         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33780         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33781         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33782         !_SOFT_FLOAT]: Likewise.
33783         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33784         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33785         value.
33786         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33787         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33788         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33789         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33790         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33791         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33792         file.
33794 2013-01-16  Andreas Schwab  <schwab@suse.de>
33796         [BZ #14327]
33797         * include/stdlib.h (__mktemp): Add declaration.
33798         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33799         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33801 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33803         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33804         definitions.
33805         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33806         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33807         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33808         definitions here.
33809         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33810         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33811         definitions.
33812         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33813         and ONE.
33814         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33815         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33816         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33817         definitions.
33818         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33819         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33820         definitions.
33821         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33823         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33825 2013-01-15  David S. Miller  <davem@davemloft.net>
33827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33828         trunc{,f} to libm-sysdep_routes.
33829         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33831         file.
33832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33834         file.
33835         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33836         file.
33837         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33838         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33839         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33840         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33841         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33842         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33843         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33844         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33847         nearbyint{,f} to libm-sysdep_routes.
33848         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33850         New file.
33851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33852         file.
33853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33854         New file.
33855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33856         file.
33857         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33858         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33859         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33860         file.
33861         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33862         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33863         file.
33864         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33865         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33866         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33868         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33869         libc_feholdexcept and libc_fesetenv.
33871 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33873         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33875 2013-01-14  David S. Miller  <davem@davemloft.net>
33877         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33878         (SPARC_ASM_VIS2_IFUNC): Likewise.
33879         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33881         use of 'siam' instruction.
33882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33883         Likewise.
33884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33885         Likewise.
33886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33887         Likewise.
33888         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33889         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33890         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33891         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33893         file.
33894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33895         file.
33896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33897         file.
33898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33899         file.
33900         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33901         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33902         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33903         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33905         new VIS2 routines.
33906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33909         Likewise.
33910         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33911         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33912         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33913         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33915         routines to libm-sysdep_routines.
33916         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33919         fdim/fdimf to libm-sysdep_routines.
33920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33921         file.
33922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33924         file.
33925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33926         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33927         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33928         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33929         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33930         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33931         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33933 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33935         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33936         to optimize copies.
33938         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33939         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33940         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33942         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33943         local variable MPTWO.
33944         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33945         Likewise.
33947 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33949         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33950         GLOB_NOESCAPE.
33952 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33954         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33956 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33958         * manual/pattern.texi (glob_t): Document gl_flags.
33959         (glob64_t): Likewise.
33961 2013-01-11  David S. Miller  <davem@davemloft.net>
33963         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33964         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33965         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33966         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33967         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33968         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33969         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33970         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33971         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33972         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33973         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33974         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33975         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33977         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33978         sparc V9 rather than using V8 code.
33979         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33980         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33982         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33983         Move to...
33984         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33985         Here.
33987 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33989         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33990         not in the main loop.
33991         * configure: Regenerated.
33993 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33995         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33996         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33997         to just #else.
33998         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33999         [!__GLIBC_HAVE_LONG_LONG] case.
34000         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34001         condition to just #else.
34002         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34003         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34004         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34005         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34006         unconditional.
34007         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34008         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34009         #elif condition to just #else.
34010         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34011         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34012         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34013         #elif condition to just #else.
34015 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34017         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34018         (EF_MIPS_ARCH_64): Fix value.
34019         (EF_MIPS_ARCH_32R2): New.
34020         (EF_MIPS_ARCH_64R2): New.
34022 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34024         * Makeconfig (+link-pie-before-libc): New.
34025         (+link-pie-after-libc): Likewise.
34026         (+link-pie-tests): Likewise.
34027         (+link-pie): Rewritten.
34028         (link-before-libc): Remove $(config-LDFLAGS).
34029         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34030         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34031         (config-LDFLAGS): Renamed to ...
34032         (rtld-LDFLAGS): This.
34033         (rtld-tests-LDFLAGS): New macro.
34034         (link-libc-rpath-link): Likewise.
34035         (link-libc-tests-rpath-link): Likewise.
34036         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34037         (link-libc): Prepand $(link-libc-rpath-link).
34038         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34039         (test-program-prefix): New macro.
34040         (test-via-rtld-prefix): Likewise.
34041         (test-program-cmd): Likewise.
34042         (host-test-program-cmd): Likewise.
34043         * Makefile ($(common-objpfx)testrun.sh): Replace
34044         $(run-program-prefix) with $(test-program-prefix).
34045         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34046         $(rtld-LDFLAGS).
34047         ($(common-objpfx)shlib.lds): Likewise.
34048         (build-module-helper): Likewise.
34049         ($(common-objpfx)format.lds): Likewise.
34050         * Rules (binaries-pie-tests): New.
34051         (binaries-pie-notests): Likewise.
34052         (binaries-pie): Rewritten.
34053         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34054         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34055         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34056         (make-test-out): Replace $(host-built-program-cmd) with
34057         $(host-test-program-cmd).
34058         * config.make.in (build-hardcoded-path-in-tests): New variable.
34059         * configure.in (--enable-hardcoded-path-in-tests): New configure
34060         option.
34061         (hardcoded_path_in_tests): New AC_SUBST.
34062         * configure: Regenerated.
34063         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34064         $(built-program-cmd) with $(test-program-cmd).
34065         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34066         (test_program_cmd): This.
34067         * elf/Makefile ($(objpfx)order.out): Run test with
34068         $(test-program-prefix).
34069         ($(objpfx)order2.out): Likewise.
34070         ($(objpfx)tst-initorder.out): Likewise.
34071         ($(objpfx)tst-initorder2.out): Likewise.
34072         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34073         $(test-program-cmd).
34074         ($(objpfx)tst-array1-static.out): Likewise.
34075         ($(objpfx)tst-array2.out): Likewise.
34076         ($(objpfx)tst-array3.out): Likewise.
34077         ($(objpfx)tst-array4.out): Likewise.
34078         ($(objpfx)tst-array5.out): Likewise.
34079         ($(objpfx)tst-array5-static.out): Likewise.
34080         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34081         $(test-program-cmd).
34082         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34083         $(run-program-prefix) with $(test-program-prefix).
34084         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34085         (test_program_prefix): This.
34086         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34087         $(run-program-prefix) with $(test-program-prefix).
34088         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34089         (test_program_prefix): This.
34090         * iconvdata/tst-tables.sh: Likewise.
34091         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34092         $(run-program-prefix) with $(test-program-prefix).
34093         ($(objpfx)tst-translit.out): Likewise.
34094         ($(objpfx)tst-gettext2.out): Likewise.
34095         ($(objpfx)tst-gettext4.out): Likewise.
34096         ($(objpfx)tst-gettext6.out): Likewise.
34097         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34098         (test_program_prefix): This.
34099         * intl/tst-gettext2.sh: Likewise.
34100         * intl/tst-gettext4.sh  Likewise.
34101         * intl/tst-gettext6.sh: Likewise.
34102         * intl/tst-translit.sh: Likewise.
34103         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34104         with $(test-program-cmd).
34105         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34106         $(run-program-prefix) with $(test-program-prefix).
34107         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34108         (test_program_prefix): This.
34109         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34110         $(run-program-prefix) with $(test-program-prefix).
34111         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34112         (test_program_prefix): This.
34113         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34114         * posix/Makefile ($(objpfx)globtest.out): Replace
34115         $(run-via-rtld-prefix) and $(test-wrapper) with
34116         $(test-program-prefix) and $(test-via-rtld-prefix).
34117         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34118         $(test-program-prefix).
34119         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34120         $(host-test-program-cmd).
34121         (tst-spawn-ARGS): Likewise.
34122         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34123         $(test-program-prefix).
34124         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34125         (test_via_rtld_prefix): This.
34126         (test_wrapper): Renamed to ...
34127         (test_program_prefix): This.
34128         (run_program_prefix): Replaced by test_program_prefix.
34129         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34130         (test_program_prefix): This.
34131         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34132         with $(host-test-program-cmd).
34133         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34134         $(run-program-prefix) with $(test-program-prefix).
34135         ($(objpfx)tst-printf.out): Likewise.
34136         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34137         $(test-program-cmd).
34138         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34139         (test_program_prefix): This.
34140         * stdio-common/tst-unbputc.sh: Likewise.
34141         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34142         $(run-program-prefix) with $(test-program-prefix).
34143         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34144         (test_program_prefix): This.
34145         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34146         $(built-program-cmd) with $(test-program-cmd).
34148 2013-01-11  Andreas Jaeger  <aj@suse.de>
34150         [BZ #15003]
34151         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34152         value. Sync with Linux 3.7.
34154 2013-01-10  David S. Miller  <davem@davemloft.net>
34156         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34157         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34158         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34160 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34162         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34163         never set.
34164         * configure: Regenerated.
34166 2013-01-10  David S. Miller  <davem@davemloft.net>
34168         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34169         sparc V9 rather than using V8 code.
34170         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34171         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34173 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34175         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34176         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34177         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34178         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34179         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34180         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34181         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34182         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34183         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34184         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34185         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34186         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34187         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34188         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34189         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34190         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34191         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34192         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34193         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34194         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34195         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34196         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34197         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34198         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34199         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34200         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34201         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34203 2013-01-10  David S. Miller  <davem@davemloft.net>
34205         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34207 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34209         * posix/Makefile (tests-static): New variable.
34210         (tests): Add $(tests-static).
34211         (tst-exec-static-ARGS): New variable.
34212         (tst-spawn-static-ARGS): Likewise.
34213         * posix/tst-exec-static.c: New file.
34214         * posix/tst-spawn-static.c: Likewise.
34215         * posix/tst-exec.c: Support run directly.
34216         * posix/tst-spawn.c: Likewise.
34218 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34220         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34221         long.
34222         * math/bits/mathcalls.h (llrint): Likewise.
34223         (llround): Likewise.
34224         * stdlib/stdlib.h (struct drand48_data): Likewise.
34225         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34226         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34227         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34228         Likewise.
34229         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34230         Likewise.
34231         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34232         (elf_greg_t): Likewise.
34233         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34234         (__jmp_buf): Likewise.
34235         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34236         definitions.
34237         (llrint): Likewise, for all definitions.
34238         (llrintl): Likewise.
34240         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34241         Remove [__GNUC__] condition.
34242         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34243         condition to just [__USE_ISOC99].
34244         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34246 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34248         [BZ #14200]
34249         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34250         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34251         defined.
34252         (_POSIX_V6_ILP32_OFF32): Likewise.
34253         (_XBS5_ILP32_OFF32): Likewise.
34254         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34255         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34257 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34259         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34261         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34262         doubles __mpexp_twomm1.  Adjust usage.
34263         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34264         Remove.
34266 2013-01-10  Andreas Schwab  <schwab@suse.de>
34268         [BZ #14964]
34269         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34270         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34272 2013-01-09  David S. Miller  <davem@davemloft.net>
34274         [BZ #15003]
34275         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34276         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34277         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34278         (TCP_FASTOPEN): Define.
34279         (tcp_repair_opt): New structure.
34280         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34281         enum values.
34282         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34283         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34284         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34285         (tcp_cookie_transactions): New structure.
34287 2013-01-09  Anton Blanchard  <anton@samba.org>
34289         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34290         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34291         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34292         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34294 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34296         * include/features.h (__USE_ANSI): Remove.
34298 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34300         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34302         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34304 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34306         * sysdeps/s390/fpu/libm-test-ulps: Update.
34308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34310         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34311         (__acr): Likewise.
34312         (__cpy): Likewise.
34313         (norm): Likewise.
34314         (denorm): Likewise.
34315         (__mp_dbl): Likewise.
34316         (__dbl_mp): Likewise.
34317         (add_magnitudes): Likewise.
34318         (sub_magnitudes): Likewise.
34319         (__add): Likewise.
34320         (__sub): Likewise.
34321         (__mul): Likewise.
34322         (__inv): Likewise.
34323         (__dvd): Likewise.
34324         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34325         (__acr): Likewise.
34326         (__cpy): Likewise.
34327         (norm): Likewise.
34328         (denorm): Likewise.
34329         (__mp_dbl): Likewise.
34330         (__dbl_mp): Likewise.
34331         (add_magnitudes): Likewise.
34332         (sub_magnitudes): Likewise.
34333         (__add): Likewise.
34334         (__sub): Likewise.
34335         (__mul): Likewise.
34336         (__inv): Likewise.
34337         (__dvd): Likewise.
34338         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34339         (__acr): Likewise.
34340         (__cpy): Likewise.
34341         (norm): Likewise.
34342         (denorm): Likewise.
34343         (__mp_dbl): Likewise.
34344         (__dbl_mp): Likewise.
34345         (add_magnitudes): Likewise.
34346         (sub_magnitudes): Likewise.
34347         (__add): Likewise.
34348         (__sub): Likewise.
34349         (__mul): Likewise.
34350         (__inv): Likewise.
34351         (__dvd): Likewise.
34353 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34355         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34356         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34357         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34358         2 && __USE_EXTERN_INLINES]: Likewise.
34360 2013-01-08  Andreas Jaeger  <aj@suse.de>
34362         [BZ# 14985]
34363         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34364         Remove.
34365         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34366         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34368 2013-01-07  Anton Blanchard  <anton@samba.org>
34370         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34371         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34372         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34373         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34374         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34375         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34376         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34377         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34378         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34379         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34380         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34381         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34382         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34383         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34384         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34385         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34386         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34387         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34388         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34389         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34390         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34391         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34392         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34393         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34394         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34395         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34396         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34397         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34398         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34399         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34400         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34401         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34402         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34403         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34404         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34405         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34406         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34407         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34408         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34409         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34410         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34411         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34412         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34414 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34416         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34417         (__MALLOC_PMT): Likewise.
34418         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34419         [__GNUC__], only on [_LIBC].
34420         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34421         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34422         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34423         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34424         forward declaration.
34425         (realloc_hook_ini): Likewise.
34426         (memalign_hook_ini): Likewise.
34427         (__libc_memalign): Do not use __MALLOC_PMT in variable
34428         declaration.
34429         (__libc_valloc): Likewise.
34430         (__libc_pvalloc): Likewise.
34431         (__libc_calloc): Likewise.
34432         (__posix_memalign): Likewise.
34434         [BZ #14996]
34435         * math/s_casinh.c: Include <float.h>.
34436         (__casinh): Do not do computation with squaring and square root
34437         for large arguments.
34438         * math/s_casinhf.c: Include <float.h>.
34439         (__casinhf): Do not do computation with squaring and square root
34440         for large arguments.
34441         * math/s_casinhl.c: Include <float.h>.
34442         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34443         (__casinhl): Do not do computation with squaring and square root
34444         for large arguments.
34445         * math/libm-test.inc (casin_test): Add more tests.
34446         (casinh_test): Likewise.
34447         * sysdeps/i386/fpu/libm-test-ulps: Update.
34448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34450 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34452         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34453         (__x86_64_raw_data_cache_size): Likewise.
34454         (__x86_64_data_cache_size_half): Likewise.
34455         (__x86_64_raw_data_cache_size_half): Likewise.
34456         (__x86_64_shared_cache_size): Likewise.
34457         (__x86_64_raw_shared_cache_size): Likewise.
34458         (__x86_64_shared_cache_size_half): Likewise.
34459         (__x86_64_raw_shared_cache_size_half): Likewise.
34460         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34461         to ...
34462         (__x86_data_cache_size): This.
34463         (__x86_64_raw_data_cache_size): Renamed to ...
34464         (__x86_raw_data_cache_size): This.
34465         (__x86_64_data_cache_size_half): Renamed to ...
34466         (__x86_data_cache_size_half): This.
34467         (__x86_64_raw_data_cache_size_half): Renamed to ...
34468         (__x86_raw_data_cache_size_half): This.
34469         (__x86_64_shared_cache_size): Renamed to ...
34470         (__x86_shared_cache_size): This.
34471         (__x86_64_raw_shared_cache_size): Renamed to ...
34472         (__x86_raw_shared_cache_size): This.
34473         (__x86_64_shared_cache_size_half): Renamed to ...
34474         (__x86_shared_cache_size_half): This.
34475         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34476         (__x86_raw_shared_cache_size_half): This.
34477         * sysdeps/x86_64/memcpy.S: Updated.
34478         * sysdeps/x86_64/memset.S: Likewise.
34479         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34480         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34481         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34483 2013-01-04  David S. Miller  <davem@davemloft.net>
34485         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34487 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34489         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34490         1 to avoid redefinition warning.
34491         (__USE_GNU): Don't define.
34492         (init_signaling_nan): Protoize.
34494         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34496 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34498         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34499         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34500         (__cpymn): Likewise.
34501         (norm): Remove commented code.
34502         (denorm): Likewise.
34503         (__mp_dbl): Likewise.
34504         (__inv): Likewise.
34505         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34506         (__cpymn): Likewise.
34507         (norm): Remove commented code.
34508         (denorm): Likewise.
34509         (__mp_dbl): Likewise.
34510         (__inv): Likewise.
34512         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34513         mp_no value for 1.0 and 2.0.
34514         (norm): Use RADIXI instead of radixi.d.
34515         (denorm): Likewise.
34516         (__mul): Use 0.0 instead of zero.d.
34517         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34518         mp_no value for 1.0 and 2.0.
34519         (norm): Use RADIXI instead of radixi.d.
34520         (denorm): Likewise.
34521         (__mul): Use 0.0 instead of zero.d.
34523 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34525         [BZ #14994]
34526         * math/s_casinh.c (__casinh): Reduce finite argument to first
34527         quadrant then set signs of results at the end.
34528         * math/s_casinhf.c (__casinhf): Likewise.
34529         * math/s_casinhl.c (__casinhl): Likewise.
34530         * math/libm-test.inc (casin_test): Add more tests.
34531         (casinh_test): Likewise.
34532         * sysdeps/i386/fpu/libm-test-ulps: Update.
34533         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34535 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34537         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34539         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34541         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34542         declarations.
34543         (denorm): Likewise.
34544         (__mp_dbl): Likewise.
34545         (__inv): Likewise.
34547         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34548         and adjust the header comment.
34550         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34551         variable name from declaration.
34553 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34555         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34556         Initialize COMMON_CPUID_INDEX_7 element.
34557         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34558         (CPUID_RTM): Likewise.
34559         (HAS_RTM): Likewise.
34560         (COMMON_CPUID_INDEX_7): New enum.
34562 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34564         [BZ #14981]
34565         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34566         size is zero, record memory as freed.
34568 2013-01-03  Andreas Jaeger  <aj@suse.de>
34570         * po/ia.po: Add new Interlingua translation.
34572 2012-01-03  Allan McRae  <allan@archlinux.org>
34574         * locale/programs/localedef.c: Fix description of '--posix' flag.
34576 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34578         * NEWS: Update dates in second copyright notice.
34579         * README: Update copyright dates in example.
34580         * manual/libc.texinfo: Update copyright dates.
34581         * scripts/test-installation.pl: Update copyright date in --version
34582         output.
34584         * hurd/ctty-input.c: Fix copyright notice formatting.
34585         * hurd/ctty-output.c: Likewise.
34586         * hurd/dtable.c: Likewise.
34587         * hurd/hurd-raise.c: Likewise.
34588         * hurd/hurdprio.c: Likewise.
34589         * hurd/msgportdemux.c: Likewise.
34590         * misc/sys/file.h: Likewise.
34591         * misc/sys/ioctl.h: Likewise.
34592         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34593         * sysdeps/mach/hurd/chdir.c: Likewise.
34594         * sysdeps/mach/hurd/fchdir.c: Likewise.
34595         * sysdeps/mach/hurd/rename.c: Likewise.
34596         * sysdeps/mach/hurd/rmdir.c: Likewise.
34597         * sysdeps/mach/hurd/seekdir.c: Likewise.
34598         * sysdeps/mach/hurd/setsid.c: Likewise.
34599         * sysdeps/posix/wait3.c: Likewise.
34601         * All files with FSF copyright notices: Update copyright dates
34602         using scripts/update-copyrights.
34603         * intl/plural.c: Regenerated.
34604         * locale/programs/charmap-kw.h: Likewise.
34605         * locale/programs/locfile-kw.h: Likewise.
34607 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34609         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34610         four values.
34612         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34613         calculation loop and add branch prediction.
34615         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34616         check access beyond bounds of m1np.
34618         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34619         MPTWO.
34620         (__inv): Remove local variable MPTWO to use the global
34621         constant.
34622         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34623         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34624         variable MPTWO.
34625         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34626         MP3HALFS static const.
34628 2013-01-01  David S. Miller  <davem@davemloft.net>
34630         * po/ca.po: Update from translation team.
34632 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34634         * scripts/update-copyrights: New file.
34635         * Makeconfig: Reformat copyright notice.
34636         * ctype/ctype.h: Likewise.
34637         * debug/swprintf_chk.c: Likewise.
34638         * elf/dl-cache.c: Likewise.
34639         * elf/dl-debug.c: Likewise.
34640         * elf/dl-object.c: Likewise.
34641         * grp/initgroups.c: Likewise.
34642         * hurd/Makefile: Likewise.
34643         * hurd/hurd/signal.h: Likewise.
34644         * hurd/hurdfault.c: Likewise.
34645         * hurd/hurdioctl.c: Likewise.
34646         * hurd/hurdlookup.c: Likewise.
34647         * hurd/intr-msg.c: Likewise.
34648         * iconv/gconv_open.c: Likewise.
34649         * libio/swprintf.c: Likewise.
34650         * locale/lc-ctype.c: Likewise.
34651         * locale/nl_langinfo.c: Likewise.
34652         * mach/Machrules: Likewise.
34653         * mach/Makefile: Likewise.
34654         * malloc/obstack.h: Likewise.
34655         * manual/Makefile: Likewise.
34656         * manual/tsort.awk: Likewise.
34657         * misc/bits/stab.def: Likewise.
34658         * nis/nis_print_group_entry.c: Likewise.
34659         * nis/nis_table.c: Likewise.
34660         * nis/nss_compat/compat-pwd.c: Likewise.
34661         * nis/nss_compat/compat-spwd.c: Likewise.
34662         * po/Makefile: Likewise.
34663         * posix/fnmatch.c: Likewise.
34664         * posix/regex.h: Likewise.
34665         * resolv/Makefile: Likewise.
34666         * resolv/nss_dns/dns-network.c: Likewise.
34667         * resolv/res_hconf.c: Likewise.
34668         * scripts/gen-sorted.awk: Likewise.
34669         * soft-fp/soft-fp.h: Likewise.
34670         * stdio-common/printf.h: Likewise.
34671         * stdlib/monetary.h: Likewise.
34672         * stdlib/random.c: Likewise.
34673         * stdlib/random_r.c: Likewise.
34674         * sysdeps/generic/Makefile: Likewise.
34675         * sysdeps/gnu/Makefile: Likewise.
34676         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34677         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34678         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34679         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34680         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34681         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34682         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34683         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34684         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34685         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34686         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34687         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34688         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34689         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34690         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34691         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34692         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34693         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34694         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34695         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34696         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34697         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34698         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34699         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34700         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34701         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34702         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34703         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34704         * sysdeps/mach/hurd/errnos.awk: Likewise.
34705         * sysdeps/mach/hurd/fork.c: Likewise.
34706         * sysdeps/mach/hurd/getcwd.c: Likewise.
34707         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34708         * sysdeps/mach/hurd/mmap.c: Likewise.
34709         * sysdeps/mach/hurd/utimes.c: Likewise.
34710         * sysdeps/mach/hurd/xmknod.c: Likewise.
34711         * sysdeps/posix/profil.c: Likewise.
34712         * sysdeps/posix/readdir_r.c: Likewise.
34713         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34714         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34715         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34716         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34717         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34718         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34719         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34720         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34721         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34722         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34723         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34724         * sysdeps/pthread/lio_listio.c: Likewise.
34725         * sysdeps/sparc/dl-procinfo.h: Likewise.
34726         * sysdeps/unix/i386/sysdep.S: Likewise.
34727         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34728         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34729         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34730         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34732         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34733         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34734         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34735         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34736         * sysdeps/wordsize-32/divdi3.c: Likewise.
34737         * time/sys/time.h: Likewise.
34738         * wcsmbs/Makefile: Likewise.
34740 2013-01-01  David S. Miller  <davem@davemloft.net>
34742         * po/fr.po: Update from translation team.
34744         * catgets/gencat.c: Update copyright year.
34745         * csu/version.c: Likewise.
34746         * debug/catchsegv.sh: Likewise.
34747         * debug/pcprofiledump.c: Likewise.
34748         * debug/xtrace.sh: Likewise.
34749         * elf/ldconfig.c: Likewise.
34750         * elf/ldd.bash.in: Likewise.
34751         * elf/pldd.c: Likewise.
34752         * elf/sotruss.ksh: Likewise.
34753         * elf/sprof.c: Likewise.
34754         * iconv/iconv_prog.c: Likewise.
34755         * iconv/iconvconfig.c: Likewise.
34756         * locale/programs/locale.c: Likewise.
34757         * locale/programs/localedef.c: Likewise.
34758         * login/programs/pt_chown.c: Likewise.
34759         * malloc/memusage.sh: Likewise.
34760         * malloc/memusagestat.c: Likewise.
34761         * malloc/mtrace.pl: Likewise.
34762         * nscd/nscd.c: Likewise.
34763         * nss/getent.c: Likewise.
34764         * nss/makedb.c: Likewise.
34765         * posix/getconf.c: Likewise.
34767 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34769         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34770         numbers.
34772 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34774         * math/bits/mathcalls.h (modf): Use __nonnull.
34776 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34778         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34779         (split): Use macro CN instead of the bare value.
34780         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34781         could be used.
34782         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34783         instead of the bare value.
34784         (power1): Likewise.
34786 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34788         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34789         __ATAN_TWOM.
34790         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34792         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34793         their values.
34794         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34795         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34796         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34797         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34799 2012-12-28  Andreas Jaeger  <aj@suse.de>
34801         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34802         values are from Linux 3.7.
34804         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34805         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34807 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34809         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34810         TRUE case.
34812         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34813         (norm): Likewise.
34814         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34815         variables with preprocessor constants.
34816         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34817         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34818         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34820 2012-12-27  Bruno Haible  <bruno@clisp.org>
34822         [BZ #14317]
34823         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34824         only if needed.
34826 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34828         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34829         and use variable directly.
34830         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34832         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34833         MPONE.
34834         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34835         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34836         variable MPONE.
34837         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34838         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34839         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34840         include directive.  Remove local variable MPONE.
34841         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34842         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34843         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34845 2012-12-25  David S. Miller  <davem@davemloft.net>
34847         * version.h (RELEASE): Set to "development".
34848         (VERSION): Set to "2.17.90".
34849         * NEWS: Add 2.18 section.
34851 2012-12-21  David S. Miller  <davem@davemloft.net>
34853         * po/hr.po: Update from translation team.
34855 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34857         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34859 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34861         * NEWS:  Mention new memcpy for MIPS.
34863 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34865         * manual/contrib.texi (Contributors): Spelling correction.
34867 2012-12-15  David S. Miller  <davem@davemloft.net>
34869         * po/ru.po: Update from translation team.
34871 2012-12-13  David S. Miller  <davem@davemloft.net>
34873         * NEWS: Mention IFUNC testsuite enhancements.
34875         * po/pl.po: Update from translation team.
34876         * po/bg.po: Likewise.
34878         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34879         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34881 2012-12-11  David S. Miller  <davem@davemloft.net>
34883         * po/sv.po: Update from translation team.
34885         * po/vi.po: Update from translation team.
34887         * po/cs.po: Update from translation team.
34889         * po/de.po: Update from translation team.
34890         * po/eo.po: Likewise.
34891         * po/nl.po: Likewise.
34893 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34895         [BZ #14246]
34896         * manual/argp.texi (Argp Helper Functions): Move node to follow
34897         Argp Parsing State.
34899         [BZ #14872]
34900         * manual/conf.texi (Limits on File System Capacity): Mention if
34901         terminating null is included in the max size.
34903 2012-12-10  Andreas Jaeger  <aj@suse.de>
34905         * po/cs.po: Update from translation team.
34907 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34909         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34910         void pointer and cast to uintptr_t.
34911         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34912         path.
34913         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34914         * sysdeps/s390/s390-64/memset.S: Likewise.
34916 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34918         [BZ #14833]
34919         * menual/message.texi (Message Translation): Fix typos.
34920         (Helper programs for gettext): Likewise.
34922 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34924         [BZ #14898]
34925         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34926         Change to -1.
34928 2012-12-07  David S. Miller  <davem@davemloft.net>
34930         * po/libc.pot: Update.
34932 2012-12-07  Richard Henderson  <rth@redhat.com>
34934         [BZ #10114]
34935         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34936         normal/normal case to before the switch.
34937         (_FP_DIV): Likewise.
34939 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34940             Mike Frysinger  <vapier@gentoo.org>
34942         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34943         check for __NR_fadvise64_64.
34945 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34947         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34948         0, not just to plain "0" as a statement.
34949         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34950         with cw.
34952 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34954         * NEWS: Use sourceware.org in Bugzilla URL.
34956 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34959         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34961         * stdio-common/tst-put-error.c (do_test): Add newline to the
34962         padded test to ensure flush.
34964 2012-12-05  Jeff Law  <law@redhat.com>
34966         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34968 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34970         * README: Don't refer to ports add-on as distributed separately.
34971         Mention AArch64 in list of systems supported in the ports add-on.
34973         * LICENSES: Add more non-FSF copyright and license notices.
34975         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34976         ((unused)).
34978         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34980         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34981         10000 as width of padded output.
34983 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34985         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34987         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34988         variable LX with __attribute__ ((unused)).
34989         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34990         Likewise.
34991         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34992         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34993         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34994         with __attribute__ ((unused)).
34996 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34998         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35000 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35002         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35003         (CFLAGS-nldbl-acos.c): New variable.
35004         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35005         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35006         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35007         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35008         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35009         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35010         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35011         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35012         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35013         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35014         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35015         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35016         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35017         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35018         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35019         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35020         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35021         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35022         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35023         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35024         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35025         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35026         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35027         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35028         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35029         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35030         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35031         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35032         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35033         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35034         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35035         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35036         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35037         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35038         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35039         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35040         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35041         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35042         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35043         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35044         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35045         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35046         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35047         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35048         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35049         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35050         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35051         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35052         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35053         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35054         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35055         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35056         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35057         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35058         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35059         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35060         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35061         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35062         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35063         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35064         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35065         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35066         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35067         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35068         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35069         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35070         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35071         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35072         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35073         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35074         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35075         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35076         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35077         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35078         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35079         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35080         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35081         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35082         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35083         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35084         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35085         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35086         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35087         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35088         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35089         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35090         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35091         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35092         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35093         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35094         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35095         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35096         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35097         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35098         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35099         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35100         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35103         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35105         [BZ #14914]
35106         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35107         whole low double instead of just low 47 bits when splitting values
35108         into two parts.
35110 2012-12-03  Allan McRae  <allan@archlinux.org>
35112         * manual/stdio.texi (Predefined Printf Handlers): Remove
35113         @hsep and @vsep usage.
35115 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35117         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35118         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35120 2012-12-03  Jeff Law  <law@redhat.com>
35122         * time/sys/time.h (settimeofday): Do not mark TV argument
35123         as __nonnull.
35125 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35127         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35128         when currently writing and seek to current position when not.
35129         * libio/Makefile (tests): Remove bug-fclose1.
35130         * libio/bug-fclose1.c: Delete.
35132 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35134         * manual/arith.texi (feenableexcept): Fix typo.
35135         (fedisableexcept): Likewise.
35137 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35139         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35140         second, differently-typed declaration, rather than a cast.
35142 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35144         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35145         * include/rpc/svc.h: ... here.
35147 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35149         [BZ #13013]
35150         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35151         depending n and resplen2 to catch cases where answer
35152         equals answerp2.
35154 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35156         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35157         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35159 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35161         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35163 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35165         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35167 2012-11-28  Jeff Law  <law@redhat.com>
35169         [BZ #13761]
35170         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35171         dataset_temporary.  Track alloca usage into alloca_used.
35172         If dataset is large allocate and release it via malloc/free.
35174 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35176         [BZ #14197]
35177         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35179 2012-11-28  David S. Miller  <davem@davemloft.net>
35181         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35183 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35185         [BZ #14803]
35186         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35187         of pi/2 rounded to nearest to 64 bits.
35188         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35189         nearest to 64 bits.
35190         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35191         bits.
35193 2012-11-28  Jeff Law <law@redhat.com>
35194             Martin Osvald <mosvald@redhat.com>
35196         [BZ #14889]
35197         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35198         * sunrpc/svc.c: Include time.h.
35199         (__svc_accept_failed): New function.
35200         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35201         any reason other than EINTR, call __svc_accept_failed.
35202         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35203         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35205 2012-11-28  Andreas Schwab  <schwab@suse.de>
35207         * scripts/abilist.awk: Also handle indirect functions in .opd
35208         section.
35210 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35212         [BZ #13881]
35213         * sysdeps/x86/fpu/powl_helper.c: New file.
35214         * sysdeps/x86/fpu/Makefile: Likewise.
35215         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35216         (p3): New object.
35217         (__ieee754_powl): Use __powl_helper for finite arguments except
35218         integer exponents below 8.
35219         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35220         (p3): New object.
35221         (__ieee754_powl): Use __powl_helper for finite arguments except
35222         integer exponents below 8.
35223         * math/libm-test.inc (pow_test): Add more tests and enable some
35224         previously disabled tests.
35225         * sysdeps/i386/fpu/libm-test-ulps: Update.
35226         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35228 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35229             Carlos O'Donell  <carlos_odonell@mentor.com>
35231         * nss/makedb.c (is_prime): Assert that input is odd and greater
35232         than 4.  Note that fact in a comment too.
35233         (next_prime): Add 4 to input.
35235 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35237         [BZ #11741]
35238         * libio/Makefile (tests): Add test case tst-fwrite-error.
35239         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35240         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35241         * libio/tst-fwrite-error.c: New test case.
35243 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35245         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35246         before casting to void *.
35247         * include/libc-internal.h (__pointer_type): New macro.
35248         (__integer_if_pointer_type_sub): Likewise.
35249         (__integer_if_pointer_type): Likewise.
35250         (cast_to_integer): Likewise.
35251         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35252         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35253         before casting to atomic64_t.
35254         (atomic_exchange_acq): Likewise.
35255         (__arch_exchange_and_add_body): Likewise.
35256         (__arch_add_body): Likewise.
35257         (atomic_add_negative): Likewise.
35258         (atomic_add_zero): Likewise.
35260 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35262         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35263         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35264         (add_fdes): Likewise.
35265         (linear_search_fdes): Likewise.
35266         (binary_search_unencoded_fdes): Likewise.
35268 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35270         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35272 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35274         * configure.in: Autodetect C++ header directories.
35275         * configure: Regenerated.
35277 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35279         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35281 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35283         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35285 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35287         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35288         LDBL_MANT_DIG == 106]: Disable some tests.
35289         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35290         Likewise.
35291         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35292         Likewise.
35294         [BZ #14871]
35295         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35296         input for small inputs.  Return +/- pi/2 for large inputs.
35297         * math/libm-test.inc (atan_test): Add more tests.
35299         * sysdeps/generic/unwind-dw2-fde-glibc.c
35300         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35301         __attribute__ ((unused)).
35303         [BZ #14645]
35304         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35305         x * y if x and y are nonzero and z is zero.
35307         [BZ #14811]
35308         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35309         nonzero exponents with absolute value below 0x1p-117 to +/-
35310         0x1p-117.
35312         [BZ #14869]
35313         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35314         up arguments below 2**-450, not just those below 2**-500.
35315         * math/libm-test.inc (hypot_test): Add another test.
35317         [BZ #14868]
35318         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35319         Return a+b for ratio over 2**120, not 2**60.
35320         * math/libm-test.inc (hypot_test): Add another test.
35322         * math/libm-test.inc (clog_test): Use
35323         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35324         (clog10_test): Likewise.
35326         [BZ #6778]
35327         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35329 2012-11-22  Andreas Schwab  <schwab@suse.de>
35331         * sysdeps/i386/fpu/libm-test-ulps: Update.
35333 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35335         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35336         printf output with newline.
35338 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35340         [BZ #14865]
35341         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35342         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35343         -z nodlopen, -z initfirst and -z execstack support.
35344         * configure: Regenerated.
35346         * elf/elf.h (DF_1_NODIRECT): New macro.
35347         (DF_1_IGNMULDEF): Likewise.
35348         (DF_1_NOKSYMS): Likewise.
35349         (DF_1_NOHDR): Likewise.
35350         (DF_1_EDITED): Likewise.
35351         (DF_1_NORELOC): Likewise.
35352         (DF_1_SYMINTPOSE): Likewise.
35353         (DF_1_GLOBAUDIT): Likewise.
35354         (DF_1_SINGLETON): Likewise.
35355         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35356         DT_1_SUPPORTED_MASK bits.
35357         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35359 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35361         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35363 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35365         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35366         macro.
35368         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35369         (sendmmsg): Move declarations...
35370         * socket/sys/socket.h: ... here.
35371         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35372         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35373         include it from...
35374         * socket/recvmmsg.c: ... this new file.
35375         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35376         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35377         definition of __sendmmsg hidden.
35378         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35379         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35380         Move ENOSYS stub into and include it from...
35381         * socket/sendmmsg.c: ... this new file.
35382         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35383         (sysdep_routines): Move recvmmsg and sendmmsg...
35384         * socket/Makefile (routines): ... here.
35385         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35386         (GLIBC_PRIVATE): Add __sendmmsg.
35387         * include/sys/socket.h (__sendmmsg): Add declarations.
35388         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35389         sendmmsg.
35391 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35393         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35394         variable I1 with __attribute__ ((unused)).
35395         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35397 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35399         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35400         DUMMY variables with __attribute__ ((unused)).
35402         * bits/byteswap.h: Include <bits/types.h>.
35403         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35405 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35407         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35408         string_t.  Do not manually set errno.
35409         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35410         length with __strnlen.  Make sure to both set errno and return it on
35411         failure.
35413 2012-11-19  David S. Miller  <davem@davemloft.net>
35415         With help from Joseph Myers.
35416         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35417         very large arguments properly.
35418         * math/libm-test.inc (atan_test): New tests.
35419         (atan2_test): New tests.
35420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35421         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35423 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35425         [BZ #14856]
35426         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35427         Define to 3.
35429         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35430         [POSIX] (EADDRNOTAVAIL): Likewise.
35431         [POSIX] (EAFNOSUPPORT): Likewise.
35432         [POSIX] (EALREADY): Likewise.
35433         [POSIX] (ECONNABORTED): Likewise.
35434         [POSIX] (ECONNREFUSED): Likewise.
35435         [POSIX] (ECONNRESET): Likewise.
35436         [POSIX] (EDESTADDRREQ): Likewise.
35437         [POSIX] (EDQUOT): Likewise.
35438         [POSIX] (EHOSTUNREACH): Likewise.
35439         [POSIX] (EIDRM): Likewise.
35440         [POSIX] (EISCONN): Likewise.
35441         [POSIX] (ELOOP): Likewise.
35442         [POSIX] (EMULTIHOP): Likewise.
35443         [POSIX] (ENETDOWN): Likewise.
35444         [POSIX] (ENETUNREACH): Likewise.
35445         [POSIX] (ENOBUFS): Likewise.
35446         [POSIX] (ENODATA): Likewise.
35447         [POSIX] (ENOLINK): Likewise.
35448         [POSIX] (ENOMSG): Likewise.
35449         [POSIX] (ENOPROTOOPT): Likewise.
35450         [POSIX] (ENOSR): Likewise.
35451         [POSIX] (ENOSTR): Likewise.
35452         [POSIX] (ENOTCONN): Likewise.
35453         [POSIX] (ENOTSOCK): Likewise.
35454         [POSIX] (EOPNOTSUPP): Likewise.
35455         [POSIX] (EOVERFLOW): Likewise.
35456         [POSIX] (EPROTO): Likewise.
35457         [POSIX] (EPROTONOSUPPORT): Likewise.
35458         [POSIX] (EPROTOTYPE): Likewise.
35459         [POSIX] (ESTALE): Likewise.
35460         [POSIX] (ETIME): Likewise.
35461         [POSIX] (ETXTBSY): Likewise.
35462         [POSIX] (EWOULDBLOCK): Likewise.
35463         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35464         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35465         [POSIX] (SEEK_CUR): Likewise.
35466         [POSIX] (SEEK_END): Likewise.
35467         [POSIX || UNIX98] (mode_t): Do not require.
35468         [POSIX] (off_t): Likewise.
35469         [POSIX] (pid_t): Likewise.
35470         [POSIX] (sys/stat.h): Do not allow header.
35471         [POSIX] (unistd.h): Likewise.
35472         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35473         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35474         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35475         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35476         require.
35477         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35478         sigevent): Specify elements.
35479         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35480         entry.
35481         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35482         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35484         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35485         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35486         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35487         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35488         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35489         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35490         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35491         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35492         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35493         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35494         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35495         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35496         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35497         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35498         Likewise.
35499         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35500         Likewise.
35501         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35502         Likewise.
35503         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35504         Likewise.
35505         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35506         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35507         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35508         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35509         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35510         Specify lower bound on value.
35511         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35512         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35513         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35514         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35515         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35516         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35517         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35518         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35519         value.
35520         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35521         as optional.
35522         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35523         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35524         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35525         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35526         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35527         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35528         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35529         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35530         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35531         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35532         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35533         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35534         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35535         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35536         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35537         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35538         entry.
35539         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35540         optional.
35541         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35542         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35543         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35544         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35545         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35546         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35547         Likewise.
35548         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35549         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35550         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35551         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35552         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35553         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35554         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35555         as optional.
35556         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35557         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35558         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35559         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35560         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35561         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35562         specify as optional.
35563         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35564         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35565         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35566         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35567         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35568         [XPG3] (NL_LANGMAX): Likewise.
35569         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35570         [POSIX || XPG3] (NL_NMAX): Likewise.
35571         [POSIX || XPG3] (NL_SETMAX): Likewise.
35572         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35573         [XPG3] (NZERO): Likewise.
35574         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35575         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35576         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35577         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35578         (REG_ERANGE): Expect.
35579         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35580         optional-constant.
35581         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35582         Use (void) in prototype.
35583         [POSIX] (*_t): Allow.
35584         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35585         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35586         (WRDE_BADVAL): Expect.
35588         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35589         expect.
35590         [XPG3 || XPG4] (O_RSYNC): Likewise.
35591         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35592         Likewise.
35593         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35594         [XPG3 || XPG4] (sigqueue): Likewise.
35595         [XPG3 || XPG4] (sigtimedwait): Likewise.
35596         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35597         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35598         [XPG3 || XPG4] (vsnprintf): Likewise.
35599         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35600         Likewise.
35601         [XPG3 || XPG4] (blksize_t): Likewise.
35602         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35603         Likewise.
35604         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35605         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35606         [XPG3 || XPG4] (struct itimerspec): Likewise.
35607         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35608         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35609         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35610         [XPG3 || XPG4] (clockid_t): Likewise.
35611         [XPG3 || XPG4] (timer_t): Likewise.
35612         [XPG3 || XPG4] (clock_getres): Likewise.
35613         [XPG3 || XPG4] (clock_gettime): Likewise.
35614         [XPG3 || XPG4] (clock_settime): Likewise.
35615         [XPG3 || XPG4] (nanosleep): Likewise.
35616         [XPG3 || XPG4] (timer_create): Likewise.
35617         [XPG3 || XPG4] (timer_delete): Likewise.
35618         [XPG3 || XPG4] (timer_gettime): Likewise.
35619         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35620         [XPG3 || XPG4] (timer_settime): Likewise.
35621         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35622         [XPG3 || XPG4] (getlogin_r): Likewise.
35623         [XPG3 || XPG4] (pread): Likewise.
35624         [XPG3 || XPG4] (pthread_atfork): Likewise.
35625         [XPG3 || XPG4] (pwrite): Likewise.
35627         [BZ #14835]
35628         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35629         <bits/siginfo.h>.
35631 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35633         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35634         finalizing MALLSTREAM.
35636         * sysdeps/mach/hurd/syncfs.c: New file.
35638 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35640         [BZ #14719]
35641         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35642         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35643         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35644         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35645         (_nss_dns_gethostbyname4_r): Likewise.
35646         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35647         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35649 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35651         [BZ #13763]
35652         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35654 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35656         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35657         * elf/cache.c (print_entry): Print ",AArch64" for
35658         FLAG_AARCH64_LIB64
35660         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35661         * elf/cache.c (print_entry): Print ",hard-float" for
35662         FLAG_ARM_LIBHF.
35664 2012-11-18  David S. Miller  <davem@davemloft.net>
35666         With help from Joseph Myers.
35667         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35668         cutoff to 2**-13.
35669         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35670         cutoff to 2**-25.
35671         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35672         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35673         small.
35674         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35675         * math/libm-test.inc (y0_test): New tests.
35676         (y1_test): New tests.
35677         * sysdeps/i386/fpu/libm-test-ulps: Update.
35678         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35679         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35681 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35683         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35684         64-bit targets.
35685         * configure: Regenerated.
35687 2012-11-17  David S. Miller  <davem@davemloft.net>
35689         [BZ #14811]
35690         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35691         nonzero exponents with absolute value below 0x1p-128 to +/-
35692         0x1p-128.
35694 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35696         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35698         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35700         * posix/getconf-speclist.c: New file.
35701         * posix/posix-envs.def: Likewise.
35702         * posix/confstr.c (START_ENV_GROUP): New macro.
35703         (END_ENV_GROUP): Likewise.
35704         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35705         (KNOWN_PRESENT_ENV_STRING): Likewise.
35706         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35707         (UNKNOWN_ENVIRONMENT): Likewise.
35708         (confstr): Include posix-envs.def instead of handling
35709         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35710         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35711         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35712         (END_ENV_GROUP): Likewise.
35713         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35714         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35715         (UNKNOWN_ENVIRONMENT): Likewise.
35716         (__sysconf): Include posix-envs.def instead of handling associated
35717         cases directly here.
35718         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35719         preprocessing getconf-speclist.c rather than running getconf or
35720         generating empty file.
35722 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35724         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35726 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35728         [BZ #14672]
35729         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35731 2012-11-16  David S. Miller  <davem@davemloft.net>
35733         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35734         smaller than LDBL_EPSILON/2.0L, just return xm1.
35736 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35738         * elf/tst-array1.c (init): Set constructor priority to 1000.
35739         (fini): Set destructor priority to 1000.
35740         * elf/tst-array2dep.c: Likewise.
35742 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35744         [BZ #11741]
35745         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35746         (_IO_new_file_xsputn): Also return EOF if none of the input
35747         data was written when overflow failed.
35748         * libio/iopadn.c (_IO_padn): Likewise.
35749         * libio/iowpadn.c (_IO_wpadn): Likewise.
35750         * stdio-common/tst-put-error.c: Add copyright notice.
35751         (do_test): Add case for printing padded string.
35752         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35753         _IO_padn returned error.
35754         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35755         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35756         return EOF.
35758 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35760         * libio/libioP.h: Add comment note that the references to C++
35761         bits are now obsolete.
35763 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35765         * math/libm-test.inc (check_complex): Use asprintf.
35767 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35769         * debug/pcprofiledump.c (print_version): Update copyright year.
35770         * malloc/memusagestat.c (print_version): Likewise.
35772 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35774         [BZ #14831]
35775         * elf/Makefile (tests): Add tst-audit8.
35776         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35777         ($(objpfx)tst-audit8.out): New target.
35778         (tst-audit8-ENV): New variable.
35779         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35780         audit if l_reloc_result is NULL.
35781         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35782         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35783         * elf/tst-audit8.c: New file.
35785 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35787         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35788         * misc/Makefile (CFLAGS-select.c): Define.
35789         * posix/Makefile (CFLAGS-pause.c): Define.
35791 2012-11-13  David S. Miller  <davem@davemloft.net>
35793         * crypt/Makefile: Move test targets after toplevel Rules
35794         inclusion.  Grab any necessary sysdep routines when linking.
35795         * crypt/md5.c (md5_process_block): Remove define, we will always
35796         name it __md5_process_block.
35797         (md5_finish_ctx): Update md5_process_block call.
35798         (md5_stream): Likewise.
35799         (md5_process_bytes): Likewise.
35800         (md5_process_block): Rename to __md5_process_block and move to ...
35801         * crypt/md5-block.c: ... here.
35802         * crypt/sha256.c (sha256_process_block): Move to ...
35803         * crypt/sha256-block.c: ... here.
35804         * crypt/sha512.c (sha512_process_block): Move to ...
35805         * crypt/sha512-block.c: ... here.
35806         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35807         path.
35808         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35809         * sysdeps/sparc/sparc64/multiarch/Makefile
35810         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35811         crypt subdir.
35812         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35813         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35814         multiarch changes.
35815         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35816         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35817         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35818         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35819         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35820         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35821         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35822         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35823         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35824         file.
35825         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35826         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35827         file.
35828         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35830 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35832         * timezone/tzselect.ksh: Update from tzcode git revision
35833         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35834         * timezone/zdump.c: Likewise.
35835         * timezone/zic.c: Likewise.
35836         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35837         in TZVERSION setting, not $(PKGVERSION).
35838         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35839         REPORT_BUGS_TO settings.
35841         [BZ #14838]
35842         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35843         macro.
35845 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35847         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35848         detection to immediately after _FP_ROUND().
35849         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35850         bits are 0.
35852 2012-11-11  David S. Miller  <davem@davemloft.net>
35854         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35855         inttypes.h
35856         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35857         __close rather than their public counterparts.
35859 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35861         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35862         file.
35863         [UNIX98] (sem_timedwait): Do not expect.
35864         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35865         [XPG4 || UNIX98] (sockatmark): Do not expect.
35866         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35867         (clock_getcpuclockid): Do not expect.
35868         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35869         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35870         Do not expect.
35871         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35872         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35873         [UNIX98] (vwscanf): Likewise.
35874         [UNIX98] (vswscanf): Likewise.
35876 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35878         * timezone/version.h: Remove file.
35879         * timezone/README: Do not refer to version.h.
35880         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35881         $(objpfx)version.h.
35882         ($(objpfx)zdump.o): Likewise.
35883         ($(objpfx)version.h): New target.
35885         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35886         2012i.
35887         * timezone/README: Don't mention modification to tzselect.ksh.
35888         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35889         work on unmodified tzselect.ksh.  Substitute version numbers in
35890         tzselect.ksh.
35892         * Makefile (format-me): Remove.
35893         (INSTALL): Adjust indentation.  Use commands directly instead of
35894         using $(format-me).
35896         * aclocal.m4 (ACX_PKGVERSION): New macro.
35897         (ACX_BUGURL): Likewise.
35898         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35899         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35900         (REPORT_BUGS_TO): Likewise.
35901         * configure: Regenerated.
35902         * config.h.in (PKGVERSION): New macro.
35903         (REPORT_BUGS_TO): Likewise.
35904         * config.make.in (PKGVERSION): New variable.
35905         (PKGVERSION_TEXI): Likewise.
35906         (REPORT_BUGS_TO): Likewise.
35907         (REPORT_BUGS_TEXI): Likewise.
35908         * Makefile (format-me): Use -I$(common-objpfx)manual.
35909         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35910         ($(common-objpfx)manual/%): New target.
35911         (manual/%): Remove target.
35912         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35913         (print_version): Use PKGVERSION.
35914         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35915         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35916         and REPORT_BUGS_TO.
35917         ($(objpfx)xtrace): Likewise.
35918         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35919         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35920         (print_version): Use PKGVERSION.
35921         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35922         (do_version): Use PKGVERSION.
35923         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35924         REPORT_BUGS_TO.
35925         (common-ldd-rewrite): Likewise.
35926         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35927         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35928         (print_version): Use PKGVERSION.
35929         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35930         * elf/pldd.c (argp_program_bug_address): Remove variable.
35931         (more_help): New function.
35932         (argp): Use more_help.
35933         (print_version): Use PKGVERSION.
35934         * elf/sln.c (main): Use PKGVERSION.
35935         (usage): Use REPORT_BUGS_TO.
35936         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35937         (top level): Use PKGVERSION.
35938         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35939         (print_version): Use PKGVERSION.
35940         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35941         (print_version): Use PKGVERSION.
35942         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35943         (print_version): Use PKGVERSION.
35944         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35945         (print_version): Use PKGVERSION.
35946         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35947         (print_version): Use PKGVERSION.
35948         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35949         (print_version): Use PKGVERSION.
35950         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35951         and BUGURL.
35952         ($(objpfx)memusage): Likewise.
35953         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35954         (do_version): Use PKGVERSION.
35955         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35956         (print_version): Use PKGVERSION.
35957         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35958         ($PKGVERSION): New variable.
35959         ($REPORT_BUGS_TO): Likewise.
35960         (usage): Use $REPORT_BUGS_TO.
35961         (top level): Use $PKGVERSION.
35962         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35963         ($(objpfx)pkgvers.texi): New rule.
35964         ($(objpfx)stamp-pkgvers): Likewise.
35965         * manual/install.texi: Include pkgvers.texi.
35966         (--with-pkgversion): Document new configure option.
35967         (--with-bugurl): Likewise.
35968         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35969         than necessarily for this particular distribution.  Use
35970         REPORT_BUGS_TO for where to report bugs.
35971         * INSTALL: Regenerated.
35972         * manual/libc.texinfo: Include pkgvers.texi.
35973         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35974         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35975         (print_version): Use PKGVERSION.
35976         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35977         (print_version): Use PKGVERSION.
35978         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35979         (print_version): Use PKGVERSION.
35980         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35981         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35982         macro.
35983         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35984         (print_version): Use PKGVERSION.
35985         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35986         (print_version): Use PKGVERSION.
35987         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35988         and PKGVERSION.
35990         * timezone/checktab.awk: Update from tzcode 2012i.
35991         * timezone/ialloc.c: Likewise.
35992         * timezone/private.h: Likewise.
35993         * timezone/scheck.c: Likewise.
35994         * timezone/tzfile.h: Likewise.
35995         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35996         (TZVERSION): Hardcode tzcode version number.
35997         * timezone/zdump.c: Update from tzcode 2012i.
35998         * timezone/zic.c: Likewise.
35999         * timezone/version.h: New file.
36000         * timezone/README: Describe version.h.  Update upstream location.
36002         [BZ #14824]
36003         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36004         (mktemp): Enable declaration.
36005         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36006         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36007         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36008         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36009         Likewise.
36010         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36011         Likewise.
36012         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36013         Likewise.
36014         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36015         Likewise.
36016         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36017         Likewise.
36018         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36019         Likewise.
36021         [BZ #14821]
36022         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36023         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36024         for copies of such integer values.
36025         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36026         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36028 2012-11-09  Andreas Jaeger  <aj@suse.de>
36030         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36031         definitions and declarations that are provided by
36032         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36034 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36036         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36037         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36038         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36039         definition.
36041 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36043         * elf/elf.h: Update comment before AArch64 relocations.
36045 2012-11-07  David S. Miller  <davem@davemloft.net>
36047         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36048         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36049         (__start_context): Declare.
36050         (__makecontext_ret): Delete.
36051         (__makecontext): Hook up __start_context instead of
36052         __makecontext_ret.
36053         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36054         (sysdep_routines): Add __start_context when in stdlib.
36056 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36058         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36059         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36060         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36061         hardcoded "nm".
36062         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36063         (READELF): New variable.  Use it instead of hardcoded "readelf".
36065 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36067         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36068         * sysdeps/x86/Makefile: Here.
36069         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36070         * sysdeps/x86/tst-xmmymm.sh: This.
36072 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36074         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36075         expectations.
36076         [UNIX98] (pthread_barrier_t): Do not expect.
36077         [UNIX98] (pthread_barrierattr_t): Likewise.
36078         [UNIX98] (pthread_spinlock_t): Likewise.
36079         [UNIX98] (pthread_barrier_destroy): Likewise.
36080         [UNIX98] (pthread_barrier_init): Likewise.
36081         [UNIX98] (pthread_barrier_wait): Likewise.
36082         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36083         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36084         [UNIX98] (pthread_barrierattr_init): Likewise.
36085         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36086         [UNIX98] (pthread_getcpuclockid): Likewise.
36087         [UNIX98] (pthread_mutex_timedlock): Likewise.
36088         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36089         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36090         [UNIX98] (pthread_sigmask): Likewise.
36091         [UNIX98] (pthread_spin_destroy): Likewise.
36092         [UNIX98] (pthread_spin_init): Likewise.
36093         [UNIX98] (pthread_spin_lock): Likewise.
36094         [UNIX98] (pthread_spin_trylock): Likewise.
36095         [UNIX98] (pthread_spin_unlock): Likewise.
36096         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36097         Do not expect.
36098         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36099         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36100         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36101         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36102         [XPG3 || XPG4] (pthread_key_t): Likewise.
36103         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36104         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36105         [XPG3 || XPG4] (pthread_once_t): Likewise.
36106         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36107         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36108         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36109         [XPG3 || XPG4] (pthread_t): Likewise.
36111         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36112         not expect.
36113         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36115         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36116         Change function return type to int.
36118         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36119         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36120         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36121         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36122         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36123         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36124         [!POSIX] (posix_madvise): Likewise.
36125         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36126         && !UNIX98].
36127         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36128         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36129         (mode_t): Likewise.
36130         (posix_mem_offset): Likewise.
36131         (posix_typed_mem_get_info): Likewise.
36132         (posix_typed_mem_open): Likewise.
36134         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36135         Change condition to [XOPEN2K8].
36137         * conform/conformtest.pl: Preprocess allow-header data with -x c
36138         instead of from stdin.
36139         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36140         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36141         [C99-based standards] (cerfc): Likewise.
36142         [C99-based standards] (cexp2): Likewise.
36143         [C99-based standards] (cexpm1): Likewise.
36144         [C99-based standards] (clog10): Likewise.
36145         [C99-based standards] (clog1p): Likewise.
36146         [C99-based standards] (clog2): Likewise.
36147         [C99-based standards] (clgamma): Likewise.
36148         [C99-based standards] (ctgamma): Likewise.
36149         [C99-based standards] (cerff): Likewise.
36150         [C99-based standards] (cerfcf): Likewise.
36151         [C99-based standards] (cexp2f): Likewise.
36152         [C99-based standards] (cexpm1f): Likewise.
36153         [C99-based standards] (clog10f): Likewise.
36154         [C99-based standards] (clog1pf): Likewise.
36155         [C99-based standards] (clog2f): Likewise.
36156         [C99-based standards] (clgammaf): Likewise.
36157         [C99-based standards] (ctgammaf): Likewise.
36158         [C99-based standards] (cerfl): Likewise.
36159         [C99-based standards] (cerfcl): Likewise.
36160         [C99-based standards] (cexp2l): Likewise.
36161         [C99-based standards] (cexpm1l): Likewise.
36162         [C99-based standards] (clog10l): Likewise.
36163         [C99-based standards] (clog1pl): Likewise.
36164         [C99-based standards] (clog2l): Likewise.
36165         [C99-based standards] (clgammal): Likewise.
36166         [C99-based standards] (ctgammal): Likewise.
36167         * conform/data/inttypes.h-data [C99-based standards]: Include
36168         stdint.h-data.  Remove all expectations for stdint.h contents.
36169         [C99-based standards] (PRI*): Do not allow.
36170         [C99-based standards] (SCN*): Likewise.
36171         [C99-based standards] (*_t): Likewise.
36172         [C99-based-standards] (PRId8): Expect macro.
36173         [C99-based-standards] (PRIi8): Likewise.
36174         [C99-based-standards] (PRIo8): Likewise.
36175         [C99-based-standards] (PRIu8): Likewise.
36176         [C99-based-standards] (PRIx8): Likewise.
36177         [C99-based-standards] (PRIX8): Likewise.
36178         [C99-based-standards] (SCNd8): Likewise.
36179         [C99-based-standards] (SCNi8): Likewise.
36180         [C99-based-standards] (SCNo8): Likewise.
36181         [C99-based-standards] (SCNu8): Likewise.
36182         [C99-based-standards] (SCNx8): Likewise.
36183         [C99-based-standards] (PRIdLEAST8): Likewise.
36184         [C99-based-standards] (PRIiLEAST8): Likewise.
36185         [C99-based-standards] (PRIoLEAST8): Likewise.
36186         [C99-based-standards] (PRIuLEAST8): Likewise.
36187         [C99-based-standards] (PRIxLEAST8): Likewise.
36188         [C99-based-standards] (PRIXLEAST8): Likewise.
36189         [C99-based-standards] (SCNdLEAST8): Likewise.
36190         [C99-based-standards] (SCNiLEAST8): Likewise.
36191         [C99-based-standards] (SCNoLEAST8): Likewise.
36192         [C99-based-standards] (SCNuLEAST8): Likewise.
36193         [C99-based-standards] (SCNxLEAST8): Likewise.
36194         [C99-based-standards] (PRIdFAST8): Likewise.
36195         [C99-based-standards] (PRIiFAST8): Likewise.
36196         [C99-based-standards] (PRIoFAST8): Likewise.
36197         [C99-based-standards] (PRIuFAST8): Likewise.
36198         [C99-based-standards] (PRIxFAST8): Likewise.
36199         [C99-based-standards] (PRIXFAST8): Likewise.
36200         [C99-based-standards] (SCNdFAST8): Likewise.
36201         [C99-based-standards] (SCNiFAST8): Likewise.
36202         [C99-based-standards] (SCNoFAST8): Likewise.
36203         [C99-based-standards] (SCNuFAST8): Likewise.
36204         [C99-based-standards] (SCNxFAST8): Likewise.
36205         [C99-based-standards] (PRId16): Likewise.
36206         [C99-based-standards] (PRIi16): Likewise.
36207         [C99-based-standards] (PRIo16): Likewise.
36208         [C99-based-standards] (PRIu16): Likewise.
36209         [C99-based-standards] (PRIx16): Likewise.
36210         [C99-based-standards] (PRIX16): Likewise.
36211         [C99-based-standards] (SCNd16): Likewise.
36212         [C99-based-standards] (SCNi16): Likewise.
36213         [C99-based-standards] (SCNo16): Likewise.
36214         [C99-based-standards] (SCNu16): Likewise.
36215         [C99-based-standards] (SCNx16): Likewise.
36216         [C99-based-standards] (PRIdLEAST16): Likewise.
36217         [C99-based-standards] (PRIiLEAST16): Likewise.
36218         [C99-based-standards] (PRIoLEAST16): Likewise.
36219         [C99-based-standards] (PRIuLEAST16): Likewise.
36220         [C99-based-standards] (PRIxLEAST16): Likewise.
36221         [C99-based-standards] (PRIXLEAST16): Likewise.
36222         [C99-based-standards] (SCNdLEAST16): Likewise.
36223         [C99-based-standards] (SCNiLEAST16): Likewise.
36224         [C99-based-standards] (SCNoLEAST16): Likewise.
36225         [C99-based-standards] (SCNuLEAST16): Likewise.
36226         [C99-based-standards] (SCNxLEAST16): Likewise.
36227         [C99-based-standards] (PRIdFAST16): Likewise.
36228         [C99-based-standards] (PRIiFAST16): Likewise.
36229         [C99-based-standards] (PRIoFAST16): Likewise.
36230         [C99-based-standards] (PRIuFAST16): Likewise.
36231         [C99-based-standards] (PRIxFAST16): Likewise.
36232         [C99-based-standards] (PRIXFAST16): Likewise.
36233         [C99-based-standards] (SCNdFAST16): Likewise.
36234         [C99-based-standards] (SCNiFAST16): Likewise.
36235         [C99-based-standards] (SCNoFAST16): Likewise.
36236         [C99-based-standards] (SCNuFAST16): Likewise.
36237         [C99-based-standards] (SCNxFAST16): Likewise.
36238         [C99-based-standards] (PRId32): Likewise.
36239         [C99-based-standards] (PRIi32): Likewise.
36240         [C99-based-standards] (PRIo32): Likewise.
36241         [C99-based-standards] (PRIu32): Likewise.
36242         [C99-based-standards] (PRIx32): Likewise.
36243         [C99-based-standards] (PRIX32): Likewise.
36244         [C99-based-standards] (SCNd32): Likewise.
36245         [C99-based-standards] (SCNi32): Likewise.
36246         [C99-based-standards] (SCNo32): Likewise.
36247         [C99-based-standards] (SCNu32): Likewise.
36248         [C99-based-standards] (SCNx32): Likewise.
36249         [C99-based-standards] (PRIdLEAST32): Likewise.
36250         [C99-based-standards] (PRIiLEAST32): Likewise.
36251         [C99-based-standards] (PRIoLEAST32): Likewise.
36252         [C99-based-standards] (PRIuLEAST32): Likewise.
36253         [C99-based-standards] (PRIxLEAST32): Likewise.
36254         [C99-based-standards] (PRIXLEAST32): Likewise.
36255         [C99-based-standards] (SCNdLEAST32): Likewise.
36256         [C99-based-standards] (SCNiLEAST32): Likewise.
36257         [C99-based-standards] (SCNoLEAST32): Likewise.
36258         [C99-based-standards] (SCNuLEAST32): Likewise.
36259         [C99-based-standards] (SCNxLEAST32): Likewise.
36260         [C99-based-standards] (PRIdFAST32): Likewise.
36261         [C99-based-standards] (PRIiFAST32): Likewise.
36262         [C99-based-standards] (PRIoFAST32): Likewise.
36263         [C99-based-standards] (PRIuFAST32): Likewise.
36264         [C99-based-standards] (PRIxFAST32): Likewise.
36265         [C99-based-standards] (PRIXFAST32): Likewise.
36266         [C99-based-standards] (SCNdFAST32): Likewise.
36267         [C99-based-standards] (SCNiFAST32): Likewise.
36268         [C99-based-standards] (SCNoFAST32): Likewise.
36269         [C99-based-standards] (SCNuFAST32): Likewise.
36270         [C99-based-standards] (SCNxFAST32): Likewise.
36271         [C99-based-standards] (PRId64): Likewise.
36272         [C99-based-standards] (PRIi64): Likewise.
36273         [C99-based-standards] (PRIo64): Likewise.
36274         [C99-based-standards] (PRIu64): Likewise.
36275         [C99-based-standards] (PRIx64): Likewise.
36276         [C99-based-standards] (PRIX64): Likewise.
36277         [C99-based-standards] (SCNd64): Likewise.
36278         [C99-based-standards] (SCNi64): Likewise.
36279         [C99-based-standards] (SCNo64): Likewise.
36280         [C99-based-standards] (SCNu64): Likewise.
36281         [C99-based-standards] (SCNx64): Likewise.
36282         [C99-based-standards] (PRIdLEAST64): Likewise.
36283         [C99-based-standards] (PRIiLEAST64): Likewise.
36284         [C99-based-standards] (PRIoLEAST64): Likewise.
36285         [C99-based-standards] (PRIuLEAST64): Likewise.
36286         [C99-based-standards] (PRIxLEAST64): Likewise.
36287         [C99-based-standards] (PRIXLEAST64): Likewise.
36288         [C99-based-standards] (SCNdLEAST64): Likewise.
36289         [C99-based-standards] (SCNiLEAST64): Likewise.
36290         [C99-based-standards] (SCNoLEAST64): Likewise.
36291         [C99-based-standards] (SCNuLEAST64): Likewise.
36292         [C99-based-standards] (SCNxLEAST64): Likewise.
36293         [C99-based-standards] (PRIdFAST64): Likewise.
36294         [C99-based-standards] (PRIiFAST64): Likewise.
36295         [C99-based-standards] (PRIoFAST64): Likewise.
36296         [C99-based-standards] (PRIuFAST64): Likewise.
36297         [C99-based-standards] (PRIxFAST64): Likewise.
36298         [C99-based-standards] (PRIXFAST64): Likewise.
36299         [C99-based-standards] (SCNdFAST64): Likewise.
36300         [C99-based-standards] (SCNiFAST64): Likewise.
36301         [C99-based-standards] (SCNoFAST64): Likewise.
36302         [C99-based-standards] (SCNuFAST64): Likewise.
36303         [C99-based-standards] (SCNxFAST64): Likewise.
36304         [C99-based-standards] (PRIdMAX): Likewise.
36305         [C99-based-standards] (PRIiMAX): Likewise.
36306         [C99-based-standards] (PRIoMAX): Likewise.
36307         [C99-based-standards] (PRIuMAX): Likewise.
36308         [C99-based-standards] (PRIxMAX): Likewise.
36309         [C99-based-standards] (PRIXMAX): Likewise.
36310         [C99-based-standards] (SCNdMAX): Likewise.
36311         [C99-based-standards] (SCNiMAX): Likewise.
36312         [C99-based-standards] (SCNoMAX): Likewise.
36313         [C99-based-standards] (SCNuMAX): Likewise.
36314         [C99-based-standards] (SCNxMAX): Likewise.
36315         [C99-based-standards] (PRIdPTR): Likewise.
36316         [C99-based-standards] (PRIiPTR): Likewise.
36317         [C99-based-standards] (PRIoPTR): Likewise.
36318         [C99-based-standards] (PRIuPTR): Likewise.
36319         [C99-based-standards] (PRIxPTR): Likewise.
36320         [C99-based-standards] (PRIXPTR): Likewise.
36321         [C99-based-standards] (SCNdPTR): Likewise.
36322         [C99-based-standards] (SCNiPTR): Likewise.
36323         [C99-based-standards] (SCNoPTR): Likewise.
36324         [C99-based-standards] (SCNuPTR): Likewise.
36325         [C99-based-standards] (SCNxPTR): Likewise.
36326         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36327         allow.
36328         * conform/data/stdint.h-data: Update comments to clarify
36329         requirements.
36330         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36331         type.
36332         [C99-based standards] (INT8_MAX): Likewise.
36333         [C99-based standards] (INT16_MIN): Likewise.
36334         [C99-based standards] (INT16_MAX): Likewise.
36335         [C99-based standards] (INT32_MIN): Likewise.
36336         [C99-based standards] (INT32_MAX): Likewise.
36337         [C99-based standards] (INT64_MIN): Likewise.
36338         [C99-based standards] (INT64_MAX): Likewise.
36339         [C99-based standards] (UINT8_MAX): Likewise.
36340         [C99-based standards] (UINT16_MAX): Likewise.
36341         [C99-based standards] (UINT32_MAX): Likewise.
36342         [C99-based standards] (UINT64_MAX): Likewise.
36343         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36344         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36345         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36346         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36347         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36348         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36349         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36350         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36351         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36352         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36353         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36354         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36355         [C99-based standards] (INT_FAST8_MIN): Likewise.
36356         [C99-based standards] (INT_FAST8_MAX): Likewise.
36357         [C99-based standards] (INT_FAST16_MIN): Likewise.
36358         [C99-based standards] (INT_FAST16_MAX): Likewise.
36359         [C99-based standards] (INT_FAST32_MIN): Likewise.
36360         [C99-based standards] (INT_FAST32_MAX): Likewise.
36361         [C99-based standards] (INT_FAST64_MIN): Likewise.
36362         [C99-based standards] (INT_FAST64_MAX): Likewise.
36363         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36364         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36365         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36366         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36367         [C99-based standards] (INTPTR_MIN): Likewise.
36368         [C99-based standards] (INTPTR_MAX): Likewise.
36369         [C99-based standards] (UINTPTR_MAX): Likewise.
36370         [C99-based standards] (INTMAX_MIN): Likewise.
36371         [C99-based standards] (INTMAX_MAX): Likewise.
36372         [C99-based standards] (UINTMAX_MAX): Likewise.
36373         [C99-based standards] (PTRDIFF_MIN): Likewise.
36374         [C99-based standards] (PTRDIFF_MAX): Likewise.
36375         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36376         [C99-based standards] (SIZE_MAX): Likewise.
36377         [C99-based standards] (WCHAR_MAX): Likewise.
36378         [C99-based standards] (WINT_MAX): Likewise.
36379         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36380         constraint on value.
36381         [C99-based standards] (WCHAR_MIN): Likewise.
36382         [C99-based standards] (WINT_MIN): Likewise.
36383         [C99-based standards] (*_t): Allow.
36384         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36385         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36386         Include math.h-data and complex.h-data.  Remove all expectations
36387         of math.h and complex.h contents.
36388         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36389         at end of line.
36390         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36391         (struct tm): Expect tag.
36392         [C99-based-standards] (wcstof): Expect function.
36393         [C99-based-standards] (wcstold): Likewise.
36394         [C99-based-standards] (wcstoll): Likewise.
36395         [C99-based-standards] (wcstoull): Likewise.
36396         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36397         macro-int-constant.  Specify type.
36398         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36399         constraint on value.
36400         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36401         Specify type.
36402         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36403         Specify value.
36404         [ISO C standards]: Do not allow headers.
36405         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36406         wcs[abcdefghijklmnopqrstuvwxyz]*.
36407         [ISO C standards] (*_t): Do not allow.
36408         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36409         Expect function.
36410         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36411         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36412         Specify type.
36413         [ISO C standards]: Do not allow headers.
36414         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36415         is[abcdefghijklmnopqrstuvwxyz]*.
36416         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36417         to[abcdefghijklmnopqrstuvwxyz]*.
36418         [ISO C standards] (*_t): Do not allow.
36419         * conform/data/stdalign.h-data: New file.
36420         * conform/data/stdbool.h-data: Likewise.
36421         * conform/data/stdnoreturn.h-data: Likewise.
36423 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36425         [BZ #14815]
36426         * manual/filesys.texi (Directory Entries): Typo fix.
36427         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36429 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36431         * elf/elf.h (EM_AARCH64): New macro.
36432         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36433         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36434         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36435         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36436         (R_AARCH64_TLSDESC): Likewise.
36437         (NT_ARM_TLS): Likewise.
36438         (NT_ARM_HW_BREAK): Likewise.
36439         (NT_ARM_HW_WATCH): Likewise.
36441 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36443         [BZ #14811]
36444         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36445         (__ieee754_powl): Saturate nonzero exponents with absolute value
36446         below 0x1p-79 to +/- 0x1p-79.
36447         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36448         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36449         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36450         nonzero exponents with absolute value below 0x1p-32 to +/-
36451         0x1p-32.
36452         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36453         (__ieee754_powl): Saturate nonzero exponents with absolute value
36454         below 0x1p-79 to +/- 0x1p-79.
36455         * math/libm-test.inc (pow_test): Add more tests.
36457 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36459         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36460         _dl_s390_cap_flags with kernel. Increase string length.
36461         (_dl_s390_platforms): Add z196 and zEC12.
36463 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36465         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36466         Change XOPEN21K to XOPEN2K.
36468 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36470         * string/memmove.c: Use memcpy when possible.
36472 2012-11-06  Andreas Jaeger  <aj@suse.de>
36474         * po/eo.po: Update from translation team.
36476 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36478         [BZ #14793]
36479         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36480         exponent and small x and y exponents, scale x or y up.  Increase
36481         by 2 the exponent used in scaling up.
36482         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36483         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36484         * math/libm-test.inc (fma_test): Add more tests.
36485         (fma_test_towardzero): Likewise.
36486         (fma_test_downward): Likewise.
36487         (fma_test_upward): Likewise.
36489 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36491         [BZ #14805]
36492         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36493         fenv_t *.
36495         [BZ #14801]
36496         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36497         namespace for names of struct fields.
36498         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36499         fenv_t fields.
36500         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36501         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36503 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36505         [BZ #3665]
36506         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36508 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36510         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36511         PTR_DEMANGLE.
36513         [BZ #5246]
36514         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36515         PTR_DEMANGLE.
36517 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36519         [BZ #14797]
36520         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36521         definitely overflow as x * y not x * y + z.
36522         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36523         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36524         * math/libm-test.inc (fma_test): Add more tests.
36525         (fma_test_towardzero): Likewise.
36526         (fma_test_downward): Likewise.
36527         (fma_test_upward): Likewise.
36529 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36531         [BZ #157]
36533         * include/stub-tag.h: Remove file.
36534         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36535         '#include' of it.
36536         * manual/maint.texi (Porting): Don't reference it.
36537         * Makerules ($(objpfx)stubs): Likewise.
36538         * dirent/closedir.c: Don't include <stub-tag.h>.
36539         * dirent/dirfd.c: Likewise.
36540         * dirent/fdopendir.c: Likewise.
36541         * dirent/getdents.c: Likewise.
36542         * dirent/getdents64.c: Likewise.
36543         * dirent/opendir.c: Likewise.
36544         * dirent/readdir.c: Likewise.
36545         * dirent/readdir64.c: Likewise.
36546         * dirent/readdir64_r.c: Likewise.
36547         * dirent/readdir_r.c: Likewise.
36548         * dirent/rewinddir.c: Likewise.
36549         * dirent/seekdir.c: Likewise.
36550         * dirent/telldir.c: Likewise.
36551         * gmon/profil.c: Likewise.
36552         * grp/setgroups.c: Likewise.
36553         * inet/if_index.c: Likewise.
36554         * io/access.c: Likewise.
36555         * io/chdir.c: Likewise.
36556         * io/chmod.c: Likewise.
36557         * io/chown.c: Likewise.
36558         * io/close.c: Likewise.
36559         * io/dup.c: Likewise.
36560         * io/dup2.c: Likewise.
36561         * io/dup3.c: Likewise.
36562         * io/euidaccess.c: Likewise.
36563         * io/faccessat.c: Likewise.
36564         * io/fchdir.c: Likewise.
36565         * io/fchmod.c: Likewise.
36566         * io/fchmodat.c: Likewise.
36567         * io/fchown.c: Likewise.
36568         * io/fchownat.c: Likewise.
36569         * io/fcntl.c: Likewise.
36570         * io/flock.c: Likewise.
36571         * io/fstatfs.c: Likewise.
36572         * io/fstatfs64.c: Likewise.
36573         * io/fstatvfs.c: Likewise.
36574         * io/fstatvfs64.c: Likewise.
36575         * io/futimens.c: Likewise.
36576         * io/fxstat.c: Likewise.
36577         * io/fxstat64.c: Likewise.
36578         * io/fxstatat.c: Likewise.
36579         * io/fxstatat64.c: Likewise.
36580         * io/getcwd.c: Likewise.
36581         * io/isatty.c: Likewise.
36582         * io/lchmod.c: Likewise.
36583         * io/lchown.c: Likewise.
36584         * io/link.c: Likewise.
36585         * io/linkat.c: Likewise.
36586         * io/lseek.c: Likewise.
36587         * io/lseek64.c: Likewise.
36588         * io/lxstat64.c: Likewise.
36589         * io/mkdir.c: Likewise.
36590         * io/mkdirat.c: Likewise.
36591         * io/mkfifo.c: Likewise.
36592         * io/mkfifoat.c: Likewise.
36593         * io/open.c: Likewise.
36594         * io/open64.c: Likewise.
36595         * io/openat.c: Likewise.
36596         * io/openat64.c: Likewise.
36597         * io/pipe.c: Likewise.
36598         * io/pipe2.c: Likewise.
36599         * io/poll.c: Likewise.
36600         * io/posix_fadvise.c: Likewise.
36601         * io/posix_fadvise64.c: Likewise.
36602         * io/posix_fallocate.c: Likewise.
36603         * io/posix_fallocate64.c: Likewise.
36604         * io/read.c: Likewise.
36605         * io/readlink.c: Likewise.
36606         * io/readlinkat.c: Likewise.
36607         * io/rmdir.c: Likewise.
36608         * io/sendfile.c: Likewise.
36609         * io/sendfile64.c: Likewise.
36610         * io/statfs.c: Likewise.
36611         * io/statfs64.c: Likewise.
36612         * io/statvfs.c: Likewise.
36613         * io/statvfs64.c: Likewise.
36614         * io/symlink.c: Likewise.
36615         * io/symlinkat.c: Likewise.
36616         * io/ttyname.c: Likewise.
36617         * io/ttyname_r.c: Likewise.
36618         * io/umask.c: Likewise.
36619         * io/unlink.c: Likewise.
36620         * io/unlinkat.c: Likewise.
36621         * io/utime.c: Likewise.
36622         * io/utimensat.c: Likewise.
36623         * io/write.c: Likewise.
36624         * io/xmknod.c: Likewise.
36625         * io/xmknodat.c: Likewise.
36626         * io/xstat.c: Likewise.
36627         * io/xstat64.c: Likewise.
36628         * login/getpt.c: Likewise.
36629         * login/grantpt.c: Likewise.
36630         * login/unlockpt.c: Likewise.
36631         * math/e_acoshl.c: Likewise.
36632         * math/e_acosl.c: Likewise.
36633         * math/e_asinl.c: Likewise.
36634         * math/e_atan2l.c: Likewise.
36635         * math/e_atanhl.c: Likewise.
36636         * math/e_coshl.c: Likewise.
36637         * math/e_expl.c: Likewise.
36638         * math/e_fmodl.c: Likewise.
36639         * math/e_gammal_r.c: Likewise.
36640         * math/e_hypotl.c: Likewise.
36641         * math/e_j0l.c: Likewise.
36642         * math/e_j1l.c: Likewise.
36643         * math/e_jnl.c: Likewise.
36644         * math/e_lgammal_r.c: Likewise.
36645         * math/e_log10l.c: Likewise.
36646         * math/e_log2l.c: Likewise.
36647         * math/e_logl.c: Likewise.
36648         * math/e_powl.c: Likewise.
36649         * math/e_rem_pio2l.c: Likewise.
36650         * math/e_sinhl.c: Likewise.
36651         * math/e_sqrtl.c: Likewise.
36652         * math/fclrexcpt.c: Likewise.
36653         * math/fedisblxcpt.c: Likewise.
36654         * math/feenablxcpt.c: Likewise.
36655         * math/fegetenv.c: Likewise.
36656         * math/fegetexcept.c: Likewise.
36657         * math/fegetround.c: Likewise.
36658         * math/feholdexcpt.c: Likewise.
36659         * math/fesetenv.c: Likewise.
36660         * math/fesetround.c: Likewise.
36661         * math/feupdateenv.c: Likewise.
36662         * math/fgetexcptflg.c: Likewise.
36663         * math/fraiseexcpt.c: Likewise.
36664         * math/fsetexcptflg.c: Likewise.
36665         * math/ftestexcept.c: Likewise.
36666         * math/k_cosl.c: Likewise.
36667         * math/k_rem_pio2l.c: Likewise.
36668         * math/k_sinl.c: Likewise.
36669         * math/k_tanl.c: Likewise.
36670         * math/s_asinhl.c: Likewise.
36671         * math/s_atanl.c: Likewise.
36672         * math/s_cbrtl.c: Likewise.
36673         * math/s_erfl.c: Likewise.
36674         * math/s_expm1l.c: Likewise.
36675         * math/s_log1pl.c: Likewise.
36676         * math/s_tanhl.c: Likewise.
36677         * misc/acct.c: Likewise.
36678         * misc/brk.c: Likewise.
36679         * misc/chflags.c: Likewise.
36680         * misc/chroot.c: Likewise.
36681         * misc/fchflags.c: Likewise.
36682         * misc/fgetxattr.c: Likewise.
36683         * misc/flistxattr.c: Likewise.
36684         * misc/fremovexattr.c: Likewise.
36685         * misc/fsetxattr.c: Likewise.
36686         * misc/fsync.c: Likewise.
36687         * misc/ftruncate.c: Likewise.
36688         * misc/futimes.c: Likewise.
36689         * misc/futimesat.c: Likewise.
36690         * misc/getdomain.c: Likewise.
36691         * misc/getdtsz.c: Likewise.
36692         * misc/gethostid.c: Likewise.
36693         * misc/gethostname.c: Likewise.
36694         * misc/getloadavg.c: Likewise.
36695         * misc/getpagesize.c: Likewise.
36696         * misc/getsysstats.c: Likewise.
36697         * misc/getxattr.c: Likewise.
36698         * misc/gtty.c: Likewise.
36699         * misc/ioctl.c: Likewise.
36700         * misc/lgetxattr.c: Likewise.
36701         * misc/listxattr.c: Likewise.
36702         * misc/llistxattr.c: Likewise.
36703         * misc/lremovexattr.c: Likewise.
36704         * misc/lsetxattr.c: Likewise.
36705         * misc/lutimes.c: Likewise.
36706         * misc/madvise.c: Likewise.
36707         * misc/mincore.c: Likewise.
36708         * misc/mlock.c: Likewise.
36709         * misc/mlockall.c: Likewise.
36710         * misc/mmap.c: Likewise.
36711         * misc/mprotect.c: Likewise.
36712         * misc/msync.c: Likewise.
36713         * misc/munlock.c: Likewise.
36714         * misc/munlockall.c: Likewise.
36715         * misc/munmap.c: Likewise.
36716         * misc/preadv.c: Likewise.
36717         * misc/preadv64.c: Likewise.
36718         * misc/ptrace.c: Likewise.
36719         * misc/pwritev.c: Likewise.
36720         * misc/pwritev64.c: Likewise.
36721         * misc/readv.c: Likewise.
36722         * misc/reboot.c: Likewise.
36723         * misc/remap_file_pages.c: Likewise.
36724         * misc/removexattr.c: Likewise.
36725         * misc/revoke.c: Likewise.
36726         * misc/select.c: Likewise.
36727         * misc/setdomain.c: Likewise.
36728         * misc/setegid.c: Likewise.
36729         * misc/seteuid.c: Likewise.
36730         * misc/sethostid.c: Likewise.
36731         * misc/sethostname.c: Likewise.
36732         * misc/setregid.c: Likewise.
36733         * misc/setreuid.c: Likewise.
36734         * misc/setxattr.c: Likewise.
36735         * misc/sstk.c: Likewise.
36736         * misc/stty.c: Likewise.
36737         * misc/swapoff.c: Likewise.
36738         * misc/swapon.c: Likewise.
36739         * misc/sync.c: Likewise.
36740         * misc/syncfs.c: Likewise.
36741         * misc/syscall.c: Likewise.
36742         * misc/truncate.c: Likewise.
36743         * misc/ualarm.c: Likewise.
36744         * misc/usleep.c: Likewise.
36745         * misc/ustat.c: Likewise.
36746         * misc/utimes.c: Likewise.
36747         * misc/vhangup.c: Likewise.
36748         * misc/writev.c: Likewise.
36749         * posix/_exit.c: Likewise.
36750         * posix/alarm.c: Likewise.
36751         * posix/execve.c: Likewise.
36752         * posix/fexecve.c: Likewise.
36753         * posix/fork.c: Likewise.
36754         * posix/fpathconf.c: Likewise.
36755         * posix/getaddrinfo.c: Likewise.
36756         * posix/getegid.c: Likewise.
36757         * posix/geteuid.c: Likewise.
36758         * posix/getgid.c: Likewise.
36759         * posix/getgroups.c: Likewise.
36760         * posix/getlogin.c: Likewise.
36761         * posix/getlogin_r.c: Likewise.
36762         * posix/getpgid.c: Likewise.
36763         * posix/getpid.c: Likewise.
36764         * posix/getppid.c: Likewise.
36765         * posix/getresgid.c: Likewise.
36766         * posix/getresuid.c: Likewise.
36767         * posix/getsid.c: Likewise.
36768         * posix/getuid.c: Likewise.
36769         * posix/glob64.c: Likewise.
36770         * posix/nanosleep.c: Likewise.
36771         * posix/pathconf.c: Likewise.
36772         * posix/pause.c: Likewise.
36773         * posix/posix_madvise.c: Likewise.
36774         * posix/pread.c: Likewise.
36775         * posix/pread64.c: Likewise.
36776         * posix/pwrite.c: Likewise.
36777         * posix/pwrite64.c: Likewise.
36778         * posix/sched_getaffinity.c: Likewise.
36779         * posix/sched_getp.c: Likewise.
36780         * posix/sched_gets.c: Likewise.
36781         * posix/sched_primax.c: Likewise.
36782         * posix/sched_primin.c: Likewise.
36783         * posix/sched_rr_gi.c: Likewise.
36784         * posix/sched_setaffinity.c: Likewise.
36785         * posix/sched_setp.c: Likewise.
36786         * posix/sched_sets.c: Likewise.
36787         * posix/sched_yield.c: Likewise.
36788         * posix/setgid.c: Likewise.
36789         * posix/setlogin.c: Likewise.
36790         * posix/setpgid.c: Likewise.
36791         * posix/setresgid.c: Likewise.
36792         * posix/setresuid.c: Likewise.
36793         * posix/setsid.c: Likewise.
36794         * posix/setuid.c: Likewise.
36795         * posix/sleep.c: Likewise.
36796         * posix/spawni.c: Likewise.
36797         * posix/sysconf.c: Likewise.
36798         * posix/times.c: Likewise.
36799         * posix/wait.c: Likewise.
36800         * posix/wait3.c: Likewise.
36801         * posix/wait4.c: Likewise.
36802         * posix/waitpid.c: Likewise.
36803         * resolv/gai_sigqueue.c: Likewise.
36804         * resource/getpriority.c: Likewise.
36805         * resource/getrlimit.c: Likewise.
36806         * resource/getrusage.c: Likewise.
36807         * resource/nice.c: Likewise.
36808         * resource/setpriority.c: Likewise.
36809         * resource/setrlimit.c: Likewise.
36810         * resource/ulimit.c: Likewise.
36811         * rt/aio_cancel.c: Likewise.
36812         * rt/aio_fsync.c: Likewise.
36813         * rt/aio_read.c: Likewise.
36814         * rt/aio_sigqueue.c: Likewise.
36815         * rt/aio_suspend.c: Likewise.
36816         * rt/aio_write.c: Likewise.
36817         * rt/clock_getres.c: Likewise.
36818         * rt/clock_gettime.c: Likewise.
36819         * rt/clock_nanosleep.c: Likewise.
36820         * rt/clock_settime.c: Likewise.
36821         * rt/lio_listio.c: Likewise.
36822         * rt/mq_close.c: Likewise.
36823         * rt/mq_getattr.c: Likewise.
36824         * rt/mq_notify.c: Likewise.
36825         * rt/mq_open.c: Likewise.
36826         * rt/mq_receive.c: Likewise.
36827         * rt/mq_send.c: Likewise.
36828         * rt/mq_setattr.c: Likewise.
36829         * rt/mq_timedreceive.c: Likewise.
36830         * rt/mq_timedsend.c: Likewise.
36831         * rt/mq_unlink.c: Likewise.
36832         * rt/shm_open.c: Likewise.
36833         * rt/shm_unlink.c: Likewise.
36834         * rt/timer_create.c: Likewise.
36835         * rt/timer_delete.c: Likewise.
36836         * rt/timer_getoverr.c: Likewise.
36837         * rt/timer_gettime.c: Likewise.
36838         * rt/timer_settime.c: Likewise.
36839         * setjmp/__longjmp.c: Likewise.
36840         * setjmp/setjmp.c: Likewise.
36841         * signal/kill.c: Likewise.
36842         * signal/killpg.c: Likewise.
36843         * signal/raise.c: Likewise.
36844         * signal/sigaction.c: Likewise.
36845         * signal/sigaltstack.c: Likewise.
36846         * signal/sigblock.c: Likewise.
36847         * signal/sigignore.c: Likewise.
36848         * signal/sigintr.c: Likewise.
36849         * signal/signal.c: Likewise.
36850         * signal/sigpause.c: Likewise.
36851         * signal/sigpending.c: Likewise.
36852         * signal/sigqueue.c: Likewise.
36853         * signal/sigreturn.c: Likewise.
36854         * signal/sigset.c: Likewise.
36855         * signal/sigsetmask.c: Likewise.
36856         * signal/sigstack.c: Likewise.
36857         * signal/sigsuspend.c: Likewise.
36858         * signal/sigtimedwait.c: Likewise.
36859         * signal/sigvec.c: Likewise.
36860         * signal/sigwait.c: Likewise.
36861         * signal/sigwaitinfo.c: Likewise.
36862         * signal/sysv_signal.c: Likewise.
36863         * socket/accept.c: Likewise.
36864         * socket/accept4.c: Likewise.
36865         * socket/bind.c: Likewise.
36866         * socket/connect.c: Likewise.
36867         * socket/getpeername.c: Likewise.
36868         * socket/getsockname.c: Likewise.
36869         * socket/getsockopt.c: Likewise.
36870         * socket/isfdtype.c: Likewise.
36871         * socket/listen.c: Likewise.
36872         * socket/recv.c: Likewise.
36873         * socket/recvfrom.c: Likewise.
36874         * socket/recvmsg.c: Likewise.
36875         * socket/send.c: Likewise.
36876         * socket/sendmsg.c: Likewise.
36877         * socket/sendto.c: Likewise.
36878         * socket/setsockopt.c: Likewise.
36879         * socket/shutdown.c: Likewise.
36880         * socket/sockatmark.c: Likewise.
36881         * socket/socket.c: Likewise.
36882         * socket/socketpair.c: Likewise.
36883         * stdio-common/ctermid.c: Likewise.
36884         * stdio-common/cuserid.c: Likewise.
36885         * stdio-common/remove.c: Likewise.
36886         * stdio-common/rename.c: Likewise.
36887         * stdio-common/renameat.c: Likewise.
36888         * stdio-common/tempname.c: Likewise.
36889         * stdlib/getcontext.c: Likewise.
36890         * stdlib/makecontext.c: Likewise.
36891         * stdlib/setcontext.c: Likewise.
36892         * stdlib/swapcontext.c: Likewise.
36893         * stdlib/system.c: Likewise.
36894         * streams/fattach.c: Likewise.
36895         * streams/fdetach.c: Likewise.
36896         * streams/getmsg.c: Likewise.
36897         * streams/getpmsg.c: Likewise.
36898         * streams/putmsg.c: Likewise.
36899         * streams/putpmsg.c: Likewise.
36900         * sysdeps/unix/bsd/getpt.c: Likewise.
36901         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36902         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36903         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36905         Likewise.
36906         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36907         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36908         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36909         * sysvipc/msgctl.c: Likewise.
36910         * sysvipc/msgget.c: Likewise.
36911         * sysvipc/msgrcv.c: Likewise.
36912         * sysvipc/msgsnd.c: Likewise.
36913         * sysvipc/semctl.c: Likewise.
36914         * sysvipc/semget.c: Likewise.
36915         * sysvipc/semop.c: Likewise.
36916         * sysvipc/semtimedop.c: Likewise.
36917         * sysvipc/shmat.c: Likewise.
36918         * sysvipc/shmctl.c: Likewise.
36919         * sysvipc/shmdt.c: Likewise.
36920         * sysvipc/shmget.c: Likewise.
36921         * termios/tcdrain.c: Likewise.
36922         * termios/tcflow.c: Likewise.
36923         * termios/tcflush.c: Likewise.
36924         * termios/tcgetattr.c: Likewise.
36925         * termios/tcgetpgrp.c: Likewise.
36926         * termios/tcsendbrk.c: Likewise.
36927         * termios/tcsetattr.c: Likewise.
36928         * termios/tcsetpgrp.c: Likewise.
36929         * time/adjtime.c: Likewise.
36930         * time/clock.c: Likewise.
36931         * time/getitimer.c: Likewise.
36932         * time/gettimeofday.c: Likewise.
36933         * time/setitimer.c: Likewise.
36934         * time/settimeofday.c: Likewise.
36935         * time/stime.c: Likewise.
36936         * time/time.c: Likewise.
36938 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36940         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36941         /usr/old/bin.
36943         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36944         instead of spaces.
36945         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36947 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36949         [BZ #14796]
36950         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36951         FE_TONEAREST before applying Dekker multiplication and Knuth
36952         addition.  Clear inexact exceptions and check for exact zero
36953         results afterwards.
36954         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36955         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36956         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36957         * math/libm-test.inc (fma_test): Add more tests.
36958         (fma_test_towardzero): Likewise.
36959         (fma_test_downward): Likewise.
36960         (fma_test_upward): Likewise.
36961         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36962         function.
36963         (libc_fesetround): New macro.
36964         (libc_fesetroundf): Likewise.
36965         (libc_fesetroundl): Likewise.
36966         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36967         function.
36968         (libc_fesetround_387): Likewise.
36969         (libc_fesetroundf): New macro.
36970         (libc_fesetround): Likewise.
36971         (libc_fesetroundl): Likewise.
36972         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36973         function.
36974         (libc_fesetroundf): New macro.
36975         (libc_fesetround): Likewise.
36976         (libc_fesetroundl): Likewise.
36977         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36978         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36979         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36980         libm_hidden_ver.
36981         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36982         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36983         libm_hidden_def.
36984         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36985         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36986         libm_hidden_ver.
36987         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36988         libm_hidden_def.
36990         [BZ #3439]
36991         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36992         integer constant usable in #if and use that to give value to enum
36993         constant.
36994         (FE_DIVBYZERO): Likewise.
36995         (FE_UNDERFLOW): Likewise.
36996         (FE_OVERFLOW): Likewise.
36997         (FE_INVALID): Likewise.
36998         (FE_INVALID_SNAN): Likewise.
36999         (FE_INVALID_ISI): Likewise.
37000         (FE_INVALID_IDI): Likewise.
37001         (FE_INVALID_ZDZ): Likewise.
37002         (FE_INVALID_IMZ): Likewise.
37003         (FE_INVALID_COMPARE): Likewise.
37004         (FE_INVALID_SOFTWARE): Likewise.
37005         (FE_INVALID_SQRT): Likewise.
37006         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37007         (FE_TONEAREST): Likewise.
37008         (FE_TOWARDZERO): Likewise.
37009         (FE_UPWARD): Likewise.
37010         (FE_DOWNWARD): Likewise.
37011         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37012         (FE_DIVBYZERO): Likewise.
37013         (FE_OVERFLOW): Likewise.
37014         (FE_UNDERFLOW): Likewise.
37015         (FE_INEXACT): Likewise.
37016         (FE_TONEAREST): Likewise.
37017         (FE_DOWNWARD): Likewise.
37018         (FE_UPWARD): Likewise.
37019         (FE_TOWARDZERO): Likewise.
37020         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37021         (FE_UNDERFLOW): Likewise.
37022         (FE_OVERFLOW): Likewise.
37023         (FE_DIVBYZERO): Likewise.
37024         (FE_INVALID): Likewise.
37025         (FE_TONEAREST): Likewise.
37026         (FE_TOWARDZERO): Likewise.
37027         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37028         (FE_OVERFLOW): Likewise.
37029         (FE_UNDERFLOW): Likewise.
37030         (FE_DIVBYZERO): Likewise.
37031         (FE_INEXACT): Likewise.
37032         (FE_TONEAREST): Likewise.
37033         (FE_TOWARDZERO): Likewise.
37034         (FE_UPWARD): Likewise.
37035         (FE_DOWNWARD): Likewise.
37036         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37037         (FE_DIVBYZERO): Likewise.
37038         (FE_OVERFLOW): Likewise.
37039         (FE_UNDERFLOW): Likewise.
37040         (FE_INEXACT): Likewise.
37041         (FE_TONEAREST): Likewise.
37042         (FE_DOWNWARD): Likewise.
37043         (FE_UPWARD): Likewise.
37044         (FE_TOWARDZERO): Likewise.
37046 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37048         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37050 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37052         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37053         commands.  Quote $PWD.
37054         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37055         -x" by "export".
37056         (remove_newlines): Remove.
37058 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37060         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37061         * stdlib/stdlib.h (atof): Moved to ...
37062         * include/bits/stdlib-float.h: Here.  New file.
37063         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37064         * stdlib/bits/stdlib-float.h: New file.
37065         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37066         -mno-sse -mno-mmx.
37067         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37068         <xmmintrin.h>.
37070 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37072         * conform/conformtest.pl (@headers): Add fenv.h.
37073         * conform/data/fenv.h-data: New file.
37074         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37075         include of <math/fenv.h>.
37077         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37078         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37079         && !UNIX98].  Enables tests for XOPEN2K8.
37080         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37081         POSIX2008]: Likewise.
37083         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37084         (struct rusage): Do not expect type or its members.
37086         [BZ #3439]
37087         * math/math.h (FP_NAN): Define macro to integer constant usable in
37088         #if and use that to give value to enum constant.
37089         (FP_INFINITE): Likewise.
37090         (FP_ZERO): Likewise.
37091         (FP_SUBNORMAL): Likewise.
37092         (FP_NORMAL): Likewise.
37094 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37096         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37097         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37098         arguments.
37100 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37102         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37103         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37104         autoconf-time if not.
37105         * configure.in: Remove AC_PREREQ.
37107 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37109         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37110         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37111         of the internal implementation.
37113 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37115         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37116         except include of <misc/sys/syslog.h>.
37118 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37120         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37121         function returns with a NULL context exit with zero.
37123 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37125         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37127 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37129         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37130         (run_program_cmd): This.
37131         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37132         (tst_langinfo): New variable.  Use it.
37134 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37136         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37137         floating point opcodes.
37139 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37141         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37142         variable.
37144         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37146         * sysdeps/mach/hurd/powerpc: Remove directory.
37147         * sysdeps/mach/powerpc: Likewise.
37149 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37151         * scripts/check-local-headers.sh: Ignore c++ headers.
37153 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37155         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37156         __libc_cleanup_region_start argument.
37158 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37160         [BZ #14784]
37161         [BZ #14785]
37162         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37163         x * y using scaling, not as x * y + z.
37164         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37165         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37166         * math/libm-test.inc (fma_test): Add more tests.
37167         (fma_test_towardzero): Likewise.
37168         (fma_test_downward): Likewise.
37169         (fma_test_upward): Likewise.
37171 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37173         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37175 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37177         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37178         New variable.
37180 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37182         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37184 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37187         Fix sort order.
37188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37189         Likewise.
37191 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37194         Fix the order of the list for glibc 2.17.
37195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37196         Likewise.
37198 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37200         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37202 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37204         [BZ #14610]
37205         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37206         for low part of x being zero before using __atanl (y).
37207         * math/libm-test.inc (atan2_test): Add another test.
37209         * manual/install.texi (Configuring and compiling): Document
37210         general use of test-wrapper and test-wrapper-env.
37211         * INSTALL: Regenerated.
37213         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37214         (__fma): Do not extract and scale down low bits on after-rounding
37215         systems when result rounded to normal precision would have normal
37216         exponent.
37217         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37218         (__fmal): Do not extract and scale down low bits on after-rounding
37219         systems when result rounded to normal precision would have normal
37220         exponent.
37221         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37222         (__fmal): Do not extract and scale down low bits on after-rounding
37223         systems when result rounded to normal precision would have normal
37224         exponent.
37225         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37226         macro.
37227         (fma_test): Add more tests.
37228         (fma_test_towardzero): Likewise.
37229         (fma_test_downward): Likewise.
37230         (fma_test_upward): Likewise.
37232 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37234         * sysdeps/i386/tininess.h: Renamed to ...
37235         * sysdeps/x86/tininess.h: This.
37236         * sysdeps/x86_64/tininess.h: Removed.
37238 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37240         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37241         input.  Use $(build-program-cmd).
37242         ($(objpfx)tst-array1-static.out): Likewise.
37243         ($(objpfx)tst-array2.out): Likewise.
37244         ($(objpfx)tst-array3.out): Likewise.
37245         ($(objpfx)tst-array4.out): Likewise.
37246         ($(objpfx)tst-array5.out): Likewise.
37247         ($(objpfx)tst-array5-static.out): Likewise.
37249 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37251         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37252         if defined.
37254         * nss/nsswitch.h (nss_interface_function): Provide new
37255         macro for use with NSS functions.
37256         * grp/initgroups.c: Use new macro.
37257         * nss/getXXbyYY.c: Likewise.
37258         * nss/getXXbyYY_r.c: Likewise.
37259         * nss/getXXent.c: Likewise.
37260         * nss/getXXent_r.c: Likewise.
37261         * sysdeps/posix/getaddrinfo.c: Likewise.
37263 2012-10-30  Andreas Jaeger  <aj@suse.de>
37265         * po/ru.po: Update Russion translation from translation project.
37267 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37269         [BZ #14152]
37270         [BZ #14783]
37271         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37272         result and shift together with sticky bit instead of replicating
37273         round-to-nearest rounding.
37274         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37275         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37276         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37277         missing underflow exceptions.
37278         (fma_test_towardzero): Add more tests.
37279         (fma_test_downward): Likewise.
37280         (fma_test_upward): Likewise.
37282         [BZ #14047]
37283         * sysdeps/generic/tininess.h: New file.
37284         * sysdeps/i386/tininess.h: Likewise.
37285         * sysdeps/sh/tininess.h: Likewise.
37286         * sysdeps/x86_64/tininess.h: Likewise.
37287         * stdlib/tst-strtod-underflow.c: Likewise.
37288         * stdlib/tst-tininess.c: Likewise.
37289         * stdlib/strtod_l.c: Include <tininess.h>.
37290         (round_and_return): Do not set errno for exact underflow cases.
37291         Force an underflow exception when setting errno for underflow.
37292         Determine underflow based on rounding to normal precision if
37293         TININESS_AFTER_ROUNDING.
37294         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37295         ERANGE for exact underflow cases.
37296         * stdlib/Makefile (tests): Add tst-tininess and
37297         tst-strtod-underflow.
37298         ($(objpfx)tst-tininess): Use $(link-libm).
37299         ($(objpfx)tst-strtod-underflow): Likewise.
37301 2012-10-30  Andreas Jaeger  <aj@suse.de>
37303         [BZ#14767]
37304         * elf/Makefile (tests): Remove conditional for have-initfini-array
37305         since this is now always required and the variable does not exist
37306         anymore.
37307         (tests-static): Likewise.
37308         (modules-names): Likewise.
37310         * po/eo.po: Add Esperanto translation from translation project.
37312         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37313         merged with constructor/destructor.
37314         (init_array): Likewise.
37315         * elf/tst-array2dep.c (fini_array): Likewise.
37316         (init_array): Likewise.
37318 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37320         * manual/message.texi: Delete @cartouche tags.
37322 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37324         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37325         EOPNOTSUPP.
37326         * sysdeps/mach/hurd/fsync.c: Likewise.
37328         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37329         [_POSIX_REALTIME_SIGNALS]: Change condition to
37330         [_POSIX_REALTIME_SIGNALS > 0].
37332 2012-10-27  Andreas Jaeger  <aj@suse.de>
37334         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37335         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37336         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37337         [__WORDSIZE != 64]: Likewise.
37339 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37341         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37342         *  iconvdata/tst-tables.sh: Likewise.
37344 2012-10-25  David S. Miller  <davem@davemloft.net>
37346         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37347         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37348         of strtoull.
37350         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37351         ifunc-impl-list.c
37352         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37353         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37354         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37355         file.
37357 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37359         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37360         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37361         __getdirentries.
37363 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37364             Jim Blandy  <jimb@codesourcery.com>
37366         * scripts/cross-test-ssh.sh: New file.
37367         * manual/install.texi (Configuring and compiling): Document use of
37368         cross-test-ssh.sh.
37369         * INSTALL: Regenerated.
37371 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37373         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37374         EOPNOTSUPP.
37376 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37378         * Makeconfig (run-program-prefix): Fix comment.
37380 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37381             Jim Blandy  <jimb@codesourcery.com>
37383         * Makeconfig (test-wrapper): New variable,
37384         (test-wrapper-env): Likewise.
37385         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37386         (run-built-tests): Define to yes.
37387         (run-program-prefix): Use $(test-wrapper).
37388         (built-program-cmd): Likewise.
37389         * Rules (make-test-out): Use $(test-wrapper-env) and
37390         $(host-built-program-cmd).
37391         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37392         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37393         tst-pathopt.sh.
37394         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37395         $(test-wrapper-env) to tst-rtld-load-self.sh.
37396         ($(objpfx)order2.out): Use $(test-wrapper).
37397         ($(objpfx)tst-initorder.out): Likewise.
37398         ($(objpfx)tst-initorder2.out): Likewise.
37399         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37400         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37401         (test_wrapper_env): New variable.  Use it to run ld.so.
37402         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37403         Use it to run ld.so.
37404         (test_wrapper_env): Likewise.
37405         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37406         $(test-wrapper) to run-iconv-test.sh.
37407         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37408         (ICONV): Use $test_wrapper.
37409         * posix/Makefile ($(objpfx)globtest.out): Pass
37410         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37411         globtest.sh, not $(run-program-prefix).
37412         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37413         (test_wrapper): Likewise.
37414         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37415         set together with run_via_rtld_prefix.
37416         (run_program_prefix): Define in terms of test_wrapper and
37417         run_via_rtld_prefix.
37419 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37421         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37422         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37423         Targets removed.
37425         [BZ #14743]
37426         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37427         Declare __clock_getres, __clock_gettime, __clock_settime,
37428         __clock_nanosleep, and __clock_getcpuclockid.
37429         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37430         Remove librt_hidden_def (clock_gettime).
37431         * sysdeps/unix/clock_gettime.c: Likewise.
37432         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37433         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37434         * rt/clock_getres.c: Define __clock_getres as an alias.
37435         * sysdeps/posix/clock_getres.c: Likewise.
37436         * rt/clock_settime.c: Define __clock_settime as an alias.
37437         * sysdeps/unix/clock_settime.c: Likewise.
37438         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37439         * sysdeps/unix/clock_nanosleep.c: Likewise.
37440         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37441         * rt/clock-compat.c: New file.
37442         * rt/Makefile (librt-routines): Add clock-compat and move
37443         $(clock-routines) to ...
37444         (routines): ... here, new variable.
37445         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37446         Don't add get_clockfreq here.
37447         * rt/Versions (libc: GLIBC_2.17): New version set.
37448         Add clock_* symbols here.
37449         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37450         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37451         (GLIBC_2.17): Add clock_* symbols.
37452         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37453         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37454         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37456         Likewise.
37457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37458         Likewise.
37459         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37460         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37461         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37462         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37463         * NEWS: Mention the move.
37465         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37466         Use __open, __read, __close rather than their public counterparts.
37467         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37468         (__get_clockfreq_via_cpuinfo): Likewise.
37469         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37470         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37472         * config.h.in (HAVE_IFUNC): New #undef.
37473         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37474         was successful.
37475         * configure: Regenerated.
37477 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37479         * configure.in: Move READELF check to start of file.
37480         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37481         libc_cv_asm_gnu_indirect_function in the process.
37482         * configure: Regenerated.
37484 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37486         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37487         send the output to /dev/null.
37488         (libc_cv_cc_with_libunwind): Likewise.
37489         (libc_cv_as_noexecstack): Likewise.
37490         * configure: Regenerate.
37492 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37494         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37496         * posix/globtest.sh (TMPDIR): Do not set.
37497         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37498         (testout): Likewise.
37500 2012-10-24  Andreas Jaeger  <aj@suse.de>
37502         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37503         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37504         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37505         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37506         posix_fadvise64, posix_fallocate64.
37508         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37509         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37510         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37511         Likewise.
37512         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37513         Likewise.
37514         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37516         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37517         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37518         <bits/fcntl-linux.h>.
37519         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37521         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37522         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37523         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37524         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37525         [__WORDSIZE != 64]: Likewise.
37527 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37529         * Makeconfig (run-built-tests): New variable.
37530         * Rules [$(cross-compiling) = yes]: Change condition to
37531         [$(run-built-tests) = no].
37532         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37533         to [$(run-built-tests) = yes].
37534         * elf/Makefile [$(cross-compiling) = no]: Likewise
37535         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37536         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37537         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37538         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37539         * io/Makefile [$(cross-compiling) = no]: Likewise.
37540         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37541         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37542         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37543         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37544         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37545         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37546         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37547         * string/Makefile [$(cross-compiling) = no]: Likewise.
37549         * posix/Makefile ($(objpfx)globtest.out): Pass
37550         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37551         $(rtld-installed-name).
37552         * posix/globtest.sh (elf_objpfx): Remove variable.
37553         (rtld_installed_name): Likewise.
37554         (library_path): Likewise.
37555         (run_program_prefix): New variable.  Use for running globtest
37556         binary.
37558 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37559             Joseph Myers  <joseph@codesourcery.com>
37561         * Makeconfig (host-built-program-cmd): New variable.
37562         * elf/Makefile (tst-stackguard1-ARGS): Use
37563         $(host-built-program-cmd).
37564         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37565         (tst-spawn-ARGS): Likewise.
37566         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37568 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37569             Jim Blandy  <jimb@codesourcery.com>
37571         * Makeconfig (run-via-rtld-prefix): New variable.
37572         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37573         (built-program-cmd): Likewise.
37575 2012-10-22  Andreas Jaeger  <aj@suse.de>
37577         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37578         __O_RSYNC if it exists, otherwise to O_SYNC.
37580 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37581             Joseph Myers  <joseph@codesourcery.com>
37583         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37584         /dev/null.
37585         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37586         from /dev/null
37587         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37588         /dev/null.
37590 2012-10-22  Andreas Jaeger  <aj@suse.de>
37592         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37593         Define always.
37594         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37596         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37597         bits/fcntl-linux.h.
37599         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37600         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37602         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37603         to __O_LARGEFILE.
37604         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37605         to __O_LARGEFILE.
37607 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37608             Joseph Myers  <joseph@codesourcery.com>
37610         * config.make.in (NM): New variable.
37612 2012-10-21  Andreas Jaeger  <aj@suse.de>
37614         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37615         definitions and declarations that are provided by
37616         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37618 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37620         [BZ #14683]
37621         * elf/Makefile (tests-static): Add tst-leaks1-static.
37622         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37623         ($(objpfx)tst-leaks1-static): New rule.
37624         ($(objpfx)tst-leaks1-static-mem): Likewise.
37625         (tst-leaks1-static-ENV): New macro.
37626         * elf/dl-open.c (dl_open_worker): Check the main application
37627         only if SHARED is defined.
37628         * elf/tst-leaks1-static.c: New file.
37630 2012-10-20  Andreas Jaeger  <aj@suse.de>
37632         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37633         generic values for Linux.
37634         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37635         and declarations that are provided by <bits/fcntl-linux.h> and
37636         include <bits/fcntl-linux.h>.
37637         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37638         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37640 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37642         * io/fcntl.h: Move include of <bits/types.h> to the top and
37643         include it unconditionally.
37645 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37647         * wcsmbs/Makefile (tests-ifunc): New variable.
37648         (tests): Add $(tests-ifunc).
37649         * wcsmbs/test-wcschr-ifunc.c: New file.
37650         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37651         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37652         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37653         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37654         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37656         * string/Makefile (tests-ifunc): New variable.
37657         (tests): Add $(tests-ifunc).
37658         * string/test-memccpy.c (TEST_NAME): New macro.
37659         * string/test-memchr.c (TEST_NAME): Likewise.
37660         * string/test-memcmp.c (TEST_NAME): Likewise.
37661         * string/test-memcpy.c (TEST_NAME): Likewise.
37662         * string/test-memmem.c (TEST_NAME): Likewise.
37663         * string/test-memmove.c (TEST_NAME): Likewise.
37664         * string/test-memset.c (TEST_NAME): Likewise.
37665         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37666         * string/test-stpcpy.c (TEST_NAME): Likewise.
37667         * string/test-stpncpy.c (TEST_NAME): Likewise.
37668         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37669         * string/test-strcasestr.c (TEST_NAME): Likewise.
37670         * string/test-strcat.c (TEST_NAME): Likewise.
37671         * string/test-strchr.c (TEST_NAME): Likewise.
37672         * string/test-strcmp.c(TEST_NAME): Likewise.
37673         * string/test-strcpy.c (TEST_NAME): Likewise.
37674         * string/test-strcspn.c (TEST_NAME): Likewise.
37675         * string/test-strlen.c (TEST_NAME): Likewise.
37676         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37677         * string/test-strncmp.c (TEST_NAME): Likewise.
37678         * string/test-strncpy.c (TEST_NAME): Likewise.
37679         * string/test-strnlen.c (TEST_NAME): Likewise.
37680         * string/test-strpbrk.c (TEST_NAME): Likewise.
37681         * string/test-strrchr.c (TEST_NAME): Likewise.
37682         * string/test-strspn.c (TEST_NAME): Likewise.
37683         * string/test-strstr.c (TEST_NAME): Likewise.
37684         * string/test-bcopy-ifunc.c: New file.
37685         * string/test-bzero-ifunc.c: Likewise.
37686         * string/test-memccpy-ifunc.c: Likewise.
37687         * string/test-memchr-ifunc.c: Likewise.
37688         * string/test-memcmp-ifunc.c: Likewise.
37689         * string/test-memcpy-ifunc.c: Likewise.
37690         * string/test-memmem-ifunc.c: Likewise.
37691         * string/test-memmove-ifunc.c: Likewise.
37692         * string/test-mempcpy-ifunc.c: Likewise.
37693         * string/test-memset-ifunc.c: Likewise.
37694         * string/test-rawmemchr-ifunc.c: Likewise.
37695         * string/test-stpcpy-ifunc.c: Likewise.
37696         * string/test-stpncpy-ifunc.c: Likewise.
37697         * string/test-strcasecmp-ifunc.c: Likewise.
37698         * string/test-strcasestr-ifunc.c: Likewise.
37699         * string/test-strcat-ifunc.c: Likewise.
37700         * string/test-strchr-ifunc.c: Likewise.
37701         * string/test-strchrnul-ifunc.c: Likewise.
37702         * string/test-strcmp-ifunc.c: Likewise.
37703         * string/test-strcpy-ifunc.c: Likewise.
37704         * string/test-strcspn-ifunc.c: Likewise.
37705         * string/test-strlen-ifunc.c: Likewise.
37706         * string/test-strncasecmp-ifunc.c: Likewise.
37707         * string/test-strncat-ifunc.c: Likewise.
37708         * string/test-strncmp-ifunc.c: Likewise.
37709         * string/test-strncpy-ifunc.c: Likewise.
37710         * string/test-strnlen-ifunc.c: Likewise.
37711         * string/test-strpbrk-ifunc.c: Likewise.
37712         * string/test-strrchr-ifunc.c: Likewise.
37713         * string/test-strspn-ifunc.c: Likewise.
37714         * string/test-strstr-ifunc.c: Likewise.
37716         * debug/Makefile (tests-ifunc): New variable.
37717         (tests): Add $(tests-ifunc).
37718         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37719         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37720         * debug/test-stpcpy_chk-ifunc.c: New file.
37721         * debug/test-strcpy_chk-ifunc.c: Likewise.
37723 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37725         [BZ #13601]
37726         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37727         header is not read in.
37729 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37731         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37732         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37733         directly.  Pass built executable to script as
37734         $(built-program-cmd).
37735         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37736         $testprogram without using LD_LIBRARY_PATH and $ldso.
37738         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37739         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37740         $(rtld-installed-name).
37741         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37742         (rtld_installed_name): Likewise.
37743         (library_path): Likewise.
37744         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37745         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37746         $(run-program-prefix) to tst-tables.sh.
37747         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37748         it to run tst-table-from and tst-table-to.
37749         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37750         Pass it to tst-table.sh.
37751         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37752         $(run-program-prefix) to tst-gettext.sh.
37753         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37754         tst-translit.sh.
37755         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37756         tst-gettext2.sh.
37757         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37758         to run tst-gettext.
37759         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37760         to run tst-gettext2.
37761         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37762         to run tst-translit.
37763         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37764         $(run-program-prefix) to tst-mtrace.sh.
37765         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37766         to run tst-mtrace.
37767         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37768         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37769         $(rtld-installed-name).
37770         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37771         (rtld_installed_name): Likewise.
37772         (run_program_prefix): New variable.  Use it to run wordexp-test.
37774         * Makeconfig (ARCH): Remove all definitions.
37775         (machine): Likewise.
37776         [ARCH]: Remove conditional code.
37777         [!objdir]: Give error.
37778         [!objdir] (objpfx): Remove.
37779         [!objdir] (common-objpfx): Likewise.
37780         [!objdir] (common-objdir): Likewise.
37781         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37782         AC_CONFIG_FILES call.
37783         * configure: Regenerated.
37785         [BZ #13888]
37786         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37787         or TMPDIR.
37788         (testout): Likewise.
37790         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37791         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37792         $(rtld-installed-name).
37793         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37794         (rtld_installed_name): Likwise.
37795         (runit): Remove function.
37796         (run_getconf): New variable,  Use it for running getconf binary.
37798 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37800         [BZ #14716]
37801         * string/test-memmem.c (check_result): New function.
37802         (do_one_test): Use it.
37803         (check1): New function.
37804         (test_main): Use it.
37806 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37808         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37810 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37812         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37813         (_G_LSEEK64): Likewise.
37814         (_G_MMAP64): Likewise.
37815         (_G_FSTAT64): Likewise.
37816         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37817         (_G_LSEEK64): Likewise.
37818         (_G_MMAP64): Likewise.
37819         (_G_FSTAT64): Likewise.
37820         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37821         unconditional.  Call __mmap64 directly.
37822         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37823         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37824         __lseek64 directly.
37825         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37826         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37827         __mmap64 directly.
37828         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37829         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37830         __lseek64 directly.
37831         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37832         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37833         __lseek64 directly.
37834         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37835         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37836         __lseek64 directly.
37837         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37838         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37839         __fxstat64 directly.
37840         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37841         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37842         unconditional.
37843         (freopen64) [!_G_OPEN64]: Remove conditional code.
37844         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37845         unconditional.
37846         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37847         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37848         unconditional.
37849         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37850         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37851         unconditional.
37852         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37853         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37854         unconditional.
37855         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37856         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37857         unconditional.
37858         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37859         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37860         unconditional.
37861         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37862         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37863         unconditional.
37864         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37866 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37868         [BZ #12140]
37869         * manual/memory.texi (Malloc Tunable Parameters): Add note
37870         about free list pointers overwriting some perturb bytes.
37871         Wording suggested by Roland McGrath.
37873 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37875         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37876         (lgamma_test): Likewise.
37877         (tgamma_test): Likewise.
37879 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37881         [BZ #14700]
37882         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37883         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37885 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37887         * NEWS: Mention BZ #14716.
37888         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37889         when removing AVAILABLE1_USES_J macro.
37891 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37893         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37894         (__bswap_64): __uint64_t for unsigned 64-bit int.
37896 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37898         * include/string.h (memmem): Declare libc hidden alias.
37899         * string/memmem.c (memmem): Define libc hidden alias.
37900         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37901         __read, __close instead of open, read, close.
37903 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37905         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37906         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37907         global and hidden.
37908         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37909         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37910         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37911         Likewise.
37912         (__rawmemchr_sse2): Likewise.
37913         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37914         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37915         (__strchr_sse2): Likewise.
37916         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37917         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37918         (__strcasecmp_sse2): Likewise.
37919         (__strncasecmp_sse2): Likewise.
37920         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37921         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37922         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37923         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37924         (__strrchr_sse2): Likewise.
37925         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37926         ifunc-impl-list.c.
37927         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37928         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37929         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37930         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37931         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37932         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37933         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37934         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37935         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37936         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37937         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37938         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37939         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37940         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37941         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37942         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37943         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37944         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37945         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37946         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37947         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37948         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37949         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37950         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37951         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37952         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37953         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37954         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37955         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37956         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37958         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37959         global and hidden.
37960         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37961         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37962         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37963         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37964         Likewise.
37965         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37966         Likewise.
37967         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37968         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37969         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37970         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37971         ifunc-impl-list.c.
37972         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37973         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37974         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37975         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37976         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37977         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37978         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37979         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37980         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37981         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37982         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37983         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37984         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37985         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37986         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37987         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37988         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37989         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37990         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37991         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37992         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37993         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37994         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37995         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37996         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37997         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37998         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37999         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38000         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38001         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38002         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38003         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38004         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38005         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38006         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38007         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38008         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38009         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38010         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38011         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38012         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38014         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38015         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38016         * include/ifunc-impl-list.h: New file.
38017         * misc/ifunc-impl-list.c: Likewise.
38018         * misc/Makefile (routines): Add ifunc-impl-list.
38019         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38020         * string/test-string.h: Include <ifunc-impl-list.h>.
38021         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38022         TEST_NAME]: New variables.
38023         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38024         are defined.
38025         (test_init): Call __libc_ifunc_impl_list to initialize
38026         func_list if TEST_IFUNC and TEST_NAME are defined.
38028         * string/Makefile (strop-tests): Add bcopy and bzero.
38029         * string/test-bcopy.c: New file.
38030         * string/test-bzero.c: Likewise.
38031         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38032         defined.
38033         * string/test-memset.c: Support bzero test if TEST_BZERO is
38034         defined.
38035         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38036         __libc_memmove.
38037         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38038         __libc_memset.
38039         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38040         of memset.
38042 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38044         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38045         * configure: Regenerated.
38047         * Makeconfig (+link-static-before-libc): Don't include
38048         $(link-static-libc).
38050         * libio/libio.h (_IO_pos_t): Remove.
38052 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38054         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38055         McGrath.
38057 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38059         * crypt/crypt-entry.c: Include fips-private.h.
38060         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38061         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38062         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38063         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38065 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38067         * crypt/crypt-private.h: Include stdbool.h.
38068         (_ufc_setup_salt_r): Return bool.
38069         * crypt/crypt-entry.c: Include errno.h.
38070         (__crypt_r): Return NULL with EINVAL for bad salt.
38071         * crypt/crypt_util.c (bad_for_salt): New.
38072         (_ufc_setup_salt_r): Check that salt is long enough and within
38073         the specified alphabet.
38074         * crypt/badsalttest.c: New file.
38075         * crypt/Makefile (tests): Add it.
38076         ($(objpfx)badsalttest): New.
38078 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38080         * NEWS: Add entry for BZ #14602.
38082 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38084         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38085         type-generic.
38086         * math/libm-test.inc: Update comment listing what functions and
38087         macros are tested.
38088         (isgreater_test): New function.
38089         (isgreaterequal_test): Likewise.
38090         (isless_test): Likewise.
38091         (islessequal_test): Likewise.
38092         (islessgreater_test): Likewise.
38093         (isunordered_test): Likewise.
38094         (main): Call the new functions.
38096 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38098         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38099         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38100         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38101         * sysdeps/i386/configure: Regenerated.
38102         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38103         * sysdeps/mach/configure: Regenerated.
38104         * sysdeps/mach/hurd/configure: Regenerated.
38105         * sysdeps/powerpc/configure: Regenerated.
38106         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38107         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38108         * sysdeps/s390/s390-32/configure: Regenerated.
38109         * sysdeps/s390/s390-64/configure: Regenerated.
38110         * sysdeps/sh/configure: Regenerated.
38111         * sysdeps/sparc/configure: Regenerated.
38112         * sysdeps/unix/sysv/linux/configure: Regenerated.
38113         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38114         * sysdeps/x86_64/configure: Regenerated.
38116         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38117         defined.  Don't check if MAP is NULL.
38119 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38121         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38122         (_G_stat64): Likewise.
38123         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38124         (_G_stat64): Likewise.
38125         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38126         instead of struct _G_stat64.
38127         * libio/fileops.c (mmap_remap_check): Likewise.
38128         (decide_maybe_mmap): Likewise.
38129         (_IO_new_file_seekoff): Likewise.
38130         (_IO_file_stat): Likewise.
38131         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38132         _G_off64_t.
38133         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38134         instead of struct _G_stat64.
38135         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38137 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38139         [BZ #14602]
38140         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38141         Replace with ...
38142         (CHECK_EOL): New macro.
38143         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38144         CHECK_EOL.
38145         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38146         Replace with CHECK_EOL.
38147         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38148         Replace with CHECK_EOL.
38150 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38152         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38153         type-generic.
38154         * math/libm-test.inc: Update comment listing what functions and
38155         macros are tested.
38156         (finite_test): New function.
38157         (isinf_test): Likewise.
38158         (isnan_test): Likewise.
38159         (fpclassify_test): Test subnormal input.
38160         (isfinite_test): Likewise.
38161         (isnormal_test): Likewise.
38162         (main): Call the new functions.
38164 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38166         [BZ #14660]
38167         * Makerules (%.dynsym): Force C locale when running
38168         $(OBJDUMP) --dynamic-syms.
38170 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38172         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38173         <stdint.h>.
38175 2012-10-06  David S. Miller  <davem@davemloft.net>
38177         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38178         upper 32-bits of the length value in %o2 since we use branch-on-register
38179         tests which consider the entire 64-bit register.
38181 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38183         * string/test-strstr.c (check2): Add a test for page boundary.
38185 2012-10-05  David S. Miller  <davem@davemloft.net>
38187         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38188         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38189         file.
38190         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38191         sysdep_routines.
38192         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38193         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38194         and bzero when HWCAP_SPARC_CRYPTO is present.
38196 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38198         [BZ #14602]
38199         * string/test-strstr.c (check2): New function.
38200         (test_main): Call check2.
38202         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38203         and bug-strchr1.
38204         * string/bug-strcasestr1.c (do_test): Moved to ...
38205         * string/test-strcasestr.c (check1): Here.  New function.
38206         (do_one_test): Break out result checking code into ...
38207         (check_result): This.  New function.
38208         (do_one_test): Call check_result.
38209         (test_main): Call check1.
38210         * string/bug-strchr1.c (do_test): Moved to ...
38211         * string/test-strchr.c (check1): Here.  New function.
38212         (do_one_test): Break out result checking code into ...
38213         (check_result): This.  New function.
38214         (do_one_test): Call check_result.
38215         (test_main): Call check1.
38216         * string/bug-strstr1.c (main): Moved to ...
38217         * string/test-strstr.c (check1): Here.  New function.
38218         (do_one_test): Break out result checking code into ...
38219         (check_result): This.  New function.
38220         (do_one_test): Call check_result.
38221         (test_main): Call check1.
38222         * string/bug-strcasestr1.c: Removed.
38223         * string/bug-strchr1.c: Likewise.
38224         * string/bug-strstr1.c: Likewise.
38226         * elf/Makefile (dl-routines): Add hwcaps.
38227         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38228         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38229         (_dl_important_hwcaps): Moved to ...
38230         * elf/dl-hwcaps.c: Here.  New file.
38231         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38233         [BZ #14557]
38234         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38235         if IS_IN_rtld isn't defined.
38237         * elf/dl-support.c (_dl_sysinfo_map): New.
38238         Include "get-dynamic-info.h" and "setup-vdso.h".
38239         (_dl_non_dynamic_init): Call setup_vdso.
38240         * elf/dynamic-link.h: Don't include <assert.h>.
38241         (elf_get_dynamic_info): Moved to ...
38242         * elf/get-dynamic-info.h: Here.  New file.
38243         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38244         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38245         * elf/setup-vdso.h: Here.  New file.
38246         * elf/rtld.c: Include "setup-vdso.h".
38247         (dl_main): Call setup_vdso.
38249 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38251         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38252         creal in comment listing functions tested.  List finite, isinf,
38253         isnan, isless, islessequal, isgreater, isgreaterequal,
38254         islessgreater, isunordered, lgamma_r and pow10 as functions and
38255         macros not tested.  Mention which functions not tested are aliases
38256         for other functions.  Fix typo.  Note that signs of NaNs are not
38257         tested.
38259         * scripts/config.guess: Update from config.git.
38260         * scripts/config.sub: Likewise.
38262 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38264         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38265         * misc/madvise.c (madvise): Renamed to __madvise.
38266         Make madvise a weak alias.
38267         * include/sys/mman.h: Declare __madvise.
38268         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38269         * sysdeps/unix/syscalls.list
38270         (madvise): Make __madvise the strong name, and madvise a weak alias.
38271         * sysdeps/unix/sysv/linux/syscalls.list
38272         (madvise, mmap): Remove redundant entries.
38273         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38274         * malloc/malloc.c (mtrim): Likewise.
38275         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38277 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38279         * sysdeps/mach/hurd/dl-cache.c: File removed.
38280         * config.h.in (USE_LDCONFIG): New #undef.
38281         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38282         * configure: Regenerated.
38283         * elf/Makefile (dl-routines): Add dl-cache only under
38284         [$(use-ldconfig) = yes].
38285         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38286         cache on [USE_LDCONFIG].
38287         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38288         [USE_LDCONFIG].
38289         * elf/rtld.c (dl_main): Likewise.
38291 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38293         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38294         _SC_LEVEL4_CACHE_LINESIZE.
38296 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38298         * sysdeps/unix/bsd/confstr.h: File removed.
38300 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38302         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38303         sys/sdt-config.h.
38305 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38307         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38308         Make 'mapoff' field ElfW(Off) rather than off_t.
38310 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38312         * nscd/Makefile: Remove nscd-cflags and all its users.
38313         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38314         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38316         [BZ #10631]
38317         * malloc.c (malloc_printerr): Clarify error message.
38319 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38321         [BZ #14648]
38322         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38323         Set bit_FMA_Usable if FMA is supported.
38324         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38325         macro.
38326         (bit_FMA4_Usable): Updated.
38327         (index_FMA_Usable): New macro.
38328         (CPUID_FMA): Likewise
38329         (HAS_FMA): Defined with bit_FMA_Usable.
38331 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38333         * bits/types.h (__swblk_t): Type removed.
38334         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38335         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38336         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38337         (__SWBLK_T_TYPE): Likewise.
38338         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38339         (__SWBLK_T_TYPE): Likewise.
38340         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38341         (__SWBLK_T_TYPE): Likewise.
38342         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38343         (__SWBLK_T_TYPE): Likewise.
38345 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38346             Honza Horak <hhorak@redhat.com>
38348         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38349         (xdr_mapname): Use YPMAXMAP as maxsize.
38350         (xdr_peername): Use YPMAXPEER as maxsize.
38351         (xdr_keydat): Use YPAXRECORD as maxsize.
38352         (xdr_valdat): Use YPMAXRECORD as maxsize.
38354 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38356         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38358         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38359         * csu/init-first.c: ... here.
38360         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38361         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38362         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38363         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38364         * sysdeps/i386/init-first.c: File removed.
38365         * sysdeps/sh/init-first.c: File removed.
38367 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38369         [BZ #14645]
38370         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38371         if x * y might underflow to zero and z is zero.
38372         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38373         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38374         * math/libm-test.inc (min_subnorm_value): New variable.
38375         (fma_test): Add more tests.
38376         (fma_test_towardzero): Likewise.
38377         (fma_test_downward): Likewise
38378         (fma_test_upward): Likewise.
38379         (initialize): Set min_subnorm_value.
38381 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38383         [BZ #14638]
38384         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38385         0 + 0.
38386         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38387         mode for addition resulting in exact zero.
38388         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38389         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38390         exact 0 + 0.
38391         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38392         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38393         * math/libm-test.inc (fma_test): Add more tests.
38394         (fma_test_towardzero): New function.
38395         (fma_test_downward): Likewise.
38396         (fma_test_upward): Likewise.
38397         (main): Call the new functions.
38399 2012-09-28  David S. Miller  <davem@davemloft.net>
38401         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38403 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38405         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38406         instead of SIGALRM.
38408         * sysdeps/gnu/_G_config.h: Moved to ...
38409         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38410         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38411         * sysdeps/generic/_G_config.h: ... here.
38413         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38415         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38417         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38418         Conditionalize target on [libnss_test1.so-version].
38420         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38422         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38423         (elfobjdir): Move out of conditionals.
38425         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38426         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38427         (__nss_lookup_function): Conditionalize label remove_from_tree on
38428         [!DO_STATIC_NSS || SHARED], matching its only use.
38430 2012-09-28  David S. Miller  <davem@davemloft.net>
38432         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38433         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38434         file.
38435         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38436         sysdep_routines.
38437         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38438         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38439         when HWCAP_SPARC_CRYPTO is present.
38441 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38443         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38445 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38447         [BZ #6530]
38448         * stdio-common/vfprintf.c (process_string_arg): Revert
38449         2000-07-22 change.
38451 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38453         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38454         for testcase.
38455         * stdio-common/tst-sprintf.c: Include <locale.h>
38456         (main): Test sprintf's handling of incomplete multibyte
38457         characters.
38459 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38461         * elf/dl-runtime.c (VERSYMIDX): Removed.
38462         * elf/dl-version.c (VERSYMIDX): Likewise.
38463         * elf/do-rel.h (VERSYMIDX): Likewise.
38464         (VALIDX): Likewise.
38465         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38466         * elf/rtld.c (VALIDX): Likewise.
38467         (ADDRIDX): Likewise.
38468         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38469         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38470         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38471         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38472         (VALIDX): Likewise.
38473         (ADDRIDX): Likewise.
38475 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38477         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38479 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38481         [BZ #11438]
38482         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38483         to global scope.
38484         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38485         addresses are in the same scope as 192.0.2/24.
38486         * posix/gai.conf: Document new scope table defaults.
38488 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38490         [BZ #5298]
38491         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38492         for ftell.  Compute offsets from write pointers instead.
38493         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38495 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38497         [BZ #14543]
38498         * libio/Makefile (tests): New test case tst-fseek.
38499         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38500         combination works in wide mode.
38501         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38502         state when the external buffer state changes.
38504 2012-09-27  David S. Miller  <davem@davemloft.net>
38506         [BZ #14376]
38507         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38508         pass reloc->r_addend in as the 'high' argument to
38509         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38511         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38513 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38515         * rt/tst-aio2.c: Include <pthread.h>.
38516         * rt/tst-aio3.c: Likewise.
38518 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38520         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38522 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38524         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38525         contents on [SHARED].
38527 2012-09-26  Marek Polacek  <polacek@redhat.com>
38529         [BZ #14530]
38530         [BZ #13741]
38531         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38532         for C++ and GCC <4.3 as well as for non GCC compilers.
38534 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38536         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38538 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38540         * Makefile.in (all, install): Declare with .PHONY.
38541         Reported by Michael Hope <michael.hope@linaro.org>.
38543 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38545         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38546         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38547         system header.
38548         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38549         Likewise.
38550         (sydep_routines): Add the new and the internal functions.
38551         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38552         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38553         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38554         (GLIBC_2.17): Add the new function.
38555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38556         (GLIBC_2.17): Likewise.
38557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38558         (GLIBC_2.17): Likewise.
38559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38560         (GLIBC_2.17): Likewise.
38561         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38563 2012-09-25  Alan Modra  <amodra@gmail.com>
38565         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38566         Add release barrier before setting once_control to say
38567         initialisation is done.  Add hints on lwarx.  Use macro in
38568         place of isync.
38569         (clear_once_control): Add release barrier.
38571 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38573         [BZ #13629]
38574         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38575         specially.
38576         * math/s_clog10.c (__clog10): Likewise.
38577         * math/s_clog10f.c (__clog10f): Likewise.
38578         * math/s_clog10l.c (__clog10l): Likewise.
38579         * math/s_clogf.c (__clogf): Likewise.
38580         * math/s_clogl.c (__clogl): Likewise.
38581         * math/Makefile (libm-calls): Add x2y2m1.
38582         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38583         (__x2y2m1): Likewise.
38584         (__x2y2m1l): Likewise.
38585         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38586         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38587         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38588         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38589         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38590         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38591         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38592         * sysdeps/i386/fpu/libm-test-ulps: Update.
38593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38595         [BZ #14621]
38596         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38597         int as type of variable DEPTH.
38598         (glob): Use size_t instead of int as type of variables NEWCOUNT
38599         and OLD_PATHC.
38601 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38603         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38604         Add s_sincosf-sse2.
38605         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38606         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38607         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38608         macros for using routine as __sincosf_ia32.
38609         Use macro for function declaration and weak_alias.
38610         * sysdeps/i386/fpu/libm-test-ulps: Update.
38612         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38613         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38615         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38616         subnormal argument.
38617         * math/s_cexpf.c (__cexpf): Likewise.
38618         * math/s_csinf.c (__csinf): Likewise.
38619         * math/s_csinhf.c (__csinhf): Likewise.
38620         * math/s_ctanf.c (__ctanf): Likewise.
38621         * math/s_ctanhf.c (__ctanhf): Likewise.
38622         * math/s_ccosh.c (__ccoshf): Likewise.
38623         * math/s_cexp.c (__cexpl): Likewise.
38624         * math/s_csin.c (__csin): Likewise.
38625         * math/s_csinh.c (__csinh): Likewise.
38626         * math/s_ctan.c (__ctan): Likewise.
38627         * math/s_ctanh.c (ctanh): Likewise.
38628         * math/s_ccoshl.c (__ccoshl): Likewise.
38629         * math/s_cexpl.c (__cexpl): Likewise.
38630         * math/s_csinl.c (__csinl): Likewise.
38631         * math/s_csinhl.c (__csinhl): Likewise.
38632         * math/s_ctanl.c (__ctanl): Likewise.
38633         * math/s_ctanhl.c (__ctanhl): Likewise.
38635 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38637         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38638         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38639         (_IO_off_t): Define to __off_t, not _G_off_t.
38640         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38641         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38642         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38643         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38644         type of __dummy and __dummy2 fields.
38645         * sysdeps/generic/_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/gnu/_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.
38659         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38660         (_G_ssize_t): Likewise.
38661         (_G_off_t): Likewise.
38662         (_G_pid_t): Likewise.
38663         (_G_uid_t): Likewise.
38664         (_G_wchar_t): Likewise.
38665         (_G_wint_t): Likewise.
38667 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38669         * malloc/arena.c: Include malloc-sysdep.h.
38670         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38671         is sufficient to shrink the heap or an unmap is needed.
38672         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38673         new function check_may_shrink_heap.
38674         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38675         new function check_may_shrink_heap.
38677 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38679         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38680         comments.
38682 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38684         * catgets/test-gencat.sh: Add "set -e".
38685         * elf/tst-pathopt.sh: Likewise.
38686         * grp/tst_fgetgrent.sh: Likewise.
38687         * iconvdata/run-iconv-test.sh: Likewise.
38688         * intl/tst-gettext.sh: Likewise.
38689         * intl/tst-gettext2.sh: Likewise.
38690         * intl/tst-gettext4.sh: Likewise.
38691         * intl/tst-gettext6.sh: Likewise.
38692         * intl/tst-translit.sh: Likewise.
38693         * io/ftwtest-sh: Likewise.
38694         * libio/test-freopen.sh: Likewise.
38695         * malloc/tst-mtrace.sh: Likewise.
38696         * posix/globtest.sh: Likewise.
38697         * posix/tst-getconf.sh: Likewise.
38698         * posix/wordexp-tst.sh: Likewise.
38699         * stdio-common/tst-printf.sh: Likewise.
38700         * stdio-common/tst-unbputc.sh: Likewise.
38701         * stdlib/tst-fmtmsg.sh: Likewise.
38702         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38703         * catgets/Makefile: Do not specify -e option when running
38704         testsuite shell scripts.
38705         * elf/Makefile: Likewise.
38706         * grp/Makefile: Likewise.
38707         * iconvdata/Makefile: Likewise.
38708         * intl/Makefile: Likewise.
38709         * io/Makefile: Likewise.
38710         * libio/Makefile: Likewise.
38711         * malloc/Makefile: Likewise.
38712         * posix/Makefile: Likewise.
38713         * stdio-common/Makefile: Likewise.
38714         * stdlib/Makefile: Likewise.
38715         * sysdeps/x86_64/Makefile: Likewise.
38717         * io/ftwtest-sh: Add copyright header.
38718         * posix/globtest.sh: Likewise.
38719         * posix/tst-getconf.sh: Likewise.
38720         * posix/wordexp-tst.sh: Likewise.
38721         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38723 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38725         [BZ #13679]
38726         * Makeconfig (+link): Defined as $(+link-static) if
38727         $(build-shared) isn't yes.
38728         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38729         isn't yes.
38730         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38732         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38734         [BZ #14562]
38735         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38736         new chunk size with MALLOC_ALIGN_MASK.
38738 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38740         [BZ #5044]
38741         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38742         <rounding-mode.h>.
38743         (__printf_fphex): Determine rounding using get_rounding_mode and
38744         round_away.
38745         * stdio-common/tst-printf-round.c (struct hex_test): New
38746         structure.
38747         (hex_tests): New variable.
38748         (test_hex_in_one_mode): New function.
38749         (do_test): Also run tests for hex float output.
38751 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38753         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38754         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38755         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38756         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38757         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38758         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38759         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38760         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38762 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38764         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38765         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38766         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38767         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38769 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38771         [BZ #14579]
38772         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38773         mode only.
38774         * elf/tst-rtld-load-self.sh: New test.
38775         * elf/Makefile: Run it.
38777 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38779         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38780         (tst-writev-ENV): Remove.
38781         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38783 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38785         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38787 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38789         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38790         unconditional.
38791         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38792         Likewise.
38793         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38794         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38795         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38796         Likewise.
38798 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38800         [BZ #14587]
38801         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38802         * config.make.in (have-cpp-asm-debuginfo): Removed.
38803         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38804         * configure: Regenerated.
38806 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38808         [BZ #5044]
38809         * stdio-common/printf_fp.c: Include <stdbool.h> and
38810         <rounding-mode.h>.
38811         (___printf_fp): Determine rounding using get_rounding_mode and
38812         round_away.
38813         * stdio-common/tst-printf-round.c: New file.
38814         * stdio-common/Makefile (tests): Add tst-printf-round.
38815         (link-libm): New variable.
38816         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38818 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38820         [BZ #14576]
38821         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38822         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38823         Likewise.
38824         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38825         Likewise.
38827 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38829         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38830         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38831         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38832         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38834 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38836         [BZ #14518]
38837         * include/rounding-mode.h: New file.
38838         * sysdeps/generic/get-rounding-mode.h: Likewise.
38839         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38840         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38841         (MAX_VALUE): New macro.
38842         (MIN_VALUE): Likewise.
38843         (overflow_value): New function.
38844         (underflow_value): Likewise.
38845         (round_and_return): Use overflow_value and underflow_value to
38846         determine return values in overflow and underflow cases.  Use
38847         round_away to determine rounding depending on rounding mode.
38848         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38849         determine return values in overflow and underflow cases.
38850         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38851         (struct test_results): New structure.
38852         (struct test): Use struct test_results to store expected results
38853         for all rounding modes.
38854         (TEST): Include expected results for all rounding modes.
38855         (test_in_one_mode): New function.
38856         (do_test): Use test_in_one_mode to compute and check results.
38857         Check results for all rounding modes.
38858         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38859         $(link-libm).
38861 2012-12-09  Allan McRae  <allan@archlinux.org>
38863         * sysdeps/i386/fpu/libm-test-ulps: Update
38865 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38867         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38868         (_G_int32_t): Likewise.
38869         (_G_uint16_t): Likewise.
38870         (_G_uint32_t): Likewise.
38871         (_G_HAVE_BOOL): Likewise.
38872         (_G_HAVE_ATEXIT): Likewise.
38873         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38874         (_G_HAVE_IO_FILE_OPEN): Likewise.
38875         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38876         (_G_int32_t): Likewise.
38877         (_G_uint16_t): Likewise.
38878         (_G_uint32_t): Likewise.
38879         (_G_HAVE_BOOL): Likewise.
38880         (_G_HAVE_ATEXIT): Likewise.
38881         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38882         (_G_HAVE_IO_FILE_OPEN): Likewise.
38883         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38884         (_G_int32_t): Likewise.
38885         (_G_uint16_t): Likewise.
38886         (_G_uint32_t): Likewise.
38887         (_G_HAVE_BOOL): Likewise.
38888         (_G_HAVE_ATEXIT): Likewise.
38889         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38890         (_G_HAVE_IO_FILE_OPEN): Likewise.
38892 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38894         * csu/libc-tls.c: Update copyright years.
38896 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38898         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38899         [!_G_USING_THUNKS]: Remove conditional code.
38900         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38901         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38903         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38904         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38905         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38906         (_G_VTABLE_LABEL_PREFIX): Likewise.
38907         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38908         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38909         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38910         (_G_VTABLE_LABEL_PREFIX): Likewise.
38911         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38912         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38913         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38914         (_G_VTABLE_LABEL_PREFIX): Likewise.
38915         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38917 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38919         * libio/Makefile: Include ../Makeconfig before tests.
38920         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38921         only if $(build-shared) is yes.
38923         * iconv/gconv_db.c: Update copyright years.
38925 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38927         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38928         unwind info if defined PIC. Fix special cases description.
38929         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38931         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38932         DP_HI_MASK entry.
38933         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38935 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38937         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38939         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38940         is NULL.
38942         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38943         (LDLIBS-tst-chk4): This.
38944         (LDFLAGS-tst-chk5): Renamed to ...
38945         (LDLIBS-tst-chk5): This.
38946         (LDFLAGS-tst-chk6): Renamed to ...
38947         (LDLIBS-tst-chk6): This.
38948         (LDFLAGS-tst-lfschk4): Renamed to ...
38949         (LDLIBS-tst-lfschk4): This.
38950         (LDFLAGS-tst-lfschk5): Renamed to ...
38951         (LDLIBS-tst-lfschk5): This.
38952         (LDFLAGS-tst-lfschk6): Renamed to ...
38953         (LDLIBS-tst-lfschk6): This.
38955         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38956         on $(common-objpfx)soversions.mk.
38958 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38960         [BZ #10014]
38961         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38962         example host name.
38964 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38966         * malloc/arena.c (arena_get_retry): New function that gets
38967         another arena for the caller to try its request on.
38968         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38969         current arena cannot fulfill the request.
38970         (__libc_memalign): Likewise.
38971         (__libc_memalign): Likewise.
38972         (__libc_pvalloc): Likewise.
38973         (__libc_calloc): Likewise.
38975 2012-09-05  John Tobey  <john.tobey@gmail.com>
38977         [BZ #13542]
38978         * manual/arith.texi (Operations on Complex): Fix description
38979         of carg branch cut.
38981 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38983         [BZ #10014]
38984         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38985         host name.
38987         [BZ #10038]
38988         * manual/memory.texi (Memory): Make order of menu items match
38989         order of sections.
38991 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38993         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38994         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38995         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38997 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38999         * csu/libc-tls.c (static_dtv): Renamed to ...
39000         (_dl_static_dtv): This.  Make it global.
39001         (_dl_initial_dtv): Removed.
39002         (__libc_setup_tls): Updated.
39003         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39004         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39005         DL_INITIAL_DTV.
39007 2012-09-06  Petr Machata  <pmachata@redhat.com>
39009         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39010         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39011         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39012         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39014 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39016         [BZ #14545]
39017         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39018         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39019         freeing dtv[-1].
39021 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39023         [BZ #14544]
39024         * Makeconfig (link-static-before-libc): Replace $(+prector)
39025         with $(+prectorT).
39026         (link-static-after-libc): Replace $(+postctor) with
39027         $(+postctorT).
39028         (link-bounded): Replace $(+prector)/$(+postctor) with
39029         $(+prectorT)/$(+postctorT).
39030         (+prectorT): New macro.
39031         (+postctorT): Likewise.
39033 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39035         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39036         (round_str): Handle values above the maximum for IBM long double
39037         as inexact.
39038         * stdlib/tst-strtod-round.c (tests): Regenerated.
39040 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39042         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39043         assembler flag.
39044         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39045         zarch_nohighgprs around the zarch optimized routines.
39046         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39047         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39048         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39049         for zarch.
39051 2012-09-05  David S. Miller  <davem@davemloft.net>
39053         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39055         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39056         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39057         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39058         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39059         entries.
39061 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39063         * malloc/arena.c: Fold copyright years.
39064         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39066 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39068         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39070 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39072         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39074 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39076         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39077         change internal state upon failure.
39079 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39081         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39082         * malloc/memusage.c (mmap): Likewise.
39083         (mmap64, mremap): Likewise.  Adjust name in comment.
39085 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39087         * libio/fileops.c: Fix typos in comments.
39088         * libio/oldfileops.c: Likewise.
39089         * libio/wfileops.c: Likewise.
39091 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39093         [BZ #1349]
39094         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39095         (tst-malloc-usable-ENV): Set environment for test case.
39096         * malloc/hooks.c (malloc_check_get_size): New function to get
39097         requested size.
39098         * malloc/malloc.c (musable): Use malloc_check_get_size.
39099         * malloc/tst-malloc-usable.c: New test case.
39101 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39103         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39105 2012-09-05  Allan McRae  <allan@archlinux.org>
39107         [BZ #13966]
39108         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39109         determine header location.
39110         * configure: Regenerated.
39112 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39114         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39115         float format.
39116         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39117         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39118         format.
39119         (test): Regenerate.
39121 2012-09-04  David S. Miller  <davem@davemloft.net>
39123         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39124         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39125         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39127 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39129         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39130         failures.
39132         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39134 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39136         [BZ #9914]
39137         * libio/iogetdelim.c: Include <limits.h>.
39138         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39139         + len + 1 would overflow.
39141 2012-09-03  Andreas Jaeger  <aj@suse.de>
39143         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39144         * sysdeps/i386/fpu/libm-test-ulps: Update.
39146 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39148         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39149         Add s_sinf-sse2, s_conf-sse2.
39151         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39152         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39153         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39154         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39156         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39157         for using routine as __sinf_ia32.
39158         Use macro for function declaration and weak_alias.
39159         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39160         for using routine as __cosf_ia32.
39161         Use macro for function declaration and weak_alias.
39163         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39164         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39166         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39167         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39168         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39170         * math/libm-test.inc (cos_test): Add more test cases.
39171         (sin_test): Likewise.
39172         (sincos_test): Likewise.
39174 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39176         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39177         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39178         hidden.
39179         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39181 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39183         [BZ #14538]
39184         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39185         first element of the GOT.
39186         (elf_machine_load_address): Return the difference between
39187         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39189 2012-09-01  Allan McRae  <allan@archlinux.org>
39191         [BZ #13412]
39192         * configure.in (AWK): Require gawk version 3.0 or later.
39193         * configure: Regenerated.
39195 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39197         * sysdeps/unix/sysv/linux/kernel-features.h
39198         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39199         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39200         [__NR_clock_getres]: Make code unconditional.
39201         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39202         (clock_getcpuclockid): Remove code left unreachable by removal of
39203         conditionals.
39204         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39205         code unconditional.
39206         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39207         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39208         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39209         Make code unconditional.
39210         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39211         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39212         * sysdeps/unix/sysv/linux/clock_settime.c
39213         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39214         conditional code.
39215         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39216         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39218 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39220         [BZ #14476]
39221         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39222         scripts/test-installation.pl.
39224         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39225         and $ld_so_version if it is set.
39227 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39229         [BZ #14516]
39230         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39231         failure if reading from procfs failed.
39232         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39234 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39236         * sysdeps/unix/sysv/linux/kernel-features.h
39237         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39238         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39239         Remove conditional code.
39240         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39241         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39242         Remove conditional code.
39243         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39244         * sysdeps/unix/sysv/linux/i386/fxstat.c
39245         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39246         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39247         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39248         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39249         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39250         * sysdeps/unix/sysv/linux/i386/lxstat.c
39251         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39252         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39253         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39254         Remove conditional code.
39255         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39256         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39257         Remove conditional code.
39258         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39259         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39260         <kernel-features.h>.
39261         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39262         Remove.
39263         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39264         Remove conditional code.
39265         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39266         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39267         Remove conditional.
39269 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39271         [BZ #5400]
39272         * NEWS: Add fixed bug number.
39274 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39276         [BZ #14519]
39277         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39278         underflowing exponent in case of negative sign.
39279         * stdlib/tst-strtod-round-data: Add more tests.
39280         * stdlib/tst-strtod-round.c (tests): Regenerated.
39282         [BZ #3479]
39283         * stdlib/strtod_l.c (NDIG): Remove.
39284         (HEXNDIG): Likewise.
39285         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39286         smallest representable value.
39287         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39288         lie within an exact representation of 1/2 ulp of the result.
39289         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39290         unconditionally.
39291         (TENS_P9_IDX): Define unconditionally.
39292         (TENS_P9_SIZE): Likewise.
39293         (TENS_P10_IDX): Likewise.
39294         (TENS_P10_SIZE): Likewise.
39295         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39296         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39297         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39298         entries for 10^2^13 and 10^2^14.
39299         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39300         (TENS_P13_IDX): Define.
39301         (TENS_P13_SIZE): Likewise.
39302         (TENS_P14_IDX): Likewise.
39303         (TENS_P14_SIZE): Likewise.
39304         (_fpioconst_pow10): Change array size to
39305         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39306         unconditional.
39307         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39308         1024]: Add entries for 10^2^13 and 10^2^14.
39309         [LAST_POW10 > _LAST_POW10]: Remove #error.
39310         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39311         (_fpioconst_pow10): Change array size to
39312         FPIOCONST_POW10_ARRAY_SIZE.
39313         * stdlib/gen-fpioconst.c: New file.
39314         * stdlib/gen-tst-strtod-round.c: Likewise.
39315         * stdlib/tst-strtod-round-data: Likewise.
39316         * stdlib/tst-strtod-round.c: Likewise.
39317         * stdlib/Makefile (tests): Add tst-strtod-round.
39319         [BZ #14459]
39320         * stdlib/strtod_l.c: Include <stdint.h>.
39321         (NDEBUG): Do not define.
39322         (round_and_return): Change EXPONENT parameter to type intmax_t.
39323         Rearrange calculations to avoid internal overflow possibilities.
39324         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39325         Rearrange calculations to avoid internal overflow possibilities.
39326         Assert that number fits inside MPNSIZE limbs.
39327         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39328         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39329         calculations and add assertions to avoid internal overflow
39330         possibilities.  Add casts to avoid signed/unsigned operations.
39331         * stdlib/tst-strtod-overflow.c: New file.
39332         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39334 2012-08-25  Marek Polacek  <polacek@redhat.com>
39336         * time/time.h: Fix some typos in comments.
39338 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39340         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39341         * posix/tst-rfc3484-2.c: Likewise.
39342         * posix/tst-rfc3484-3.c: Likewise.
39344 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39346         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39347         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39349 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39351         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39352         #include of fxstatat64.c.
39354 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39356         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39357         * shadow/getspent_r.c: Likewise.
39358         * shadow/getspnam.c: Likewise.
39359         * shadow/getspnam_r.c: Likewise.
39360         * gshadow/getsgent.c: Likewise.
39361         * gshadow/getsgent_r.c: Likewise.
39362         * gshadow/getsgnam.c: Likewise.
39363         * gshadow/getsgnam_r.c: Likewise.
39364         * inet/getnetbyad.c: Likewise.
39365         * inet/getnetbyad_r.c: Likewise.
39366         * inet/getnetbynm.c: Likewise.
39367         * inet/getnetbynm_r.c: Likewise.
39368         * inet/getnetent.c: Likewise.
39369         * inet/getnetent_r.c: Likewise.
39370         * inet/getproto.c: Likewise.
39371         * inet/getproto_r.c: Likewise.
39372         * inet/getprtent.c: Likewise.
39373         * inet/getprtent_r.c: Likewise.
39374         * inet/getprtname.c: Likewise.
39375         * inet/getprtname_r.c: Likewise.
39376         * inet/getrpcbyname.c: Likewise.
39377         * inet/getrpcbyname_r.c: Likewise.
39378         * inet/getrpcbynumber.c: Likewise.
39379         * inet/getrpcbynumber_r.c: Likewise.
39380         * inet/getrpcent.c: Likewise.
39381         * inet/getrpcent_r.c: Likewise.
39382         * inet/getaliasent.c: Likewise.
39383         * inet/getaliasent_r.c: Likewise.
39384         * inet/getaliasname.c: Likewise.
39385         * inet/getaliasname_r.c: Likewise.
39386         * nscd/getgrgid_r.c: Likewise.
39387         * nscd/getgrnam_r.c: Likewise.
39388         * nscd/gethstbyad_r.c: Likewise.
39389         * nscd/gethstbynm3_r.c: Likewise.
39390         * nscd/getpwnam_r.c: Likewise.
39391         * nscd/getpwuid_r.c: Likewise.
39392         * nscd/getsrvbynm_r.c: Likewise.
39393         * nscd/getsrvbypt_r.c: Likewise.
39394         * nscd/gai.c: Likewise.
39396         * configure.in (build_nscd): New substituted variable, set
39397         by --disable-build-nscd and defaults to $use_nscd.
39398         * configure: Regenerated.
39399         * config.make.in (build-nscd): New substituted variable.
39400         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39401         Change conditional to require [$(build-nscd) = yes] as well.
39402         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39404         [BZ# 13696]
39405         * configure.in (use_nscd): New substituted variable, set by
39406         --disable-nscd.  If enabled, define USE_NSCD.
39407         * configure: Regenerated.
39408         * config.h.in: Add USE_NSCD.
39409         * config.make.in (use-nscd): New substituted variable.
39410         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39411         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39412         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39413         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39414         (CFLAGS-getgrnam_r.c): Likewise.
39415         (CFLAGS-initgroups.c): Likewise.
39416         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39417         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39418         Variables removed.
39419         * inet/getnetgrent_r.c
39420         (nscd_setnetgrent): New function, broken out of ...
39421         (setnetgrent): ... here.  Call it.
39422         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39423         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39424         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39425         * nscd/Makefile (routines, aux): Move definitions after include of
39426         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39427         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39428         Conditionalize on [USE_NSCD].
39429         (is_nscd, nscd_init_cb): Likewise.
39430         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39431         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39432         * nss/nss_db/db-init.c: Likewise.
39433         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39434         [USE_NSCD].
39435         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39436         (make_request): Use it.
39437         (cache_valid_p): New function.
39438         (__check_pf): Use it.
39439         * NEWS: Add item for --disable-nscd.
39441 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39443         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39444         to support sed >= 4.2.1-20-ga9bf076.
39445         * configure: Regenerated.
39447 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39449         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39450         Conditionalize whole body on [IREL].
39452 2012-08-22  Jeff Law <law@redhat.com>
39454         [BZ #14505]
39455         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39456         if the family is PF_UNSPEC.
39458 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39460         * Makerules (lib-version): Rename from V.
39461         (install-lib-nosubdir): Change V to lib-version.
39463 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39465         [BZ #14252]
39466         * powerpc32/power6/wcschr.c: New file.
39467         * powerpc32/power6/wcscpy.c: New file.
39468         * powerpc32/power6/wcsrchr.c: New file.
39469         * powerpc64/power6/wcschr.c: New file.
39470         * powerpc64/power6/wcscpy.c: New file.
39471         * powerpc64/power6/wcsrchr.c: New file.
39473 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39475         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39476         (two_way_short_needle): Use it.
39477         * string/strstr.c (AVAILABLE1_USES_J): Define.
39478         * string/strcasestr.c: Likewise.
39480         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39481         array references.
39482         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39484         [BZ #11607]
39485         * NEWS: Add an entry.
39486         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39487         define their defaults.
39488         (two_way_short_needle): Detect end-of-string on-the-fly.
39489         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39490         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39491         * string/bug-strcasestr1.c: New test.
39492         * string/Makefile: Run it.
39494 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39496         [BZ #11607]
39497         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39498         the first character.
39500 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39502         * csu/elf-init.c (__libc_csu_irel): Function removed.
39503         * csu/libc-start.c (apply_irel): New function.
39504         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39506 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39508         * sysdeps/unix/sysv/linux/kernel-features.h
39509         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39510         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39511         <kernel-features.h>.
39512         [__NR_fadvise64_64]: Make code unconditional.
39513         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39514         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39515         !__NR_fadvise64_64)]: Likewise.
39516         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39517         !__NR_fadvise64_64))]: Likewise.
39518         [__NR_fadvise64]: Make code unconditional.
39519         [!__NR_fadvise64]: Remove conditional code.
39520         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39521         <kernel-features.h>.
39522         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39523         unconditional.
39524         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39525         conditional code.
39526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39527         not include <kernel-features.h>.
39528         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39529         unconditional.
39530         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39531         conditional code.
39532         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39533         include <kernel-features.h>.
39534         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39535         unconditional.
39536         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39537         conditional code.
39539 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39541         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39542         slight instruction rearrangements per scrollpipe analysis.
39543         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39545 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39547         * manual/syslog.texi (syslog; vsyslog, closelog):
39548         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39549         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39551         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39552         DSOCAPS to match condition on defining it.
39554 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39556         * sysdeps/unix/sysv/linux/kernel-features.h
39557         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39559         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39560         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39562         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39563         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39565         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39566         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39568         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39569         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39571         * sysdeps/unix/sysv/linux/kernel-features.h
39572         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39573         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39574         unconditional.
39575         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39576         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39577         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39578         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39579         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39580         Make code unconditional.
39581         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39582         (__mmap64) [!__NR_mmap2]: Likewise.
39583         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39584         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39585         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39586         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39587         [__NR_mmap2]: Make code unconditional.
39588         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39589         (__mmap64) [!__NR_mmap2]: Likewise.
39591 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39593         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39595 2012-08-18  Andreas Jaeger  <aj@suse.de>
39597         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39599 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39601         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39602         * include/unistd.h (__have_sock_cloexec): Likewise.
39603         (__have_pipe2): Likewise.
39604         (__have_dup3): Likewise.
39606 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39608         [BZ #9685]
39609         * include/unistd.h (__have_pipe2): Change define into an extern int.
39610         (__have_dup3): Likewise.
39611         * socket/have_sock_cloexec.c: Include fcntl.h.
39612         (__have_pipe2): New variable.
39613         (__have_dup3): Likewise.
39615 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39617         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39619 2012-08-17  Marek Polacek  <polacek@redhat.com>
39621         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39622         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39624 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39626         * configure.in: Add AC_SUBST for sysheaders.
39627         * configure: Regenerated.
39628         * config.make.in (sysheaders): New substituted variable.
39630         * sysdeps/unix/mkfifo.c: Moved ...
39631         * sysdeps/posix/mkfifo.c: ... here.
39632         * sysdeps/unix/mkfifoat.c: Moved ...
39633         * sysdeps/posix/mkfifoat.c: ... here.
39635         * sysdeps/unix/utime.c: Moved ...
39636         * sysdeps/posix/utime.c: ... here.
39638         * sysdeps/unix/time.c: Moved ...
39639         * sysdeps/posix/time.c: ... here.
39640         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39641         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39643         * sysdeps/unix/nice.c: Moved ...
39644         * sysdeps/posix/nice.c: ... here.
39646         * sysdeps/unix/alarm.c: Moved ...
39647         * sysdeps/posix/alarm.c: ... here.
39649         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39651 2012-08-17  Jeff Law <law@redhat.com>
39653         * intl/Makefile (codeset_mo): New variable.
39654         ($(codeset_mo)): New target.
39655         (tst-codeset.out): Depend on that.  Remove explicit rule.
39656         (tst-gettext3.out, tst-gettext5.out): Likewise.
39657         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39658         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39659         * intl/tst-codeset.sh: Remove.
39660         * intl/tst-gettext3.sh: Likewise.
39661         * intl/tst-gettext5.sh: Likewise.
39663 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39665         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39666         * sysdeps/unix/syscalls.list: ... here.
39668         * sysdeps/posix/getaddrinfo.c
39669         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39670         (gaiconf_init, gaiconf_reload): Use them.
39671         [!_STATBUF_ST_NSEC]
39672         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39673         Define using time_t rather than struct timespec.
39675         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39676         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39677         Macros removed.
39678         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39679         [!NO_THREADS].
39680         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39681         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39682         Likewise.
39684         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39685         __libc_cleanup_push argument.
39687         * bits/param.h: New file.
39688         * misc/sys/param.h: New file.
39689         * include/sys/param.h: New file.
39690         * misc/Makefile (headers): Add bits/param.h.
39691         * sysdeps/generic/sys/param.h: File removed.
39692         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39693         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39694         * sysdeps/mach/hurd/bits/param.h: New file.
39695         * sysdeps/mach/hurd/sys/param.h: File removed.
39697         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39698         last change.
39700         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39701         [_IO_MTSAFE_IO].
39702         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39703         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39704         New macros.
39706         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39707         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39708         rather than -D_IO_MTSAFE_IO conditionally.
39709         * stdio-common/Makefile (CPPFLAGS): Likewise.
39710         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39711         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39712         Use $(libio-mtsafe).
39713         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39714         of -D_IO_MTSAFE_IO.
39715         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39716         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39717         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39718         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39719         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39720         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39721         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39722         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39723         (CFLAGS-fread_u_chk.c): Likewise.
39724         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39725         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39726         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39727         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39728         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39729         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39730         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39731         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39732         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39734         * libio/Makefile: Test [$(libc-reentrant) = yes]
39735         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39737         * Makeconfig
39738         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39739         * sysdeps/pthread/configure: File removed.
39740         * sysdeps/pthread/Makeconfig: New file.
39741         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39742         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39744 2012-08-16  Gary Benson  <gbenson@redhat.com>
39746         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39747         unmapping the first object in a namespace.
39749 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39751         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39752         (__internal_setnetgrent): ... this.  Add internal_function to
39753         definition.  Add libc_hidden_def.
39754         (setnetgrent): Update caller.
39755         (internal_endnetgrent): Renamed to ...
39756         (__internal_endnetgrent): ... this.  Add internal_function to
39757         definition.  Add libc_hidden_def.
39758         (endnetgrent): Update caller.
39759         (internal_getnetgrent_r): Renamed to ...
39760         (__internal_getnetgrent_r): ... this.  Add internal_function to
39761         definition.  Add libc_hidden_def.
39762         (__getnetgrent_r): Update caller.
39763         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39765 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39767         * stdlib/longlong.h: Update from GCC.
39769 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39771         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39772         on _QL, which is set by umul_ppmm but never used.
39773         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39774         variables, which are set by GMP macros but never used.
39775         * stdio-common/_itowa.c (_itowa): Likewise.
39776         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39777         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39779 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39781         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39782         struct La_sh_regs is not constant.
39783         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39784         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39785         and struct La_sparc64_regs are not constant.
39787 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39789         * sysdeps/unix/sysv/linux/kernel-features.h
39790         (__ASSUME_POSIX_TIMERS): Remove.
39791         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39792         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39793         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39794         Make code unconditional.
39795         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39796         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39797         Make code unconditional.
39798         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39799         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39800         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39801         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39802         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39803         Make code unconditional.
39804         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39805         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39806         (__libc_missing_posix_timers): Remove.
39808 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39810         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39811         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39813         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39815         * elf/dl-sym.c: Include <stdlib.h>.
39817         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39818         constants, which avoids warnings in 32-bit builds.
39820         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39821         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39823         * misc/lseek.c: File moved to ...
39824         * io/lseek.c: ... here.
39826         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39828         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39829         shifting LEN more than 31 bits at once.
39831 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39833         [BZ #14195]
39834         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39835         segmentation fault for a case of two empty input strings.
39836         * string/test-strncasecmp.c (check1): Renamed to...
39837         (bz12205): ...this.
39838         (bz14195): Add new testcase for two empty input strings and N > 0.
39839         (test_main): Call new testcase, adapt for renamed function.
39841 2012-08-15  Andreas Jaeger  <aj@suse.de>
39843         [BZ #14090]
39844         * crypt/md5test2.c: New test, based on test supplied by Serge
39845         Belyshev <belyshev@depni.sinp.msu.ru>.
39846         * crypt/Makefile (xtests): Add md5test-giant..
39847         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39849 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39851         [BZ #14090]
39852         * crypt/md5.c (md5_process_block): Don't assume the buffer
39853         length is less than 2**32.
39854         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39855         length is less than 2**64.
39857 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39859         * string/str-two-way.h: Include <sys/param.h>.
39860         (MAX): Macro removed.
39862         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39863         Move #define and #undef of memmove to just before and after
39864         including <string.h>.
39866         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39867         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39868         and after including <string.h>.  Move declarations of
39869         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39870         to before #include "string/memmove.c".
39872         * include/dirent.h: Declare __getdirentries.
39874         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39875         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39877 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39879         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39880         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39881         * sysdeps/i386/configure: Regenerated.
39882         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39883         STABS_CURRENT_FILE, and STABS_FUN.
39884         (END): Remove call to STABS_FUN_END.
39885         (STABS_CURRENT_FILE1): Delete.
39886         (STABS_CURRENT_FILE): Likewise.
39887         (STABS_FUN): Likewise.
39888         (STABS_FUN_END): Likewise.
39889         (STABS_FUN2): Likewise.
39890         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39891         * sysdeps/x86_64/configure: Regenerated.
39893 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39895         * elf/dl-open.c: Include <atomic.h>.
39896         * elf/dl-lookup.c: Likewise.
39898 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39900         * sysdeps/unix/sysv/linux/kernel-features.h
39901         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39902         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39903         unconditionally.
39904         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39905         unconditionally.
39906         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39907         condition on __ASSUME_CLONE_THREAD_FLAGS.
39909 2012-08-14  Andreas Jaeger  <aj@suse.de>
39911         * sysdeps/i386/fpu/libm-test-ulps: Update.
39913 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39915         * include/atomic.h (atomic_exchange_and_add): Split into ...
39916         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39917         New atomic macros.
39919 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39921         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39923 2012-08-13  Jeff Law <law@redhat.com>
39925         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39926         null byte in the output string.
39928 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39930         * sysdeps/unix/sysv/linux/kernel-features.h
39931         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39932         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39933         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39934         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39935         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39936         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39937         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39939 2012-08-09  Jeff Law <law@redhat.com>
39941         [BZ #13939]
39942         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39943         When avoid_arena is set, don't retry in the that arena.  Pick the
39944         next one, whatever it might be.
39945         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39946         (arena_lock): Pass in new parameter to arena_get2.
39947         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39948         arena_get2.
39949         (__libc_malloc): Unify retrying after main arena failure with
39950         __libc_memalign version.
39951         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39953 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39955         [BZ #14166]
39956         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39957         to __redirect_strstr.
39958         (__strstr_sse42): Use typeof __redirect_strstr.
39959         (__strstr_ia32): Likewise.
39960         (__libc_strstr): New prototype.
39961         (strstr): Renamed to ...
39962         (__libc_strstr): This.
39963         (strstr): New strong alias of __libc_strstr.
39964         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39965         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39966         __redirect_time.
39967         Include <time.h>.
39968         (__libc_time): New prototype.
39969         (time_ifunc): Replace time with __libc_time.
39970         (time): New strong alias and hidden definition of __libc_time.
39971         (__GI_time): Remove strong alias.
39972         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39973         Include <stddef.h>.
39974         (memmove): Redefined to __redirect_memmove.
39975         (__memmove_sse2): Use typeof __redirect_memmove.
39976         (__memmove_ssse3): Likewise.
39977         (__memmove_ssse3_back): Likewise.
39978         (__libc_memmove): New prototype.
39979         (memmove): Renamed to ...
39980         (__libc_memmove): This.
39981         (memmove): New strong alias of __libc_memmove.
39983 2012-08-08  Mark Salter  <msalter@redhat.com>
39985         * elf/elf.h
39986         (R_MN10300_TLS_GD): Define.
39987         (R_MN10300_TLS_LD): Likewise.
39988         (R_MN10300_TLS_LDO): Likewise.
39989         (R_MN10300_TLS_GOTIE): Likewise.
39990         (R_MN10300_TLS_IE): Likewise.
39991         (R_MN10300_TLS_LE): Likewise.
39992         (R_MN10300_TLS_DTPMOD): Likewise.
39993         (R_MN10300_TLS_DTPOFF): Likewise.
39994         (R_MN10300_TLS_TPOFF): Likewise.
39995         (R_MN10300_SYM_DIFF): Likewise.
39996         (R_MN10300_ALIGN): Likewise.
39997         (R_MN10300_NUM): Update.
39999 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40001         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40002         Remove.
40004 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40006         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40008         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40009         sysdeps/unix -> sysdeps/posix move.
40010         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40012 2012-08-07      Allan McRae     <allan@archlinux.org>
40014         [BZ #14303]
40015         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40016         (SUNOS_CPP): Likewise.
40017         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40018         not found.
40019         (open_input): Call CPP using execvp.
40021 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40023         * sysdeps/unix/sysv/linux/kernel-features.h
40024         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40025         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40026         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40027         (__ASSUME_WAITID_SYSCALL): Likewise.
40028         * sysdeps/unix/sysv/linux/dl-execstack.c
40029         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40030         code unconditional.
40031         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40032         conditional code.
40033         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40034         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40035         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40036         code.
40037         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40038         unconditional.
40039         [__ASSUME_WAITID_SYSCALL]: Likewise.
40040         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40042 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40044         * sysdeps/unix/closedir.c: Renamed to ...
40045         * sysdeps/posix/closedir.c: ... here.
40046         * sysdeps/unix/dirfd.c: Renamed to ...
40047         * sysdeps/posix/dirfd.c: ... here.
40048         * sysdeps/unix/dirstream.h: Renamed to ...
40049         * sysdeps/posix/dirstream.h: ... here.
40050         * sysdeps/unix/fdopendir.c: Renamed to ...
40051         * sysdeps/posix/fdopendir.c: ... here.
40052         * sysdeps/unix/opendir.c: Renamed to ...
40053         * sysdeps/posix/opendir.c: ... here.
40054         * sysdeps/unix/readdir.c: Renamed to ...
40055         * sysdeps/posix/readdir.c: ... here.
40056         * sysdeps/unix/readdir_r.c: Renamed to ...
40057         * sysdeps/posix/readdir_r.c: ... here.
40058         * sysdeps/unix/rewinddir.c: Renamed to ...
40059         * sysdeps/posix/rewinddir.c: ... here.
40060         * sysdeps/unix/seekdir.c: Renamed to ...
40061         * sysdeps/posix/seekdir.c: ... here.
40062         * sysdeps/unix/telldir.c: Renamed to ...
40063         * sysdeps/posix/telldir.c: ... here.
40064         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40065         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40066         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40067         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40069         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40070         * bits/fcntl.h: ... here.
40072         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40073         not 0.
40074         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40075         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40076         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40077         (struct flock): Move l_start, l_len to the beginning.
40078         Use __pid_t for l_pid.
40079         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40080         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40081         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40082         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40083         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40084         [__USE_LARGEFILE64] (struct flock64): New type.
40085         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40087         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40088         * bits/dirent.h: ... here.
40090         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40091         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40093 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40095         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40096         Change from 2.6.0 to 2.6.16.
40097         * sysdeps/unix/sysv/linux/configure: Regenerated.
40098         * sysdeps/unix/sysv/linux/kernel-features.h
40099         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40100         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40101         version.
40102         (__ASSUME_UTIMES): Likewise.
40103         (__ASSUME_CLONE_STOPPED): Remove.
40104         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40105         architectures, not kernel version.
40106         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40107         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40108         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40109         (__ASSUME_WAITID_SYSCALL): Likewise.
40110         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40111         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40112         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40113         refer to older versions.
40115 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40117         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40118         Define alphasort64 as an alias.
40119         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40120         Define versionsort64 as an alias.
40121         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40122         Define scandir64 as an alias.
40123         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40124         Define scandirat64 as an alias.
40125         * dirent/alphasort64.c (alphasort64):
40126         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40127         * dirent/versionsort64.c: Likewise.
40128         * dirent/scandir64.c: Likewise.
40129         * dirent/scandirat64.c: Likewise.
40130         * sysdeps/wordsize-64/alphasort.c: File removed.
40131         * sysdeps/wordsize-64/alphasort64.c: File removed.
40132         * sysdeps/wordsize-64/scandir.c: File removed.
40133         * sysdeps/wordsize-64/scandir64.c: File removed.
40134         * sysdeps/wordsize-64/scandirat.c: File removed.
40135         * sysdeps/wordsize-64/scandirat64.c: File removed.
40136         * sysdeps/wordsize-64/versionsort.c: File removed.
40137         * sysdeps/wordsize-64/versionsort64.c: File removed.
40138         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40139         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40140         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40141         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40142         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40143         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40144         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40145         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40147         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40148         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40149         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40150         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40151         [defined __arch64__ || defined __sparcv9]
40152         (__INO_T_MATCHES_INO64_T): New macro.
40153         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40154         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40155         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40156         * sysdeps/unix/sysv/linux/bits/dirent.h
40157         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40158         (_DIRENT_MATCHES_DIRENT64): New macro.
40160         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40161         Define lockf64 as an alias.
40162         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40163         Define fseeko64 as an alias.
40164         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40165         Define ftello64 as an alias.
40166         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40167         Define _IO_fgetpos64 and fgetpos64 as aliases.
40168         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40169         Define _IO_fsetpos64 and fsetpos64 as aliases.
40170         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40171         Conditionalize body on this.
40172         * libio/fseeko64.c: Likewise.
40173         * libio/ftello64.c: Likewise.
40174         * libio/iofgetpos64.c: Likewise.
40175         * libio/iofsetpos64.c: Likewise.
40176         * sysdeps/wordsize-64/lockf.c: File removed.
40177         * sysdeps/wordsize-64/lockf64.c: File removed.
40178         * sysdeps/wordsize-64/fseeko.c: File removed.
40179         * sysdeps/wordsize-64/fseeko64.c: File removed.
40180         * sysdeps/wordsize-64/ftello.c: File removed.
40181         * sysdeps/wordsize-64/ftello64.c: File removed.
40182         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40183         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40184         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40185         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40186         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40187         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40188         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40189         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40190         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40191         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40192         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40193         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40194         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40195         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40197         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40198         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40199         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40200         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40201         [defined __arch64__ || defined __sparcv9]
40202         (__OFF_T_MATCHES_OFF64_T): New macro.
40203         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40204         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40205         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40206         (__OFF_T_MATCHES_OFF64_T): New macro.
40208 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40210         * stdlib/secure-getenv.c (__secure_getenv): Replace
40211         GLIBC_2_16 with GLIBC_2_17.
40213 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40215         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40216         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40218 2012-08-03  David S. Miller  <davem@davemloft.net>
40220         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40222 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40224         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40225         Remove.
40226         (__ASSUME_CORRECT_SI_PID): Likewise.
40227         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40228         (__ASSUME_TMPFS_NAME): Likewise.
40229         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40230         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40231         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40232         (HAVE_AUX_SECURE): Make definition unconditional.
40233         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40234         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40236 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40238         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40239         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40240         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40241         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40242         __eloop_threshold instead of SYMLOOP_MAX.
40244         * sysdeps/generic/eloop-threshold.h: New file.
40245         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40246         of MAXSYMLINKS.
40247         * elf/chroot_canon.c (chroot_canon): Likewise.
40249 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40251         [BZ #13717]
40252         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40253         Change to 2.6.0 everywhere.
40254         * sysdeps/unix/sysv/linux/configure: Regenerated.
40255         * sysdeps/unix/sysv/linux/kernel-features.h
40256         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40257         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40258         kernel versions.
40259         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40260         (__ASSUME_FUTEX_REQUEUE): Remove.
40261         (__ASSUME_STATFS64): Define unconditionally.
40262         (__ASSUME_AT_SECURE): Likewise.
40263         (__ASSUME_CORRECT_SI_PID): Likewise.
40264         (__ASSUME_TGKILL): Define without depending on kernel version for
40265         i386.
40266         (__ASSUME_UTIMES): Likewise.
40267         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40268         kernel version.
40269         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40270         (__ASSUME_TMPFS_NAME): Likewise.
40271         * README: Update reference to Linux kernel versions.
40273 2012-08-02  Marek Polacek  <polacek@redhat.com>
40275         [BZ# 14150]
40276         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40277         libc_cv_asm_type_prefix with %.
40278         * configure: Regenerated.
40279         * include/libc-symbols.h: Remove comment about
40280         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40281         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40282         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40283         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40284         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40285         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40286         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40287         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40288         * elf/tst-unique2mod1.c: Likewise.
40289         * elf/tst-unique1mod2.c: Likewise.
40290         * elf/tst-unique1mod1.c: Likewise.
40291         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40292         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40293         Replace ASM_TYPE_DIRECTIVE with .type.
40294         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40295         * sysdeps/i386/sysdep.h: Likewise.
40296         * sysdeps/x86_64/sysdep.h: Likewise.
40297         * sysdeps/sh/sysdep.h: Likewise.
40298         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40299         Do not define ASM_TYPE_DIRECTIVE.
40300         * sysdeps/powerpc/sysdep.h: Likewise.
40301         * sysdeps/powerpc/powerpc32/sysdep.h:
40302         Replace ASM_TYPE_DIRECTIVE with .type.
40303         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40304         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40305         * sysdeps/i386/fpu/e_powf.S: Likewise.
40306         * sysdeps/i386/fpu/e_expl.S: Likewise.
40307         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40308         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40309         * sysdeps/i386/fpu/e_pow.S: Likewise.
40310         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40311         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40312         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40313         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40314         * sysdeps/i386/fpu/e_log2.S: Likewise.
40315         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40316         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40317         * sysdeps/i386/fpu/e_powl.S: Likewise.
40318         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40319         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40320         * sysdeps/i386/fpu/e_logl.S: Likewise.
40321         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40322         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40323         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40324         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40325         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40326         * sysdeps/i386/fpu/e_log.S: Likewise.
40327         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40328         * sysdeps/i386/fpu/e_logf.S: Likewise.
40329         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40330         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40331         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40332         * sysdeps/i386/fpu/e_log10.S: Likewise.
40333         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40334         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40335         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40336         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40337         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40338         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40339         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40340         * sysdeps/i386/i686/strtok.S: Likewise.
40341         * sysdeps/i386/i386-mcount.S: Likewise.
40342         * sysdeps/i386/strtok.S: Likewise.
40343         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40344         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40345         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40346         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40347         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40348         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40349         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40350         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40351         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40352         * sysdeps/x86_64/_mcount.S: Likewise.
40353         * sysdeps/x86_64/strtok.S: Likewise.
40354         * sysdeps/sh/_mcount.S: Likewise.
40356 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40358         * libio/iofopen.c: Include <fcntl.h>.
40359         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40360         (_IO_fopen64, fopen64): Define as aliases.
40361         * libio/iofopen64.c: Include <fcntl.h>.
40362         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40363         Conditionalize body on this.
40364         * sysdeps/wordsize-64/iofopen.c: File removed.
40365         * sysdeps/wordsize-64/iofopen64.c: File removed.
40367 2012-08-01  Marek Polacek  <polacek@redhat.com>
40369         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40370         Use dlfcn directly instead of a variable.
40371         (binfmt-subdir): Do not define.
40372         (dlfcn): Likewise.
40374 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40376         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40377         Remove all definitions.
40378         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40379         <kernel-features.h>.
40380         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40381         (miss_F_GETOWN_EX): Remove all definitions.
40382         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40383         macro definition.
40384         [!__ASSUME_FCNTL64]: Remove conditional code.
40385         [__ASSUME_FCNTL64]: Make code unconditional.
40386         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40387         <kernel-features.h>.
40388         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40389         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40390         (lockf64) [__NR_fcntl64]: Make code unconditional.
40391         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40393         * sysdeps/unix/sysv/linux/kernel-features.h
40394         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40395         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40396         Make code unconditional.
40397         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40398         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40400         [__NR_vfork]: Make code unconditional.
40401         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40402         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40404         [__NR_vfork]: Make code unconditional.
40405         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40406         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40408 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40410         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40411         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40413         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40414         Define mkstemp64 as an alias.
40415         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40416         Define mkstemps64 as an alias.
40417         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40418         Define mkostemp64 as an alias.
40419         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40420         Define mkostemps64 as an alias.
40421         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40422         Conditionalize body on this.
40423         * misc/mkostemp64.c: Likewise.
40424         * misc/mkostemps64.c: Likewise.
40425         * misc/mkstemps64.c: Likewise.
40426         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40427         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40428         * sysdeps/wordsize-64/mkostemp.c: File removed.
40429         * sysdeps/wordsize-64/mkstemp.c: File removed.
40430         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40431         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40432         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40433         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40435         [BZ #14138]
40436         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40437         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40438         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40439         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40441         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40442         compat_symbol macros from <shlib-compat.h> rather than the underlying
40443         default_symbol_version and symbol_version macros, so that DEFAULT
40444         lines in shlib-versions are respected.
40445         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40447 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40449         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40450         Declare with warn_unused_result.
40451         (setgid, setregid, setegid, setresgid): Likewise.
40452         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40453         Likewise.
40454         * WUR-REPORT: Remove set*id functions.
40456 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40458         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40460 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40462         [BZ #10191]
40463         * include/sys/socket.h (__libc_accept, __libc_accept4):
40464         Add attribute_hidden.
40465         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40467         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40468         use of PTR_MANGLE.
40469         * inet/getnetgrent_r.c (setup): Likewise.
40471         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40473 2012-07-31  David S. Miller  <davem@davemloft.net>
40475         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40477 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40479         [BZ #13629]
40480         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40481         value between 1.0 and 2.0 and smaller part has absolute value less
40482         than 1.0.
40483         * math/s_clog10.c (__clog10): Likewise.
40484         * math/s_clog10f.c (__clog10f): Likewise.
40485         * math/s_clog10l.c (__clog10l): Likewise.
40486         * math/s_clogf.c (__clogf): Likewise.
40487         * math/s_clogl.c (__clogl): Likewise.
40488         * math/libm-test.inc (clog_test): Add more tests.
40489         (clog10_test): Likewise.
40490         * sysdeps/i386/fpu/libm-test-ulps: Update.
40491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40493 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40495         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40496         Exit with zero in case no suitable GID is found, and write a
40497         message to standard error.
40499 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40501         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40502         rather than to 1.
40503         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40504         (MAXPATHLEN): Removed.
40505         (NOGROUP, NODEV): New macros.
40506         (setbit, clrbit, isset, isclr): New macros.
40507         (howmany, roundup, powerof2): New macros.
40508         (DEV_BSIZE): New macro.
40510         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40511         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40513         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40514         definition on [!__NO_LONG_DOUBLE_MATH].
40516         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40517         PTR_MANGLE and PTR_DEMANGLE.
40519         * socket/accept4.c (accept4): Rename to __libc_accept4.
40520         Define accept4 as a weak alias.
40522         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40523         on [_DIRENT_HAVE_D_TYPE].
40524         * io/ftw.c (ftw_dir): Likewise.
40526         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40528         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40530         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40531         Use the BSD numbers rather than the arbitrary ones we had.
40532         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40533         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40534         (SIGXCPU, SIGXFSZ): New macros.
40535         (_NSIG): Now 32.
40537         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40538         initializer on [_LIBC_REENTRANT].
40540         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40541         definitions inside [_POSIX_MAPPED_FILES].
40543         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40545         * dirent/opendir.c: Include <fcntl.h>.
40547         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40548         (__libc_getspecific): Likewise.
40549         (__libc_key_create): Likewise.
40551         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40552         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40553         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40554         (tmpfile64): Define as alias.
40555         * sysdeps/wordsize-64/tmpfile.c: File removed.
40556         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40557         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40558         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40560         * stdio-common/vfscanf.c: Include <stdbool.h>.
40561         * nss/makedb.c: Likewise.
40562         * stdio-common/_i18n_number.h: Likewise.
40563         * argp/argp-help.c: Likewise.
40564         * posix/wordexp.c: Likewise.
40565         * sysdeps/posix/spawni.c: Likewise.
40566         * nss/nss_files/files-initgroups.c: Likewise.
40567         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40568         * nss/nss_files/files-initgroups.c: Likewise.
40569         * nss/nss_db/db-netgrp.c: Likewise.
40570         * nss/nss_db/db-initgroups.c: Likewise.
40571         * io/fchmodat.c: Include <sys/stat.h>.
40573         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40574         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40576         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40577         [HAVE_MMAP].
40579         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40580         Add multiple inclusion protection.
40582 2012-07-27  David S. Miller  <davem@davemloft.net>
40584         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40586 2012-07-27  Gary Benson  <gbenson@redhat.com>
40588         [BZ #14298]
40589         * elf/rtld.c: Include <stap-probe.h>.
40590         (dl_main): Added static probes "init_start" and "init_complete".
40591         * elf/dl-load.c: Include <stap-probe.h>.
40592         (lose): Take new parameter "nsid".
40593         Added static probe "map_failed".
40594         (_dl_map_object_from_fd): Pass namespace id to lose.
40595         Added static probe "map_start".
40596         (open_verify): Pass namespace id to lose.
40597         * elf/dl-open.c: Include <stap-probe.h>.
40598         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40599         and "reloc_complete".
40600         * elf/dl-close.c: Include <stap-probe.h>.
40601         (_dl_close_worker): Added static probes "unmap_start" and
40602         "unmap_complete".
40603         * elf/rtld-debugger-interface.txt: New file documenting the above.
40605 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40607         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40608         rather than a string variable.
40609         * sunrpc/rpc_main.c (h_output): Likewise.
40610         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40612 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40614         * inet/check_native.c: New file.
40616 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40618         [BZ #13629]
40619         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40620         if larger part has absolute value 1.0.
40621         * math/s_clog10.c (__clog10): Likewise.
40622         * math/s_clog10f.c (__clog10f): Likewise.
40623         * math/s_clog10l.c (__clog10l): Likewise.
40624         * math/s_clogf.c (__clogf): Likewise.
40625         * math/s_clogl.c (__clogl): Likewise.
40626         * math/libm-test.inc (clog_test): Add more tests.
40627         (clog10_test): Likewise.
40628         * sysdeps/i386/fpu/libm-test-ulps: Update.
40629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40631         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40632         (pltexit): Likewise.
40633         (La_regs): Likewise.
40634         (La_retval): Likewise.
40635         (int_retval): Likewise.
40636         Update #error for removed macros to refer only to definitions in
40637         tst-audit.h.
40638         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40639         macro.
40640         (pltexit): Likewise.
40641         (La_regs): Likewise.
40642         (La_retval): Likewise.
40643         (int_retval): Likewise.
40644         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40645         macro.
40646         (pltexit): Likewise.
40647         (La_regs): Likewise.
40648         (La_retval): Likewise.
40649         (int_retval): Likewise.
40650         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40651         macro.
40652         (pltexit): Likewise.
40653         (La_regs): Likewise.
40654         (La_retval): Likewise.
40655         (int_retval): Likewise.
40656         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40657         macro.
40658         (pltexit): Likewise.
40659         (La_regs): Likewise.
40660         (La_retval): Likewise.
40661         (int_retval): Likewise.
40662         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40663         macro.
40664         (pltexit): Likewise.
40665         (La_regs): Likewise.
40666         (La_retval): Likewise.
40667         (int_retval): Likewise.
40668         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40669         macro.
40670         (pltexit): Likewise.
40671         (La_regs): Likewise.
40672         (La_retval): Likewise.
40673         (int_retval): Likewise.
40674         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40675         macro definitions in tst-audit.h.
40676         * sysdeps/i386/tst-audit.h: New file.
40677         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40678         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40679         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40680         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40681         * sysdeps/sh/tst-audit.h: Likewise.
40682         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40683         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40684         * sysdeps/x86_64/tst-audit.h: Likewise.
40686 2012-07-26  Andreas Jaeger  <aj@suse.de>
40688         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40689         ptrace.
40691         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40692         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40693         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40694         PTRACE_O_MASK.
40695         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40696         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40697         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40699         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40700         value.
40702         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40703         _sigsys.
40704         (si_call_addr, si_syscall, si_arch): Define new macro.
40705         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40706         _sigsys.
40707         (si_call_addr, si_syscall, si_arch): Define new marcro.
40708         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40709         _sigsys.
40710         (si_call_addr, si_syscall, si_arch): Define new macro.
40711         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40712         _sigsys.
40713         (si_call_addr, si_syscall, si_arch): Define new macro.
40715 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40717         [BZ #13717]
40718         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40719         Change to 2.4.21 where previously 2.4.1.
40720         * sysdeps/unix/sysv/linux/configure: Regenerated.
40721         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40722         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40723         Linux kernel version.
40724         (__ASSUME_STD_AUXV): Remove.
40725         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40726         kernel version.
40727         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40728         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40729         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40730         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40731         (__ASSUME_NETLINK_SUPPORT): Likewise.
40732         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40733         (__no_netlink_support): Remove conditional definition.
40734         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40735         Remove.
40736         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40737         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40738         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40739         (if_nameindex_ioctl): Remove.
40740         (if_nameindex_netlink): Do not handle __no_netlink_support.
40741         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40742         code.
40743         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40744         Remove conditional code.
40745         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40746         code.
40747         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40748         unconditional.
40749         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40750         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40751         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40752         Remove.
40753         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40754         [!__ASSUME_STD_AUXV]: Remove conditional code.
40755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40756         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40757         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40759         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40760         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40761         code.
40762         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40763         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40764         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40765         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40766         conditional code.
40767         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40769         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40770         code.
40771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40772         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40773         conditional code.
40774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40775         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40776         code unconditional.
40777         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40778         conditional code.
40779         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40780         unconditional.
40781         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40782         conditional code.
40783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40784         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40785         unconditional.
40786         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40787         conditional code.
40788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40789         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40790         code unconditional.
40791         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40792         conditional code.
40793         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40794         unconditional.
40795         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40796         conditional code.
40797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40798         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40799         code unconditional.
40800         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40801         conditional code.
40802         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40803         unconditional.
40804         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40805         conditional code.
40807 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40809         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40810         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40811         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40812         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40813         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40814         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40815         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40816         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40817         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40818         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40819         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40820         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40821         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40822         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40823         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40824         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40825         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40826         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40827         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40828         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40829         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40830         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40831         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40833 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40835         * Versions.def: Add GLIBC_2.17.
40836         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40837         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40838         Introduce __libc_secure_getenv.
40839         * stdlib/Versions (2.17): Add secure_getenv
40840         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40841         * stdlib/secure-getenv.c: Rename __secure_getenv to
40842         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40843         symbol __secure_getenv for GLIBC_2.0.
40844         * stdlib/tst-secure-getenv.c: New.
40845         * stdlib/Makefile (tests): Add testcase.
40846         * manual/startup.texi (Environment Access): Document
40847         secure_getenv.
40848         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40849         __libc_secure_getenv.
40850         * inet/ruserpass.c (ruserpass): Likewise.
40851         * malloc/mtrace.c (mtrace): Likewise.
40852         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40853         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40854         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40855         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40856         HAVE_SECURE_GETENV.
40857         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40858         __secure_getenv to __libc_secure_getenv.
40859         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40860         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40861         Likewise.
40862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40863         Likewise.
40864         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40865         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40866         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40867         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40868         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40869         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40872 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40874         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40875         (struct La_i86_retval): Likewise.
40876         (struct La_x86_64_regs): Likewise.
40877         (struct La_x86_64_retval): Likewise.
40878         (struct La_x32_regs): Likewise.
40879         (struct La_x32_retval): Likewise.
40880         (struct La_ppc32_regs): Likewise.
40881         (struct La_ppc32_retval): Likewise.
40882         (struct La_ppc64_regs): Likewise.
40883         (struct La_ppc64_retval): Likewise.
40884         (struct La_sh_regs): Likewise.
40885         (struct La_sh_retval): Likewise.
40886         (struct La_s390_32_regs): Likewise.
40887         (struct La_s390_32_retval): Likewise.
40888         (struct La_s390_64_regs): Likewise.
40889         (struct La_s390_64_retval): Likewise.
40890         (struct La_sparc32_regs): Likewise.
40891         (struct La_sparc32_retval): Likewise.
40892         (struct La_sparc64_regs): Likewise.
40893         (struct La_sparc64_retval): Likewise.
40894         (struct audit_ifaces): Remove architecture-specific pltenter and
40895         pltexit members.
40896         * sysdeps/i386/ldsodefs.h: New file.
40897         * sysdeps/powerpc/ldsodefs.h: Likewise.
40898         * sysdeps/s390/ldsodefs.h: Likewise.
40899         * sysdeps/sh/ldsodefs.h: Likewise.
40900         * sysdeps/sparc/ldsodefs.h: Likewise.
40901         * sysdeps/x86_64/ldsodefs.h: Likewise.
40903 2012-07-25  Marek Polacek  <polacek@redhat.com>
40905         [BZ #6808]
40906         * math/libm-test.inc (yn_test): Add another test.
40907         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40908         to ERANGE when the result is +-Inf.
40909         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40910         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40911         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40912         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40914 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40916         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40917         equal to 0.
40918         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40919         clock_t.
40920         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40922 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40924         * configure.in <sysdeps resolving>: Correct printing
40925         Implies_before.
40926         * configure: Regenerate.
40928 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40930         * math/w_ilogb.c: Include <limits.h>.
40931         * math/w_ilogbl.c: Likewise.
40933 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40935         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40936         va_copy.  Document allowing for unavailable va_copy only as
40937         pre-C99 compatibility.
40938         * manual/string.texi (Copying and Concatenation): Use va_copy
40939         instead of __va_copy in concat example.
40941 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40943         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40944         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40945         it if not null.
40947         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40948         with O_NOLINK passed to __file_name_lookup.
40950         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40951         with O_NOLINK passed to __file_name_lookup.
40953         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40954         negative N or less than NGIDS.
40956         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40957         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40958         enough.  Use memcpy instead of strncpy.
40960 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40962         * elf/Makefile (check-data): Remove.
40963         (localplt.data): New vpath directive.
40964         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40965         instead of $(check-data).
40966         * scripts/data/localplt-generic.data: Move to ...
40967         * sysdeps/generic/localplt.data: ... here.
40968         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40969         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40970         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40972         ... here.
40973         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40975         ... here.
40976         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40978         ... here.
40979         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40980         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40981         ... here.
40982         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40983         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40984         ... here.
40985         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40986         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40987         ... here.
40989 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40991         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40992         PPC32 and PPC64 files.
40993         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40994         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40996 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40998         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40999         __makecontext_ret to ...
41000         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41001         ... here and call exit if uc_link is NULL.  New file.
41002         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41003         __makecontext_ret.S.
41004         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41005         __makecontext_ret to ...
41006         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41007         ... here and call exit if uc_link is NULL.  New file.
41008         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41009         __makecontext_ret.S.
41011 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41013         * elf/elf.h (R_390_IRELATIVE): New definition.
41014         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41015         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41016         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41017         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41018         (elf_machine_lazy_rel): Likewise.
41019         * sysdeps/s390/dl-irel.h: New file.
41020         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41021         * sysdeps/s390/s390-64/memset.S: New asm code.
41022         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41023         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41024         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41025         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41026         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41027         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41028         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41029         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41030         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41031         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41032         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41033         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41034         * sysdeps/s390/s390-32/memset.S: New asm code.
41035         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41037 2012-07-17  Marek Polacek  <polacek@redhat.com>
41039         [BZ #14349]
41040         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41041         * sysdeps/s390/s390-64/configure.in: Likewise.
41042         * sysdeps/sparc/configure.in: Likewise.
41043         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41044         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41045         * sysdeps/i386/configure.in: Likewise.
41046         * sysdeps/x86_64/configure.in: Likewise.
41047         * sysdeps/sh/configure.in: Likewise.
41048         * sysdeps/s390/s390-32/configure: Regenerated.
41049         * sysdeps/s390/s390-64/configure: Likewise.
41050         * sysdeps/x86_64/configure: Likewise.
41051         * sysdeps/sh/configure: Likewise.
41052         * sysdeps/powerpc/powerpc64/configure: Likewise.
41053         * sysdeps/powerpc/powerpc32/configure: Likewise.
41054         * sysdeps/sparc/configure: Likwise.
41055         * sysdeps/i386/configure: Likewise.
41057         * elf/dl-open.c: Comment fixes.
41059 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41061         * Makefile [CXX] (check-data): Remove.
41062         [CXX] (c++-types.data): New vpath directive.
41063         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41064         vpath.  Do not allow for C++ type data being missing.
41065         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41066         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41067         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41068         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41069         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41070         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41071         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41073         ... here.
41074         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41076         ... here.
41077         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41078         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41079         ... here.
41080         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41081         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41082         ... here.
41083         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41084         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41085         ... here.
41086         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41087         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41088         ... here.
41089         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41090         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41091         ... here.
41092         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41093         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41095         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41096         definitions to architecture-specific files.
41097         (TLS_IE): Likewise.
41098         (TLS_LD): Likewise.
41099         (TLS_GD): Likewise.
41100         * sysdeps/i386/tls-macros.h: New file.
41101         * sysdeps/powerpc/tls-macros.h: Likewise.
41102         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41103         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41104         * sysdeps/sh/tls-macros.h: Likewise.
41105         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41106         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41107         * sysdeps/x86_64/tls-macros.h: Likewise.
41109 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41111         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41112         zero value for regular exit case.
41114         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41115         (__start_context): Preserve zero value for regular exit case.
41117 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41118             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41120         * manual/setjmp.texi (setcontext): Clarify normal process
41121         termination when uc_link is the null pointer.
41122         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41123         exit call.
41125 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41127         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41128         preprocessor.  Test for each exception mask separately.
41130 2012-07-16  Andreas Jaeger  <aj@suse.de>
41132         * po/ru.po: Update from translation team.
41134 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41136         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41137         equal to 0.
41138         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41139         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41140         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41141         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41142         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41144 2012-07-13  Andreas Jaeger  <aj@suse.de>
41146         * po/fr.po: Update from translation team.
41148 2012-07-12  Marek Polacek  <polacek@redhat.com>
41150         [BZ #14173]
41151         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41152         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41153         loop condition.
41155 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41157         [BZ #13717]
41158         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41159         Change to 2.4.1 where previously 2.4.0.
41160         * sysdeps/unix/sysv/linux/configure: Regenerated.
41161         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41162         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41163         version.
41164         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41165         (__ASSUME_AT_CLKTCK): Remove.
41166         (__ASSUME_AT_PAGESIZE): Likewise.
41167         (__ASSUME_AT_XID): Likewise.
41168         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41169         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41170         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41171         unconditionally.
41172         (HAVE_AUX_PAGESIZE): Likewise.
41173         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41174         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41175         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41177 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41179         [BZ #14307]
41180         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41181         the temporary buffer used to invoke __gethostbyname2_r,
41182         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41183         host_data / struct gaih_addrtuple.
41184         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41185         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41186         header file nss/nsswitch.h.
41187         * nss/nsswitch.h (global scope): Add definition of implementation
41188         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41189         resolv/nss_dns/dns-host.c).
41191 2012-07-11  Andreas Jaeger  <aj@suse.de>
41193         * po/fr.po: Update from translation team.
41195         * po/sv.po: Update from translation team
41196         * po/fr.po: Another update from translation team.
41198 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41200         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41201         for subnormals or multiply small sinh result by itself.
41202         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41203         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41205 2012-07-11  David S. Miller  <davem@davemloft.net>
41207         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41209 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41211         [BZ #14347]
41212         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41213         (INTERNAL_MARK): Shift it here.
41215 2012-07-10  Marek Polacek  <polacek@redhat.com>
41217         [BZ #14151]
41218         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41219         libc_cv_asm_global_directive with .globl.
41220         * configure: Regenerated.
41221         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41222         with .globl.
41223         * sysdeps/i386/configure: Regenerated.
41224         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41225         with .globl.
41226         * sysdeps/x86_64/configure: Regenerated.
41227         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41228         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41229         * elf/tst-unique2mod2.c: Likewise.
41230         * elf/tst-unique2mod1.c: Likewise.
41231         * elf/tst-unique1mod2.c: Likewise.
41232         * elf/tst-unique1mod1.c: Likewise.
41233         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41234         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41235         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41236         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41237         * sysdeps/mach/sysdep.h: Likewise.
41238         * sysdeps/i386/sysdep.h: Likewise.
41239         * sysdeps/i386/i386-mcount.S: Likewise.
41240         * sysdeps/x86_64/_mcount.S: Likewise.
41241         * sysdeps/x86_64/sysdep.h: Likewise.
41242         * sysdeps/sh/_mcount.S: Likewise.
41243         * sysdeps/sh/sysdep.h: Likewise.
41244         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41245         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41246         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41247         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41248         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41249         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41250         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41251         * locale/localeinfo.h: Likewise.
41252         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41253         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41255 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41257         [BZ #14336]
41258         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41259         system".
41260         * manual/message.texi (The Uniforum approach): Likewise.
41261         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41262         (glibc iconv Implementation): Likewise.
41264 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41266         [BZ #14337]
41267         * math/s_clog.c (__clog): Avoid scaling a value down where that
41268         could result in underflow.
41269         * math/s_clog10.c (__clog10): Likewise.
41270         * math/s_clog10f.c (__clog10f): Likewise.
41271         * math/s_clog10l.c (__clog10l): Likewise.
41272         * math/s_clogf.c (__clogf): Likewise.
41273         * math/s_clogl.c (__clogl): Likewise.
41274         * math/libm-test.inc (clog_test): Add more tests.
41275         (clog10_test): Likewise.
41276         * sysdeps/i386/fpu/libm-test-ulps: Update.
41277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41279 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41281         [BZ #14283]
41282         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41283         by 7 not 8 to examine high bit of fractional part.
41285         [BZ #14042]
41286         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41287         for call to __mcount_internal.
41288         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41289         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41290         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41292 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41294         [BZ #14154]
41295         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41296         approximation for values within 0x1p-13f of an odd multiple of
41297         pi/4.
41298         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41299         exception.  Add more tests.
41300         * sysdeps/i386/fpu/libm-test-ulps: Update.
41302         [BZ #6778]
41303         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41304         inputs and return -1 for them.  Do not check for +Inf in case not
41305         reachable for +Inf.
41306         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41307         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41308         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41309         and return -1 for them.  Do not check for +Inf in case not
41310         reachable for +Inf.
41311         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41312         define.
41313         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41314         and return -1 for them.  Do not check for +Inf in case not
41315         reachable for +Inf.
41316         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41317         spurious underflow.
41318         * sysdeps/i386/fpu/libm-test-ulps: Update.
41319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41321 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41323         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41325 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41327         [BZ #14157]
41328         [BZ #14331]
41329         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41330         could result in spurious underflow.  Scale down values above
41331         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41332         * math/s_csqrtf.c (__csqrtf): Likewise.
41333         * math/s_csqrtl.c (__csqrtl): Likewise.
41334         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41335         spurious underflow.
41336         * sysdeps/i386/fpu/libm-test-ulps: Update.
41337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41339 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41341         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41342         xopen-msg.sed.
41343         * catgets/xopen-msg.awk: New file.
41344         * catgets/xopen-msg.sed: Removed.
41346         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41347         po2text.sed.
41348         * intl/po2test.awk: New file.
41349         * intl/po2test.sed: Removed.
41351 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41353         [BZ #14328]
41354         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41355         or multiply small sinh result by itself.
41356         * math/s_ctanf.c (__ctanf): Likewise.
41357         * math/s_ctanh.c (__ctanh): Likewise.
41358         * math/s_ctanhf.c (__ctanhf): Likewise.
41359         * math/s_ctanhl.c (__ctanhl): Likewise.
41360         * math/s_ctanl.c (__ctanl): Likewise.
41361         * math/libm-test.inc (ctan_test_tonearest): New function.
41362         (ctan_test_towardzero): Likewise.
41363         (ctan_test_downward): Likewise.
41364         (ctan_test_upward): Likewise.
41365         (ctanh_test_tonearest): Likewise.
41366         (ctanh_test_towardzero): Likewise.
41367         (ctanh_test_downward): Likewise.
41368         (ctanh_test_upward): Likewise.
41369         (main): Call these new functions.
41370         * sysdeps/i386/fpu/libm-test-ulps: Update.
41371         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41373 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41375         * .gitignore: Delete /ports entry.
41377 2012-07-03  Andreas Jaeger  <aj@suse.de>
41379         * po/bg.po: Update from translation team.
41380         * po/cs.po: Likewise.
41381         * po/de.po: Likewise.
41382         * po/hr.po: Likewise.
41383         * po/nl.pl: Likewise.
41384         * po/pl.po: Likewise.
41385         * po/vi.po: Likewise.
41387 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41389         * Makeconfig [!+link] (+link-before-libc): New variable.
41390         [!+link] (+link-after-libc): Likewise.
41391         [!+link] (+link-tests): Likewise.
41392         [!+link] (+link): Define in terms of $(+link-before-libc) and
41393         $(+link-after-libc).
41394         [!+link-static] (+link-static-before-libc): New variable.
41395         [!+link-static] (+link-static-after-libc): Likewise.
41396         [!+link-static] (+link-static-tests): Likewise.
41397         [!+link-static] (+link-static): Define in terms of
41398         $(+link-static-before-libc) and $(+link-static-after-libc).
41399         [build-shared] (link-libc-before-gnulib): New variable.
41400         [build-shared] (link-libc-tests): Likewise.
41401         [build-shared] (link-libc): Define in terms of
41402         $(link-libc-before-gnulib).
41403         [!build-shared] (link-libc-tests): New variable.
41404         (link-libc-static-tests): New variable.
41405         [!gnulib] (gnulib-arch): New variable.
41406         [!gnulib] (gnulib-tests): Likewise.
41407         [!gnulib] (static-gnulib-arch): Likewise.
41408         [!gnulib] (static-gnulib-tests): Likewise.
41409         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41410         Define with "=" instead of ":=".
41411         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41412         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41413         * Rules (binaries-all-notests): New variable.
41414         (binaries-all-tests): Likewise.
41415         (binaries-static-notests): Likewise.
41416         (binaries-static-tests): Likewise.
41417         (binaries-all): Define using $(binaries-all-notests) and
41418         $(binaries-all-tests).
41419         (binaries-static): Define using $(binaries-static-notests) and
41420         $(binaries-static-tests).
41421         (binaries-shared-tests): New variable.
41422         (binaries-shared-notests): Likewise.
41423         (binaries-shared): Remove variable.
41424         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41425         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41426         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41427         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41428         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41429         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41430         * elf/Makefile (sln-modules): New variable.
41431         (extra-objs): Add $(sln-modules:=.o).
41432         (ldconfig-modules): Add static-stubs.
41433         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41434         * elf/static-stubs.c: New file.
41436         [BZ #14283]
41437         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41438         by 7 not 8 to examine high bit of fractional part.  Use volatile
41439         variables when splitting into final array of floats if
41440         __FLT_EVAL_METHOD__ != 0.
41441         * math/libm-test.inc (cos_test): Add another test.
41442         (sin_test): Likewise.
41443         * sysdeps/i386/fpu/libm-test-ulps: Update.
41445         [BZ #14273]
41446         * math/libm-test.inc (cosh_test): Add more tests.
41448         * version.h (RELEASE): Set to "development".
41449         (VERSION): Set to "2.16.90".
41451 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41453         * NEWS: Update copyright. Remove last-updated date.
41454         Mention math library bug fixes and timezone data changes.
41455         * README: Mention GNU/Hurd, x32, and HPPA support status.
41457 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41459         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41461 2012-06-27  Andreas Jaeger  <aj@suse.de>
41463         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41465 2012-06-25  Andreas Jaeger  <aj@suse.de>
41467         * sysdeps/s390/fpu/libm-test-ulps: Update.
41469 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41470             Thomas Schwinge  <thomas@codesourcery.com>
41472         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41473         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41474         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41475         fanotify_mark.
41477 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41479         * sysdeps/mach/start.c: Remove file.
41480         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41481         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41482         * sysdeps/sh/init-first.c: Likewise.
41484         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41485         registers for frame unwinding purposes, add CFI directives.
41486         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41487         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41488         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41489         Likewise.
41491         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41492         __fortify_fail returning.
41493         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41495         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41496         sysdeps/sh/____longjmp_chk.S.
41497         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41498         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41499         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41500         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41502         * sysdeps/sh/abort-instr.h: New file.
41503         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41504         process in case exit returns.
41506         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41507         initialize the GOT register before use.
41509         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41510         calculation of ARGC > 4.
41512         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41513         meaningful names to some local labels.
41515 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41516             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41518         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41519         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41520         (__arch_compare_and_exchange_val_16_acq): Likewise.
41521         (__arch_compare_and_exchange_val_32_acq): Likewise.
41522         (atomic_exchange_and_add): Fix gUSA sequence.
41523         (atomic_add): Likewise.
41524         (atomic_add_negative): Likewise.
41525         (atomic_add_zero): Likewise.
41526         (atomic_bit_test_set): Likewise.
41528 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41530         [BZ #13579]
41531         * include/link.h (struct link_map): Add l_free_initfini.
41532         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41533         l_initfini.
41534         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41535         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41536         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41537         set.
41539 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41541         * configure.in: Use AC_LANG_SOURCE.
41542         * configure: Regenerate.
41544 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41546         * configure.in (libc_cv_localstatedir): New substituted variable.
41547         * configure: Regenerated.
41548         * config.make.in (localstatedir): New variable, substituted from
41549         libc_cv_localstatedir.
41550         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41551         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41552         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41553         * sysdeps/gnu/configure: Regenerated.
41555 2012-06-21  Jeff Law  <law@redhat.com>
41557         [BZ #14277]
41558         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41559         free.  Simplify list management for _LIBC case.
41561 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41563         [BZ #14273]
41564         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41565         Clear sign bit of 64-bit integer value before comparing against
41566         overflow value.
41568         * sysdeps/mach/configure: Regenerated.
41570 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41572         [BZ #14278]
41573         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41575 2012-06-21  Jeff Law  <law@redhat.com>
41577         [BZ #13882]
41578         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41579         uint16_t for elements in the "seen" array to avoid char overflows.
41580         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41581         * elf/dl-open.c (dl_open_worker): Likewise.
41583 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41585         * scripts/list-sources.sh: Scan PORTS for translations.
41586         * po/libc.pot: Regenerated.
41588 2012-06-21  Andreas Jaeger  <aj@suse.de>
41590         [BZ #12194]
41591         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41592         warning.
41593         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41594         * bits/byteswap-16.h (__bswap_16): Likewise.
41595         * bits/byteswap.h (__bswap_constant_16): Likewise.
41597 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41599         [BZ #14117]
41600         * sysdeps/i386/fpu_control.h: Removed.
41601         * sysdeps/x86_64/fpu_control.h: Moved to ...
41602         * sysdeps/x86/fpu_control.h: Here.
41604         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41605         (_FPU_SETCW): Likewise.
41607 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41609         [BZ #14117]
41610         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41611         * sysdeps/x86/fpu/bits/mathinline.h: This.
41612         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41614         [BZ #14050]
41615         [BZ #14117]
41616         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41617         functions if __x86_64__ is defined.
41619 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41621         * string/endian.h: Add !__ASSEMBLER__ condition for including
41622         conversion interfaces.
41624 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41626         [BZ #14241]
41627         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41628         of ABS(x) in calculating zero to negative powers other than odd
41629         integers.
41630         * math/libm-test.inc (pow_test): Add more tests.
41632 2012-06-15  Andreas Jaeger  <aj@suse.de>
41634         * manual/contrib.texi (Contributors): Update entry of Liubov
41635         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41636         Machado Filho.
41638 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41640         * string/string.h: Add __wur to GNU version of strerror_r.
41642 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41644         [BZ #14229]
41645         * string/Makefile (tests): Add tst-strtok_r.
41646         * string/tst-strtok_r.c: New file.
41647         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41648         RAX_LP/RDX_LP on SAVE_PTR.
41650 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41652         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41654 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41656         * libm_test.inc (csqrt_test): Allow more spurious underflow
41657         exceptions.
41658         (j0_test): Likewise.
41659         (j1_test): Likewise.
41660         (y0_test): Likewise.
41661         (y1_test): Likewise.
41663 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41665         * po/Makefile (libc.pot): Use UTF-8 charset.
41667 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41669         [BZ #14210]
41670         Suppress sign-conversion warning from FD_SET.
41671         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41672         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41673         not unsigned long int.
41674         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41676 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41678         [BZ #14050]
41679         [BZ #14117]
41680         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41681         __extern_always_inline instead of __extern_inline.
41682         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41683         (__signbit): Likewise.
41684         (__signbitl): Support C++ namespace.
41685         (lrintf): New inline function.
41686         (lrint): Likewise.
41687         (llrintf): Likewise.
41688         (llrint): Likewise.
41689         (fmaxf): Likewise.
41690         (fmax): Likewise.
41691         (fminf): Likewise.
41692         (fmin): Likewise.
41693         (rint): Likewise.
41694         (rintf): Likewise.
41695         (ceil): Likewise.
41696         (ceilf): Likewise.
41697         (floor): Likewise.
41698         (floorf): Likewise.
41699         (nearbyint): Likewise.
41700         (nearbyintf): Likewise.
41702 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41704         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41705         non-default versions.
41707 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41709         [BZ #14218]
41710         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41712 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41714         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41715         (FE_UPWARD, FE_DOWNWARD): Don't define.
41716         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41717         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41719         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41720         reading it.
41721         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41722         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41724 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41726         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41727         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41728         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41729         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41731 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41733         [BZ #14117]
41734         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41735         * sysdeps/i386/fpu/Implies: New file.
41736         * sysdeps/x86_64/fpu/Implies: Likewise.
41737         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41738         * sysdeps/x86/fpu/bits/fenv.h: This.
41740         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41741         __SSE_MATH__.
41743 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41745         [BZ #14134]
41746         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41747         character 0xffff that matches the last element of the
41748         conversion table.
41750 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41752         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41753         fmodl commit.
41755 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41757         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41758         values higher than 25.6283.
41760 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41762         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41763         subnormal exponent extraction and add some __builtin_expect.
41764         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41765         Fix for subnormal mantissa calculation.
41767 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41769         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41770         cpu2 is -1 and errno is not ENOSYS.
41772 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41774         [BZ #14117]
41775         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41776         * sysdeps/x86/bits/string.h: This.
41777         * sysdeps/x86_64/bits/string.h: Removed.
41779         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41780         if not compiling for x86-64, but compiling for >= i486.
41782         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41783         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41785         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41786         New macro from Linux kernel 3.4.0.
41787         (FP_XSTATE_MAGIC2): Likewise.
41788         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41789         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41790         (struct _fpx_sw_bytes): New struct.
41791         (struct _xsave_hdr): Likewise.
41792         (struct _ymmh_state): Likewise.
41793         (struct _xstate): Likewise.
41795         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41796         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41797         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41798         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41799         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41800         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41802         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41803         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41804         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41805         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41806         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41807         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41809 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41811         [BZ #13743]
41812         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41813         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41814         (sysdep_headers): Include sys/platform/ppc.h.
41815         * sysdeps/powerpc/test-gettimebase.c: Test for
41816         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41817         * manual/Makefile (appendices): Include platform.texi.
41818         * manual/contrib.texi (Contributors): Update @node pointers.
41819         * manual/maint.texi (Maintenance): Likewise.
41820         (Platform): New node.
41821         * manual/platform.texi: New file.  Document the new features.
41823 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41824             Jakub Jelinek  <jakub@redhat.com>
41826         [BZ #14188]
41827         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41828         where __builtin_expect is unavailable.
41830 2012-06-03  David S. Miller  <davem@davemloft.net>
41832         * stdlib/longlong.h: Updated from GCC.
41834 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41836         [BZ #14042]
41837         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41838         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41839         __mcount_internal.
41840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41841         (GLIBC_2.16): Likewise.
41843 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41845         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41847 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41850         (default-abi): New variable.
41851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41852         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41853         variable.
41854         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41855         Likewise.
41856         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41857         Likewise.
41858         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41859         Likewise.
41861         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41862         definition.  Document in comment.
41864 2012-06-01  David S. Miller  <davem@davemloft.net>
41866         * stdlib/longlong.h: Updated from GCC.
41868 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41870         [BZ #14117]
41871         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41872         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41873         sys/debugreg.h sys/io.h here.
41874         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41875         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41876         sys/io.h.
41877         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41878         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41879         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41880         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41881         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41882         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41884         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41885         Define only if __x86_64__ is defined.
41887 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41889         [BZ #14048]
41890         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41891         Use int64_t for variable i.
41892         * math/libm-test.inc (fmod_test): Add more tests.
41894         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41895         z computation is not scheduled after fetestexcept.
41896         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41897         Use math_force_eval instead of asm to ensure calculation scheduled
41898         before exception test.
41899         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41900         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41902 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41904         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41905         computation is not scheduled after fetestexcept.
41907 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41909         [BZ #14117]
41910         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41911         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41913 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41915         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41916         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41918 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41920         [BZ #14117]
41921         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41922         <bits/wordsize.h>.
41923         (__WCHAR_MIN): Support __WORDSIZE == 64.
41924         (__WCHAR_MAX): Likewise.
41926         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41927         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41929         [BZ #14183]
41930         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41931         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41933         [BZ #14117]
41934         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41935         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41937         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41938         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41940         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41941         Defined to 1 if __x86_64__ isn't defined.
41942         (_STAT_VER_LINUX_OLD): New.
41943         (st_atime): Remove duplicate.
41944         (st_mtime): Likewise.
41945         (st_ctime): Likewise.
41947 2012-05-31  David S. Miller  <davem@davemloft.net>
41949         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41950         entries.
41952 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41954         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41955         gen-libm-test.pl.
41957         [BZ #14132]
41958         * elf/dl-reloc.c: Include <_itoa.h>.
41959         (_dl_reloc_bad_type): Remove use of INTUSE.
41960         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41961         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41962         * stdio-common/psiginfo.c (psiginfo): Likewise.
41963         * stdio-common/psignal.c (psignal): Likewise.
41964         * string/strsignal.c (strsignal): Likewise.
41965         * include/signal.h (_sys_siglist): Declare hidden proto.
41966         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41967         INTVARDEF with libc_hidden_data_def.
41968         * stdio-common/itoa-udigits.c: Likewise.
41969         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41970         (_itoa_lower_digits_internal): Remove declaration.
41971         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41972         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41973         (_sys_sigabbrev_internal): Remove aliases.
41974         (_sys_siglist): Define hidden alias.
41976 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41978         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41979         bits/sysctl.h.
41981 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41983         [BZ #14117]
41984         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41985         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41987         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41988         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41989         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41990         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41991         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41992         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41994         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41995         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41996         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41998         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41999         with __addr.
42000         (insw): Likewise.
42001         (insl): Likewise.
42002         (outsb): Likewise.
42003         (outsw): Likewise.
42004         (outsl): Likewise.
42006         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42007         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42008         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42010         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42011         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42012         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42013         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42014         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42015         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42017         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42018         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42020         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42021         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42023         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42024         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42025         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42027         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42028         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42029         to ...
42030         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42032         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42033         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42034         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42036         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42037         for x86-64.
42038         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42040 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42042         * math/math.h (M_El): Use two more decimal places.
42043         (M_LOG2El): Likewise.
42044         (M_LOG10El): Likewise.
42045         (M_LN2l): Likewise.
42046         (M_LN10l): Likewise.
42047         (M_PIl): Likewise.
42048         (M_PI_2l): Likewise.
42049         (M_PI_4l): Likewise.
42050         (M_1_PIl): Likewise.
42051         (M_2_PIl): Likewise.
42052         (M_2_SQRTPIl): Likewise.
42053         (M_SQRT2l): Likewise.
42054         (M_SQRT1_2l): Likewise.
42056 2012-05-31  David S. Miller  <davem@davemloft.net>
42058         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42059         values between float registers.
42060         * sysdeps/sparc/sparc64/memset.S: Likewise.
42061         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42063 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42065         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42066         -D_FORTIFY_SOURCE=1.
42067         (CPPFLAGS-tst-longjmp_chk.c): Define.
42068         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42069         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42070         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42071         CFLAGS-tst-wchar-h.c.
42073 2012-05-31  Marek Polacek  <polacek@redhat.com>
42075         [BZ #14132]
42076         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42077         __endmntent_internal): Remove declaration.
42078         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42079         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42080         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42082 2012-05-30  David S. Miller  <davem@davemloft.net>
42084         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42085         (___Q_simulate_exceptions): Use real FP ops rather than writing
42086         into the %fsr.
42087         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42088         Likewise.
42090 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42092         [BZ #14117]
42093         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42094         * sysdeps/x86/bits/xtitypes.h: This.
42096         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42097         * sysdeps/x86/bits/wordsize.h: This.
42099         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42100         * sysdeps/x86/bits/huge_vall.h: This.
42102         * sysdeps/i386/bits/select.h: Removed.
42103         * sysdeps/x86_64/bits/select.h: Renamed to ...
42104         * sysdeps/x86/bits/select.h: This.
42106         * sysdeps/i386/bits/setjmp.h: Removed.
42107         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42108         * sysdeps/x86/bits/setjmp.h: This.
42110         * sysdeps/i386/bits/mathdef.h: Removed.
42111         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42112         * sysdeps/x86/bits/mathdef.h: This.
42114 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42116         [BZ #14132]
42117         * include/sys/socket.h (__connect_internal)
42118         (__libc_sa_len_internal): Remove declaration.
42119         (__connect, __libc_sa_len): Declare hidden_proto.
42120         (SA_LEN): Remove use of INTUSE.
42121         * socket/connect.c: Add libc_hidden_def.
42122         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42123         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42124         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42125         alias.
42126         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42127         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42128         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42129         of adding _internal alias.
42131 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42133         [BZ #14117]
42134         * sysdeps/i386/bits/link.h: Removed.
42135         * sysdeps/i386/bits/linkmap.h: Likewise.
42136         * sysdeps/x86_64/bits/link.h: Renamed to ...
42137         * sysdeps/x86/bits/link.h: This.
42138         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42139         * sysdeps/x86/bits/linkmap.h: This.
42141         * sysdeps/i386/bits/endian.h: Removed.
42142         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42143         * sysdeps/x86/bits/endian.h: This.
42145         * sysdeps/i386/bits/byteswap.h: Removed.
42146         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42147         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42148         * sysdeps/x86/bits/byteswap.h: This.
42149         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42150         * sysdeps/x86/bits/byteswap-16.h: This.
42151         * sysdeps/i386/Implies: Add x86.
42152         * sysdeps/x86_64/Implies: Likewise.
42154 2012-05-30  David S. Miller  <davem@davemloft.net>
42156         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42157         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42158         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42159         (FP_TRAPPING_EXCEPTIONS): Define.
42160         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42161         (FP_TRAPPING_EXCEPTIONS): Define.
42162         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42163         subnormals only when inexact has been signalled or underflow
42164         exceptions are enabled.
42165         (_FP_PACK_CANONICAL): Likewise.
42167 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42169         [BZ #14183]
42170         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42171         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42173 2012-05-30  Richard Henderson  <rth@twiddle.net>
42175         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42176         with #ifndef NOT_IN_libc.
42178         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42179         marked to avoid plt entry.
42181 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42183         [BZ #14112]
42184         * Makeconfig (default-abi): New macro.
42185         (abi-includes): Likewise.
42186         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42187         $(abi-$(default-abi)-lib-soname) for soname if defined.
42188         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42189         abi-variants.
42190         * Makefile (installed-stubs): Likewise.
42191         * include/stubs-biarch.h: Removed.
42192         * scripts/lib-names.awk: Only handle one library at a time.
42193         * scripts/soversions.awk: Remove WORDSIZE support.
42194         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42195         entries.
42196         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42197         Removed.
42198         (syscall-list-default-condition): Likewise.
42199         (syscall-list-default-condition): Likewise.
42200         (syscall-list-includes): Likewise.
42201         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42202         syscall-list-* with abi-*.  Handle undefined abi-variants.
42203         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42204         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42205         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42206         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42207         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42208         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42209         Removed.
42210         (syscall-list-32-options): Likewise.
42211         (syscall-list-32-condition): Likewise.
42212         (syscall-list-64-options): Likewise.
42213         (syscall-list-64-condition): Likewise.
42214         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42215         macro.
42216         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42217         Renamed to ...
42218         (abi-*): This.
42219         (abi-64-ld-soname): New macro.
42220         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42221         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42222         Renamed to ...
42223         (abi-*): This.
42224         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42225         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42227 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42229         * sysdeps/unix/sysv/linux/kernel-features.h
42230         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42231         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42232         include <kernel-features.h>.
42233         [!__NR_ftruncate64]: Remove conditional code.
42234         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42235         [__NR_ftruncate64]: Make code unconditional.
42236         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42237         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42238         include <kernel-features.h>.
42239         [!__NR_ftruncate64]: Remove conditional code.
42240         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42241         [__NR_ftruncate64]: Make code unconditional.
42242         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42244         include <kernel-features.h>.
42245         [!__NR_ftruncate64]: Remove conditional code.
42246         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42247         [__NR_ftruncate64]: Make code unconditional.
42248         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42250         include <kernel-features.h>.
42251         [!__NR_ftruncate64]: Remove conditional code.
42252         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42253         [__NR_ftruncate64]: Make code unconditional.
42254         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42256         * configure.in (libc_cv_fpie): Weaken to a compile test using
42257         LIBC_TRY_CC_OPTION.
42258         * configure: Regenerated.
42260 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42262         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42263         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42264         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42266         Refreshed.
42267         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42268         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42269         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42270         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42271         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42272         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42273         Refreshed.
42275 2012-05-27  David S. Miller  <davem@davemloft.net>
42277         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42278         (___Q_zero): New.
42279         (__Q_simulate_exceptions): Return void.  Change to simulate
42280         exceptions by writing into the %fsr.
42281         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42282         (__Qp_handle_exceptions): Likewise.
42283         (numbers): Delete.
42284         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42285         __Qp_handle_exceptions.
42286         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42287         __Qp_handle_exceptions.
42288         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42289         as unused and give dummy FP_RND_NEAREST initializer.
42290         (FP_INHIBIT_RESULTS): Define.
42291         (___Q_simulate_exceptions): Update declaration.
42292         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42293         formatting.
42294         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42295         as unused and give dummy FP_RND_NEAREST initializer.
42296         (__Qp_handle_exceptions): Update declaration.
42297         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42298         formatting.
42300 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42302         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42303         the temporary FPU control word.
42304         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42305         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42306         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42307         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42308         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42309         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42310         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42311         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42312         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42313         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42314         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42316 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42318         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42319         fields.
42321 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42323         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42324         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42325         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42326         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42327         Likewise.
42328         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42329         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42330         Likewise.
42332 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42334         * po/h.po: Update from translation team.
42336 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42338         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42340         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42341         handling of denormals.
42342         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42343         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42344         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42345         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42346         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42347         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42348         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42349         Likewise.
42351 2012-05-26  Marek Polacek  <polacek@redhat.com>
42353         [BZ #14152]
42354         * math/libm-test.inc (fma_test): Don't always expect underflow
42355         exception.
42357 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42359         [BZ #12416]
42360         * elf/tst-execstack.c: Include stackinfo.h.
42361         (do_test): Adjust test case to ensure that pthread_getattr_np
42362         behaviour remains the same after marking stack executable.
42364 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42366         * sysdeps/unix/sysv/linux/kernel-features.h
42367         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42368         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42369         kernel-features.h.
42370         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42371         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42372         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42373         kernel-features.h.
42374         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42375         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42377 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42379         * configure.in: Define the default includes to being none.
42380         * configure: Regenerated.
42382 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42384         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42385         * sysdeps/x86_64/setjmp.S: Likewise.
42386         * sysdeps/i386/bsd-setjmp.S: Likewise.
42387         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42388         * sysdeps/i386/setjmp.S: Likewise.
42389         * sysdeps/i386/__longjmp.S: Likewise.
42390         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42391         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42393         * include/stap-probe.h: New file.
42394         * configure.in: Handle --enable-systemtap.
42395         * configure: Regenerated.
42396         * config.h.in (USE_STAP_PROBE): New #undef.
42397         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42398         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42399         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42401 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42403         [BZ #13717]
42404         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42405         to 2.4.0 where earlier.
42406         * sysdeps/unix/sysv/linux/configure: Regenerated.
42407         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42408         <kernel-features.h>.
42409         [__ASSUME_32BITUIDS]: Make code unconditional.
42410         [!__ASSUME_32BITUIDS]: Remove conditional code.
42411         * sysdeps/unix/sysv/linux/i386/fchown.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/fchownat.c (fchownat)
42416         [__ASSUME_32BITUIDS]: Make code unconditional.
42417         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42418         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42419         <kernel-features.h>.
42420         [__ASSUME_32BITUIDS]: Make code unconditional.
42421         [!__ASSUME_32BITUIDS]: Remove conditional code.
42422         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42423         <kernel-features.h>.
42424         [__ASSUME_32BITUIDS]: Make code unconditional.
42425         [!__ASSUME_32BITUIDS]: Remove conditional code.
42426         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42427         <kernel-features.h>.
42428         [__ASSUME_32BITUIDS]: Make code unconditional.
42429         [!__ASSUME_32BITUIDS]: Remove conditional code.
42430         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42431         <kernel-features.h>.
42432         [__ASSUME_32BITUIDS]: Make code unconditional.
42433         [!__ASSUME_32BITUIDS]: Remove conditional code.
42434         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42435         <kernel-features.h>.
42436         [__ASSUME_32BITUIDS]: Make code unconditional.
42437         [!__ASSUME_32BITUIDS]: Remove conditional code.
42438         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42439         <kernel-features.h>.
42440         [__ASSUME_32BITUIDS]: Make code unconditional.
42441         [!__ASSUME_32BITUIDS]: Remove conditional code.
42442         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42443         <kernel-features.h>.
42444         [__ASSUME_32BITUIDS]: Make code unconditional.
42445         [!__ASSUME_32BITUIDS]: Remove conditional code.
42446         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42447         <kernel-features.h>.
42448         [__ASSUME_32BITUIDS]: Make code unconditional.
42449         [!__ASSUME_32BITUIDS]: Remove conditional code.
42450         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42451         <kernel-features.h>.
42452         [__ASSUME_32BITUIDS]: Make code unconditional.
42453         [!__ASSUME_32BITUIDS]: Remove conditional code.
42454         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42455         <kernel-features.h>.
42456         [__ASSUME_32BITUIDS]: Make code unconditional.
42457         [!__ASSUME_32BITUIDS]: Remove conditional code.
42458         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42459         <kernel-features.h>.
42460         [__NR_setresgid] (__setresgid): Do not declare.
42461         [__ASSUME_32BITUIDS]: Make code unconditional.
42462         [!__ASSUME_32BITUIDS]: Remove conditional code.
42463         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42464         <kernel-features.h>.
42465         [__NR_setresuid] (__setresuid): Do not declare.
42466         [__ASSUME_32BITUIDS]: Make code unconditional.
42467         [!__ASSUME_32BITUIDS]: Remove conditional code.
42468         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42469         <kernel-features.h>.
42470         [__ASSUME_32BITUIDS]: Make code unconditional.
42471         [!__ASSUME_32BITUIDS]: Remove conditional code.
42472         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42473         <kernel-features.h>.
42474         [__ASSUME_32BITUIDS]: Make code unconditional.
42475         [!__ASSUME_32BITUIDS]: Remove conditional code.
42476         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42477         <kernel-features.h>.
42478         [__ASSUME_32BITUIDS]: Make code unconditional.
42479         [!__ASSUME_32BITUIDS]: Remove conditional code.
42480         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42481         <kernel-features.h>.
42482         [__ASSUME_32BITUIDS]: Make code unconditional.
42483         [!__ASSUME_32BITUIDS]: Remove conditional code.
42484         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42485         <kernel-features.h>.
42486         [__ASSUME_32BITUIDS]: Make code unconditional.
42487         [!__ASSUME_32BITUIDS]: Remove conditional code.
42488         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42489         <kernel-features.h>.
42490         [__ASSUME_32BITUIDS]: Make code unconditional.
42491         [!__ASSUME_32BITUIDS]: Remove conditional code.
42492         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42493         <kernel-features.h>.
42494         [__ASSUME_32BITUIDS]: Make code unconditional.
42495         [!__ASSUME_32BITUIDS]: Remove conditional code.
42496         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42497         <kernel-features.h>.
42498         [__ASSUME_32BITUIDS]: Make code unconditional.
42499         [!__ASSUME_32BITUIDS]: Remove conditional code.
42500         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42501         <kernel-features.h>.
42502         [__ASSUME_32BITUIDS]: Make code unconditional.
42503         [!__ASSUME_32BITUIDS]: Remove conditional code.
42504         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42505         <kernel-features.h>.
42506         [__ASSUME_32BITUIDS]: Make code unconditional.
42507         [!__ASSUME_32BITUIDS]: Remove conditional code.
42508         * sysdeps/unix/sysv/linux/kernel-features.h
42509         (__ASSUME_SETRESUID_SYSCALL): Remove.
42510         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42511         (__ASSUME_32BITUIDS): Likewise.
42512         (__ASSUME_LDT_WORKS): Likewise.
42513         (__ASSUME_O_DIRECTORY): Likewise.
42514         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42515         architecture but not kernel version.
42516         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42517         (__ASSUME_MMAP2_SYSCALL): Likewise.
42518         (__ASSUME_STAT64_SYSCALL): Likewise.
42519         (__ASSUME_IPC64): Likewise.
42520         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42521         <kernel-features.h>.
42522         [__ASSUME_32BITUIDS]: Make code unconditional.
42523         [!__ASSUME_32BITUIDS]: Remove conditional code.
42524         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42525         <kernel-features.h>.
42526         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42527         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42528         132096]: Remove conditional code.
42529         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42530         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42531         <kernel-features.h>.
42532         [__ASSUME_32BITUIDS]: Make code unconditional.
42533         [!__ASSUME_32BITUIDS]: Remove conditional code.
42534         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42535         <kernel-features.h>.
42536         [__ASSUME_32BITUIDS]: Make code unconditional.
42537         [!__ASSUME_32BITUIDS]: Remove conditional code.
42538         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42539         <kernel-features.h>.
42540         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42541         unconditional.
42542         (__setresgid): Do not declare.
42543         [__ASSUME_32BITUIDS]: Make code unconditional.
42544         [!__ASSUME_32BITUIDS]: Remove conditional code.
42545         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42546         <kernel-features.h>.
42547         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42548         unconditional.
42549         (__setresuid): Do not declare.
42550         [__ASSUME_32BITUIDS]: Make code unconditional.
42551         [!__ASSUME_32BITUIDS]: Remove conditional code.
42552         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42553         <kernel-features.h>.
42554         [__ASSUME_32BITUIDS]: Make code unconditional.
42555         [!__ASSUME_32BITUIDS]: Remove conditional code.
42556         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42557         <kernel-features.h>.
42558         [__ASSUME_32BITUIDS]: Make code unconditional.
42559         [!__ASSUME_32BITUIDS]: Remove conditional code.
42561 2012-05-25  Richard Henderson  <rth@twiddle.net>
42563         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42564         dl_hwcap to ifunc resolver.
42565         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42566         elf_ifunc_invoke.
42567         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42568         dl_hwcap to ifunc resolver.
42569         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42571 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42573         [BZ #14153]
42574         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42575         for |x| <= 2**-26, not 2**-57.
42576         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42577         exception.
42579 2012-05-24  Jeff Law  <law@redhat.com>
42581         * stdio-common/Makefile (tests): Add bug25.
42582         * stdio-common/bug25.c: New test.
42584 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42586         [BZ #13576]
42587         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42588         multiple of MALLOC_ALIGNMENT in size.
42589         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42591 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42593         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42594         Require >= 256.
42595         (FILENAME_MAX): Use macro-int-constant.
42596         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42597         (_IOFBF): Use macro-int-constant.
42598         (_IOLBF): Likewise.
42599         (_IONBF): Likewise.
42600         (SEEK_CUR): Likewise.
42601         (SEEK_END): Likewise.
42602         (SEEK_SET): Likewise.
42603         (TMP_MAX): Likewise.
42604         (EOF): Use macro-int-constant.  Require < 0.
42605         (NULL): Use macro-constant.  Require == 0.
42606         (stdin): Require type to be FILE *.
42607         (stdout): Likewise.
42608         (stderr): Likewise.
42609         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42610         macro-int-constant.
42611         (EXIT_SUCCESS): Likewise.
42612         (NULL): Use macro-constant.  Require == 0.
42613         (RAND_MAX): Use macro-int-constant.
42614         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42615         [C99-based standards] (strtof): Require function.
42616         [C99-based standards] (strtold): Likewise.
42617         [C99-based standards] (strtoll): Likewise.
42618         [C99-based standards] (strtoull): Likewise.
42619         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42620         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42621         [ISO || ISO99 || ISO11] (math.h): Likewise.
42622         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42623         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42624         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42626 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42628         [BZ #14132]
42629         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42630         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42631         * intl/dgettext.c (DCGETTEXT): Likewise.
42632         * intl/gettext.c (DCGETTEXT): Likewise.
42633         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42634         * posix/regex_internal.h (gettext): Likewise.
42635         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42636         Remove declaration.
42637         * include/argz.h (__argz_count_internal)
42638         (__argz_stringify_internal): Remove declaration.
42639         (__argz_count, __argz_stringify): Declare hidden proto.
42640         * intl/dcgettext.c: Remove use of INTDEF.
42641         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42642         * string/argz-stringify.c: Likewise.
42643         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42644         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42645         Declare hidden proto.
42646         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42647         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42648         Declare hidden proto.
42649         * include/stdio.h (__asprintf_internal): Don't declare.
42650         (__asprintf): Don't define as macro.  Declare hidden proto.
42651         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42652         (__fsetlocking): Declare hidden proto.
42653         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42654         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42655         hidden proto.
42656         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42657         (_IO_setlinebuf): Remove use of INTUSE.
42658         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42659         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42660         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42661         Remove declaration.
42662         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42663         (_IO_do_flush): Remove use of INTUSE.
42664         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42665         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42666         (_IO_adjust_column, _IO_least_wmarker)
42667         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42668         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42669         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42670         (_IO_default_doallocate, _IO_wdefault_doallocate)
42671         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42672         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42673         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42674         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42675         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42676         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42677         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42678         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42679         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42680         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42681         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42682         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42683         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42684         proto.
42685         (_IO_flush_all_internal, _IO_adjust_column_internal)
42686         (_IO_default_uflow_internal, _IO_default_finish_internal)
42687         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42688         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42689         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42690         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42691         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42692         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42693         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42694         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42695         (_IO_file_close_internal, _IO_file_close_it_internal)
42696         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42697         (_IO_file_init_internal, _IO_file_attach_internal)
42698         (_IO_file_fopen_internal, _IO_file_read_internal)
42699         (_IO_file_sync_internal, _IO_file_seek_internal)
42700         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42701         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42702         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42703         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42704         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42705         (_IO_list_all_internal, _IO_link_in_internal)
42706         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42707         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42708         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42709         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42710         (_IO_do_write_internal, _IO_padn_internal)
42711         (_IO_getline_info_internal, _IO_getline_internal)
42712         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42713         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42714         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42715         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42716         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42717         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42718         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42719         with libc_hidden_ver, remove use of INTUSE.
42720         * libio/genops.c: Likewise.
42721         * libio/freopen.c: Likewise.
42722         * libio/freopen64.c: Likewise.
42723         * libio/iofclose.c: Likewise.
42724         * libio/iofdopen.c: Likewise.
42725         * libio/iofflush.c: Likewise.
42726         * libio/iofflush_u.c: Likewise.
42727         * libio/iofgets.c: Likewise.
42728         * libio/iofgets_u.c: Likewise.
42729         * libio/iofopen.c: Likewise.
42730         * libio/iofopncook.c: Likewise.
42731         * libio/iofread.c: Likewise.
42732         * libio/iofread_u.c: Likewise.
42733         * libio/ioftell.c: Likewise.
42734         * libio/iofwrite.c: Likewise.
42735         * libio/iogetline.c: Likewise.
42736         * libio/iogets.c: Likewise.
42737         * libio/iogetwline.c: Likewise.
42738         * libio/iopadn.c: Likewise.
42739         * libio/iopopen.c: Likewise.
42740         * libio/ioseekoff.c: Likewise.
42741         * libio/ioseekpos.c: Likewise.
42742         * libio/iosetbuffer.c: Likewise.
42743         * libio/iosetvbuf.c: Likewise.
42744         * libio/ioungetc.c: Likewise.
42745         * libio/ioungetwc.c: Likewise.
42746         * libio/iovdprintf.c: Likewise.
42747         * libio/iovsprintf.c: Likewise.
42748         * libio/iovsscanf.c: Likewise.
42749         * libio/memstream.c: Likewise.
42750         * libio/obprintf.c: Likewise.
42751         * libio/oldfileops.c: Likewise.
42752         * libio/oldiofclose.c: Likewise.
42753         * libio/oldiofdopen.c: Likewise.
42754         * libio/oldiofopen.c: Likewise.
42755         * libio/oldiopopen.c: Likewise.
42756         * libio/oldstdfiles.c: Likewise.
42757         * libio/putc.c: Likewise.
42758         * libio/setbuf.c: Likewise.
42759         * libio/setlinebuf.c: Likewise.
42760         * libio/stdfiles.c: Likewise.
42761         * libio/strops.c: Likewise.
42762         * libio/vasprintf.c: Likewise.
42763         * libio/vscanf.c: Likewise.
42764         * libio/vsnprintf.c: Likewise.
42765         * libio/vswprintf.c: Likewise.
42766         * libio/wfiledoalloc.c: Likewise.
42767         * libio/wfileops.c: Likewise.
42768         * libio/wgenops.c: Likewise.
42769         * libio/wmemstream.c: Likewise.
42770         * libio/wstrops.c: Likewise.
42771         * libio/__fpurge.c: Likewise.
42772         * libio/__fsetlocking.c: Likewise.
42773         * assert/assert.c: Likewise.
42774         * debug/fgets_chk.c: Likewise.
42775         * debug/fgets_u_chk.c: Likewise.
42776         * debug/fread_chk.c: Likewise.
42777         * debug/fread_u_chk.c: Likewise.
42778         * debug/gets_chk.c: Likewise.
42779         * debug/obprintf_chk.c: Likewise.
42780         * debug/vasprintf_chk.c: Likewise.
42781         * debug/vdprintf_chk.c: Likewise.
42782         * debug/vsnprintf_chk.c: Likewise.
42783         * debug/vsprintf_chk.c: Likewise.
42784         * malloc/mtrace.c: Likewise.
42785         * misc/error.c: Likewise.
42786         * misc/syslog.c: Likewise.
42787         * stdio-common/asprintf.c: Likewise.
42788         * stdio-common/fxprintf.c: Likewise.
42789         * stdio-common/getw.c: Likewise.
42790         * stdio-common/isoc99_fscanf.c: Likewise.
42791         * stdio-common/isoc99_scanf.c: Likewise.
42792         * stdio-common/isoc99_vfscanf.c: Likewise.
42793         * stdio-common/isoc99_vscanf.c: Likewise.
42794         * stdio-common/isoc99_vsscanf.c: Likewise.
42795         * stdio-common/printf-prs.c: Likewise.
42796         * stdio-common/printf_fp.c: Likewise.
42797         * stdio-common/printf_fphex.c: Likewise.
42798         * stdio-common/printf_size.c: Likewise.
42799         * stdio-common/putw.c: Likewise.
42800         * stdio-common/scanf.c: Likewise.
42801         * stdio-common/sprintf.c: Likewise.
42802         * stdio-common/tmpfile.c: Likewise.
42803         * stdio-common/vfprintf.c: Likewise.
42804         * stdio-common/vfscanf.c: Likewise.
42805         * stdlib/strfmon_l.c: Likewise.
42806         * sunrpc/openchild.c: Likewise.
42807         * sunrpc/xdr_stdio.c: Likewise.
42808         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42809         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42811 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42813         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42815         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42816         in the third column, to generate for the shared library an IFUNC
42817         that uses _dl_vdso_vsym.
42818         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42819         * Makeconfig (object-suffixes-noshared): New variable.
42821         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42822         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42823         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42824         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42826         [BZ #14132]
42827         * include/sys/time.h (__gettimeofday): Remove macro.
42828         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42829         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42830         Remove INTDEF.
42831         (__gettimeofday): Add libc_hidden_def.
42832         (gettimeofday): Add libc_hidden_weak.
42833         * sysdeps/mach/gettimeofday.c: Likewise.
42834         * sysdeps/posix/gettimeofday.c: Likewise.
42835         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42836         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42837         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42838         (__gettimeofday_internal): Remove strong_alias.
42839         (__gettimeofday): Add libc_hidden_def.
42840         (gettimeofday): Add libc_hidden_weak.
42841         * sysdeps/unix/syscalls.list (gettimeofday):
42842         Remove __gettimeofday_internal alias.
42844 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42845             H.J. Lu  <hongjiu.lu@intel.com>
42847         [BZ #12495]
42848         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42849         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42850         (largebin_index_32_big): New.
42851         (largebin_index): Use it for 16-byte alignment.
42852         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42853         correction with front_misalign.
42855 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42858         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42859         Likewise.
42860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42861         Likewise.
42862         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42863         Likewise.
42864         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42865         Likewise.
42866         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42867         Likewise.
42868         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42869         Likewise.
42870         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42871         Likewise.
42872         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42873         Likewise.
42874         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42875         Likewise.
42876         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42877         Likewise.
42878         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42879         Likewise.
42880         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42881         Likewise.
42883         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42884         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42886 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42888         [BZ #10846]
42889         [BZ #14036]
42890         * math/libm-test.inc (exp_test): Add test from bug 14036.
42891         (pow_test): Add test from bug 10846.
42893         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42894         and other flags.
42895         (special_function): Do not include flags in test name.
42896         (parse_args): Likewise.
42897         * sysdeps/i386/fpu/libm-test-ulps: Update.
42898         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42899         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42900         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42903         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42904         exceptions.
42905         * math/libm-test.inc ("Philosophy"): Update comment about
42906         exception testing.
42907         (UNDERFLOW_EXCEPTION): New macro.
42908         (UNDERFLOW_EXCEPTION_OK): Likewise.
42909         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42910         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42911         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42912         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42913         (INVALID_EXCEPTION_OK): Update value.
42914         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42915         (OVERFLOW_EXCEPTION_OK): Likewise.
42916         (IGNORE_ZERO_INF_SIGN): Likewise.
42917         (test_exceptions): Handle underflow exceptions.
42918         (acos_test): Update for underflow exception expectations.
42919         (cexp_test): Likewise.
42920         (clog_test): Likewise.
42921         (clog10_test): Likewise.
42922         (csqrt_test): Likewise.
42923         (ctan_test): Likewise.
42924         (ctanh_test): Likewise.
42925         (exp_test): Likewise.
42926         (exp10_test): Likewise.
42927         (exp2_test): Likewise.
42928         (expm1_test): Likewise.
42929         (fma_test): Likewise.
42930         (j0_test): Likewise.
42931         (jn_test): Likewise.
42932         (nexttoward_test): Likewise.
42933         (pow_test): Likewise.
42934         (scalbn_test): Likewise.
42935         (scalbln_test): Likewise.
42936         (tan_test): Likewise.
42937         (y1_test): Likewise.
42938         * sysdeps/i386/fpu/libm-test-ulps: Update.
42939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42941 2012-05-23  David S. Miller  <davem@davemloft.net>
42943         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42944         (__libc_sigaction): Remove unused local variables.
42946 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42948         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42950 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42952         mktime: avoid signed integer overflow
42953         * time/mktime.c (__mktime_internal): Do not mishandle the case
42954         where diff == INT_MIN.
42956         mktime: simplify computation of average
42957         * time/mktime.c (ranged_convert): Use new time_t_avg function
42958         instead of rolling our own (probably-slower) code.
42960         mktime: do not assume signed right shift propagates sign bit
42961         * time/mktime.c (isdst_differ): New static function.
42962         (__mktime_internal): No need to normalize tm_isdst now.
42963         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42964         tm_isdst values.
42966         mktime: merge another wrapv change from gnulib
42967         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42968         from some compilers.
42970         mktime: remove incorrect attempt at unusual arithmetics
42971         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42972         The code didn't really work on such machines anyway.
42973         (TYPE_MINIMUM): Assume two's complement.
42974         (twos_complement_arithmetic): Verify that long_int and time_t
42975         are two's complement (or unsigned, in the latter case).
42977         mktime: check signed shifts on long_int and time_t, too
42978         * time/mktime.c (SHR): Check that shifts work as desired
42979         on the types long_int and time_t too, as SHR is used on
42980         such types.
42982         mktime: do not assume 'long' is wide enough
42983         * time/mktime.c (verify): Move decl up.
42984         (long_int): New type.
42985         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42986         to remove assumption in the code that 'long' is wide enough to
42987         store year values.  This assumption is not true on x32 and on
42988         some non-glibc platforms.
42990         mktime: merge wrapv change from gnulib
42991         * time/mktime.c (WRAPV): New macro.
42992         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42993         (guess_time_tm, __mktime_internal): Do not assume that signed
42994         integer overflow wraps around; modern compilers generate code
42995         where this assumption is no longer valid.
42997 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42999         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43000         Replace "jmp L(pseudo_end)" with "ret".
43001         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43002         Likewise.
43004 2012-05-23  Andreas Jaeger  <aj@suse.de>
43006         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43007         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43009 2012-05-23  Andreas Jaeger  <aj@suse.de>
43010             Maximilian Attems  <max@stro.at>
43012         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43013         New macros.
43015 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43017         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43018         code so that pseudo_end is just ret and the stack pointer is
43019         correct also for static library in error case.
43021 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43023         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43024         move to syscalls.list.
43025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43030         * manual/install.texi (Running make install): Do not mention Linux
43031         kernel version for which pt_chown is not needed.
43032         (Linux): Do not mention problems with nscd with 2.0 kernels.
43033         * INSTALL: Regenerated.
43035 2012-05-23  Andreas Jaeger  <aj@suse.de>
43037         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43038         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43039         macro.
43040         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43041         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43042         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43043         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43044         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43045         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43046         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43047         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43048         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43049         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43050         * sysdeps/unix/sysv/linux/bits/in.h
43051         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43053 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43055         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43056         (PREPARE_VERSION): Just use assert instead, it will be elided
43057         under [NDEBUG] anyway.
43059 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43061         * sysdeps/unix/sysv/linux/Makefile: Include
43062         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43063         (sysdep_routines): Remove sysctl.
43064         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43065         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43066         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43067         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43068         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43070 2012-05-22  Andreas Jaeger  <aj@suse.de>
43072         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43073         that pseudo_end is just ret and the stack pointer is correct also
43074         for static library in error case.
43076 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43078         [BZ #14122]
43079         * nss/nsswitch.c (defconfig_entries): New variable.
43080         (__nss_database_lookup): Don't leak defconfig entries.
43081         (nss_parse_service_list): Don't leak on error paths.
43082         (free_database_entries): New function.
43083         (free_defconfig): New function.
43084         (free_mem): Move common code to free_database_entries.
43086 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43088         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43089         Add arch_prctl.
43090         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43092         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43093         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43094         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43095         New macro.
43096         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43097         (INTERNAL_SYSCALL_TYPES): Likewise.
43098         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43099         (LOAD_REGS_TYPES_[1-6]): Likewise.
43100         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43101         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43103 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43105         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43106         copysignl for GLIBC_2_0.
43107         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43108         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43109         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43110         logbl for GLIBC_2_0.
43111         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43112         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43114 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43116         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43117         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43119         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43120         Use "neg %eax".
43122         * time/mktime.c: Update copyright years.
43124 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43126         mktime: merge comment-quoting-style change from gnulib
43127         * time/mktime.c: Quote 'like this' in comments.
43128         The GNU coding standards suggest that we no longer quote `like this',
43129         as "`" and "'" are typically rendered asymmetrically nowadays.
43130         The typical gnulib style is to quote 'like this' when quoting
43131         code, and "like this" when quoting English.
43133         * time/mktime.c (compile-command): Add "-I.".
43135         mktime: merge mktime-internal.h change from gnulib
43136         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43138         mktime: merge time_r change from gnulib
43139         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43141         mktime: merge DEBUG change from gnulib
43142         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43143         case system <time.h> has a #define.
43145         mktime: merge <sys/types.h> change from gnulib
43146         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43147         since <time.t> is now guaranteed to define time_t.
43149         mktime: merge HAVE_CONFIG_H change from gnulib
43150         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43152 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43154         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43155         Use "neg %eax".
43157         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43158         __rlim_t cast.
43159         (struct rusage): Use anonymous union to pad each field to
43160         __syscall_slong_t.
43162 2012-05-21  David S. Miller  <davem@davemloft.net>
43164         * Makefules (o-iterator): Remove .s cases.
43165         (compile-command.s): Delete.
43166         (COMPILE.s): Delete.
43167         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43169 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43171         * configure.in (libc_cv_predef_stack_protector): Only consider
43172         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43173         * configure: Regenerated.
43175 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43177         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43178         New macro.  Use R*LP on int and pointer.
43179         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43180         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43181         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43182         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43184         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43185         [__WORDSIZE_TIME64_COMPAT32] instead of
43186         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43187         (struct utmp): Likewise.
43188         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43189         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43190         Renamed to ...
43191         (__WORDSIZE_TIME64_COMPAT32): This.
43192         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43193         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43194         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43195         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43196         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43197         (__WORDSIZE_TIME64_COMPAT32): New macro.
43199 2012-05-21  Andreas Jaeger  <aj@suse.de>
43201         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43202         only if [SHARED]. Add prototype for __wcschr_ia32.
43204 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43206         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43207         of %rbp unmolested in the jmp_buf while mangling the low bits.
43208         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43209         unmolested high bits of %rbp while demangling the low bits.
43210         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43212 2012-05-21  Andreas Jaeger  <aj@suse.de>
43214         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43215         * sunrpc/svc_simple.c: Use it for registerrpc.
43216         * sunrpc/xcrypt.c: Use it for passwd2des.
43218         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43220 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43222         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43223         Don't define if [__SYSCALL_WORDSIZE != 32].
43224         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43225         New macro.
43227 2012-05-21  Bruno Haible  <bruno@clisp.org>
43228             Andreas Jaeger  <aj@suse.de>
43230         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43231         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43232         inptr and inend for must_buffer_ch.
43233         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43234         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43235         * stdio-common/Makefile (tests): Remove bug15.
43236         (bug15-ENV): Remove macro.
43237         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43238         anymore.
43240 2012-05-19  Andreas Jaeger  <aj@suse.de>
43241             Roland McGrath  <roland@hack.frob.com>
43243         * manual/contrib.texi: Completely rewritten. It contains now an
43244         alphabetical list of contributors and their contributions.
43246 2012-05-21  Richard Henderson  <rth@twiddle.net>
43248         * misc/getauxval.c (__getauxval): Use unsigned long int.
43249         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43250         (getauxval): Use unsigned long int.
43252 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43254         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43256 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43258         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43259         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43260         __alignof__ (long double).
43262 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43264         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43266 2012-05-20  Richard Henderson  <rth@twiddle.net>
43268         * misc/getauxval.c: New file.
43269         * misc/sys/auxv.h: New file.
43270         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43271         (routines): Add getauxval.
43272         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43273         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43274         * elf/dl-sysdep.c (_dl_auxv): Remove.
43275         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43276         * elf/dl-support.c (_dl_auxv): New variable.
43277         (_dl_aux_init): Initialize it.
43278         * manual/startup.texi (Auxiliary Vector): New node.
43279         * sysdeps/generic/bits/hwcap.h: New file.
43280         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43281         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43282         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43283         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43284         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43285         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43287         Update.
43288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43289         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43290         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43291         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43292         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43293         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43294         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43295         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43297 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43299         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43301 2012-05-19  David S. Miller  <davem@davemloft.net>
43303         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43305 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43307         [BZ #14123]
43308         * math/s_ccosh.c: Include <float.h>
43309         (__ccosh): Avoid internal overflow calculating sinh and cosh
43310         values before multiplying by sin and cos values.
43311         * math/s_ccoshf.c: Likewise.
43312         * math/s_ccoshl.c: Likewise.
43313         * math/s_csin.c: Likewise.
43314         * math/s_csinf.c: Likewise.
43315         * math/s_csinl.c: Likewise.
43316         * math/s_csinh.c: Likewise.
43317         * math/s_csinhf.c: Likewise.
43318         * math/s_csinhl.c: Likewise.
43319         * math/libm-test.inc (ccos_test): Add more tests.
43320         (ccosh_test): Likewise.
43321         (csin_test): Likewise.
43322         (csinh_test): Likewise.
43323         * sysdeps/i386/fpu/libm-test-ulps: Update.
43324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43326 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43328         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43329         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43331         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43333 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43335         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43336         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43337         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43338         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43339         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43340         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43341         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43342         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43343         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43344         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43345         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43346         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43347         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43348         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43349         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43350         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43351         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43352         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43353         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43354         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43355         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43356         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43357         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43358         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43359         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43360         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43361         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43362         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43363         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43364         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43365         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43367 2012-05-18  Andreas Jaeger  <aj@suse.de>
43369         * csu/.gitignore: Delete.
43371 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43373         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43374         (timex): Use __syscall_slong_t.
43376 2012-05-18  Andreas Jaeger  <aj@suse.de>
43377             Carlos O'Donell  <carlos_odonell@mentor.com>
43379         * manual/install.texi (Configuring and compiling): Update
43380         description about files modified in the source directory.
43381         * INSTALL: Regenerated.
43383 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43385         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43386         value.  Use "or" to set return value to -1.
43387         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43388         negate return value.
43390 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43392         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43393         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43394         failure if the compiler has Graphite support disabled.
43395         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43396         Likewise.
43397         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43398         (CFLAGS-memmove.c): Likewise.
43399         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43400         Likewise.
43402 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43404         * sysdeps/x86_64/x32/_itoa.h: New file.
43406         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43407         getdents system call only if kernel and user dirents have the
43408         same d_ino and d_off.
43410         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43411         LLONG_MAX != LONG_MAX.
43412         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43413         (_fitoa_word): Likewise.
43415         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43416         years.
43417         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43418         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43419         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43421         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43422         include <bits/wordsize.h>.  Check __x86_64__ instead of
43423         __WORDSIZE.
43424         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43425         if __x86_64__ is defined.  Use anonymous union on fpstate.
43427         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43428         anonymous union.
43430 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43432         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43433         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43434         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43435         Refer to _rtld_local_ro instead of _rtld_global_ro.
43436         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43437         Likewise.
43438         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43439         Likewise.
43440         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43441         Likewise.
43442         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43443         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43444         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43446         * sysdeps/powerpc/powerpc32/dl-machine.c
43447         (__elf_machine_runtime_setup) [PROF]: Don't reference
43448         _dl_prof_resolve.
43450 2012-05-18  Andreas Jaeger  <aj@suse.de>
43452         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43453         function only available for GCCs before 3.4 since GCC 3.4
43454         introduced a builtin.
43455         (lrint): Likewise.
43456         (llrintf): Likewise.
43457         (llrint): Likewise.
43458         (fmaxf): Likewise.
43459         (fmax): Likewise.
43460         (fminf): Likewise.
43461         (fmin): Likewise.
43462         (rint): Likewise.
43463         (rintf): Likewise.
43464         (nearbyint): Likewise.
43465         (nearbyintf): Likewise.
43466         (ceil): Likewise.
43467         (ceilf): Likewise.
43468         (floor): Likewise.
43469         (floorf): Likewise.
43471 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43473         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43474         on both fields and cast pointer to __syscall_ulong_t.
43476         * bits/types.h (__fsword_t): New type.
43477         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43478         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43479         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43480         (__FSWORD_T_TYPE): Likewise.
43481         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43482         (__FSWORD_T_TYPE): Likewise.
43483         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43484         (__FSWORD_T_TYPE): Likewise.
43485         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43486         (__FSWORD_T_TYPE): Likewise.
43487         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43488         __SWORD_TYPE with __fsword_t.
43489         (statfs64): Likewise.
43491 2012-05-17  David S. Miller  <davem@davemloft.net>
43493         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43495 2012-05-17  Andreas Jaeger  <aj@suse.de>
43497         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43498         warning.
43500 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43502         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43504 2012-05-17  Andreas Jaeger  <aj@suse.de>
43506         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43507         when it is used.
43509 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43511         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43513 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43515         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43516         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43518 2012-05-17  Andreas Jaeger  <aj@suse.de>
43519             Carlos O'Donell  <carlos_odonell@mentor.com>
43521         [BZ #14059]
43522         * sysdeps/x86_64/multiarch/init-arch.h
43523         (bit_YMM_Usable): Rename to...
43524         (bit_AVX_Usable): ... this.
43525         (bit_FMA4_Usable): New macro.
43526         (bit_XMM_state): New macro.
43527         (bit_YMM_state): New macro.
43528         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43529         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43530         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43531         (CPUID_OSXSAVE): New macro.
43532         (CPUID_AVX): New macro.
43533         (CPUID_FMA4): New macro.
43534         (index_YMM_Usable): Rename to...
43535         (index_AVX_Usable): ... this.
43536         (HAS_AVX): Use HAS_ARCH_FEATURE.
43537         (HAS_FMA4): Likewise.
43538         (HAS_YMM_USABLE): Remove.
43539         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43540         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43541         are present.
43542         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43543         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43544         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43545         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43546         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43548 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43550         * math/libm-test.c: Support platforms without multiple rounding modes.
43551         * math/bug-nextafter.c: Support platforms without FP exceptions.
43552         * math/bug-nexttoward.c: Likewise.
43553         * math/test-fenv.c: Likewise.
43554         * math/test-misc.c: Likewise.
43555         * stdlib/bug-getcontext.c: Likewise.
43557 2012-05-17  Andreas Jaeger  <aj@suse.de>
43559         * manual/examples/search.c (critter_cmp): Change signature to
43560         avoid warnings.
43561         * manual/string.texi (Collation Functions): Likewise.
43563 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43565         * bits/types.h: Fold copyright years.
43566         * bits/typesizes.h: Likewise.
43567         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43568         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43569         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43570         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43571         * time/time.h: Likewise.
43573 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43575         [BZ #208]
43576         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43577         in instead of returning them.  Return void.
43578         (__libc_mallinfo): Accumulate over all arenas.
43579         (__malloc_stats): Adjust for change in int_mallinfo interface.
43581 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43583         [BZ #10375]
43584         * configure.in (NM): Add AC_CHECK_TOOL for it.
43585         (libc_extra_cflags): New substituted variable.
43586         Check for -fstack-protector being used implicitly.
43587         * configure: Regenerated.
43588         * config.make.in (config-extra-cflags): New variable,
43589         gets @libc_extra_cflags@.
43590         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43592         [BZ #10375]
43593         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43594         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43595         * configure: Regenerated.
43596         * config.make.in (CPPUNDEFS): New substituted variable.
43597         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43598         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43599         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43601 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43603         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43604         (mq_attr): Use __syscall_slong_t.
43606 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43608         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43609         Check __x86_64__ instead of __WORDSIZE.
43610         (_STAT_VER_LINUX): Likewise.
43611         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43612         __syscall_ulong_t and __syscall_slong_t.
43613         (stat64): Likewise.
43615 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43617         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43619 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43621         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43623 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43625         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43626         __syscall_ulong_t.
43628         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43629         include <bits/wordsize.h>.  Check __x86_64__ instead of
43630         __WORDSIZE.
43631         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43632         defined.
43633         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43635         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43636         include <bits/wordsize.h>.  Check __x86_64__ instead of
43637         __WORDSIZE.
43638         (user_regs_struct): Use "__extension__ unsigned long long"
43639         instead of "unsigned long" if __x86_64__ is defined.
43640         (user): Likewise.  Pad after pointer field if __ILP32__ is
43641         defined.
43643 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43645         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43646         versions 5 to 9.
43647         * configure: Regenerated.
43648         * manual/install.texi (texinfo): Increase version requirement to
43649         4.5 or later.
43650         * INSTALL: Regenerated.
43652         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43654 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43656         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43658         * sysdeps/x86_64/x32/ffs.c: New file.
43660         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43661         __syscall_ulong_t.
43662         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43663         defined.  Use __syscall_ulong_t.
43664         (shminfo): Use __syscall_ulong_t.
43665         (shm_info): Likewise.
43667         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43668         __syscall_ulong_t.
43670         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43671         <bits/wordsize.h>.
43672         (msgqnum_t): Use __syscall_ulong_t.
43673         (msglen_t): Likewise.
43674         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43675         __syscall_ulong_t.
43677         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43678         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43680         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43682         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43683         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43685         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43686         __syscall_slong_t.
43688         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43689         include <bits/wordsize.h>.  Check __x86_64__ instead of
43690         __WORDSIZE.
43692         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43693         "unsigned long long int" if __x86_64__ is defined.
43694         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43696         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43697         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43698         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43700         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43701         <stdint.h>.
43702         (GET_PC): Cast to uintptr_t first.
43703         (GET_FRAME): Likewise.
43704         (GET_STACK): Likewise.
43706         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43707         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43708         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43709         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43710         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43711         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43712         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43713         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43714         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43715         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43716         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43717         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43718         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43719         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43720         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43721         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43722         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43723         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43724         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43725         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43726         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43727         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43728         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43729         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43730         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43731         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43732         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43733         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43734         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43736 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43738         * Makerules (+depfiles): Also collect depfiles from .oS in
43739         $(extra-objs).
43740         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43741         .oS, $(libnldbl-routines)).
43743         * Makerules (native-compile-mkdep-flags): Define.
43744         * sunrpc/Makefile (extra-objs): Add $(addprefix
43745         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43746         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43747         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43748         calling $(make-target-directory).
43750 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43752         * bits/types.h (__snseconds_t): Removed.
43753         * time/time.h (struct timespec): Replace __snseconds_t with
43754         __syscall_slong_t.
43755         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43756         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43757         Likewise.
43758         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43759         (__SNSECONDS_T_TYPE): Likewise.
43760         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43761         (__SNSECONDS_T_TYPE): Likewise.
43762         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43763         (__SNSECONDS_T_TYPE): Likewise.
43765 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43767         * sysdeps/mach/hurd/bits/typesizes.h
43768         (__SYSCALL_SLONG_TYPE): New macro.
43769         (__SYSCALL_ULONG_TYPE): Likewise.
43771 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43773         * bits/types.h (__syscall_slong_t): New type.
43774         (__syscall_ulong_t): Likewise.
43776         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43777         (__SYSCALL_ULONG_TYPE): Likewise.
43778         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43779         (__SYSCALL_SLONG_TYPE): Likewise.
43780         (__SYSCALL_ULONG_TYPE): Likewise.
43781         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43782         (__SYSCALL_SLONG_TYPE): Likewise.
43783         (__SYSCALL_ULONG_TYPE): Likewise.
43784         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43785         (__SYSCALL_SLONG_TYPE): Likewise.
43786         (__SYSCALL_ULONG_TYPE): Likewise.
43788 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43790         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43791         Add sigaltstack-offsets.sym.
43792         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43793         <sigaltstack-offsets.h>.
43794         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43795         longjmp_msg pointer.
43796         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43797         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43798         signal stack.
43799         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43801 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43803         * elf/stackguard-macros.h: Remove file.
43804         * sysdeps/generic/stackguard-macros.h: New file.
43805         * sysdeps/i386/stackguard-macros.h: Likewise.
43806         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43807         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43808         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43809         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43810         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43811         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43812         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43813         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43814         <elf/stackguard-macros.h>.
43816         [BZ #14109]
43817         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43818         __aligned__ in attribute.
43819         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43820         (gregset_t): Likewise.
43822 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43824         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43825         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43826         * sysdeps/x86_64/x32/Implies-after: New file.
43828 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43830         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43831         and access return value for _dl_profile_fixup.  Use R10_LP to
43832         load frame size.
43834 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43836         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43838 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43840         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43841         * sysdeps/x86_64/x32/sysdep.h: New file.
43843 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43845         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43846         * sysdeps/x86_64/setjmp.S: Likewise.
43848 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43850         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43851         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43852         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43853         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43854         remove unused global constant.
43856 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43858         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43859         include of <not-cancel.h>.
43861 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43863         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43865 2012-05-15  Jeff Law  <law@redhat.com>
43866             Andreas Jaeger  <aj@suse.de>
43868         [BZ #13594]
43869         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43870         out from...
43871         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43872         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43873         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43874         code changing __hst_map_handle.map.
43876 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43878         * configure.in (sysnames): Look for Implies-before and Implies-after
43879         files.
43880         * configure: Regenerated.
43882 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43884         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43885         8-byte data alignment with LP_SIZE alignment.
43887 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43889         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43890         into R10_LP.
43892 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43894         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43896 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43898         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43899         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43900         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43901         Likewise.
43902         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43904 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43906         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43907         (stackinfo_sub_sp): Likewise.
43909 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43911         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43912         RAX_LP.
43914 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43916         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43917         into R*_LP.
43919 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43921         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43922         sizes into R*_LP.
43924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43926         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43930         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43931         into R11_LP and load __x86_64_shared_cache_size_half into
43932         R8_LP.
43934 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43936         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43937         R8_LP.
43939 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43941         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43942         logb for POWER7.
43943         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43944         logbf for POWER7.
43945         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43946         logbl for POWER7.
43947         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43948         powerpc32/power7/fpu/s_logb.c via #include.
43949         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43950         powerpc32/power7/fpu/s_logbf.c via #include.
43951         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43952         powerpc32/power7/fpu/s_logbl.c via #include.
43954 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43956         * README.libm: Remove file.
43958 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43960         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43961         count for x32.  Use R*_LP and omit operand-size suffix.
43963 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43965         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43966         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43967         * sysdeps/x86_64/x32/shlib-versions: New file.
43969 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43971         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43972         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43973         Use _dl_fatal_printf instead.
43975 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43977         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43978         set if not set by the user.  Do not allow for being unset.
43979         * sysdeps/unix/sysv/linux/configure: Regenerated.
43981 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43983         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43984         the `q' suffix from lea and replace .quad with ASM_ADDR.
43986 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43988         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43989         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43990         instead of $17.
43991         (PTR_DEMANGLE): Likewise.
43993 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43995         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43996         (LP_OP): Likewise.
43997         (ASM_ADDR): Likewise.
43998         (RAX_LP): Likewise.
43999         (RBP_LP): Likewise.
44000         (RBX_LP): Likewise.
44001         (RCX_LP): Likewise.
44002         (RDI_LP): Likewise.
44003         (RSI_LP): Likewise.
44004         (RSP_LP): Likewise.
44005         (R8_LP): Likewise.
44006         (R9_LP): Likewise.
44007         (R10_LP): Likewise.
44008         (R10_LP): Likewise.
44009         (R11_LP): Likewise.
44010         (R12_LP): Likewise.
44011         (R13_LP): Likewise.
44012         (R14_LP): Likewise.
44013         (R15_LP): Likewise.
44015 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44017         * sysdeps/x86_64/x32/dl-machine.h: New file.
44019 2012-05-14  Andreas Jaeger  <aj@suse.de>
44021         * manual/Makefile (subdir): Remove export of subdir.
44022         (all): Remove target.
44023         (.PHONY): Remove all from list.
44024         (mkinstalldirs): Remove.
44025         (.PHONY): Remove installdirs from list.
44026         ($(inst_infodir)/libc.info): Use make-target-directory.
44027         (installdirs): Remove.
44028         (subdir_%): Remove.
44029         (glibc-targets): Remove.
44030         (lib): Remove.
44031         (stubs): Remove.
44032         ($(objpfx)stubs ../po/manual.pot): Remove.
44033         ($(objpfx)stamp%): Remove.
44034         (make-target-directory): Remove.
44035         (subdir_install): Remove.
44036         (routines): Remove.
44037         (aux): Remove.
44038         (sources): Remove.
44039         (objects): Remove.
44040         (headers): Remove.
44042         [BZ #13750]
44043         * manual/.gitignore: Remove, it's not needed anymore.
44044         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44045         all files in it.
44046         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44047         directory.
44048         (texis): Renamed to $(objpfx)texis.
44049         (texis-path): New, contains path to generated files.
44050         (chapters.%): Use texis-path for complete path, add extra argument
44051         libc-texinfo.sh.
44052         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44053         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44054         (summary,texi, stamp-summary): Use complete path of
44055         files. Generate files in build dir.
44056         (dir-add.texi): Build in build dir.
44057         (libm-err.texi,stamp-libm-err): Likewise.
44058         (version.texi, stamp-version): Likewise.
44059         (.%c.texi): Likewise.
44060         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44061         (mostlyclean): Remove target.
44062         (realclean): Remove target.
44063         (generated): Add new variable with contents from mostlyclean and
44064         realclean, remove entries duplicated in common-mostlyclean, add
44065         stamp-libm-err and stamp-version.
44066         (generated-dirs): Add libc directory.
44067         ($(inst_infodir)/libc.info): Install files from build dir.
44069         * manual/install.texi (Configuring and compiling): Adjust since
44070         the info files are not part of the tar ball anymore.
44072 2012-05-14  Andreas Jaeger  <aj@suse.de>
44074         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44075         variable.
44077 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44079         [BZ #13717]
44080         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44081         to 2.2.0 where earlier.
44082         * sysdeps/unix/sysv/linux/configure: Regenerated.
44083         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44084         Remove conditional code.
44085         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44086         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44087         Remove conditional code.
44088         [!__NR_lchown]: Likewise.
44089         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44090         [__NR_lchown]: Likewise.
44091         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44092         comment referencing __ASSUME_LCHOWN_SYSCALL.
44093         * sysdeps/unix/sysv/linux/i386/sigaction.c
44094         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44095         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44096         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44097         Remove conditional code.
44098         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44099         (__protocol_available): Remove #if 0 code.
44100         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44101         conditional code.
44102         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44103         * sysdeps/unix/sysv/linux/kernel-features.h
44104         (__ASSUME_GETCWD_SYSCALL): Don't define.
44105         (__ASSUME_REALTIME_SIGNALS): Likewise.
44106         (__ASSUME_PREAD_SYSCALL): Likewise.
44107         (__ASSUME_PWRITE_SYSCALL): Likewise.
44108         (__ASSUME_POLL_SYSCALL): Likewise.
44109         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44110         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44111         non-SPARC.
44112         (__ASSUME_SIOCGIFNAME): Don't define.
44113         (__ASSUME_MSG_NOSIGNAL): Likewise.
44114         (__ASSUME_SENDFILE): Define unconditionally.
44115         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44116         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44117         conditional code.
44118         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44119         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44120         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44121         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44122         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44123         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44124         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44126         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44127         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44129         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44130         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44132         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44133         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44135         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44136         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44138         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44139         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44141         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44142         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44144         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44145         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44147         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44148         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44149         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44150         Remove conditional code.
44151         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44152         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44153         Remove conditional code.
44154         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44155         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44156         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44157         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44158         Remove conditional code.
44159         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44160         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44161         Remove conditional code.
44162         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44163         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44164         Remove conditional code.
44165         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44166         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44167         Remove conditional code.
44168         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44169         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44170         Remove conditional code.
44171         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44172         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44173         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44174         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44175         * sysdeps/unix/sysv/linux/sigaction.c
44176         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44177         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44178         * sysdeps/unix/sysv/linux/sigpending.c
44179         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44180         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44181         * sysdeps/unix/sysv/linux/sigprocmask.c
44182         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44183         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44184         * sysdeps/unix/sysv/linux/sigsuspend.c
44185         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44186         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44187         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44188         (__libc_missing_rt_sigs): Remove.
44189         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44190         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44191         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44192         Remove conditional code.
44193         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44194         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44195         return 1.
44196         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44197         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44198         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44199         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44201 2012-05-14  Andreas Jaeger  <aj@suse.de>
44203         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44204         it's not used in glibc.
44205         (__coshm1): Likewise.
44206         (__acosh1p): Likewise.
44207         (__sgn): Likewise.
44209         * manual/string.texi (Copying and Concatenation): Add missing
44210         variable in concat example.
44211         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44213 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44215         [BZ #14103]
44216         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44217         __builtin_clzl with __builtin_clzll.
44219 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44221         [BZ #14104]
44222         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44223         libc_freeres_ptr.
44225 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44227         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44228         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44229         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44230         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44232 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44234         * NEWS: Update ia64 info.
44236 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44238         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44239         used as bcopy.
44241 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44243         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44244         * sysdeps/unix/syscalls.list (dup3): Likewise.
44245         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44246         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44248 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44250         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44251         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44253 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44255         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44256         thread pointer.
44257         (TLS_IE): Use mov/add instead of movq/addq to load thread
44258         pointer.
44259         (TLS_GD_PREFIX): New.
44260         (TLS_GD): Use it.
44262 2012-05-11  David S. Miller  <davem@davemloft.net>
44264         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44265         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44266         (_FPU_SETCW): Likewise.
44268 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44270         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44271         is 32-byte aligned.
44273 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44275         [BZ #11837]
44276         * iconvdata/gb18030.c: Update tables.
44277         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44278         characters specially.
44279         (BODY for TO_LOOP): Add encoding of missing ranges.
44281 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44283         [BZ #13673]
44284         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44285         * sysdeps/mach/hurd/dup3.c: Likewise.
44286         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44287         * sysdeps/powerpc/memmove.c:: Likewise.
44289 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44291         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44292         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44294 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44296         * elf/elf.h (R_X86_64_RELATIVE64): New.
44297         (R_X86_64_NUM): Updated.
44298         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44299         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44300         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44301         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44302         tst-quad1pie tst-quad2pie
44303         (modules-names): Add tst-quadmod1 tst-quadmod2.
44304         ($(objpfx)tst-quad1): New dependency.
44305         ($(objpfx)tst-quad2): Likewise.
44306         ($(objpfx)tst-quad1pie): Likewise.
44307         ($(objpfx)tst-quad2pie): Likewise.
44308         * sysdeps/x86_64/tst-quad1.c: New file.
44309         * sysdeps/x86_64/tst-quad1pie.c: New file.
44310         * sysdeps/x86_64/tst-quad2.c: Likewise.
44311         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44312         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44313         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44314         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44315         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44317 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44319         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44320         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44321         * streams/stropts.h (t_scalar_t): Define type.
44323         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44324         (_PATH_PRESERVE): Set to "/var/lib".
44325         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44327         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44328         instead of int.
44330         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44331         if __dir_mkfile succeeded.
44333         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44334         checking for _hurd_dtablesize.  Unlock it right after having
44335         finished _hurd_dtable allocation.
44337 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44339         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44340         * sysdeps/mach/hurd/configure: Regenerated.
44341         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44342         special-casing to...
44343         * sysdeps/gnu/configure.in: ... this new file.
44344         * sysdeps/unix/sysv/linux/configure: Regenerated.
44345         * sysdeps/gnu/configure: New generated file.
44347         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44348         for Linux: use nsec instead of usec, as well as:
44349         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44350         members of type struct timespec.
44351         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44352         New macros.
44353         (struct stat64): Likewise.
44354         (_STATBUF_ST_NSEC): New macro.
44355         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44357         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44358         __strtoul_internal rather than strtoul.
44360 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44362         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44363         and reject them.
44365 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44367         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44368         which preserves existing values.
44369         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44371 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44373         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44374         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44375         greater than FD_SETSIZE.
44377 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44379         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44380         allocated, call __vm_protect to finish enabling the existing space, and
44381         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44382         allocate the remainder.
44384 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44386         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44387         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44389 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44391         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44392         sysdeps/mach/hurd/readlink.c.
44394         * posix/tst-sysconf.c (posix_options): Only use
44395         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44396         _POSIX_SYNCHRONIZED_IO when they are defined
44397         * sysdeps/mach/hurd/bits/posix_opt.h:
44398         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44399         (_XOPEN_REALTIME): Undefine macro.
44400         (_XOPEN_REALTIME_THREADS): Undefine macro.
44401         (_XOPEN_SHM): Undefine macro.
44402         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44403         macro to -1.
44404         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44405         macro to -1.
44406         (_POSIX_ASYNC_IO): Undefine macro.
44407         (_POSIX_PRIORITIZED_IO): Undefine macro.
44408         (_POSIX_SPIN_LOCKS): Define macro to -1.
44410         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44411         SA_NODEFER, SA_RESETHAND.
44412         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44413         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44414         F_DUPFD_CLOEXEC.
44416 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44418         * elf/Makefile (pldd-modules): Define unconditionally.
44420 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44422         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44424 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44426         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44427         Return ENOENT when name is empty.
44428         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44430 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44432         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44434         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44436 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44438         Fix mlock in all cases except non-readable pages.
44439         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44440         instead of VM_PROT_ALL as parameter to __vm_wire function.
44442         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44443         (__mkdir): When path is `/', just fail with EEXIST.
44444         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44446 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44448         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44449         <sys/uio.h> (for writev).
44450         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44451         and <sys/param.h> (for MIN).
44453 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44455         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44456         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44457         if interrupted.
44459 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44461         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44462         Depend on against $(link-rpcuserlibs).
44464 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44466         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44467         (__libc_stack_end): Do not use attribute_relro.
44468         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44469         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44470         to libthread-provided value.
44471         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44472         attribute_relro.
44474 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44476         [BZ #3748]
44477         * bits/libc-lock.h (__libc_once_get): New macro.
44478         * sysdeps/mach/bits/libc-lock.h: Likewise.
44479         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44480         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44481         instead of using implementation details.
44483         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44484         * libio/freopen.c: Likewise.
44485         * libio/freopen64.c: Likewise.
44486         * misc/syslog.c: Likewise.
44487         * nscd/connections.c: Likewise.
44488         * nscd/netgroupcache.c: Likewise.
44489         * sysdeps/posix/getcwd.c: Likewise.
44491 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44493         * math/w_ilogbf.c: Add #include <limits.h>.
44495 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44497         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44498         path instead of returning without unlocking.
44500         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44501         immediate-write ioctls.
44502         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44504 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44506         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44507         __builtin_frame_address instead of making assumptions about the
44508         location of the return address relative to DATA.  Force early load of
44509         the return address.
44510         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44511         __builtin_frame_address.
44513         dup3 for GNU Hurd.
44514         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44515         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44516         implement dup3 and do some further code clean-ups.
44517         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44518         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44520 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44522         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44524         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44525         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44526         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44527         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44528         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44529         d->port.lock.
44531         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44532         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44533         when handler == SIG_ERR, not when handler != SIG_ERR.
44535 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44537         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44538         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44539         definitions.
44541         accept4 for GNU Hurd.
44542         * include/sys/socket.h (__libc_accept4): New prototype.
44543         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44544         to implement __libc_accept4.
44545         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44546         __libc_accept4.
44547         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44549         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44550         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44551         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44552         signal-defines.sym.
44554 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44556         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44558 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44560         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44561         assertion on O_CLOEXEC flag.
44562         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44563         * hurd/intern-fd.c: Likewise.
44564         * hurd/port2fd.c: Likewise.
44566 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44568         [BZ #3906]
44569         * bits/in.h (IPV6_PKTINFO): Define new macro.
44570         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44572 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44574         [BZ #13954]
44575         [BZ #13955]
44576         [BZ #13956]
44577         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44578         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44579         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44580         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44581         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44582         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44583         * math/libm-test.inc (logb_test) : Additional logb tests.
44585 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44586             Andreas Jaeger  <aj@suse.de>
44588         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44589         * configure: Regenerated.
44590         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44591         * config.make.in (link-obsolete-rpc): New substituted variable.
44592         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44593         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44594         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44595         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44596         so that libc.a contains the symbols.
44597         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44598         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44599         * sunrpc/auth_none.c: Likewise.
44600         * sunrpc/auth_unix.c: Likewise.
44601         * sunrpc/authdes_prot.c: Likewise.
44602         * sunrpc/authuxprot.c: Likewise.
44603         * sunrpc/clnt_gen.c: Likewise.
44604         * sunrpc/clnt_perr.c: Likewise.
44605         * sunrpc/clnt_raw.c: Likewise.
44606         * sunrpc/clnt_simp.c: Likewise.
44607         * sunrpc/clnt_tcp.c: Likewise.
44608         * sunrpc/clnt_udp.c: Likewise.
44609         * sunrpc/clnt_unix.c: Likewise.
44610         * sunrpc/des_crypt.c: Likewise.
44611         * sunrpc/des_soft.c: Likewise.
44612         * sunrpc/get_myaddr.c: Likewise.
44613         * sunrpc/key_call.c: Likewise.
44614         * sunrpc/key_prot.c: Likewise.
44615         * sunrpc/netname.c: Likewise.
44616         * sunrpc/pm_getmaps.c: Likewise.
44617         * sunrpc/pm_getport.c: Likewise.
44618         * sunrpc/pmap_clnt.c: Likewise.
44619         * sunrpc/pmap_prot.c: Likewise.
44620         * sunrpc/pmap_prot2.c: Likewise.
44621         * sunrpc/pmap_rmt.c: Likewise.
44622         * sunrpc/publickey.c: Likewise.
44623         * sunrpc/rpc_cmsg.c: Likewise.
44624         * sunrpc/rpc_common.c: Likewise.
44625         * sunrpc/rpc_dtable.c: Likewise.
44626         * sunrpc/rpc_prot.c: Likewise.
44627         * sunrpc/rpc_thread.c: Likewise.
44628         * sunrpc/rtime.c: Likewise.
44629         * sunrpc/svc.c: Likewise.
44630         * sunrpc/svc_auth.c: Likewise.
44631         * sunrpc/svc_raw.c: Likewise.
44632         * sunrpc/svc_run.c: Likewise.
44633         * sunrpc/svc_tcp.c: Likewise.
44634         * sunrpc/svc_udp.c: Likewise.
44635         * sunrpc/svc_unix.c: Likewise.
44636         * sunrpc/svcauth_des.c: Likewise.
44637         * sunrpc/xcrypt.c: Likewise.
44638         * sunrpc/xdr.c: Likewise.
44639         * sunrpc/xdr_array.c: Likewise.
44640         * sunrpc/xdr_float.c: Likewise.
44641         * sunrpc/xdr_intXX_t.c: Likewise.
44642         * sunrpc/xdr_mem.c: Likewise.
44643         * sunrpc/xdr_rec.c: Likewise.
44644         * sunrpc/xdr_ref.c: Likewise.
44645         * sunrpc/xdr_sizeof.c: Likewise.
44646         * sunrpc/xdr_stdio.c: Likewise.
44648 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44650         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44651         change.  Update copyright years.
44653 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44655         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44657 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44658             Joseph Myers  <joseph@codesourcery.com>
44659             Paul Pluzhnikov  <ppluzhnikov@google.com>
44661         [BZ #14012]
44662         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44663         requiring rpcgen.
44664         [cross-compiling] (extra-libs): Likewise.
44665         [cross-compiling] (extra-libs-others): Likewise.
44666         [cross-compiling] (librpcsvc-routines): Likewise.
44667         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44668         [cross-compiling] (omit-deps): Likewise.
44669         (sunrpc-CPPFLAGS): New variable.
44670         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44671         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44672         (cross-rpcgen-objs): New variable.
44673         (extra-objs): Append $(cross-rpcgen-objs).
44674         ($(cross-rpcgen-objs)): New rule.
44675         ($(objpfx)cross-rpcgen): Likewise.
44676         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44677         comment.
44678         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44679         ($(objpfx)x%.stmp): Likewise.
44680         * sunrpc/proto.h [IS_IN_build] (_): Define.
44681         [IS_IN_build] (_libc_intl_domainname): Likewise.
44683 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44685         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44686         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44687         and R_X86_64_TPOFF64.
44689 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44691         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44692         sysdeps/unix/sysv/syscalls.list.
44693         (stime): Likewise.
44694         (utime): Likewise.
44695         * sysdeps/unix/sysv/syscalls.list: Remove file.
44697 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44699         [BZ #3440]
44700         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44701         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44702         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44703         (__LC_IDENTIFICATION): Make these macros useful in #if
44704         expressions, as required by C99.
44706 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44708         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44709         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44710         after this.
44712 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44714         * stdlib/longlong.h: Updated from GCC.
44716 2012-05-09  Andreas Jaeger  <aj@suse.de>
44718         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44719         default is first entry.
44720         (run_mode): Set type.
44721         (main): Remove informal message about syslog.
44722         (options): Fix typo.
44724         [BZ #14053]
44725         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44726         to asm.
44727         (lrint): Likewise.
44728         (llrintf): Likewise.
44729         (llrint): Likewise.
44730         (rint): Likewise.
44731         (rintf): Likewise.
44732         (nearbyint): Likewise.
44733         (nearbyintf): Likewise.
44735 2012-05-09  Andreas Jaeger  <aj@suse.de>
44736             Pedro Alves  <palves@redhat.com>
44738         * nscd/nscd.c (run_mode): Use enum.
44739         (main): Cleanup coding style issue.
44741 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44742             Andreas Jaeger  <aj@suse.de>
44744         * nscd/nscd.c (go_background): Replaced with...
44745         (run_mode): ... this.
44746         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44747         (options): Add -F --foreground.
44748         (main): Implement it.
44749         (parse_opt): Parse it.
44751 2012-05-09  Andreas Jaeger  <aj@suse.de>
44753         [BZ #14083]
44754         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44755         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44756         -Wconversion warning.
44757         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44758         Likewise.
44760 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44762         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44763         == 0.
44764         (LC_ALL): Use macro-int-constant.
44765         (LC_COLLATE): Likewise.
44766         (LC_CTYPE): Likewise.
44767         (LC_MESSAGES): Likewise.
44768         (LC_MONETARY): Likewise.
44769         (LC_NUMERIC): Likewise.
44770         (LC_TIME): Likewise.
44771         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44772         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44773         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44774         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44775         Specify type.
44776         [C99-based standards] (float_t): Expect type.
44777         [C99-based standards] (double_t): Expect type.
44778         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44779         type.
44780         [C99-based standards] (HUGE_VALL): Likewise.
44781         [C99-based standards] (INFINITY): Likewise.
44782         [C99-based standards] (NAN): Likewise.
44783         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44784         [C99-based standards] (FP_NAN): Likewise.
44785         [C99-based standards] (FP_NORMAL): Likewise.
44786         [C99-based standards] (FP_SUBNORMAL): Likewise.
44787         [C99-based standards] (FP_ZERO): Likewise.
44788         [C99-based standards] (FP_FAST_FMA): Use
44789         optional-macro-int-constant.  Specify type.  Require == 1.
44790         [C99-based standards] (FP_FAST_FMAF): Likewise.
44791         [C99-based standards] (FP_FAST_FMAL): Likewise.
44792         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44793         [C99-based standards] (FP_ILOGBNAN): Likewise.
44794         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44795         Specify type.
44796         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44797         [C99-based standards] (math_errhandling): Specify type.
44798         [ISO99 || ISO11] (signgam): Do not allow.
44799         [non-C99-based standards] (copysignf): Do not allow.
44800         [non-C99-based standards] (exp2f): Likewise.
44801         [non-C99-based standards] (log2f): Likewise.
44802         [non-C99-based standards] (modff): Allow.
44803         [non-C99-based standards] (erff): Do not allow.
44804         [non-C99-based standards] (erfcf): Likewise.
44805         [non-C99-based standards] (gammaf): Likewise.
44806         [non-C99-based standards] (hypotf): Likewise.
44807         [non-C99-based standards] (j0f): Likewise.
44808         [non-C99-based standards] (j1f): Likewise.
44809         [non-C99-based standards] (jnf): Likewise.
44810         [non-C99-based standards] (lgammaf): Likewise.
44811         [non-C99-based standards] (tgammaf): Likewise.
44812         [non-C99-based standards] (y0f): Likewise.
44813         [non-C99-based standards] (y1f): Likewise.
44814         [non-C99-based standards] (ynf): Likewise.
44815         [non-C99-based standards] (isnanf): Likewise.
44816         [non-C99-based standards] (acoshf): Likewise.
44817         [non-C99-based standards] (asinhf): Likewise.
44818         [non-C99-based standards] (atanhf): Likewise.
44819         [non-C99-based standards] (cbrtf): Likewise.
44820         [non-C99-based standards] (expm1f): Likewise.
44821         [non-C99-based standards] (ilogbf): Likewise.
44822         [non-C99-based standards] (log1pf): Likewise.
44823         [non-C99-based standards] (logbf): Likewise.
44824         [non-C99-based standards] (nextafterf): Likewise.
44825         [non-C99-based standards] (remainderf): Likewise.
44826         [non-C99-based standards] (rintf): Likewise.
44827         [non-C99-based standards] (scalbf): Likewise.
44828         [non-C99-based standards] (copysignl): Likewise.
44829         [non-C99-based standards] (exp2l): Likewise.
44830         [non-C99-based standards] (log2l): Likewise.
44831         [non-C99-based standards] (modfl): Allow.
44832         [non-C99-based standards] (erfl): Do not allow.
44833         [non-C99-based standards] (erfcl): Likewise.
44834         [non-C99-based standards] (gammal): Likewise.
44835         [non-C99-based standards] (hypotl): Likewise.
44836         [non-C99-based standards] (j0l): Likewise.
44837         [non-C99-based standards] (j1l): Likewise.
44838         [non-C99-based standards] (jnl): Likewise.
44839         [non-C99-based standards] (lgammal): Likewise.
44840         [non-C99-based standards] (tgammal): Likewise.
44841         [non-C99-based standards] (y0l): Likewise.
44842         [non-C99-based standards] (y1l): Likewise.
44843         [non-C99-based standards] (ynl): Likewise.
44844         [non-C99-based standards] (isnanl): Likewise.
44845         [non-C99-based standards] (acoshl): Likewise.
44846         [non-C99-based standards] (asinhl): Likewise.
44847         [non-C99-based standards] (atanhl): Likewise.
44848         [non-C99-based standards] (cbrtl): Likewise.
44849         [non-C99-based standards] (expm1l): Likewise.
44850         [non-C99-based standards] (ilogbl): Likewise.
44851         [non-C99-based standards] (log1pl): Likewise.
44852         [non-C99-based standards] (logbl): Likewise.
44853         [non-C99-based standards] (nextafterl): Likewise.
44854         [non-C99-based standards] (remainderl): Likewise.
44855         [non-C99-based standards] (rintl): Likewise.
44856         [non-C99-based standards] (scalbl): Likewise.
44857         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44858         [non-C99-based standards] (FP_*): Do not allow.
44859         [C99-based standards] (FP_*): Change to
44860         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44861         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44862         allow.
44863         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44864         (SIG_ERR): Likewise.
44865         [X/Open-based standards] (SIG_HOLD): Likewise.
44866         (SIG_IGN): Likewise.
44867         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44868         positive value.
44869         (SIGFPE): Likewise.
44870         (SIGILL): Likewise.
44871         (SIGINT): Likewise.
44872         (SIGSEGV): Likewise.
44873         (SIGTER): Likewise.
44874         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44875         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44876         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44877         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44878         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44879         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44880         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44881         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44882         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44883         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44884         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44885         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44886         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44887         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44888         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44889         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44890         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44891         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44892         [X/Open-based standards] (SIGTRAP): Likewise.
44893         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44894         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44895         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44896         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44897         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44898         allow.
44900 2012-05-08  Ian Wienand  <ianw@vmware.com>
44902         [BZ #14080]
44903         * time/tzset.c (__tzset_parse_tz): Update default rules for
44904         daylight time changes in the Energy Policy Act of 2005.
44906 2012-05-09  Andreas Jaeger  <aj@suse.de>
44908         [BZ #13983]
44909         * elf/ldconfig.c (parse_conf): Change string to make clear that
44910         ldconfig only issued a warning if ld.so.conf does not exist.
44912 2012-05-08  David S. Miller  <davem@davemloft.net>
44914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44915         movxtod instead of popping the value on the stack.
44917         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44919 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44921         * config.h.in: Add HAVE_ARM_PCS_VFP.
44923 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44925         [BZ #13979]
44926         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44927         checking but the checks are disabled for any reason.
44929 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44931         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44932         and ELF64_R_TYPE with ELFW(R_TYPE).
44934 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44936         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44937         (ulimit): Likewise.
44939         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44940         (settimeofday): Likewise.
44942 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44944         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44945         a struct th_u2 inside the union, and move tu_block/tu_code into
44946         a new th_u3 union of tu_block/tu_code inside of that.  Move
44947         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44948         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44949         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44950         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44951         (th_stuff): Change to th_u1.tu_stuff.
44952         (th_data): Define.
44953         (th_msg): Change to th_u1.th_u2.tu_data.
44955 2012-05-07  David S. Miller  <davem@davemloft.net>
44957         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44959         [BZ #14074]
44960         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44961         (SETUP_PIC_REG): Use it.
44962         (SETUP_PIC_REG_LEAF): Use it.
44964 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44966         [BZ #13885]
44967         [BZ #13923]
44968         * sysdeps/i386/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/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44974         e_expl.S.
44975         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44976         USE_AS_EXPM1L.
44977         (EXPL_FINITE): Likewise.
44978         (FLDLOG): Likewise.
44979         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44980         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44981         e_expl.S.
44982         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44983         test of -max_value argument for long double.
44984         * sysdeps/i386/fpu/libm-test-ulps: Update.
44985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44987 2012-05-06  David S. Miller  <davem@davemloft.net>
44989         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44990         quad soft-float symbols whose references which are compiler
44991         generated.
44992         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44994 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44996         [BZ #13884]
44997         [BZ #13914]
44998         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44999         USE_AS_EXP10L.
45000         (EXPL_FINITE): Likewise.
45001         (FLDLOG): Likewise.
45002         (c0): Likewise.
45003         (c1): Likewise.
45004         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45005         Adjust comments for base varying.
45006         (__expl_finite): Change alias to EXPL_FINITE.
45007         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45008         e_expl.S.
45009         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45010         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45011         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45012         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45013         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45014         USE_AS_EXP10L.
45015         (EXPL_FINITE): Likewise.
45016         (FLDLOG): Likewise.
45017         (c0): Likewise.
45018         (c1): Likewise.
45019         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45020         Adjust comments for base varying.
45021         (__expl_finite): Change alias to EXPL_FINITE.
45022         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45023         tests for bugs.
45024         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45026         [BZ #14064]
45027         * math/libm-test.inc (check_float_internal): Correct ulp
45028         calculation for subnormal expected results.
45030 2012-05-06  Andreas Jaeger  <aj@suse.de>
45032         * Makeconfig (+math-flags): New, set to -frounding-math.
45033         (+cflags): Add +math-flags so that all of glibc gets compiled with
45034         it.
45036         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45038 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45040         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45041         Disable one test.
45043         [BZ #13787]
45044         [BZ #13922]
45045         [BZ #14036]
45046         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45047         (__ieee754_expl): Allow for and saturate large arguments.
45048         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45049         (u_threshold): Likewise.
45050         (__exp): Call __ieee754_exp before checking for overflow and
45051         underflow.
45052         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45053         (u_threshold): Likewise.
45054         (__expf): Call __ieee754_expf before checking for overflow and
45055         underflow.
45056         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45057         (u_threshold): Likewise.
45058         (__expl): Call __ieee754_expl before checking for overflow and
45059         underflow.
45060         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45061         (__ieee754_expl): Allow for and saturate large arguments.
45062         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45063         missing overflow exception on overflow.
45064         (expm1_test): Do not allow missing overflow exception on overflow.
45066         * sysdeps/i386/fpu/e_expl.c: Move to ...
45067         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45068         rather than using inline asm.
45069         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45070         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45071         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45073         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45074         (nice): Likewise.
45075         (poll): Likewise.
45076         (signal): Likewise.
45077         (time): Likewise.
45078         (times): Likewise.
45080 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45082         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45083         sysdeps/unix/common/syscalls.list.
45084         (fchmod): Likewise.
45085         (fchown): Likewise.
45086         (ftruncate): Likewise.
45087         (getrusage): Likewise.
45088         (gettimeofday): Likewise.
45089         (setpgid): Likewise.
45090         (setregid): Likewise.
45091         (setreuid): Likewise.
45092         (sigaction): Likewise.
45093         (truncate): Likewise.
45094         (vhangup): Likewise.
45095         * sysdeps/unix/common/syscalls.list: Remove file.
45096         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45097         * sysdeps/unix/sysv/linux/Implies: Likewise.
45099 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45101         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45103         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45104         Moved to ...
45105         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45106         Here.
45107         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45108         to ...
45109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45110         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45111         to ...
45112         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45113         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45114         to ...
45115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45116         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45117         to ...
45118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45119         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45120         to ...
45121         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45122         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45123         to ...
45124         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45125         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45126         to ...
45127         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45128         Here.
45129         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45130         to ...
45131         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45132         Here.
45133         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45134         to ...
45135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45136         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45137         Moved to ...
45138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45139         Here.
45140         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45141         to ...
45142         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45144 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45146         * sysdeps/unix/common/bits/dirent.h: Remove file.
45147         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45149         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45150         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45151         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45152         * sysdeps/unix/bsd/isatty.c: Likewise.
45153         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45154         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45155         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45157 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45159         [BZ #13563]
45160         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45161         long double comparison inaccuracies.
45162         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45165 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45167         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45168         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45170 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45172         [BZ #14049]
45173         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45174         nonzero digits before rounding a hex value.
45175         * stdlib/tst-strtod.c (tests): Add another test.
45177 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45179         * sysdeps/s390/fpu/libm-test-ulps: Update.
45181 2012-05-03  Andreas Jaeger  <aj@suse.de>
45183         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45184         does not get optimized out.
45185         (malloc_opt_barrier): New.
45187 2012-05-03  Andreas Jaeger  <aj@suse.de>
45188             Roland McGrath  <roland@hack.frob.com>
45190         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45191         intermediate file deletion.
45192         (generated): Add .symlist files.
45194 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45196         [BZ #13775]
45197         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45198         Redirect under this condition.
45199         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45200         [__USE_GNU] (__dprintf_chk): Not under this condition.
45201         [__USE_GNU] (__vdprintf_chk): Likewise.
45202         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45203         under this condition.
45204         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45205         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45206         [__USE_XOPEN2K8] (vdprintf): Likewise.
45207         [__USE_GNU] (__dprintf_chk): Not under this condition.
45208         [__USE_GNU] (__vdprintf_chk): Likewise.
45209         [__USE_GNU] (dprintf): Likewise.
45210         [__USE_GNU] (vdprintf): Likewise.
45212 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45214         * elf/Makefile (common-generated): Set this instead of generated for
45215         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45216         $(all-built-dso)-derived lists.
45218 2012-05-03  Andreas Jaeger  <aj@suse.de>
45220         * sysdeps/i386/fpu/libm-test-ulps: Update.
45222         * FAQ: Removed.
45223         * FAQ.in: Likewise.
45224         * scripts/gen-FAQ.pl: Likewise.
45225         * manual/install.texi (Installation): Point to online location of
45226         FAQ.
45227         * Makefile (files-for-dist): Remove FAQ.
45228         (FAQ): Remove.
45230 2012-05-02  Allan McRae  <allan@archlinux.org>
45232         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45233         (LDFLAGS-reldepmod5.so): Likewise.
45234         (LDFLAGS-reldep6mod1.so): Likewise.
45235         (LDFLAGS-reldep6mod4.so): Likewise.
45236         (LDFLAGS-reldep8mod3.so): Likewise.
45237         (LDFLAGS-unload4mod1.so): Likewise.
45238         (LDFLAGS-unload4mod2.so): Likewise.
45239         (LDFLAGS-tst-initorder): Likewise.
45240         (LDFLAGS-tst-initordera2.so): Likewise.
45241         (LDFLAGS-tst-initordera3.so): Likewise.
45242         (LDFLAGS-tst-initordera4.so): Likewise.
45243         (LDFLAGS-tst-initorderb2.so): Likewise.
45244         (LDFLAGS-noload): Likewise.
45245         (LDFLAGS-next): Likewise.
45246         (LDFLAGS-order2mod1.so): Likewise.
45247         (LDFLAGS-order2mod2.so): Likewise.
45248         (LDFLAGS-tst-initorder2): Likewise.
45249         (LDFLAGS-tst-initorder2a.so): Likewise.
45250         (LDFLAGS-tst-initorder2b.so): Likewise.
45251         (LDFLAGS-tst-initorder2c.so): Likewise.
45252         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45254 2012-05-02  David S. Miller  <davem@davemloft.net>
45256         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45258 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45260         [BZ #14055]
45261         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45263 2012-05-02  Andreas Jaeger  <aj@suse.de>
45265         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45266         since we manipulate rounding mode.
45267         (CPPFLAGS-test-idouble.c): Likewise.
45268         (CPPFLAGS-test-ifloat.c): Likewise.
45269         (CFLAGS-test-ldouble.c): Likewise.
45270         (CFLAGS-test-double.c): Likewise.
45271         (CFLAGS-test-float.c): Likewise.
45272         (CFLAGS-test-misc.c): Likewise.
45273         (CFLAGS-test-test-fenv.c): Likewise.
45275 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45277         [BZ #2550]
45278         [BZ #2570]
45279         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45280         comparisons to determine direction to adjust input.
45282 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45284         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45285         output to the target.
45287         * scripts/localplt.awk: New file.
45288         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45289         (check-localplt-CFLAGS): Variable removed.
45290         ($(all-built-dso:=.jmprel)): New static pattern rule.
45291         (generated): Add those targets.
45292         (localplt-built-dso): New variable.
45293         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45295         * elf/check-localplt.c: File removed.
45297         * scripts/check-execstack.awk: New file.
45298         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45299         (check-execstack-CFLAGS): Variable removed.
45300         ($(objpfx)check-execstack.h): Target removed.
45301         ($(objpfx)execstack-default): New target.
45302         (generated): Add that instead of check-execstack.h.
45303         ($(all-built-dso:=.phdr)): New static pattern rule.
45304         (generated): Add those targets.
45305         * elf/check-execstack.c: File removed.
45307         * scripts/check-textrel.awk: New file.
45308         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45309         (check-textrel-CFLAGS): Variable removed.
45310         (all-built-dso): Use := to define.o
45311         ($(all-built-dso:=.dyn)): New static pattern rule.
45312         (generated): Add those targets.
45313         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45314         * config.make.in (READELF): New substituted variable.
45315         * elf/check-textrel.c: File removed.
45317 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45319         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45320         allow.
45321         * conform/data/ctype.h-data [C99-based standards] (isblank):
45322         Expect function.
45323         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45324         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45325         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45326         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45327         Specify type.  Require positive value.
45328         (EILSEQ): Likewise.
45329         (ERANGE): Likewise.
45330         [ISO || POSIX] (EILSEQ): Do not expect.
45331         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45332         Specify type.  Require positive value.
45333         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45334         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45335         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45336         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45337         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45338         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45339         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45340         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45341         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45342         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45343         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45344         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45345         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45346         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45347         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45348         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45349         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45350         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45351         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45352         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45353         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45354         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45355         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45356         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45357         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45358         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45359         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45360         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45361         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45362         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45363         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45364         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45365         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45366         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45367         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45368         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45369         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45370         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45371         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45372         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45373         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45374         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45375         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45376         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45377         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45378         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45379         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45380         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45381         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45382         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45383         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45384         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45385         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45386         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45387         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45388         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45389         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45390         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45391         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45392         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45393         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45394         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45395         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45396         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45397         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45398         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45399         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45400         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45401         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45402         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45403         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45404         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45405         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45406         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45407         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45408         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45409         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45410         Require >= 2.
45411         (FLT_ROUNDS): Expect as macro, not constant.
45412         (FLT_MANT_DIG): Use macro-int-constant.
45413         (DBL_MANT_DIG): Likewise.
45414         (LDBL_MANT_DIG): Likewise.
45415         (FLT_DIG): Likewise.
45416         (DBL_DIG): Likewise.
45417         (LDBL_DIG): Likewise.
45418         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45419         (DBL_MIN_EXP): Likewise.
45420         (LDBL_MIN_EXP): Likewise.
45421         (FLT_MAX_EXP): Use macro-int-constant.
45422         (DBL_MAX_EXP): Likewise.
45423         (LDBL_MAX_EXP): Likewise.
45424         (FLT_MAX_10_EXP): Likewise.
45425         (DBL_MAX_10_EXP): Likewise.
45426         (LDBL_MAX_10_EXP): Likewise.
45427         (FLT_MAX): Use macro-constant.
45428         (DBL_MAX): Likewise.
45429         (LDBL_MAX): Likewise.
45430         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45431         (DBL_EPSILON): Likewise.
45432         (LDBL_EPSILON): Likewise.
45433         (FLT_MIN): Likewise.
45434         (DBL_MIN): Likewise.
45435         (LDBL_MIN): Likewise.
45436         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45437         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45438         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45439         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45440         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45441         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45442         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45443         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45444         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45445         [ISO11] (FLT_TRUE_MIN): Likewise.
45446         [ISO11] (LDBL_TRUE_MIN): Likewise.
45447         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45448         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45449         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45450         (SCHAR_MAX): Likewise.
45451         (UCHAR_MAX): Likewise.
45452         (CHAR_MIN): Likewise.
45453         (CHAR_MAX): Likewise.
45454         (MB_LEN_MAX): Use macro-int-constant.
45455         (SHRT_MIN): Use macro-int-constant.  Specify type.
45456         (SHRT_MAX): Likewise.
45457         (USHRT_MAX): Likewise.
45458         (INT_MAX): Likewise.
45459         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45460         bound negative.
45461         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45462         bound with "U".
45463         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45464         bound with "L".
45465         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45466         bound negative.  Suffix upper bound with "L".
45467         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45468         bound with "UL".
45469         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45470         Specify type.
45471         [C99-based standards] (LLONG_MAX): Likewise.
45472         [C99-based standards] (ULLONG_MAX): Likewise.
45473         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45474         == 0.
45475         [ISO11] (max_align_t): Require type.
45476         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45478         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45479         from $CFLAGS, without defining away __attribute__ calls.
45480         (checknamespace): Use $CFLAGS_namespace.
45482         * conform/conformtest.pl (@keywords): Only include C99 keywords
45483         for standards based on C99 or C11.
45485         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45486         Disable tests.
45487         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45488         UNIX98]: Likewise.
45490         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45491         usability of symbols in #if.
45493         * conform/conformtest.pl: If macro or constant types start
45494         "promoted:", expect the symbol to be of the following type
45495         promoted by the integer promotions.
45497         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45498         in one place.  Also handle "macro-constant".
45500         * conform/conformtest.pl: Only accept expected macro values with
45501         "==".  Parse all "macro" lines in one place.
45502         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45504         * conform/conformtest.pl: Handle braced types on "constant" lines
45505         instead of handling "typed-constant".
45506         * conform/data/signal.h-data: Use "constant" instead of
45507         "typed-constant".
45509         * conform/conformtest.pl: Handle "optional-" at start of lines in
45510         one place rather than duplicating several cases.  Handle each
45511         format of "macro" line with initial "optional-".
45513         * conform/conformtest.pl: Only accept expected constant or
45514         optional-constant values with "==".  Parse all "constant" lines in
45515         one place.  Parse all "optional-constant" lines in one place.
45516         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45517         * conform/data/fmtmsg.h-data: Likewise.
45518         * conform/data/netinet/in.h-data: Likewise.
45519         * conform/data/tar.h-data: Likewise.
45520         * conform/data/limits.h-data: Use "==" form on "constant" and
45521         "optional-constant" lines.
45523         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45524         Use -std=c99 for XOPEN2K.
45525         (@knownproblems): Remove.
45526         (newtoken): Don't check %isknown.
45528         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45529         Do not expect macro.
45530         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45531         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45532         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45533         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45534         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45535         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45536         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45537         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45538         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45539         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45540         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45541         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45542         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45543         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45544         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45545         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45546         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45547         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45548         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45549         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45550         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45551         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45552         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45553         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45554         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45555         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45556         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45557         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45558         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45559         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45560         [XPG3] (acosh): Likewise.
45561         [XPG3] (asinh): Likewise.
45562         [XPG3] (atanh): Likewise.
45563         [XPG3] (cbrt): Likewise.
45564         [XPG3] (expm1): Likewise.
45565         [XPG3] (ilogb): Likewise.
45566         [XPG3] (log1p): Likewise.
45567         [XPG3] (logb): Likewise.
45568         [XPG3] (nextafter): Likewise.
45569         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45570         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45571         [XPG3] (remainder): Likewise.
45572         [XPG3] (rint): Likewise.
45573         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45574         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45575         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45576         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45577         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45578         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45579         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45580         [UNIX98 || XOPEN2K] (scalb): Expect.
45581         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45582         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45583         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45584         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45585         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45586         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45587         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45588         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45589         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45590         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45591         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45592         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45593         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45594         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45595         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45596         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45597         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45598         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45599         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45600         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45601         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45602         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45603         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45604         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45605         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45606         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45607         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45608         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45609         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45610         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45611         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45612         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45613         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45614         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45615         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45616         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45617         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45618         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45619         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45620         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45621         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45622         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45623         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45624         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45625         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45626         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45627         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45628         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45629         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45630         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45631         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45632         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45633         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45634         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45635         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45636         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45637         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45638         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45639         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45640         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45641         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45642         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45643         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45644         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45645         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45646         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45647         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45648         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45649         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45650         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45651         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45652         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45653         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45654         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45655         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45656         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45657         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45658         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45659         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45660         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45661         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45662         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45663         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45664         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45665         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45666         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45667         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45668         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45669         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45670         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45671         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45672         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45673         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45674         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45675         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45676         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45677         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45678         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45679         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45680         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45681         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45682         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45683         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45684         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45685         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45686         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45687         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45688         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45689         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45690         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45691         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45692         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45693         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45694         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45695         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45696         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45697         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45698         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45699         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45700         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45701         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45702         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45703         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45704         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45705         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45706         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45707         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45708         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45709         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45710         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45711         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45712         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45713         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45714         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45715         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45716         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45717         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45719         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45720         _XOPEN_SOURCE_EXTENDED for XPG4.
45722         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45724         * Makeconfig (localtime): Remove variable.
45725         (inst_localtime-file): Likewise.
45727 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45730         Update.
45731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45732         Update.
45733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45734         Update.
45735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45736         Update.
45737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45738         Update.
45739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45740         Update.
45741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45742         Update.
45743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45744         Update.
45745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45746         Update.
45748 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45750         [BZ #2550]
45751         [BZ #2570]
45752         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45753         comparisons to determine direction to adjust input.
45754         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45755         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45756         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45757         Likewise.
45758         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45759         Likewise.
45760         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45761         Likewise.
45762         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45763         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45764         Likewise.
45765         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45766         Likewise.
45767         * math/libm-test.inc (nexttoward_test): Add more tests.
45769 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45771         [BZ #14040]
45772         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45773         in version GLIBC_2.1, not GLIBC_2.0.
45774         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45775         Likewise.
45777 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45779         [BZ #13942]
45780         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45781         (1 - x) * (1 + x).
45782         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45783         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45784         * math/libm-test.inc (acos_test): Add more tests.
45785         (asin_test): Likewise.
45786         * sysdeps/i386/fpu/libm-test-ulps: Update.
45787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45789         [BZ #14034]
45790         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45791         of square root.
45792         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45793         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45794         * math/libm-test.inc (acos_test_tonearest): New function.
45795         (acos_test_towardzero): Likewise.
45796         (acos_test_downward): Likewise.
45797         (acos_test_upward): Likewise.
45798         (asin_test_tonearest): Likewise.
45799         (asin_test_towardzero): Likewise.
45800         (asin_test_downward): Likewise.
45801         (asin_test_upward): Likewise.
45802         (main): Call the new functions.
45803         * sysdeps/i386/fpu/libm-test-ulps: Update.
45804         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45806         [BZ #13884]
45807         [BZ #13924]
45808         * math/e_exp10.c: Include <float.h>.
45809         (__ieee754_exp10): Handle underflow here rather than multiplying
45810         large negative argument by M_LN10.
45811         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45812         of __ieee754_expf.
45813         * math/e_exp10l.c: Include <float.h>.
45814         (__ieee754_exp10l): Handle underflow here rather than multiplying
45815         large negative argument by M_LN10l.
45816         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45817         spurious overflow exception on underflow.
45819 2012-04-29  Marek Polacek  <polacek@redhat.com>
45821         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45822         (__fortify_function): New macro.
45823         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45824         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45825         __extern_always_inline.
45826         * libio/bits/stdio2.h: Likewise.
45827         * libio/bits/stdio.h: Likewise.
45828         * string/string.h: Likewise.
45829         * string/bits/string3.h: Likewise.
45830         * include/stdio.h: Likewise.
45831         * stdlib/bits/stdlib.h: Likewise.
45832         * stdlib/stdlib.h: Likewise.
45833         * rt/bits/mqueue2.h: Likewise.
45834         * rt/mqueue.h: Likewise.
45835         * posix/bits/unistd.h: Likewise.
45836         * posix/unistd.h: Likewise.
45837         * io/bits/poll2.h: Likewise.
45838         * io/bits/fcntl2.h: Likewise.
45839         * io/fcntl.h: Likewise.
45840         * io/sys/poll.h: Likewise.
45841         * misc/bits/syslog.h: Likewise.
45842         * misc/bits/syslog-ldbl.h: Likewise.
45843         * misc/sys/syslog.h: Likewise.
45844         * socket/bits/socket2.h: Likewise.
45845         * socket/sys/socket.h: Likewise.
45846         * debug/tst-chk1.c: Likewise.
45847         * wcsmbs/bits/wchar2.h: Likewise.
45848         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45849         * wcsmbs/wchar.h: Likewise.
45851 2012-04-29  Andreas Jaeger  <aj@suse.de>
45853         * Makerules (tests): Remove enable-check-abi protection.
45854         (check-abi-warn): Remove.
45855         (check-abi-%): Remove check-abi-warn usage.
45857         * configure.in: Remove check-abi configure option.
45858         * configure: Regenerated.
45859         * config.make.in (enable-check-abi): Remove.
45861 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45863         [BZ #14033]
45864         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45865         double functions to double *_finite functions.
45867         [BZ #13941]
45868         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45869         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45870         LDBL_MIN_EXP.
45871         * stdio-common/Makefile (tests): Add tst-sprintf3.
45872         * stdio-common/tst-sprintf3.c: New file.
45874         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45875         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45877 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45879         * conform/conformtest.pl: Remove duplicate typed-constant
45880         handling.
45882 2012-04-28  David S. Miller  <davem@davemloft.net>
45884         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45885         (check-abi-%): Remove AWK script prerequisite and explicit
45886         abilist directory.
45887         (check-abi): Rewrite to just diff the symlist with the abilist.
45888         (config-tls, config-abi-config): Delete, no longer used.
45889         (update-abi-%): Remove AWK script and explicit abilist directory.
45890         (update-abi): Rewrite to simply compare and conditionally copy the
45891         symlist and the sysdep abilist file.  Remove update-abi-config
45892         checks.
45893         * abilist/ld.abilist: Remove.
45894         * abilist/libBrokenLocale.abilist: Remove.
45895         * abilist/libanl.abilist: Remove.
45896         * abilist/libcrypt.abilist: Remove.
45897         * abilist/libdl.abilist: Remove.
45898         * abilist/librt.abilist: Remove.
45899         * abilist/libthread_db.abilist: Remove.
45900         * abilist/libutil.abilist: Remove.
45901         * scripts/extract-abilist.awk: Remove.
45902         * scripts/merge-abilist.awk: Remove.
45903         * sysdeps/generic/libcidn.abilist: New file.
45904         * sysdeps/generic/libnss_compat.abilist: New file.
45905         * sysdeps/generic/libnss_db.abilist: New file.
45906         * sysdeps/generic/libnss_dns.abilist: New file.
45907         * sysdeps/generic/libnss_files.abilist: New file.
45908         * sysdeps/generic/libnss_hesiod.abilist: New file.
45909         * sysdeps/generic/libnss_nis.abilist: New file.
45910         * sysdeps/generic/libnss_nisplus.abilist: New file.
45911         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45912         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45913         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45914         file.
45915         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45916         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45917         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45918         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45919         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45920         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45921         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45922         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45923         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45924         file.
45925         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45926         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45927         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45928         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45929         file.
45930         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45931         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45932         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45933         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45934         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45935         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45936         file.
45937         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45938         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45939         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45940         file.
45941         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45942         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45943         New file.
45944         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45945         New file.
45946         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45947         New file.
45948         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45949         New file.
45950         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45951         New file.
45952         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45953         New file.
45954         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45955         New file.
45956         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45957         New file.
45958         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45959         New file.
45960         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45961         New file.
45962         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45963         New file.
45964         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45965         New file.
45966         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45967         New file.
45968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45969         file.
45970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45971         New file.
45972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45973         New file.
45974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45975         file.
45976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45977         New file.
45978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45979         New file.
45980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45981         file.
45982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45983         New file.
45984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45985         New file.
45986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45987         New file.
45988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45989         New file.
45990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45991         New file.
45992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45993         New file.
45994         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45995         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45996         file.
45997         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45998         New file.
45999         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46000         file.
46001         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46002         file.
46003         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46004         file.
46005         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46006         file.
46007         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46008         file.
46009         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46010         New file.
46011         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46012         file.
46013         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46014         file.
46015         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46016         New file.
46017         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46018         file.
46019         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46020         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46021         file.
46022         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46023         New file.
46024         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46025         file.
46026         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46027         file.
46028         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46029         file.
46030         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46031         file.
46032         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46033         file.
46034         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46035         New file.
46036         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46037         file.
46038         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46039         file.
46040         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46041         New file.
46042         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46043         file.
46044         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46045         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46046         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46047         file.
46048         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46049         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46050         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46051         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46052         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46053         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46054         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46055         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46056         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46057         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46058         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46060         file.
46061         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46062         New file.
46063         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46064         file.
46065         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46066         file.
46067         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46068         file.
46069         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46070         file.
46071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46072         file.
46073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46074         New file.
46075         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46076         New file.
46077         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46078         file.
46079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46080         New file.
46081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46082         file.
46083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46084         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46085         file.
46086         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46087         New file.
46088         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46089         file.
46090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46091         file.
46092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46093         file.
46094         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46095         file.
46096         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46097         file.
46098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46099         New file.
46100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46101         New file.
46102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46103         file.
46104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46105         New file.
46106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46107         file.
46109 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46111         * conform/conformtest.pl: Fix typo in handling typed-constant from
46112         allow-header.
46114 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46116         * README: Cut down references to pre-2.6 Linux kernels and
46117         Linuxthreads.  Update lists of configurations in libc and ports
46118         and sort alphabetically.  Say "or newer" with Linux kernel version
46119         requirements.
46121         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46123 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46125         [BZ #887]
46126         * math/libm-test.inc (logb_test_downward): New test to expose
46127         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46128         rounding mode.
46130 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46132         [BZ #14027]
46133         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46134         to be done.
46135         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46136         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46138 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46140         * sysdeps/unix/i386/brk.S: Remove file.
46141         * sysdeps/unix/i386/dl-brk.S: Likewise.
46142         * sysdeps/unix/i386/pipe.S: Likewise.
46143         * sysdeps/unix/i386/sigreturn.S: Likewise.
46144         * sysdeps/unix/i386/syscall.S: Likewise.
46145         * sysdeps/unix/i386/vfork.S: Likewise.
46146         * sysdeps/unix/i386/wait.S: Likewise.
46148         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46149         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46151         * configure.in (arm*-none*): Do not allow without
46152         --enable-hacker-mode.
46153         (netbsd*): Remove case setting base_os.
46154         (386bsd*): Likewise.
46155         (freebsd*): Likewise.
46156         (bsdi*): Likewise.
46157         (osf*): Likewise.
46158         (sunos*): Likewise.
46159         (ultrix*): Likewise.
46160         (newsos*): Likewise.
46161         (dynix*): Likewise.
46162         (*bsd*): Likewise.
46163         (sysv*): Likewise.
46164         (isc*): Likewise.
46165         (esix*): Likewise.
46166         (sco*): Likewise.
46167         (minix*): Likewise.
46168         (irix4*): Likewise.
46169         (irix6*): Likewise.
46170         (solaris[2-9]*): Likewise.
46171         (none): Likewise.
46172         * configure: Regenerated.
46174 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46176         [BZ #11521]
46177         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46178         overflow or cancellation in calculating denominator.
46179         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46180         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46181         down expression to avoid unexpected rounding in newer GCCs.
46182         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46184 2012-04-26  David S. Miller  <davem@davemloft.net>
46186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46187         long-double compat symbols.
46188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46193         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46194         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46195         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46196         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46197         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46198         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46199         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46200         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46202 2012-04-25  David S. Miller  <davem@davemloft.net>
46204         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46205         HWCAP_* values only after the memory barriers have been defined.
46206         (atomic_full_barrier): Define.
46207         (atomic_read_barrier): Define.
46208         (atomic_write_barrier): Define.
46210 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46212         * shlib-versions: Add libgcc_s version information.
46213         * sysdeps/generic/libgcc_s.h: Remove.
46214         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46215         libgcc_s.h.
46216         * sysdeps/gnu/unwind-resume.c: Likewise.
46217         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46219 2012-04-25  David S. Miller  <davem@davemloft.net>
46221         * sysdeps/unix/sparc/brk.S: Delete.
46222         * sysdeps/unix/sparc/dl-brk.S: Delete.
46223         * sysdeps/unix/sparc/pipe.S: Delete.
46224         * sysdeps/unix/sparc/sysdep.S: Delete.
46225         * sysdeps/unix/sparc/sysdep.h: Delete.
46226         * sysdeps/unix/sparc/vfork.S: Delete.
46227         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46228         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46229         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46230         (ret_ERRVAL, r0, r1, MOVE): Define.
46231         (JUMPTARGET): Remove.
46232         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46233         sysdeps/unix/sparc/sysdep.h
46234         (ENTRY, END): Remove.
46235         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46237 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46239         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46240         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46241         -DIS_IN_build.
46243         * timezone/README: Update upstream location and email address for
46244         tzcode and tzdata.
46245         * timezone/zdump.c: Update from tzcode 2012b.
46246         * timezone/zic.c: Likewise.
46248         * configure.in (libc_cv_as_needed): Remove test.
46249         * configure: Regenerated.
46250         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46251         conditional definition.
46252         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46253         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46254         * config.make.in (have-as-needed): Remove variable.
46256 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46257             Paul Pluzhnikov  <ppluzhnikov@google.com>
46259         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46260         strings correctly.
46262 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46264         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46265         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46266         * sysdeps/sh/strlen.S: Likewise.
46268 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46270         * sysdeps/unix/fork.S: Remove file.
46271         * sysdeps/unix/i386/fork.S: Likewise.
46272         * sysdeps/unix/sparc/fork.S: Likewise.
46274         * sysdeps/unix/system.c: Remove file.
46275         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46277         * sysdeps/unix/getegid.S: Remove file.
46278         * sysdeps/unix/geteuid.S: Likewise.
46280 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46282         * scripts/check-localplt.awk: New file.
46283         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46284         of diff.
46285         * scripts/data/localplt-generic.data: Add a comment.
46287         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46288         NODE when __dir_mkfile failed.
46289         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46290         Reported by Ludovic Courtès <ludo@gnu.org>.
46292 2012-04-24  Andreas Jaeger  <aj@suse.de>
46294         * Makerules (common-clean): Also remove gen-as-const-headers
46295         files.
46297 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46299         * Makerules (native-compile): Do not change working directory for
46300         build.  Use $(OUTPUT_OPTION) in command.
46301         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46303 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46305         [BZ #13886]
46306         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46307         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46308         * math/libm-test.inc (floor_test): Add more tests.
46309         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46311 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46313         * sysdeps/unix/getdents.c: Remove file.
46314         * sysdeps/unix/sysv/getdents.c: Likewise.
46315         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46317         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46318         sysdeps/unix/mman/syscalls.list.
46319         (mmap): Likewise.
46320         (mprotect): Likewise.
46321         (msync): Likewise.
46322         (munmap): Likewise.
46323         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46324         * sysdeps/unix/mman/syscalls.list: Remove.
46325         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46327         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46328         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46329         * configure: Regenerated.
46330         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46331         $(libgcc_s_suffix).
46332         * config.make.in (libgcc_s_suffix): Remove variable.
46334 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46336         * sysdeps/unix/sysv/gethostname.c: Move to ...
46337         * sysdeps/posix/gethostname.c: ... here.
46339         * sysdeps/unix/execve.S: Remove file.
46341         * sysdeps/unix/_exit.S: Remove file.
46343 2012-04-23  Andreas Jaeger  <aj@suse.de>
46345         [BZ #13739]
46346         * manual/Makefile: Remove make dist support, there's no
46347         need for a stand-alone documentation tar ball.
46348         (TEXI2DVI): Define always, it's not in Makeconfig.
46349         (dist): Removed.
46350         (tar-it): Removed.
46351         (edition): Removed.
46352         (glibc-doc-$(edition).tar): Removed
46353         (%.Z): Removed.
46354         (%.gz): Removed.
46355         (%.uu): Removed.
46356         (ETAGS): Remove, it's in Makeconfig.
46357         (move-if-change): Remove, it's in Makeconfig.
46359 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46361         [BZ #13970]
46362         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46363         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46364         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46365         (strtod_l, strtof_l, strtold_l): Remove __wur.
46366         It is not necessarily an error to ignore strtol's return value.
46367         One can reliably look at the stored endptr to decide whether
46368         the number had valid syntax.
46370 2012-04-21  Andreas Jaeger  <aj@suse.de>
46372         [BZ #13739]
46373         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46375 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46377         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46378         * sysdeps/unix/sysv/Versions: Remove file.
46380 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46382         [BZ #13927]
46383         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46385 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46387         [BZ #7064]
46388         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46389         version from __vm86.
46391 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46393         * sysdeps/unix/common/lxstat.c: Remove file.
46394         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46396         * sysdeps/unix/sysv/Makefile: Remove file.
46398         * sysdeps/unix/sysv/direct.h: Remove file.
46400         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46401         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46402         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46403         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46404         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46405         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46406         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46408         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46410         * sysdeps/unix/xmknod.c: Remove file.
46411         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46413         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46415         * sysdeps/unix/sysv/i386/time.S: Remove file.
46417         * sysdeps/unix/fxstat.c: Remove file.
46418         * sysdeps/unix/xstat.c: Likewise.
46419         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46421         * sysdeps/unix/sysv/sigaction.c: Remove file.
46423         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46424         (sysdep_headers): Remove variable.
46425         [termio.h not in sysdep_headers] (generated): Likewise.
46426         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46427         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46428         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46429         * sysdeps/unix/sysv/tcflow.c: Likewise.
46430         * sysdeps/unix/sysv/tcflush.c: Likewise.
46431         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46432         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46433         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46434         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46435         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46437         * sysdeps/unix/siglist.c: Remove file.
46439         * sysdeps/unix/getppid.S: Remove file.
46441         * sysdeps/unix/mkdir.c: Remove file.
46442         * sysdeps/unix/rmdir.c: Likewise.
46444 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46446         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46447         ERR_MAX value.
46448         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46449         errlist-compat value.
46451 2012-04-18  David S. Miller  <davem@davemloft.net>
46453         * sysdeps/generic/memcopy.h (reg_char): Delete.
46454         * debug/strcat_chk.c: Use char, not reg_char.
46455         * debug/strcpy_chk.c: Likewise.
46456         * debug/strncat_chk.c: Likewise.
46457         * debug/strncpy_chk.c: Likewise.
46458         * string/memchr.c: Likewise.
46459         * string/memrchr.c: Likewise.
46460         * string/rawmemchr.c: Likewise.
46461         * string/strcat.c: Likewise.
46462         * string/strchr.c: Likewise.
46463         * string/strchrnul.c: Likewise.
46464         * string/strcmp.c: Likewise.
46465         * string/strcpy.c: Likewise.
46466         * string/strncat.c: Likewise.
46467         * string/strncmp.c: Likewise.
46468         * string/strncpy.c: Likewise.
46470 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46472         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46473         __builtin_memcopy is called when src and dest ranges are known to not
46474         overlap.
46476 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46478         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46479         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46480         fwd_align_merge macro call.
46481         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46482         bwd_align_merge macro call.
46483         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46485 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46487         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46488         bwd_align_merge macros.
46489         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46490         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46491         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46493 2012-04-18  David S. Miller  <davem@davemloft.net>
46495         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46497 2012-04-18  Andreas Jaeger  <aj@suse.de>
46499         [BZ# 6794]
46500         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46501         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46502         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46504         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46505         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46506         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46508         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46509         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46510         Adjust for changed ldbl-128 files.
46512         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46513         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46514         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46516 2012-04-17  David S. Miller  <davem@davemloft.net>
46518         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46520 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46522         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46523         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46524         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46525         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46526         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46527         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46529 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46531         [BZ #6794]
46532         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46533         * math/libm-test.inc: Add ilogb errno and exception tests.
46534         * math/w_ilogb.c: New file: ilogb wrapper.
46535         * math/w_ilogbf.c: New file: ilogbf wrapper.
46536         * math/w_ilogbl.c: New file: ilogbl wrapper.
46537         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46538         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46539         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46540         exception being thrown with 0.0 as argument.
46541         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46542         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46543         exception being thrown with 0.0 as argument.
46544         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46545         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46546         exception being thrown with 0.0 as argument.
46547         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46548         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46549         exception being thrown with 0.0 as argument.
46550         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46551         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46552         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46553         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46554         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46555         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46556         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46557         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46558         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46560 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46562         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46563         with altivec.
46565 2012-04-16  Marek Polacek  <polacek@redhat.com>
46567         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46569 2012-04-16  Marek Polacek  <polacek@redhat.com>
46571         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46572         operands of fdivp instruction.
46574 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46576         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46577         * elf/tst-auditmod3b.c: Likewise.
46578         * elf/tst-auditmod4b.c: Likewise.
46579         * elf/tst-auditmod5b.c: Likewise.
46580         * elf/tst-auditmod6b.c: Likewise.
46581         * elf/tst-auditmod6c.c: Likewise.
46582         * elf/tst-auditmod7b.c: Likewise.
46583         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46584         * sysdeps/x86_64/preconfigure.in: Likewise.
46585         * sysdeps/x86_64/preconfigure: Regenerated.
46587 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46589         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46590         __ILP32__.
46592 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46594         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46595         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46597 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46599         [BZ #13973]
46600         * locale/iso-639.def: Fix gl language name. Spotted by
46601         Yaron Shahrabani.
46603 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46605         [BZ #2074]
46606         * libio/libio.h (__io_write_fn): Update comment.
46608 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46610         [BZ #2074]
46611         * stdio.texi (Hook Functions): The user provided writer function
46612         is not allowed to return -1.
46614 2012-04-11  David S. Miller  <davem@davemloft.net>
46616         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46618 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46620         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46621         Add a leading slash to rtkaio.
46623 2012-04-11  Jim Meyering  <meyering@redhat.com>
46625         [BZ #11959]
46626         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46627         It is not necessarily an error to ignore fwrite's return
46628         value.  One can reliably use ferror to test for errors after
46629         the fact.
46631 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46633         * bits/types.h (__snseconds_t): New type.
46634         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46636         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46637         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46638         (__SNSECONDS_T_TYPE): Likewise.
46639         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46640         (__SNSECONDS_T_TYPE): Likewise.
46641         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46642         (__SNSECONDS_T_TYPE): Likewise.
46644 2012-04-10  Andreas Jaeger  <aj@suse.de>
46646         [BZ #2636]
46647         * manual/time.texi (Processor Time): Return type of times is
46648         elapsed real time since an arbitrary point in the past.
46649         (CPU Time): Move CLK_TCK from here...
46650         (Processor Time): ...to here.  Correct description.
46651         * manual/conf.texi (Constants for Sysconf): Correct description of
46652         _SC_CLK_TCK.
46654 2012-04-10  David S. Miller  <davem@davemloft.net>
46656         [BZ #13967]
46657         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46658         where the is a gap between DT_REL(A) and DT_JMPREL.
46660 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46662         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46663         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46664         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46666 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46668         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46669         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46670         (dl_main): Handle --inhibit-cache.
46671         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46672         _dl_inhibit_cache.
46673         * elf/dl-load.c (_dl_map_object): Use it.
46674         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46676 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46678         [BZ #13872]
46679         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46680         (__ieee754_powl): Saturate large exponents rather than testing for
46681         overflow of y*log2(x).
46682         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46683         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46684         exceptions.
46686         [BZ #11521]
46687         * math/s_ctan.c: Include <float.h>.
46688         (__ctan): Avoid internal overflow or cancellation in calculating
46689         denominator.
46690         * math/s_ctanf.c: Likewise.
46691         * math/s_ctanl.c: Likewise.
46692         * math/s_ctanh.c: Likewise.
46693         * math/s_ctanhf.c: Likewise.
46694         * math/s_ctanhl.c: Likewise.
46695         * math/libm-test.inc (ctan_test): Add more tests.
46696         (ctanh_test): Likewise.
46697         * sysdeps/i386/fpu/libm-test-ulps: Update.
46698         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46700 2012-04-09  Andreas Jaeger  <aj@suse.de>
46702         [BZ #6894]
46703         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46704         is an optional BSD extension.
46706         [BZ #10254]
46707         * manual/stdio.texi (Opening Streams): Document additional fopen
46708         parameters.
46710 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46712         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46713         %eax without telling the compiler.
46715 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46717         [BZ # 13963]
46718         * manual/install.texi: Use sourceware.org.
46720 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46722         [BZ #13873]
46723         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46724         (__ieee754_pow): Generate overflow and underflow using huge*huge
46725         and tiny*tiny rather than just returning constant infinity or zero
46726         for large exponents.
46727         * math/libm-test.inc (pow_test): Require overflow exceptions for
46728         applicable cases of large exponents.
46730         [BZ #706]
46731         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46732         (__ieee754_pow): Use iterative multiplication algorithm only for
46733         integer exponents with absolute value below 1024.  Check for odd
46734         integer exponents when using algorithm for real exponents.
46735         * math/libm-test.inc (pow_test): Add more tests.
46736         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46738 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46740         [BZ #13705]
46741         * math/libm-test.inc (exp_test): Do not allow overflow exception
46742         on underflow test.
46744 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46746         [BZ #13705]
46747         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46748         instead of __kernel_standard_f.
46750 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46752         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46753         * sysdeps/x86_64/memset_chk.S: Likewise.
46755 2012-04-08  Andreas Jaeger  <aj@suse.de>
46757         [BZ #10153]
46758         * manual/startup.texi (Environment Access): Describe return value
46759         for putenv and setenv.
46761         [BZ #6895]
46762         * manual/filesys.texi (Directory Entries): Add description for
46763         DT_LNK.
46765         [BZ #6890]
46766         * manual/filesys.texi (Directory Entries): Clarify that it's file
46767         system not operating system in the description of DT_UNKNOWN.
46769         [BZ #6578]
46770         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46772 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46774         [BZ #6649]
46775         * manual/llio.texi (Opening and Closing Files): Add cross
46776         reference to explain mode argument.
46778 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46780         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46781         * sysdeps/x86_64/memset_chk.S: Likewise.
46783 2012-04-07  David S. Miller  <davem@davemloft.net>
46785         * elf/elf.h (R_SPARC_WDISP10): Define.
46786         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46787         R_SPARC_SIZE32.
46788         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46789         R_SPARC_SIZE64 and R_SPARC_H34.
46791 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46793         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46794         conditions and remove no longer applicable assertion.
46796 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46798         * bits/byteswap.h: Include <features.h>.
46799         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46800         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46802 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46804         * bits/byteswap.h (__bswap_16): Removed.
46805         Include <bits/byteswap-16.h> to get __bswap_16.
46806         * sysdeps/i386/bits/byteswap.h: Likewise.
46807         * sysdeps/s390/bits/byteswap.h: Likewise.
46808         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46809         * bits/byteswap-16.h: New file.
46810         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46811         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46812         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46813         * string/Makefile (headers): Add bits/byteswap-16.h.
46815 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46817         [BZ #13895]
46818         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46819         extra indirection.
46820         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46821         * nss/tst-nss-static.c: New.
46823 2012-04-06  Robert Millan  <rmh@gnu.org>
46825         [BZ #6486]
46826         * manual/llio.texi (File Position Primitive): lseek
46827         refers to WHENCE when it really means OFFSET.
46829 2012-04-06  Andreas Jaeger  <aj@suse.de>
46831         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46832         strncmp declarations.
46834         * abilist/libc.abilist: Add __poll and __ppoll.
46836 2012-04-05  David S. Miller  <davem@davemloft.net>
46838         * scripts/check-local-headers.sh: Accept a host triplet in the
46839         path matched by the exclude regexp.
46841         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46842         definition.
46843         * sysdeps/powerpc/powerpc32/dl-machine.h
46844         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46845         * sysdeps/s390/s390-32/dl-machine.h
46846         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46847         * sysdeps/sparc/sparc32/dl-machine.h
46848         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46849         * sysdeps/sparc/sparc64/dl-machine.h
46850         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46852         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46853         lazy binding.
46854         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46855         undefined symbol errors.
46857         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46858         DT_NEEDED entries.
46860 2012-04-05  Michael Matz  <matz@suse.de>
46862         [BZ #13592]
46863         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46865 2012-04-05  Andreas Jaeger  <aj@suse.de>
46867         [BZ #13908]
46868         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46869         comment.
46871 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46873         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46874         which ROUND is no valid rounding mode.
46876 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46878         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46879         read again.
46880         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46882 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46884         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46885         an exception using FPU order intentionally.
46887 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46889         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46890         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46891         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46892         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46894 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46896         [BZ #12340]
46897         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46898         EINVAL when BUFLEN is too smal.
46900 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46902         [BZ #13553]
46903         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46904         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46906 2012-04-03  Andreas Jaeger  <aj@suse.de>
46908         [BZ #13938]
46909         * manual/setjmp.texi (System V contexts): Fix sentence.
46911         [BZ #13926]
46912         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46913         New macro for this case.
46914         [!__GNUC__] (__bswap_64): New inline function for this case.
46915         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46916         * bits/byteswap.h: Likewise.
46917         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46918         ull, guard with __GLIBC_HAVE_LONG_LONG.
46920         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46921         __GLIBC_HAVE_LONG_LONG.
46923         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46924         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46926 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46928         [BZ #13691]
46929         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46930         inptr and inend, rather than using last_ch.
46932 2012-04-02  David S. Miller  <davem@davemloft.net>
46934         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46935         * stdio-common/printf-parse.h (read_int): Change return type to
46936         'int', return -1 on INT_MAX overflow.
46937         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46938         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46939         overflows INT_MAX.  Check for overflow of in-format-string precision
46940         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46941         SIZE_MAX not INT_MAX for integer overflow test.
46942         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46943         skip the construct in the format string but do not record anything.
46944         * stdio-common/bug22.c: Adjust to test both width/prevision
46945         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46946         explicitly for proper errno values.
46948 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46950         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46951         CHAR_MAX.
46952         * string/test-strcmp.c [! WIDE]: Likewise.
46953         * time/tst-mktime2.c: Likewise for INT_MAX.
46954         * string/test-string.h: #include <sys/param.h> for MIN.
46956         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46957         * sysdeps/i386/init-first.c (init): Likewise.
46958         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46959         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46960         * sysdeps/sh/init-first.c (init): Likewise.
46962 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46964         * po/ru.po: Update from translation team.
46965         * po/vi.po: Likewise.
46967 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46969         * resolv/nss_dns/dns-host.c: Merge copyright years.
46971 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46973         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46974         Optimize memcpy with prefetch if
46975         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46976         src, dst pointers have unequal 16 byte alignments.
46978 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46980         [BZ #13928]
46981         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46982         from a CNAME entry and return the minimum ttl for the query.
46983         (gaih_getanswer_slice): Likewise.
46985 2012-03-30  Jeff Law  <law@redhat.com>
46987         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46988         due to long keys.
46989         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46990         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46992         * resolv/nss_dns/dns-host.c: Update copyright year.
46994 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46996         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46997         requests to save a system call.  Fix check that all bytes are sent.
46999         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47000         comments for sendmmsg.
47002 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47004         [BZ #13691]
47005         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47006         with only 1 character between 0x0041 and 0x01b0.
47007         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47008         * wcsmbs/tst-mbsnrtowcs.c: New file.
47010 2012-03-29  David S. Miller  <davem@davemloft.net>
47012         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47013         small copies by hand.
47015 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47017         [BZ #13761]
47018         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47019         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47020         group memberships.
47022 2012-03-28  David S. Miller  <davem@davemloft.net>
47024         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47025         that branches into memcpy.
47026         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47027         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47028         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47029         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47030         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47031         bits.
47032         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47033         implementation too.
47034         * sysdeps/sparc/mempcpy.S: New file.
47036         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47037         the IFUNC routine in the libc case.
47038         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47040         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47041         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47042         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47043         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47044         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47045         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47046         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47047         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47049         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47050         loop to 256 bytes instead of 64 bytes and fix test signedness.
47052         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47053         * sysdeps/sparc/sparc32/Makefile: rather than here...
47054         * sysdeps/sparc/sparc64/Makefile: and here.
47056 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47058         * malloc/mallocbug.c: Avoid warnings about unused variables.
47060 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47062         [BZ #13760]
47063         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47064         in the right place. Discard and retry query if response is
47065         larger than input buffer size.
47067 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47069         [BZ #369]
47070         [BZ #2678]
47071         [BZ #3866]
47072         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47073         x for large integer exponent.
47074         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47075         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47076         sign of result as needed afterwards.
47077         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47078         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47079         result for underflowing pow the same as for overflow.
47080         (__kernel_standard_l): Handle powl overflow and underflow here
47081         rather than calling __kernel_standard.
47082         * math/libm-test.inc (pow_test): Add more tests.
47084         [BZ #3868]
47085         [BZ #13879]
47086         [BZ #13910]
47087         [BZ #13911]
47088         [BZ #13912]
47089         [BZ #13913]
47090         [BZ #13915]
47091         [BZ #13916]
47092         [BZ #13917]
47093         [BZ #13918]
47094         [BZ #13919]
47095         [BZ #13920]
47096         [BZ #13921]
47097         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47098         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47099         (__kernel_standard_l): New function.
47100         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47101         __kernel_standard.
47102         * math/w_acosl.c (__acosl): Likewise.
47103         * math/w_asinl.c (__asinl): Likewise.
47104         * math/w_atan2l.c (__atan2l): Likewise.
47105         * math/w_atanhl.c (__atanhl): Likewise.
47106         * math/w_coshl.c (__coshl): Likewise.
47107         * math/w_exp10l.c (__exp10l): Likewise.
47108         * math/w_exp2l.c (__exp2l): Likewise.
47109         * math/w_fmodl.c (__fmodl): Likewise.
47110         * math/w_hypotl.c (__hypotl): Likewise.
47111         * math/w_j0l.c (__j0l, __y0l): Likewise.
47112         * math/w_j1l.c (__j1l, __y1l): Likewise.
47113         * math/w_jnl.c (__jnl, __ynl): Likewise.
47114         * math/w_lgammal.c (__lgammal): Likewise.
47115         * math/w_log10l.c (__log10l): Likewise.
47116         * math/w_log2l.c (__log2l): Likewise.
47117         * math/w_logl.c (__logl): Likewise.
47118         * math/w_powl.c (__powl): Likewise.
47119         * math/w_remainderl.c (__remainderl): Likewise.
47120         * math/w_scalbl.c (sysv_scalbl): Likewise.
47121         * math/w_sinhl.c (__sinhl): Likewise.
47122         * math/w_sqrtl.c (__sqrtl): Likewise.
47123         * math/w_tgammal.c (__tgammal): Likewise.
47124         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47125         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47126         * math/libm-test.inc (acos_test): Add more tests.
47127         (acosh_test): Likewise.
47128         (asin_test): Likewise.
47129         (atanh_test): Likewise.
47130         (exp_test): Likewise.
47131         (exp10_test): Likewise.
47132         (exp2_test): Likewise.
47133         (expm1_test): Likewise.
47134         (lgamma_test): Likewise.
47135         (log_test): Likewise.
47136         (log10_test): Likewise.
47137         (log1p_test): Likewise.
47138         (log2_test): Likewise.
47139         (pow_test): Do not allow some spurious overflow exceptions.
47140         (sqrt_test): Add more tests.
47141         (tgamma_test): Likewise.
47142         (y0_test): Likewise.
47143         (y1_test): Likewise.
47144         (yn_test): Likewise.
47146 2012-03-27  Anton Blanchard  <anton@samba.org>
47148         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47149         MAP_HUGETLB.
47150         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47151         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47152         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47154 2012-03-27  David S. Miller  <davem@davemloft.net>
47156         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47158         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47159         have-as-vis3 check.
47161 2012-03-27  Andreas Jaeger  <aj@suse.de>
47163         * sysdeps/x86_64/elf/configure.in: Moved to ...
47164         * sysdeps/x86_64/configure.in: ... here.
47165         * sysdeps/x86_64/elf/start.S: Moved to ...
47166         * sysdeps/x86_64/start.S: ... here.
47167         * sysdeps/x86_64/elf/configure: Delete.
47169         * sysdeps/x86_64/configure.in: Merge contents from
47170         sysdeps/i386/configure.in (without i686 check).
47172         * sysdeps/i386/elf/Versions: Merge into ...
47173         * sysdeps/i386/Versions: ... this.
47174         * sysdeps/i386/elf/Versions: Delete file.
47175         * sysdeps/i386/elf/start.S: Moved to ...
47176         * sysdeps/i386/start.S: ...here.
47177         * sysdeps/i386/elf/configure.in: Merge into...
47178         * sysdeps/i386/configure.in: ...here.
47179         * sysdeps/i386/elf/configure.in: Delete file.
47180         * sysdeps/i386/elf/configure: Delete file.
47182         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47183         * debug/backtracesyms.c: ... here.
47184         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47185         * debug/backtracesymsfd.c: ... here.
47186         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47187         * sysdeps/generic/ifunc-sel.h: ... here.
47189         * sysdeps/unix/i386/start.c: Delete file.
47190         * sysdeps/unix/sparc/start.c: Delete file.
47191         * sysdeps/unix/start.c: Delete file.
47193         * sysdeps/sh/elf/configure.in: Moved to ...
47194         * sysdeps/sh/configure.in: ... here.
47195         * sysdeps/sh/elf/start.S: Moved to ...
47196         * sysdeps/sh/start.S: ... here.
47197         * sysdeps/sh/elf/configure: Delete file.
47199         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47200         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47201         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47202         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47203         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47204         * sysdeps/powerpc/powerpc64/start.S: here.
47205         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47206         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47207         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47208         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47209         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47211         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47212         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47213         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47214         * sysdeps/powerpc/powerpc32/start.S: ... here.
47215         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47216         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47217         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47219         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47220         * sysdeps/powerpc/ifunc-sel.h: ... here.
47221         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47222         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47224         * sysdeps/sparc/elf/configure.in: Moved to ...
47225         * sysdeps/sparc/configure.in: ... here.
47226         * sysdeps/sparc/elf/configure: Delete file.
47227         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47228         * sysdeps/sparc/sparc32/start.S: ... here.
47229         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47230         * sysdeps/sparc/sparc64/start.S: ... here.
47231         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47232         * sysdeps/sparc/sparc32/Makefile: ... this.
47233         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47234         * sysdeps/sparc/sparc64/Makefile: ... this.
47236         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47237         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47238         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47239         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47240         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47241         * sysdeps/s390/s390-32/setjmp.S: ... here.
47242         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47243         * sysdeps/s390/s390-32/configure.in: ... here.
47244         * sysdeps/s390/s390-32/elf/configure: Delete file.
47245         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47246         * sysdeps/s390/s390-32/start.S: ... here.
47248         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47249         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47250         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47251         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47252         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47253         * sysdeps/s390/s390-64/setjmp.S: ... here.
47254         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47255         * sysdeps/s390/s390-64/configure.in: ... here
47256         * sysdeps/s390/s390-64/elf/configure: Delete file.
47257         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47258         * sysdeps/s390/s390-64/start.S: ... here.
47259         * sysdeps/s390/s390-64/elf/configure: Delete.
47261         * configure.in: Remove support for elf directories in sysdeps.
47263         * configure: Regenerated.
47264         * sysdeps/i386/configure: Regenerated.
47265         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47266         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47267         * sysdeps/s390/s390-32/configure: Regenerated.
47268         * sysdeps/s390/s390-64/configure: Regenerated.
47269         * sysdeps/sh/configure: Regenerated.
47270         * sysdeps/sparc/configure: Regenerated.
47271         * sysdeps/x86_64/configure: Regenerated.
47273 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47277         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47278         denormal result into account.
47280 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47282         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47283         Reported by Allan McRae <allan@archlinux.org>.
47285 2012-03-23  Jeff Law  <law@redhat.com>
47287         * nss/getnssent.c (__nss_getent): Fix typo.
47289 2012-03-23  David S. Miller  <davem@davemloft.net>
47291         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47293 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47295         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47296         to pad to uint64_t for each field.
47297         (dl_tls_index): Replace unsigned long with uint64_t.
47299 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47300         Paul Pluzhnikov  <ppluzhnikov@google.com>
47302         [BZ #6528]
47303         * grp/Makefile (otherlibs): Don't set it.
47304         * inet/Makefile (otherlibs): Likewise.
47305         * login/Makefile (otherlibs): Likewise.
47306         * nscd/Makefile (otherlibs): Likewise.
47307         * posix/Makefile (otherlibs): Likewise.
47308         * pwd/Makefile (otherlibs): Likewise.
47309         * rt/Makefile (otherlibs): Likewise.
47310         * sunrpc/Makefile (otherlibs): Likewise.
47311         * nss/Makefile (otherlibs): Likewise.
47312         Add libnss_files to routines and static-only-routines.
47313         ($(objpfx)getent): Remove rule.
47314         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47315         static-only-routines.
47317 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47319         [BZ #13892]
47320         * math/s_cexp.c: Include <float.h>.
47321         (__cexp): Handle exp result overflowing not necessarily
47322         overflowing both real and imaginary parts of result.
47323         * math/s_cexpf.c: Likewise.
47324         * math/s_cexpl.c: Likewise.
47325         * math/libm-test.inc (cexp_test): Add more tests.
47326         * sysdeps/i386/fpu/libm-test-ulps: Update.
47327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47329 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47331         * include/link.h (ELFW): New macro.
47332         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47333         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47335 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47337         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47338         with uint64_t.
47340 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47342         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47343         declaration.
47344         (struct La_x32_retval): Likewise.
47346 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47348         * sysdeps/x86_64/preconfigure.in: New file.
47349         * sysdeps/x86_64/preconfigure: New generated file.
47351 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47353         [BZ #13824]
47354         * math/e_exp2l.c: Include <float.h>.
47355         (__ieee754_exp2l): Handle overflow and underflow cases
47356         separately.  Only pass fractional part of argument to
47357         __ieee754_expl.
47358         * math/libm-test.inc (exp2_test): Add more tests.
47360         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47361         negating x to take absolute value.
47362         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47363         Likewise.
47364         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47365         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47366         Likewise.
47367         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47368         computing low part if x was negated.
47369         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47371 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47373         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47374         la_x32_gnu_pltexit.
47375         (pltexit): Cast int_retval to ptrdiff_t.
47376         * elf/tst-auditmod3b.c: Likewise.
47377         * elf/tst-auditmod4b.c: Likewise.
47378         * elf/tst-auditmod5b.c: Likewise.
47379         * elf/tst-auditmod6b.c: Likewise.
47380         * elf/tst-auditmod6c.c: Likewise.
47381         * elf/tst-auditmod7b.c: Likewise.
47383         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47384         and x32_gnu_pltexit.
47386         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47387         __ELF_NATIVE_CLASS.
47388         (La_x32_regs): New macro.
47389         (La_x32_retval): Likewise.
47390         (la_x32_gnu_pltenter): New function prototype.
47391         (la_x32_gnu_pltexit): Likewise.
47393 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47395         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47396         exponent.
47398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47400         * configure.in (libc_cv_cc_nofma): Check for option to disable
47401         generation of FMA instructions.
47402         * configure: Regenerate.
47403         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47404         * sysdeps/ieee754/dbl-64/Makefile: New file.
47405         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47406         Remove brandred-fma4.
47407         (CFLAGS-brandred-fma4.c): Remove.
47408         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47409         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47410         define.
47411         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47412         define.
47414 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47416         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47417         LLONG_MAX != LONG_MAX.
47418         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47419         (_fitoa_word): Likewise.
47420         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47421         LLONG_MAX != LONG_MAX.
47422         * stdio-common/_itowa.h: Include <_itoa.h>.
47423         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47424         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47425         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47426         only if not defined.
47427         (_ITOA_WORD_TYPE): Likewise.
47428         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47429         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47431 2012-03-21  David S. Miller  <davem@davemloft.net>
47433         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47435 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47437         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47438         of x86_64 when setting libc_cv_slibdir, libdir and
47439         libc_cv_localedir.
47440         * sysdeps/unix/sysv/linux/configure: Regenerated.
47442 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47444         * manual/lang.texi (Old Varargs): Remove section.
47445         (How Variadic): Update menu.
47446         (va_start): Do not mention varargs.h.
47448 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47449             Joseph Myers  <joseph@codesourcery.com>
47451         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47452         link test.
47453         * configure: Regenerated.
47455 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47457         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47458         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47459         conformtest.pl
47461 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47463         * NOTES: Remove.
47464         * Makefile (files-for-dist): Remove NOTES.
47465         (NOTES): Remove rule.
47466         * README: Don't refer to NOTES.
47467         * manual/creature.texi: Don't include macros.texi.
47468         * manual/intro.texi (creature.texi): Remove comment referring to
47469         NOTES.
47471         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47472         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47473         * configure: Regenerated.
47474         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47475         LIBC_TRY_CC_OPTION.
47476         (libc_cv_as_i686): Likewise.
47477         (libc_cv_cc_avx): Likewise.
47478         (libc_cv_cc_sse2avx): Likewise.
47479         (libc_cv_cc_fma4): Likewise.
47480         (libc_cv_cc_novzeroupper): Likewise.
47481         * sysdeps/i386/configure: Regenerated.
47483         [BZ #13883]
47484         * sysdeps/i386/fpu/s_cexp.S: Remove.
47485         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47486         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47487         * math/libm-test.inc (cexp_test): Add more tests.
47488         * sysdeps/i386/fpu/libm-test-ulps: Update.
47489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47491 2012-03-21  Allan McRae  <allan@archlinux.org>
47493         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47495 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47497         [BZ #13871]
47498         * math/w_exp2.c: Do not include <float.h>.
47499         (o_threshold, u_threshold): Remove.
47500         (__exp2): Calculate result before checking finiteness and calling
47501         __kernel_standard.
47502         * math/w_exp2f.c: Likewise.
47503         * math/w_exp2l.c: Likewise.
47504         * math/libm-test.inc (exp2_test): Require overflow exception for
47505         1e6 input.
47507         [BZ #3866]
47508         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47509         range of signed 64-bit integers before using fistpll.  Remove
47510         checks for whether integers fit in mantissa bits.
47511         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47512         the range of signed 32-bit integers before using fistpl.  Remove
47513         checks for whether integers fit in mantissa bits.
47514         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47515         (__ieee754_powl): Test for y outside the range of signed 64-bit
47516         integers before using fistpll.  Reduce 64-bit values to 63-bit
47517         ones as needed.
47518         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47519         divide-by-zero is raised for zero to large negative powers.
47520         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47521         (__ieee754_powl): Test for y outside the range of signed 64-bit
47522         integers before using fistpll.  Reduce 64-bit values to 63-bit
47523         ones as needed.
47524         * math/libm-test.inc (pow_test): Add more tests.
47526 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47528         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47529         <stdio-common/_itoa.h>.
47530         * debug/segfault.c: Likewise.
47531         * elf/dl-cache.c: Likewise.
47532         * elf/dl-minimal.c: Likewise.
47533         * elf/dl-misc.c: Likewise.
47534         * elf/dl-sysdep.c: Likewise.
47535         * elf/dl-version.c: Likewise.
47536         * elf/rtld.c: Likewise.
47537         * hurd/hurdsock.c: Likewise.
47538         * hurd/lookup-retry.c: Likewise.
47539         * malloc/malloc.c: Likewise.
47540         * malloc/mtrace.c: Likewise.
47541         * nscd/nscd_getgr_r.c: Likewise.
47542         * nscd/nscd_getpw_r.c: Likewise.
47543         * nscd/nscd_getserv_r.c: Likewise.
47544         * posix/getopt_init.c: Likewise.
47545         * posix/wordexp.c: Likewise.
47546         * stdio-common/_itoa.c: Likewise.
47547         * stdio-common/printf_fphex.c: Likewise.
47548         * stdio-common/vfprintf.c: Likewise.
47549         * string/_strerror.c: Likewise.
47550         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47551         * sysdeps/i386/i686/hp-timing.h: Likewise.
47552         * sysdeps/mach/_strerror.c: Likewise.
47553         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47554         * sysdeps/mach/hurd/sethostid.c: Likewise.
47555         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47556         * sysdeps/mach/xpg-strerror.c: Likewise.
47557         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47558         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47559         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47560         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47561         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47562         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47563         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47564         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47565         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47566         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47567         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47568         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47569         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47570         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47571         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47572         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47573         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47574         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47575         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47576         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47577         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47579         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47581         * stdio-common/_itoa.h: Moved to ...
47582         * sysdeps/generic/_itoa.h: Here.
47584         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47586         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47587         instead of "_itoa.h" and "_itowa.h".
47588         * stdio-common/vfprintf.: Likewise.
47590 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47592         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47593         <bits/wordsize.h>.
47594         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47595         (__signbit): Likwise.
47596         (llrintf): Likwise.
47597         (llrint): Likwise.
47599 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47601         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47602         __WORDSIZE != 64.
47604 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47606         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47607         OVERFLOW_EXCEPTION_OK.
47608         * math/libm-test.inc ("Philosophy"): Update comment about
47609         exception testing.
47610         (OVERFLOW_EXCEPTION): Define.
47611         (OVERFLOW_EXCEPTION_OK): Likewise.
47612         (INVALID_EXCEPTION_OK): Renumber.
47613         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47614         (IGNORE_ZERO_INF_SIGN): Likewise.
47615         (test_exceptions): Handle FE_OVERFLOW.
47616         (exp10_test): Expect overflow exceptions.
47617         (exp2_test): Likewise.
47618         (expm1_test): Likewise.
47619         (nextafter_test): Likewise.
47620         (pow_test): Likewise.
47621         (scalbn_test): Likewise.
47622         (scalbln_test): Likewise.
47624 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47626         * sysdeps/x86_64/bits/atomic.h
47627         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47628         64bit integer.
47629         (atomic_exchange_acq): Likewise.
47630         (__arch_exchange_and_add_body): Likewise.
47631         (__arch_add_body): Likewise.
47632         (atomic_add_negative): Likewise.
47633         (atomic_add_zero): Likewise.
47635 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47637         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47638         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47640 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47642         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47643         Check __x86_64__ instead of __WORDSIZE.
47645 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47647         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47649 2012-03-19  David S. Miller  <davem@davemloft.net>
47651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47653         * sysdeps/sparc/fpu/fenv_private.h: New file.
47654         * sysdeps/sparc/fpu/math_private.h: Use it.
47655         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47656         Remove.
47657         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47658         (libc_feholdexcept_setroundl): Remove.
47659         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47660         Remove.
47661         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47662         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47664 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47666         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47667         int64_t instead of long int.
47668         (INSERT_WORDS64): Likwise.
47670 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47672         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47673         _Unwind_GetCFA return to _Unwind_Ptr first.
47675 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47677         [BZ #13629]
47678         * math/s_clog.c: Include <float.h>.
47679         (__clog): Scale large or subnormal inputs.
47680         * math/s_clogf.c: Likewise.
47681         * math/s_clogl.c: Likewise.
47682         * math/s_clog10.c: Include <float.h>.
47683         (M_LOG10_2): Define.
47684         (__clog10): Scale large or subnormal inputs.
47685         * math/s_clog10f.c: Likewise.
47686         * math/s_clog10l.c: Likewise.
47687         * math/libm-test.inc (clog_test): Add more tests.
47688         (clog10_test): Likewise.
47689         * sysdeps/i386/fpu/libm-test-ulps: Update.
47690         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47692         [BZ #11451]
47693         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47694         x and y.
47695         * math/libm-test.inc (atan2_test): Add another test.
47697         * Makerules (common-objdir-compile): Remove.
47698         * sysdeps/unix/Makefile (config-generated): Do not add
47699         $(unix-generated) to variable.
47700         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47701         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47702         Remove rule.
47703         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47704         Likewise.
47705         [generic bits/local_lim.h] (before-compile): Do not append to
47706         variable.
47707         [generic bits/local_lim.h] (common-generated): Likewise.
47708         [generic sys/param.h] (before-compile): Do not append to variable.
47709         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47710         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47711         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47712         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47713         include.
47714         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47715         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47716         [generic sys/param.h] ($(addprefix
47717         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47718         [generic sys/param.h] (common-generated): Do not append to
47719         variable.
47720         [generic sys/param.h] (sysdep_headers): Likewise.
47721         [generic bits/errno.h] (before-compile): Do not append to
47722         variable.
47723         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47724         rule.
47725         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47726         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47727         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47728         [generic bits/errno.h] (common-generated): Do not append to
47729         variable.
47730         [generic bits/ioctls.h] (before-compile): Do not append to
47731         variable.
47732         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47733         rule.
47734         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47735         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47736         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47737         rule.
47738         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47739         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47740         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47741         [generic bits/ioctls.h] (common-generated): Do not append to
47742         variable.
47743         [generic sys/syscall.h] (syscall.h): Remove variable.
47744         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47745         rule.
47746         [generic sys/syscall.h] (before-compile): Do not append to
47747         variable.
47748         [generic sys/syscall.h] (common-generated): Likewise.
47749         * sysdeps/unix/errnos-tmpl.c: Remove file.
47750         * sysdeps/unix/errnos.awk: Likewise.
47751         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47752         * sysdeps/unix/ioctls.awk: Likewise.
47753         * sysdeps/unix/mk-local_lim.c: Likewise.
47754         * sysdeps/unix/snarf-ioctls: Likewise.
47756 2012-03-19  Richard Henderson  <rth@twiddle.net>
47758         * sysdeps/i386/fpu/fenv_private.h: New file.
47759         * sysdeps/i386/fpu/math_private.h: Use it.
47760         (math_opt_barrier, math_force_eval): Remove.
47761         (libc_feholdexcept_setround_53bit): Remove.
47762         (libc_feupdateenv_53bit): Remove.
47763         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47764         (math_opt_barrier, math_force_eval): Remove.
47765         (libc_feholdexcept): Remove.
47766         (libc_feholdexcept_setround): Remove.
47767         (libc_fetestexcept, libc_fesetenv): Remove.
47768         (libc_feupdateenv_test): Remove.
47769         (libc_feupdateenv, libc_feholdsetround): Remove.
47770         (libc_feresetround): Remove.
47772         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47773         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47775         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47776         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47777         (libc_feupdateenv_testl): New.
47778         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47779         (libc_feupdateenv_testf): New.
47780         (libc_feupdateenv): Use libc_feupdateenv_test.
47781         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47782         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47784         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47785         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47786         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47787         (libc_feresetround_noex): New.
47788         (libc_feresetround_noexf): New.
47789         (libc_feresetround_noexl): New.
47790         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47791         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47792         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47793         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47794         SET_RESTORE_ROUND.
47795         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47796         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47797         (__cos): Likewise.
47798         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47799         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47800         SET_RESTORE_ROUND_NOEX.
47801         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47802         SET_RESTORE_ROUND_NOEXF.
47803         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47804         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47805         (libc_feholdsetroundf): New.
47806         (libc_feresetround, libc_feresetroundf): New.
47808         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47809         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47810         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47812         * sysdeps/generic/math_private.h: Include <fenv.h>.
47813         (default_libc_feholdexcept): New.
47814         (default_libc_feholdexcept_setround): New.
47815         (default_libc_fesetenv, default_libc_feupdateenv): New.
47816         (libc_feholdexcept): Only define if undefined.
47817         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47818         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47819         (libc_feholdexcept_setroundl): Likewise.
47820         (libc_feholdexcept_setround_53bit): Likewise.
47821         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47822         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47823         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47824         (libc_feupdateenv_53bit): Likewise.
47825         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47826         (libc_feholdexcept): Convert from macro to inline function.
47827         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47828         (libc_fesetenv, libc_feupdateenv): Likewise.
47830         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47831         not previously defined.
47832         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47833         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47834         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47835         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47836         * sysdeps/ieee754/flt-32/math_private.h: New file.
47837         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47838         math_private.h below SET_FLOAT_WORD.
47839         (__isnan, __isinf_ns, __finite): Remove.
47840         (__isnanf, __isinf_nsf, __finitef): Remove.
47842 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47844         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47846 2012-03-17  David S. Miller  <davem@davemloft.net>
47848         [BZ #6471]
47849         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47850         for 2.16.
47852 2012-03-16  David S. Miller  <davem@davemloft.net>
47854         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47855         warnings.
47857         [BZ #6471]
47858         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47859         properly.
47860         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47861         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47862         sysdep_routines when subdir is sysvipc.
47863         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47864         __getshmlba helper.
47866         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47868 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47870         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47871         [__LP64__].
47873 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47875         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47876         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47877         (__lround): Renamed to ...
47878         (__llround): This.  Replace long int with long long int.
47879         Define lround functions as aliases of llround functions.
47880         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47882 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47884         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47885         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47886         adresses to uintptr_t.  Replace "long int" and "unsigned long
47887         int" with "greg_t" on va_arg.
47889 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47891         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47892         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47894         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47895         Move e_machine check before EI_CLASS check.  Handle x32
47896         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47897         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47898         SKIP_EM_IA_64 and include
47899         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47901         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47902         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47903         (add_system_dir): New macro.
47905         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47906         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47908 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47910         [BZ #2551]
47911         [BZ #2552]
47912         [BZ #2553]
47913         [BZ #2554]
47914         [BZ #2562]
47915         [BZ #2563]
47916         [BZ #2565]
47917         [BZ #2566]
47918         [BZ #2576]
47919         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47920         (y0): Likewise.
47921         * math/w_j0f.c (j0f): Likewise.
47922         (y0f): Likewise.
47923         * math/w_j0l.c (__j0l): Likewise.
47924         (__y0l): Likewise.
47925         * math/w_j1.c (j1): Likewise.
47926         (y1): Likewise.
47927         * math/w_j1f.c (j1f): Likewise.
47928         (y1f): Likewise.
47929         * math/w_j1l.c (__j1l): Likewise.
47930         (__y1l): Likewise.
47931         * math/w_jn.c (jn): Likewise.
47932         (yn): Likewise.
47933         * math/w_jnf.c (jnf): Likewise.
47934         (ynf): Likewise.
47935         * math/w_jnl.c (__jnl): Likewise.
47936         (__ynl): Likewise.
47937         * math/libm-test.inc (j0_test): Add more tests.
47938         (j1_test): Likewise.
47939         (jn_test): Likewise.  Add trailing semicolon to existing test.
47940         (y0_test): Likewise.
47941         (y1_test): Likewise.
47942         * sysdeps/i386/fpu/libm-test-ulps: Update.
47943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47945         [BZ #13851]
47946         [BZ #13854]
47947         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47948         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47949         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47950         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47951         (__tanl): Set errno for infinite argument.
47952         * sysdeps/i386/fpu/mptan.c: Remove.
47953         * sysdeps/i386/fpu/s_tan.S: Likewise.
47954         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47955         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47956         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47957         * math/libm-test.inc (tan_test): Add more tests and enable more
47958         tests for double and long double.
47959         * sysdeps/i386/fpu/libm-test-ulps: Update.
47960         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47962 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47964         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47965         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47967 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47969         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47970         * configure.in: Use it for both main tree and add-ons.
47971         * configure: Regenerated.
47973 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47975         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47977 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47979         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47980         in comment.
47982         [BZ #13851]
47983         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47984         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47985         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47986         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47987         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47988         infinite argument.
47989         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47990         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47991         != 0 for prec == 2.
47992         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47993         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47994         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47995         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47996         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47997         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47998         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47999         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48000         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48001         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48002         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48003         * math/libm-test.inc (cos_test): Add more tests and enable more
48004         tests for long double.
48005         (sin_test): Likewise.
48006         (sincos_test): Likewise.
48007         * sysdeps/i386/fpu/libm-test-ulps: Update.
48008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48010 2012-03-16  David S. Miller  <davem@davemloft.net>
48012         * sysdeps/sparc/fpu/math_private.h: New file.
48014 2012-03-15  David S. Miller  <davem@davemloft.net>
48016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48017         file.
48018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48020         file.
48021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48022         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48023         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48024         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48025         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48026         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48027         sysdep routines.
48028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48030         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48031         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48033         * sysdeps/sparc/sparc-ifunc.h: New file.
48034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48035         sparc-ifunc.h
48036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48038         Likewise.
48039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48040         Likewise.
48041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48043         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48045         Likewise.
48046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48051         Likewise.
48052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48053         Likewise.
48054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48058         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48059         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48060         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48061         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48062         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48063         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48064         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48065         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48066         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48067         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48068         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48069         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48070         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48071         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48072         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48073         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48074         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48075         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48076         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48077         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48079 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48081         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48082         scaling.
48083         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48085 2012-03-15  Andreas Jaeger  <aj@suse.de>
48087         [BZ #13852]
48088         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48089         ieee754/flt-32 implementation for sin, cos and sincos.
48090         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48091         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48092         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48093         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48094         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48095         ieee754/flt-32 implementation for tan.
48097         * math/libm-test.inc (cos_test): Enable some large input tests for
48098         float as well
48099         (sin_test): Likewise.
48100         (sincos_test): Likewise.
48101         (tan_test): Add tests for large input.
48103         * sysdeps/i386/fpu/libm-test-ulps: Update.
48105 2012-03-15  Andreas Jaeger  <aj@suse.de>
48107         [BZ #13658]
48108         * math/libm-test.inc (cos_test): Add more test cases.
48109         (sin_test): Likewise.
48110         (sincos_test): Likewise.
48112 2012-03-15  Andreas Jaeger  <aj@suse.de>
48114         [BZ #13837]
48115         * math/libm-test.inc (cos_test): Add a test case for large input
48116         value.
48117         (sin_test): Likewise.
48118         (sincos_test): Likewise.
48120 2012-03-15  Andreas Jaeger  <aj@suse.de>
48121             Joseph Myers  <joseph@codesourcery.com>
48123         [BZ #13658]
48124         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48125         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48126         * sysdeps/i386/fpu/branred.c: Likewise.
48127         * sysdeps/i386/fpu/dosincos.c: Likewise.
48128         * sysdeps/i386/fpu/mpa.c: Likewise.
48129         * sysdeps/i386/fpu/s_cos.S: Likewise.
48130         * sysdeps/i386/fpu/s_sin.S: Likewise.
48131         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48132         * sysdeps/i386/fpu/sincos32.c: Likewise.
48134         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48135         Define.
48136         (libc_feupdateenv_53bit): Define.
48137         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48138         Define.
48139         (libc_feupdateenv_53bit): Define.
48141         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48142         53 bit (without extend i386 double precision).
48144         * math/libm-test.inc (sincos_test): Add tests for large input.
48145         (sin): Likewise.
48146         (cos): Likewise.
48148         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48150 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48152         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48154 2012-03-15  David S. Miller  <davem@davemloft.net>
48156         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48157         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48158         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48159         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48162         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48163         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48164         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48165         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48166         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48167         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48168         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48169         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48170         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48172         file.
48173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48174         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48175         file.
48176         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48178         file.
48179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48180         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48181         file.
48182         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48183         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48184         fmin/fmax sysdep routines.
48185         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48187 2012-03-14  David S. Miller  <davem@davemloft.net>
48189         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48190         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48191         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48192         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48193         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48194         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48195         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48196         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48197         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48198         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48199         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48200         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48201         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48202         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48203         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48204         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48205         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48206         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48207         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48208         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48209         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48210         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48211         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48212         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48213         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48214         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48215         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48216         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48217         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48218         routines.
48219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48220         file.
48221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48223         file.
48224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48226         file.
48227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48229         file.
48230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48232         file.
48233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48235         file.
48236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48237         file.
48238         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48239         file.
48240         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48241         file.
48242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48243         New file.
48244         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48245         file.
48246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48247         file.
48248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48250         file.
48251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48253         file.
48254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48256         file.
48257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48258         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48259         VIS3 routines.
48261         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48262         New file.
48264         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48266         * sysdeps/sparc/configure.in: New file.
48267         * sysdeps/sparc/configure: Generate.
48268         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48269         * configure: Regenerate.
48270         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48271         * config.make.in (have-as-vis3): New.
48272         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48273         available use -Av9d instead of -Av9a.
48274         * sysdeps/sparc/sparc64/Makefile: Likewise.
48275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48277         New file.
48278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48279         file.
48280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48281         New file.
48282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48283         file.
48284         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48285         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48286         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48287         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48288         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48290         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48291         fzeros/fnegs to load 0x80000000 into a float register instead of
48292         using the stack.
48293         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48295 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48297         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48298         bits/syscall.h.
48299         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48300         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48301         ($(inst_includedir)/bits/syscall.h): Remove rule.
48302         ($(objpfx)bits/syscall.d): Include instead of
48303         $(objpfx)syscall-list.d.
48304         (generated): Change syscall-list.h and syscall-list.d to
48305         bits/syscall.h and bits/syscall.d.
48307 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48309         [BZ #13846]
48310         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48312 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48314         [BZ #13841]
48315         * math/s_csqrt.c: Include <float.h>.
48316         (__csqrt): Scale large or subnormal inputs.
48317         * math/s_csqrtf.c: Likewise.
48318         * math/s_csqrtl.c: Likewise.
48319         * math/libm-test.inc (csqrt_test): Add more tests.
48320         * sysdeps/i386/fpu/libm-test-ulps: Update.
48321         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48323         [BZ #13840]
48324         * math/libm-test.inc (hypot_test): Add more tests.
48326 2012-03-13  David S. Miller  <davem@davemloft.net>
48328         [BZ #13840]
48329         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48330         double-precision for the calculation instead of scaling.
48332 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48334         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48335         manipulate bits before adding and subtracting TWO52[sx].
48336         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48337         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48338         Likewise.
48339         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48341 2012-03-13  David S. Miller  <davem@davemloft.net>
48343         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48344         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48345         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48346         rtld-global-offsets.h
48347         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48349         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48350         large parameters.
48352         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48354         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48355         'err' in the ifdef scope in which it is actually used.
48357         * nss/nss_db/db-init.c: Include string.h
48359 2012-03-12  David S. Miller  <davem@davemloft.net>
48361         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48362         masking out of the most significant byte of random value used.
48363         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48364         Fix coding style in previous change.
48366         * sysdeps/unix/sysv/linux/kernel-features.h
48367         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48368         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48369         expression.
48370         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48371         later.
48373 2012-03-11  David S. Miller  <davem@davemloft.net>
48375         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48376         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48377         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48378         for 'resultvar' otherwise things get truncated on 64-bit.
48380         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48381         Fix masking out of the most significant byte of random value used.
48383         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48385 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48387         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48389 2012-03-09  David S. Miller  <davem@davemloft.net>
48391         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48392         variables with appropriate CPP guards.
48393         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48394         from the frame pointer, not the stack pointer.  Correct layout
48395         comments.  Fix test on resulting framesize and the management of
48396         the outregs buffer for pltexit.  Preserve floating point return
48397         values across _dl_call_pltexit call.
48398         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48399         framesize and the management of the outregs buffer for pltexit.
48400         Preserve floating point return values across _dl_call_pltexit
48401         call.
48402         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48403         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48404         (la_sparc64_gnu_pltexit): New functions.
48405         (print_exit): Fix format string for return register value.
48407 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48409         * sunrpc/Makefile (others): Add rpcgen.
48410         ($(objpfx)rpcgen): Remove special build rule and dependency on
48411         libc.
48412         * sunrpc/rpcgen.c: New file.
48414 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48416         [BZ #13673]
48417         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48418         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48419         * sysdeps/i386/crti.S: Likewise.
48420         * sysdeps/i386/crtn.S: Likewise.
48421         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48422         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48423         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48424         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48425         * sysdeps/sh/crti.S: Likewise.
48426         * sysdeps/sh/crtn.S: Likewise.
48427         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48429         [BZ #13673]
48430         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48431         with URL.
48432         * locale/programs/locfile-kw.gperf: Likewise.
48433         * locale/programs/charmap-kw.h: Regenerated.
48434         * locale/programs/locfile-kw.h: Likewise.
48436         [BZ #13673]
48437         * intl/plural.y: Replace FSF snail mail address with URL.
48438         * intl/plural.c: Regenerated.
48440 2012-03-09  Richard Henderson  <rth@twiddle.net>
48442         * include/math_private.h: Remove file.
48443         * math/math_private.h: Move file ...
48444         * sysdeps/generic/math_private.h: ... here.
48446         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48447         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48448         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48450         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48451         and <math_private.h>.
48452         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48453         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48454         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48455         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48456         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48457         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48458         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48459         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48460         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48461         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48462         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48463         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48464         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48465         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48466         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48468         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48469         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48470         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48471         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48472         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48473         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48474         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48475         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48476         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48477         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48478         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48479         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48480         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48481         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48482         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48483         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48484         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48485         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48486         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48487         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48488         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48489         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48490         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48491         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48492         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48493         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48494         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48495         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48496         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48497         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48498         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48499         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48500         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48501         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48502         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48503         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48504         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48505         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48506         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48513         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48517         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48518         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48519         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48520         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48521         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48522         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48523         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48524         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48525         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48526         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48527         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48528         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48529         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48530         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48531         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48532         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48533         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48534         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48535         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48536         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48537         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48538         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48539         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48540         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48541         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48542         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48543         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48544         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48545         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48546         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48547         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48548         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48549         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48550         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48551         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48552         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48553         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48554         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48555         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48556         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48557         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48558         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48559         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48560         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48561         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48562         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48563         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48564         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48565         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48566         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48567         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48568         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48569         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48570         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48571         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48572         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48573         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48574         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48575         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48576         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48577         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48578         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48579         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48580         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48581         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48582         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48583         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48584         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48585         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48586         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48587         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48588         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48589         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48590         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48591         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48592         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48593         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48594         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48595         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48596         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48597         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48598         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48599         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48600         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48601         * sysdeps/ieee754/k_standard.c: Likewise.
48602         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48603         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48604         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48605         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48606         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48607         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48608         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48609         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48610         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48611         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48612         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48613         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48614         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48615         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48616         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48617         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48618         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48619         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48620         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48621         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48622         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48623         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48624         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48625         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48626         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48627         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48628         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48629         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48630         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48631         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48632         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48633         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48634         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48635         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48636         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48637         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48638         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48639         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48640         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48641         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48642         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48643         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48644         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48645         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48646         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48647         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48648         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48649         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48650         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48651         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48652         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48653         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48654         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48655         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48656         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48657         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48658         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48659         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48660         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48661         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48662         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48663         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48664         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48665         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48666         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48667         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48668         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48669         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48670         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48671         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48672         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48673         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48674         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48675         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48676         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48677         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48678         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48679         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48680         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48681         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48682         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48683         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48684         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48685         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48686         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48688         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48689         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48690         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48691         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48692         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48693         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48695         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48696         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48697         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48698         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48699         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48701         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48702         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48704         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48705         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48706         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48707         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48708         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48710         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48711         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48712         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48713         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48714         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48715         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48716         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48717         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48718         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48719         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48720         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48721         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48722         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48723         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48724         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48725         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48726         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48727         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48728         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48729         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48730         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48731         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48732         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48733         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48734         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48735         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48736         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48737         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48738         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48739         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48740         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48741         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48742         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48743         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48744         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48745         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48746         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48747         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48748         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48749         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48750         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48751         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48752         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48753         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48754         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48755         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48756         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48757         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48758         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48759         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48760         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48761         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48762         * sysdeps/ieee754/s_lib_version.c: Likewise.
48763         * sysdeps/ieee754/s_matherr.c: Likewise.
48764         * sysdeps/ieee754/s_signgam.c: Likewise.
48765         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48766         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48767         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48768         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48769         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48770         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48771         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48772         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48773         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48774         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48775         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48776         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48777         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48778         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48779         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48780         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48781         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48782         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48783         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48784         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48785         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48787 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48789         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48790         * sunrpc/rpc_main.c: Likewise.
48791         * sunrpc/rpc_svcout.c: Likewise.
48793 2012-03-09  David S. Miller  <davem@davemloft.net>
48795         * include/math_private.h: New file.
48797 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48799         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48800         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48801         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48802         from <bits/socket_type.h>.
48803         (enum __socket_type): Don't define here.
48804         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48805         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48806         bits/socket_type.h.
48808         [BZ #13566]
48809         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48810         checking __USE_GNU.
48812         * Makerules ($(inst_includedir)/%.h): New rule.
48813         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48814         (install-others): Remove variable setting.
48815         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48817 2012-03-08  Richard Henderson  <rth@twiddle.net>
48819         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48820         from macro to inline function; merge with the
48821         !__LIBC_INTERNAL_MATH_INLINES version.
48822         (__ieee754_sqrtf): Likewise.
48824         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48825         to inline function.
48826         (__rintf, __floor, __floorf): Likewise.
48828         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48829         macro to inline function.
48830         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48832         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48833         not <math/math_private.h>.
48835 2012-03-08  David S. Miller  <davem@davemloft.net>
48837         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48838         copyright year.
48839         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48841 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48843         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48844         normalization.
48845         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48846         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48848 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48850         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48851         be defined individually, they must be defined as a block.  Define
48852         S for printing a string instead of hidint the different by using a
48853         macro for adding the 'l'.
48854         * stdio-common/tst-fphex-wide.c: Adjust.
48856 2012-03-07  Marek Polacek  <polacek@redhat.com>
48858         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48860 2012-03-08  Marek Polacek  <polacek@redhat.com>
48862         [BZ #13806]
48863         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48864         * stdio-common/tst-fphex.c: Define a few macros to make the
48865         test reusable.  Use them.
48866         * stdio-common/tst-fphex-wide.c: New file.
48868 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48870         [BZ #6911]
48871         * manual/macros.texi (gnusystems): New macro.
48872         (nongnusystems): Likewise.
48873         (gnulinuxhurdsystems): Likewise.
48874         (gnuhurdsystems): Likewise..
48875         (gnulinuxsystems): Likewise.
48876         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48877         variants of the GNU system, not "GNU system".
48878         * manual/conf.texi: Likewise.
48879         * manual/errno.texi: Likewise.  Update example of errno macro
48880         expansion.
48881         * manual/filesys.texi: Likewise.
48882         (getumask): Document as specific to GNU/Hurd.
48883         * manual/install.texi: Likewise.  Reword some references to
48884         GNU/Linux.
48885         * manual/intro.texi: Likewise.
48886         * manual/io.texi: Likewise.
48887         (File Name Portability): Detail which constraints are inapplicable
48888         to all GNU systems and which are only inapplicable to GNU/Hurd.
48889         * manual/job.texi: Likewise.
48890         * manual/llio.texi: Likewise.
48891         (O_NOCTTY): Document as present on GNU/Linux.
48892         * manual/maint.texi: Likewise.
48893         * manual/memory.texi: Likewise.
48894         * manual/pattern.texi: Likewise.
48895         * manual/pipe.texi: Likewise.
48896         * manual/process.texi: Likewise.
48897         * manual/resource.texi: Likewise.
48898         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48899         child on GNU/Hurd.
48900         * manual/setjmp.texi: Likewise.
48901         * manual/signal.texi: Likewise.
48902         * manual/startup.texi: Likewise.
48903         * manual/stdio.texi: Likewise.
48904         * manual/terminal.texi: Likewise.
48905         (ONLCR): Document as POSIX.
48906         (OXTABS): Document availability on GNU/Linux as XTABS.
48907         (ONOEOT): Document availability separately from other bits.
48908         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48909         * manual/time.texi: Likewise.
48910         * manual/users.texi: Likewise.
48911         * INSTALL: Regenerated.
48912         * sysdeps/gnu/errlist.c: Regenerated.
48914         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48915         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48916         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48917         puts.
48918         * configure: Regenerated.
48920 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48922         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48923         default includes instead of AC_HEADER_CHECK.
48924         * sysdeps/i386/configure: Regenerated.
48926         [BZ #10716]
48927         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48928         * math/s_cacoshf.c (__cacoshf): Likewise.
48929         * math/s_cacoshl.c (__cacoshl): Likewise.
48930         * math/s_casinh.c (__casinh): Set signs of result from argument.
48931         * math/s_casinhf.c (__casinhf): Likewise.
48932         * math/s_casinhl.c (__casinhl): Likewise.
48933         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48934         (casinh_test): Add more tests.
48935         * sysdeps/i386/fpu/libm-test-ulps: Update.
48936         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48938 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48940         * po/zh_TW.po: Update from translation team.
48942         * login/Makefile (distribute): Remove variable.
48943         * catgets/Makefile: Likewise.
48944         * mach/Makefile: Likewise.
48945         * malloc/Makefile: Likewise.
48946         * misc/Makefile: Likewise.
48947         * iconv/Makefile: Likewise.
48948         * nscd/Makefile: Likewise.
48949         * hurd/Makefile: Likewise.
48950         * manual/Makefile: Likewise.
48951         * locale/Makefile: Likewise.
48952         * intl/Makefile: Likewise.
48953         * conform/Makefile: Likewise.
48954         * nss/Makefile: Likewise.
48955         * time/Makefile: Likewise.
48956         * soft-fp/Makefile: Likewise.
48957         * dirent/Makefile: Likewise.
48958         * gmon/Makefile: Likewise.
48959         * po/Makefile: Likewise.
48960         * rt/Makefile: Likewise.
48961         * socket/Makefile: Likewise.
48962         * math/Makefile: Likewise.
48963         * signal/Makefile: Likewise.
48964         * debug/Makefile: Likewise.
48965         * elf/Makefile: Likewise.
48966         * timezone/Makefile: Likewise.
48967         * stdlib/Makefile: Likewise.
48968         * iconvdata/Makefile: Likewise.
48969         * sunrpc/Makefile: Likewise.
48970         * io/Makefile: Likewise.
48971         * argp/Makefile: Likewise.
48972         * inet/Makefile: Likewise.
48973         * hesiod/Makefile: Likewise.
48974         * grp/Makefile: Likewise.
48975         * csu/Makefile: Likewise.
48976         * wctype/Makefile: Likewise.
48977         * crypt/Makefile: Likewise.
48978         * libio/Makefile: Likewise.
48979         * string/Makefile: Likewise.
48980         * nis/Makefile: Likewise.
48981         * resolv/Makefile: Likewise.
48982         * stdio-common/Makefile: Likewise.
48983         * wcsmbs/Makefile: Likewise.
48984         * dlfcn/Makefile: Likewise.
48985         * posix/Makefile: Likewise.
48987         [BZ #6959]
48988         * timezone/Makefile: Don't install timezone files, just the programs
48989         and scripts.
48991 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48993         * nss/databases.def: Add missing gshadow entry.
48995         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48997 2012-03-06  Marek Polacek  <polacek@redhat.com>
48999         [BZ #13726]
49000         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49001         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49002         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49003         * stdio-common/tst-long-dbl-fphex.c: New file.
49005 2012-03-06  David S. Miller  <davem@davemloft.net>
49007         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49008         (set_obp_int): New function.
49009         (get_obp_int): New function.
49010         (__get_clockfreq_via_dev_openprom): Likewise.
49011         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49012         Avoid unused variable warnings on 'val' and use builtin_expect.
49013         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49014         __builtin_expect.
49015         (INLINE_CLONE_SYSCALL): Likewise.
49017 2012-03-05  David S. Miller  <davem@davemloft.net>
49019         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49021 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49023         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49025         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49026         only for |x| >= 40.
49027         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49029 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49031         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49032         Replace gettimeofday with __vdso_gettimeofday.
49034         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49035         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49036         __vdso_clock_gettime and __vdso_getcpu.
49038         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49039         time with __vdso_time.
49041 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49043         * manual/lang.texi (size_t): Note types to which size_t may be
49044         equivalent with the GNU C Library, but do not describe when
49045         differences between them are significant.
49047 2012-03-05  Andreas Jaeger  <aj@suse.de>
49049         * sysdeps/i386/fpu/libm-test-ulps: Update.
49051 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49053         [BZ #3976]
49054         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49055         (__ieee754_pow): Save and restore rounding mode and use
49056         round-to-nearest for main computations.
49057         * math/libm-test.inc (pow_test_tonearest): New function.
49058         (pow_test_towardzero): Likewise.
49059         (pow_test_downward): Likewise.
49060         (pow_test_upward): Likewise.
49061         (main): Call the new functions.
49062         * sysdeps/i386/fpu/libm-test-ulps: Update.
49063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49065         [BZ #3976]
49066         * math/libm-test.inc (cosh_test_tonearest): New function.
49067         (cosh_test_towardzero): Likewise.
49068         (cosh_test_downward): Likewise.
49069         (cosh_test_upward): Likewise.
49070         (sinh_test_tonearest): Likewise.
49071         (sinh_test_towardzero): Likewise.
49072         (sinh_test_downward): Likewise.
49073         (sinh_test_upward): Likewise.
49074         (main): Call the new functions.
49075         * sysdeps/i386/fpu/libm-test-ulps: Update.
49076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49078 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49080         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49081         default stack guard is set in last bytes.
49082         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49084 2012-03-05  Kees Cook  <keescook@chromium.org>
49086         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49088         [BZ #13656]
49089         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49090         possibly allocate from heap instead of stack.
49091         * stdio-common/bug-vfprintf-nargs.c: New file.
49092         * stdio-common/Makefile (tests): Add nargs overflow test.
49094 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49098 2012-03-03  Marek Polacek  <polacek@redhat.com>
49100         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49101         * math/math_private.h: Likewise.
49102         * stdlib/tst-strtod.c: Likewise.
49103         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49104         * sysdeps/x86_64/bits/atomic.h: Likewise.
49106 2012-03-02  David S. Miller  <davem@davemloft.net>
49108         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49109         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49110         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49111         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49112         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49113         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49114         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49115         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49117 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49119         [BZ #13792]
49120         * manual/examples/README: New file, says the example source files
49121         can be used under GPL>=2.
49122         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49123         line containing just "*/".
49124         * manual/examples/add.c: Add copyright header (GPL>=2).
49125         * manual/examples/argp-ex1.c: Likewise.
49126         * manual/examples/argp-ex2.c: Likewise.
49127         * manual/examples/argp-ex3.c: Likewise.
49128         * manual/examples/argp-ex4.c: Likewise.
49129         * manual/examples/atexit.c: Likewise.
49130         * manual/examples/db.c: Likewise.
49131         * manual/examples/dir.c: Likewise.
49132         * manual/examples/dir2.c: Likewise.
49133         * manual/examples/execinfo.c: Likewise.
49134         * manual/examples/filecli.c: Likewise.
49135         * manual/examples/filesrv.c: Likewise.
49136         * manual/examples/fmtmsgexpl.c: Likewise.
49137         * manual/examples/genpass.c: Likewise.
49138         * manual/examples/inetcli.c: Likewise.
49139         * manual/examples/inetsrv.c: Likewise.
49140         * manual/examples/isockad.c: Likewise.
49141         * manual/examples/longopt.c: Likewise.
49142         * manual/examples/memopen.c: Likewise.
49143         * manual/examples/memstrm.c: Likewise.
49144         * manual/examples/mkfsock.c: Likewise.
49145         * manual/examples/mkisock.c: Likewise.
49146         * manual/examples/mygetpass.c: Likewise.
49147         * manual/examples/pipe.c: Likewise.
49148         * manual/examples/popen.c: Likewise.
49149         * manual/examples/rprintf.c: Likewise.
49150         * manual/examples/search.c: Likewise.
49151         * manual/examples/select.c: Likewise.
49152         * manual/examples/setjmp.c: Likewise.
49153         * manual/examples/sigh1.c: Likewise.
49154         * manual/examples/sigusr.c: Likewise.
49155         * manual/examples/stpcpy.c: Likewise.
49156         * manual/examples/strdupa.c: Likewise.
49157         * manual/examples/strftim.c: Likewise.
49158         * manual/examples/strncat.c: Likewise.
49159         * manual/examples/subopt.c: Likewise.
49160         * manual/examples/swapcontext.c: Likewise.
49161         * manual/examples/termios.c: Likewise.
49162         * manual/examples/testopt.c: Likewise.
49163         * manual/examples/testpass.c: Likewise.
49164         * manual/examples/timeval_subtract.c: Likewise.
49166         [BZ #13792]
49167         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49168         function to ...
49169         * manual/timeval_subtract.c.texi: ... here, new file.
49171 2012-03-02  David S. Miller  <davem@davemloft.net>
49173         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49175 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49177         [BZ #3976]
49178         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49179         (__sin): Save and restore rounding mode and use round-to-nearest
49180         for all computations.
49181         (__cos): Save and restore rounding mode and use round-to-nearest
49182         for all computations.
49183         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49184         <fenv.h>.
49185         (tan): Save and restore rounding mode and use round-to-nearest for
49186         all computations.
49187         * math/libm-test.inc (cos_test_tonearest): New function.
49188         (cos_test_towardzero): Likewise.
49189         (cos_test_downward): Likewise.
49190         (cos_test_upward): Likewise.
49191         (sin_test_tonearest): Likewise.
49192         (sin_test_towardzero): Likewise.
49193         (sin_test_downward): Likewise.
49194         (sin_test_upward): Likewise.
49195         (tan_test_tonearest): Likewise.
49196         (tan_test_towardzero): Likewise.
49197         (tan_test_downward): Likewise.
49198         (tan_test_upward): Likewise.
49199         (main): Call the new functions.
49200         * sysdeps/i386/fpu/libm-test-ulps: Update.
49201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49203         [BZ #10135]
49204         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49205         small n, then large n, before computing and testing k+n.
49206         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49207         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49208         Likewise.
49209         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49210         Likewise.
49211         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49212         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49213         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49214         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49215         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49216         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49217         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49218         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49219         * math/libm-test.inc (scalbn_test): Add more tests.
49220         (scalbln_test): Likewise.
49222         * manual/filesys.texi (mode_t): Describe constraints on size and
49223         signedness, not exact equivalence to a particular type.
49224         (ino_t): Likewise.
49225         (ino64_t): Likewise.
49226         (dev_t): Likewise.
49227         (nlink_t): Likewise.
49228         (blkcnt_t): Likewise.
49229         (blkcnt64_t): Likewise.
49230         * manual/llio.texi (off_t): Likewise.
49232         [BZ #3976]
49233         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49234         (__ieee754_exp): Save and restore rounding mode and use
49235         round-to-nearest for all computations.
49236         * math/libm-test.inc (exp_test_tonearest): New function.
49237         (exp_test_towardzero): Likewise.
49238         (exp_test_downward): Likewise.
49239         (exp_test_upward): Likewise.
49240         (main): Call the new functions.
49241         * sysdeps/i386/fpu/libm-test-ulps: Update.
49242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49244 2012-03-01  Chris Demetriou  <cgd@google.com>
49246         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49247         have predictable order.
49249 2012-03-01  David S. Miller  <davem@davemloft.net>
49251         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49253         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49254         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49255         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49256         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49258         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49259         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49260         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49261         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49262         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49263         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49264         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49265         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49266         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49268         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49270         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49271         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49272         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49274         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49275         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49276         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49277         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49278         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49279         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49280         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49281         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49282         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49283         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49284         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49285         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49286         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49287         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49288         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49289         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49290         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49291         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49292         * sysdeps/sparc/elf/configure: Regenerated.
49294 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49296         * configure.in (AS, LD): Require binutils 2.20 or later.
49297         * configure: Regenerated.
49298         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49299         as required minimum version.
49300         * INSTALL: Regenerated.
49302         [BZ #2541]
49303         [BZ #4108]
49304         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49305         before squaring exponent.
49306         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49307         bottom long double and 27 bits of top long double before squaring
49308         exponent.
49309         * math/libm-test.inc (erfc_test): Add more tests.
49310         * sysdeps/i386/fpu/libm-test-ulps: Update.
49311         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49312         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49314 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49316         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49317         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49318         containing bit-fields.
49319         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49320         * soft-fp/single.h (_FP_UNION_S): Likewise.
49321         * soft-fp/double.h (_FP_UNION_D): Likewise.
49323 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49325         [BZ #13786]
49326         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49327         not include ../strcmp.S.
49328         [USE_AS_STRNCASECMP_L]: Likewise.
49329         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49330         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49331         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49332         (__strncasecmp_l_ia32): Define as alias to
49333         __strncasecmp_l_nonascii.
49335         [BZ #5794]
49336         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49337         * sysdeps/i386/fpu/libm-test-ulps: Update.
49338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49340         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49343 2012-02-29  Jeff Law  <law@redhat.com>
49345         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49346         out of bounds read.
49348 2012-02-29  Marek Polacek  <polacek@redhat.com>
49350         [BZ #13706]
49351         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49352         * elf/Makefile: Add rules to run tst-unused-dep.out.
49354 2012-02-28  David S. Miller  <davem@davemloft.net>
49356         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49357         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49358         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49359         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49360         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49361         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49363 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49365         * math/libm-test.inc (llround_test): Move one test from
49366         lround_test.  Use TEST_f_L in moved test.
49367         (lround_test): Move misplaced test to llround_test.  Add testcase
49368         from bug 2561.
49370 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49372         * sysdeps/x86_64/fpu/e_expf.S: New file.
49373         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49375 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49377         [BZ #13637]
49378         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49379         of remain_len that may cause incomplete multi-byte character and
49380         false match.
49381         * posix/bug-regex33.c: New file.
49382         * posix/Makefile (tests): Add bug-regex33.
49384 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49386         * manual/macros.texi: New file.
49387         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49388         * manual/libc.texinfo: Include macros.texi.
49389         * manual/creatute.texi: Likewise.
49390         * manual/install.texi: Likewise.
49391         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49392         @glibcadj{} in references to the GNU C Library.
49393         * manual/charset.texi: Likewise.
49394         * manual/conf.texi: Likewise.
49395         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49396         when not using those macros.
49397         * manual/creature.texi: Likewise.
49398         * manual/crypt.texi: Likewise.
49399         * manual/errno.texi: Likewise.
49400         * manual/filesys.texi: Likewise.
49401         * manual/header.texi: Likewise.
49402         * manual/install.texi: Likewise.
49403         * manual/intro.texi: Likewise.
49404         * manual/io.texi: Likewise.
49405         * manual/job.texi: Likewise.
49406         * manual/lang.texi: Likewise.
49407         * manual/libc.texiinfo: Likewise.
49408         * manual/llio.texi: Likewise.
49409         * manual/locale.texi: Likewise.
49410         * manual/maint.texi: Likewise.
49411         * manual/math.texi: Likewise.
49412         * manual/memory.texi: Likewise.
49413         * manual/message.texi: Likewise.
49414         * manual/nss.texi: Likewise.
49415         * manual/pattern.texi: Likewise.
49416         * manual/process.texi: Likewise.
49417         * manual/resource.texi: Likewise.
49418         * manual/search.texi: Likewise.
49419         * manual/setjmp.texi: Likewise.
49420         * manual/signal.texi: Likewise.
49421         * manual/socket.texi: Likewise.
49422         * manual/startup.texi: Likewise.
49423         * manual/stdio.texi: Likewise.
49424         * manual/string.texi: Likewise.
49425         * manual/sysinfo.texi: Likewise.
49426         * manual/syslog.texi: Likewise.
49427         * manual/terminal.texi: Likewise.
49428         * manual/time.texi: Likewise.
49429         * manual/users.texi: Likewise.
49430         * INSTALL: Regenerated.
49431         * NOTES: Regenerated.
49432         * sysdeps/gnu/errlist.c: Regenerated.
49434 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49436         * include/dirent.h: Include <dirstream.h> before
49437         <dirent/dirent.h>.
49439 2012-02-28  David S. Miller  <davem@davemloft.net>
49441         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49442         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49443         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49444         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49446 2012-02-27  David S. Miller  <davem@davemloft.net>
49448         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49449         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49450         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49451         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49453         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49454         frame pointer instead of stack pointer relative arg slot.
49455         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49456         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49457         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49459 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49461         [BZ #3992]
49462         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49464 2012-02-27  David S. Miller  <davem@davemloft.net>
49466         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49467         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49468         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49469         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49470         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49471         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49472         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49473         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49475 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49477         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49478         later.  Allow versions 5-9.
49479         * configure: Regenerated.
49480         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49481         required minimum version and 4.6 as recommended version.  Do not
49482         mention bugs in GCC 2.7 and 2.8.
49483         * INSTALL: Regenerated.
49485 2012-02-27  David S. Miller  <davem@davemloft.net>
49487         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49488         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49489         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49490         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49491         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49492         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49493         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49494         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49496         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49497         manipulate bits before adding and subtracting TWO112[sx].
49498         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49500 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49502         [BZ #13775]
49503         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49504         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49505         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49506         being in POSIX, because they are in 1003.1-2008.
49508         * rt/tst-aio.c: Include <fcntl.h>.
49509         * rt/tst-aio7.c: Likewise.
49510         * rt/tst-aio64.c: Likewise.
49512         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49514 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49516         * manual/install.texi (--with-headers): Describe headers as
49517         interface headers, not private headers.
49518         (Specific advice for GNU/Linux systems): Describe use of headers
49519         from "make headers_install", not private headers from older
49520         kernels.
49521         * INSTALL: Regenerated.
49522         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49523         Change to 2.6.19.
49524         * sysdeps/unix/sysv/linux/configure: Regenerated.
49526         * manual/llio.texi (fclean): Remove documentation.
49528         * manual/Makefile (libc-texi-generated): New variable.  Include
49529         version.texi.
49530         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49531         $(libc-texi-generated), not duplicated list of files.
49532         (version.texi, stamp-version): New rules.
49533         (realclean): Remove $(libc-texi-generated), not individual files
49534         from that list.  Do not remove dir-add.texinfo.
49535         * manual/libc.texinfo: Comment out uses of edition numbers and
49536         references to printed manual.  Remove last-updated dates.
49537         (EDITION): Comment out.
49538         (ISBN): Likewise.
49539         (VERSION, UPDATED): Remove.
49540         (version.texi): Include.
49542 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49544         * sysdeps/posix/spawni.c: Include <signal.h>.
49545         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49546         * sysdeps/pthread/aio_fsync.c: Likewise.
49548 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49550         * conform/Makefile (tests): Run only when not cross-compiling and
49551         when fast-check is not defined.
49553         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49554         * conform/data/limits.h-data: Fixes for POSIX2008.
49555         * conform/run-conformtest.sh: Run all tests.
49556         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49557         headers.
49558         * include/bits/dlfcn.h: Likewise.
49559         * include/langinfo.h: Likewise.
49560         * include/monetary.h: Likewise.
49561         * include/sys/poll.h: Likewise.
49563         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49564         for __USE_GNU.
49565         * posix/spawn.h: Define __need_sigset_t.
49566         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49567         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49568         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49569         to get sigevent_t only.
49570         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49571         only for __USE_GNU.
49572         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49573         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49574         process_vm_writev only for __USE_GNU.
49575         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49577         * conform/Makefile: For now ignore errors from run-conformtest.
49578         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49579         POSIX to avoid namespace pollution.  Don't prepend headers.
49580         * conform/data/aio.h-data: Fixes for POSIX testing.
49581         * conform/data/fcntl.h-data: Likewise.
49582         * conform/data/glob.h-data: Likewise.
49583         * conform/data/grp.h-data: Likewise.
49584         * conform/data/pthread.h-data: Likewise.
49585         * conform/data/pwd.h-data: Likewise.
49586         * conform/data/signal.h-data: Likewise.
49587         * conform/data/spawn.h-data: Likewise.
49588         * conform/data/stdio.h-data: Likewise.
49589         * conform/data/stdlib.h-data: Likewise.
49590         * conform/data/stropts.h-data: Likewise.
49591         * conform/data/sys/mman.h-data: Likewise.
49592         * conform/data/sys/stat.h-data: Likewise.
49593         * conform/data/sys/types.h-data: Likewise.
49594         * conform/data/sys/wait.h-data: Likewise.
49595         * conform/data/time.h-data: Likewise.
49596         * conform/data/unistd.h-data: Likewise.
49597         * conform/data/utime.h-data: Likewise.
49599         * io/sys/stat.h: fchmod was always in POSIX.
49600         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49601         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49602         * rt/aio.h: Define __need_timespec before including <time.h>.
49603         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49604         struct.  Add forward declaration of pthread_attr_t and use it in
49605         sigevent.
49606         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49607         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49608         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49609         always remove CLK_TCK definition.
49611 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49613         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49615 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49617         * conform/run-conformtest.sh: New file.
49618         * conform/Makefile: Run run-conformtest for tests.
49619         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49620         support.
49622         * conform/data/uchar.h-data: New file.
49623         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49624         * conform/data/arpa/inet.h-data: Likewise.
49625         * conform/data/assert.h-data: Likewise.
49626         * conform/data/complex.h-data: Likewise.
49627         * conform/data/cpio.h-data: Likewise.
49628         * conform/data/ctype.h-data: Likewise.
49629         * conform/data/dirent.h-data: Likewise.
49630         * conform/data/dlfcn.h-data: Likewise.
49631         * conform/data/errno.h-data: Likewise.
49632         * conform/data/fcntl.h-data: Likewise.
49633         * conform/data/float.h-data: Likewise.
49634         * conform/data/fmtmsg.h-data: Likewise.
49635         * conform/data/fnmatch.h-data: Likewise.
49636         * conform/data/ftw.h-data: Likewise.
49637         * conform/data/glob.h-data: Likewise.
49638         * conform/data/grp.h-data: Likewise.
49639         * conform/data/iconv.h-data: Likewise.
49640         * conform/data/inttypes.h-data: Likewise.
49641         * conform/data/langinfo.h-data: Likewise.
49642         * conform/data/libgen.h-data: Likewise.
49643         * conform/data/limits.h-data: Likewise.
49644         * conform/data/locale.h-data: Likewise.
49645         * conform/data/math.h-data: Likewise.
49646         * conform/data/monetary.h-data: Likewise.
49647         * conform/data/mqueue.h-data: Likewise.
49648         * conform/data/ndbm.h-data: Likewise.
49649         * conform/data/net/if.h-data: Likewise.
49650         * conform/data/netdb.h-data: Likewise.
49651         * conform/data/netinet/in.h-data: Likewise.
49652         * conform/data/nl_types.h-data: Likewise.
49653         * conform/data/poll.h-data: Likewise.
49654         * conform/data/pthread.h-data: Likewise.
49655         * conform/data/pwd.h-data: Likewise.
49656         * conform/data/regex.h-data: Likewise.
49657         * conform/data/sched.h-data: Likewise.
49658         * conform/data/search.h-data: Likewise.
49659         * conform/data/semaphore.h-data: Likewise.
49660         * conform/data/setjmp.h-data: Likewise.
49661         * conform/data/signal.h-data: Likewise.
49662         * conform/data/spawn.h-data: Likewise.
49663         * conform/data/stdarg.h-data: Likewise.
49664         * conform/data/stdio.h-data: Likewise.
49665         * conform/data/stdlib.h-data: Likewise.
49666         * conform/data/string.h-data: Likewise.
49667         * conform/data/strings.h-data: Likewise.
49668         * conform/data/stropts.h-data: Likewise.
49669         * conform/data/sys/ipc.h-data: Likewise.
49670         * conform/data/sys/mman.h-data: Likewise.
49671         * conform/data/sys/msg.h-data: Likewise.
49672         * conform/data/sys/resource.h-data: Likewise.
49673         * conform/data/sys/select.h-data: Likewise.
49674         * conform/data/sys/sem.h-data: Likewise.
49675         * conform/data/sys/shm.h-data: Likewise.
49676         * conform/data/sys/socket.h-data: Likewise.
49677         * conform/data/sys/stat.h-data: Likewise.
49678         * conform/data/sys/statvfs.h-data: Likewise.
49679         * conform/data/sys/time.h-data: Likewise.
49680         * conform/data/sys/timeb.h-data: Likewise.
49681         * conform/data/sys/times.h-data: Likewise.
49682         * conform/data/sys/types.h-data: Likewise.
49683         * conform/data/sys/uio.h-data: Likewise.
49684         * conform/data/sys/un.h-data: Likewise.
49685         * conform/data/sys/utsname.h-data: Likewise.
49686         * conform/data/sys/wait.h-data: Likewise.
49687         * conform/data/syslog.h-data: Likewise.
49688         * conform/data/tar.h-data: Likewise.
49689         * conform/data/termios.h-data: Likewise.
49690         * conform/data/utime.h-data: Likewise.
49691         * conform/data/utmpx.h-data: Likewise.
49692         * conform/data/varargs.h-data: Likewise.
49693         * conform/data/wchar.h-data: Likewise.
49694         * conform/data/wctype.h-data: Likewise.
49695         * conform/data/wordexp.h-data: Likewise.
49697         * include/stropts.h: New file.
49698         * include/uchar.h: New file.
49699         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49700         * include/assert.h: Likewise.
49701         * include/ctype.h: Likewise.
49702         * include/dirent.h: Likewise.
49703         * include/dlfcn.h: Likewise.
49704         * include/fcntl.h: Likewise.
49705         * include/fnmatch.h: Likewise.
49706         * include/glob.h: Likewise.
49707         * include/grp.h: Likewise.
49708         * include/libio.h: Likewise.
49709         * include/locale.h: Likewise.
49710         * include/math.h: Likewise.
49711         * include/net/if.h: Likewise.
49712         * include/netdb.h: Likewise.
49713         * include/netinet/in.h: Likewise.
49714         * include/pthread.h: Likewise.
49715         * include/pwd.h: Likewise.
49716         * include/regex.h: Likewise.
49717         * include/sched.h: Likewise.
49718         * include/search.h: Likewise.
49719         * include/setjmp.h: Likewise.
49720         * include/signal.h: Likewise.
49721         * include/stdio.h: Likewise.
49722         * include/stdlib.h: Likewise.
49723         * include/string.h: Likewise.
49724         * include/sys/cdefs.h: Likewise.
49725         * include/sys/mman.h: Likewise.
49726         * include/sys/msg.h: Likewise.
49727         * include/sys/resource.h: Likewise.
49728         * include/sys/select.h: Likewise.
49729         * include/sys/socket.h: Likewise.
49730         * include/sys/stat.h: Likewise.
49731         * include/sys/statvfs.h: Likewise.
49732         * include/sys/time.h: Likewise.
49733         * include/sys/times.h: Likewise.
49734         * include/sys/uio.h: Likewise.
49735         * include/sys/utsname.h: Likewise.
49736         * include/sys/wait.h: Likewise.
49737         * include/termios.h: Likewise.
49738         * include/time.h: Likewise.
49739         * include/ulimit.h: Likewise.
49740         * include/unistd.h: Likewise.
49741         * include/utime.h: Likewise.
49742         * include/wchar.h: Likewise.
49743         * include/wctype.h: Likewise.
49744         * include/wordexp.h: Likewise.
49746         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49748         * time/time.h: TIME_UTC must be a macro.
49749         Make timespec_get available for ISO C11 only as well.
49751 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49753         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49754         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49756 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49758         * configure.in: Use -o not -a in test for unsupported multi-arch.
49760 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49762         * manual/texinfo.tex: Update to version 2012-01-19.16.
49764 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49766         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49768 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49770         [BZ #13738]
49771         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49772         * manual/fdl-1.3.texi: New file.
49773         * manual/fdl-1.1.texi: File removed.
49775         [BZ #13738]
49776         * manual/libc.texinfo (FDL_VERSION): New @set.
49777         Use it for mention of FDL in cover text.
49778         (Documentation License): Use it in @include file name.
49780 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49781             Roland McGrath  <roland@hack.frob.com>
49783         [BZ #5461]
49784         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49785         (not LONG_LONG_MAX and LONG_LONG_MIN.
49786         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49787         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49788         name.
49789         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49791 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49793         [BZ #2547]
49794         [BZ #11365]
49795         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49796         manipulate bits before adding and subtracting TWO23[sx].
49797         * math/libm-test.inc (nearbyint_test): Add more tests.
49799 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49801         [BZ #2548]
49802         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49803         bits before adding and subtracting TWO23[sx].
49804         * math/libm-test.inc (rint_test): Add more tests.
49805         (rint_test_tonearest): Likewise.
49806         (rint_test_towardzero): Likewise.
49807         (rint_test_downward): Likewise.
49808         (rint_test_upward: Likewise.
49810 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49812         [BZ #10110]
49813         * include/stdc-predef.h: New file.  Extracted from features.h.
49814         * include/features.h: Include stdc-predef.h.
49815         * Makefile (headers): Add stdc-predef.h.
49816         * CONFORMANCE (Compiler limitations): Update.
49818 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49820         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49822 2012-02-21  David S. Miller  <davem@davemloft.net>
49824         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49825         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49827 2012-02-20  David S. Miller  <davem@davemloft.net>
49829         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49830         using a normal save/restore sequence, rather than allocating a
49831         dummy stack frame just to store a frame pointer and restore.
49832         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49834 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49836         * manual/install.texi: Fix stray word in line-wrapped comment.
49838 2012-02-20  David S. Miller  <davem@davemloft.net>
49840         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49841         both binutils and gcc support GOTDATA.
49843         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49844         "rd %pc" in the PIC register setup sequences.
49846         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49847         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49848         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49849         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49850         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49851         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49852         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49853         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49854         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49855         (SYSCALL_ERROR_HANDLER): Likewise.
49856         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49857         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49858         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49859         (SYSCALL_ERROR_HANDLER): Likewise.
49861         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49862         (HAVE_GCC_GOTDATA): New.
49863         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49864         relocation support in both binutils and gcc.
49865         * sysdeps/sparc/elf/configure: Regenerate.
49867         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49868         * sysdeps/sparc/sparc32/elf/configure: Delete.
49869         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49870         * sysdeps/sparc/sparc64/elf/configure: Delete.
49871         * sysdeps/sparc/elf/configure.in: New file.
49872         * sysdeps/sparc/elf/configure: Generate.
49874         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49875         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49876         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49877         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49878         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49880 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49882         * manual/install.texi: Do not mention specific glibc version
49883         numbers.
49884         * manual/libc.texinfo (VERSION, UPDATED): Update.
49885         (@copying): Use @copyright{} and range of years.
49887 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49889         [BZ #13695]
49890         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49891         [crti.S not in sysdirs] (generated): Do not append.
49892         [crti.S not in sysdirs] (omit-deps): Likewise.
49893         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49894         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49895         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49896         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49897         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49898         Likewise.
49899         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49900         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49901         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49902         * csu/defs.awk: Remove file.
49903         * sysdeps/generic/initfini.c: Likewise.
49904         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49905         variable.
49906         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49907         Likewise.
49909 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49911         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49912         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49913         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49914         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49915         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49916         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49917         <bits/epoll.h>.
49918         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49919         (__EPOLL_PACKED): Define to empty if not defined by
49920         <bits/epoll.h>.
49921         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49922         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49923         bits/epoll.h.
49925 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49927         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49928         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49929         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49930         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49931         <bits/timerfd.h>.
49932         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49933         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49934         bits/timerfd.h.
49936 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49938         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49939         in C locale.
49940         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49941         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49942         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49945 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49947         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49948         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49950 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49952         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49953         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49954         defined.
49955         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49956         Likewise.
49957         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49958         entry for 2.16.
49960 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49962         * math/w_acos.c: Use non-signaling floating-point comparisons.
49963         * math/w_acosf.c: Likewise.
49964         * math/w_acosh.c: Likewise.
49965         * math/w_acoshf.c: Likewise.
49966         * math/w_acoshl.c: Likewise.
49967         * math/w_acosl.c: Likewise.
49968         * math/w_asin.c: Likewise.
49969         * math/w_asinf.c: Likewise.
49970         * math/w_asinl.c: Likewise.
49971         * math/w_atanh.c: Likewise.
49972         * math/w_atanhf.c: Likewise.
49973         * math/w_atanhl.c: Likewise.
49974         * math/w_exp2.c: Likewise.
49975         * math/w_exp2f.c: Likewise.
49976         * math/w_exp2l.c: Likewise.
49977         * math/w_j0.c: Likewise.
49978         * math/w_j0f.c: Likewise.
49979         * math/w_j0l.c: Likewise.
49980         * math/w_j1.c: Likewise.
49981         * math/w_j1f.c: Likewise.
49982         * math/w_j1l.c: Likewise.
49983         * math/w_jn.c: Likewise.
49984         * math/w_jnf.c: Likewise.
49985         * math/w_log.c: Likewise.
49986         * math/w_log10.c: Likewise.
49987         * math/w_log10f.c: Likewise.
49988         * math/w_log10l.c: Likewise.
49989         * math/w_log2.c: Likewise.
49990         * math/w_log2f.c: Likewise.
49991         * math/w_log2l.c: Likewise.
49992         * math/w_logf.c: Likewise.
49993         * math/w_logl.c: Likewise.
49994         * math/w_sqrt.c: Likewise.
49995         * math/w_sqrtf.c: Likewise.
49996         * math/w_sqrtl.c: Likewise.
49997         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49998         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49999         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50000         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50001         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50003 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50005         [BZ #9739]
50006         * manual/string.texi (strnlen): Use correct parameter name in
50007         equivalent expression.
50009 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50011         [BZ #11174]
50012         * manual/users.texi (seteuid): Consistently use neweuid for
50013         argument name.
50015 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50017         [BZ #13704]
50018         * manual/nss.texi (Services in the NSS configuration): Correct
50019         list of services in example configuration file.
50021 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50023         [BZ #11322]
50024         * manual/arith.texi: Remove statements about negative zero
50025         behaving identically to zero.
50027 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50029         [BZ #5993]
50030         * manual/install.texi: Do not document upgrading from libc5.
50032 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50034         [BZ #4596]
50035         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50037 2012-02-18  David S. Miller  <davem@davemloft.net>
50039         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50040         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50041         %o7 across the call.
50042         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50043         instead.
50044         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50045         SETUP_PIC_REG_LEAF.
50046         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50047         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50048         * sysdeps/sparc/crtn.S: Likewise.
50050 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50052         * aout/Makefile: Remove.
50054 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50056         [BZ #13058]
50057         * manual/examples/argp-ex1.c (main): Format definition in GNU
50058         style.
50059         * manual/examples/argp-ex2.c (main): Likewise.
50060         * manual/examples/argp-ex3.c (main): Likewise.
50061         * manual/examples/argp-ex4.c (main): Likewise.
50062         * manual/examples/longopt.c (main): Use new-style prototype
50063         definition.
50064         * manual/examples/strncat.c (main): Specify return type and use
50065         (void) for arguments.
50066         * manual/examples/subopt.c (main): Use char **argv argument.
50068 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50070         [BZ #5077]
50071         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50072         rounding modes.
50074 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50076         [BZ #6907]
50077         * manual/string.texi (strchr): Change when strchrnul is
50078         recommended.
50080 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50082         [BZ #174]
50083         * manual/locale.texi (setlocale): Document LOCPATH.
50085 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50087         [BZ #10210]
50088         * manual/process.texi (execle): Move @dots{} before last argument.
50090 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50092         [BZ #12047]
50093         * manual/charset.texi (Generic Charset Conversion): Fix typo
50094         (LC_TYPE -> LC_CTYPE).
50096 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50098         [BZ #5805]
50099         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50100         (scalbnf): Likewise.
50101         (scalbnl): Likewise.
50102         (scalbln): Likewise.
50103         (scalblnf): Likewise.
50104         (scalblnl): Likewise.
50105         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50106         (vwarnx): Likewise.
50107         (verr): Likewise.
50108         (verrx): Likewise.
50109         * manual/filesys.texi (telldir): Use braces around return type.
50110         * manual/llio.texi (mmap): Add space after comma.
50111         (mmap64): Likewise.
50112         * manual/math.texi (jn): Use @var{} on parameter names.
50113         (jnf): Likewise.
50114         (jnl): Likewise.
50115         (yn): Likewise.
50116         (ynf): Likewise.
50117         (ynl): Likewise.
50118         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50119         line.
50120         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50121         "...".
50122         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50123         (sched_get_priority_max): Likewise.
50124         * manual/signal.texi (sigvec): Add space after comma.
50125         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50126         names.
50127         (if_indextoname): Likewise.
50128         (if_freenameindex): Likewise.
50129         (sendto): Use ',' instead of '.' in prototype.
50130         * manual/startup.texi (syscall): Use @dots{} instead of literal
50131         "...".
50132         * manual/stdio.texi (__fpending): Separate initial words of
50133         paragraph from @deftypefun line.
50134         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50135         "...".
50136         (vsyslog): Use @var{} on parameter names.
50137         * manual/terminal.texi (stty): Use @var{} on parameter names.
50138         * manual/users.texi (getutmp): Use @var{} on parameter names.
50139         (getutmpx): Likewise.
50141 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50143         [BZ #6884]
50144         * manual/stdio.texi (fopen): Fix typos in description of
50145         ",ccs=STRING".
50147 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50149         [BZ #4026]
50150         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50151         get clock_id definition.
50153 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50155         [BZ #4822]
50156         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50157         (madvise): Cast every argument to void on its own.
50159 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50161         [BZ #9902]
50162         * manual/startup.texi (Exit Status): Fix typo.
50164 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50166         [BZ #10140]
50167         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50168         * manual/examples/argp-ex2.c: Likewise.
50169         * manual/examples/argp-ex3.c: Likewise.
50171 2012-02-16  Richard Henderson  <rth@redhat.com>
50173         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50174         * sysdeps/s390/s390-32/initfini.c: Remove.
50175         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50176         * sysdeps/s390/s390-64/initfini.c: Remove.
50178 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50180         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50181         compiler output for sysdeps/generic/initfini.c.
50182         * sysdeps/sh/elf/initfini.c: Remove file.
50184 2012-02-16  David S. Miller  <davem@davemloft.net>
50186         [BZ #11494]
50187         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50189         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50190         * sysdeps/sparc/crti.S: New file.
50191         * sysdeps/sparc/crtn.S: New file.
50192         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50193         * sysdeps/sparc/sparc64/Makefile: Likewise.
50195 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50197         [BZ #3335]
50198         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50200 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50202         [BZ #4822]
50203         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50205         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50206         (write, read, close): Likewise.
50207         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50209 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50211         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50212         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50213         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50214         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50215         <bits/signalfd.h>.
50216         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50217         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50218         bits/signalfd.h.
50220 2012-02-14  Marek Polacek  <polacek@redhat.com>
50222         * sysdeps/x86_64/crti.S: New file.
50223         * sysdeps/x86_64/crtn.S: New file.
50224         * sysdeps/x86_64/elf/initfini.c: Remove file.
50226 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50228         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50229         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50230         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50231         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50232         <bits/inotify.h>.
50233         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50234         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50235         bits/inotify.h.
50237 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50239         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50240         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50241         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50242         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50243         <bits/eventfd.h>.
50244         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50245         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50246         bits/eventfd.h.
50248 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50250         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50251         __feraiseexcept instead of feraiseexcept.
50253         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50254         nanosleep invocations.
50255         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50256         strings, and add error checking for a nanosleep invocations.
50258 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50260         Replace FSF snail mail address with URLs, as per GNU coding standards.
50261         Most of the snail mail addresses were wrong anyway, and omitting
50262         them makes the source code easier to maintain.  Almost all of the
50263         changes are to license notices and to locale LC_IDENTIFICATION
50264         addresses, except for this one:
50265         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50266         not its snail mail address.
50268 2012-02-09  Richard Henderson  <rth@twiddle.net>
50270         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50271         of kernel-features.h.
50273         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50275 2012-02-08  Marek Polacek  <polacek@redhat.com>
50277         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50278         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50279         * sysdeps/gnu/_G_config.h: Likewise.
50280         * sysdeps/generic/_G_config.h: Likewise.
50282 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50284         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50285         tests.
50286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50288         * sysdeps/powerpc/powerpc32/crti.S: New file.
50289         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50290         * sysdeps/powerpc/powerpc64/crti.S: New file.
50291         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50293         * Makeconfig (have-initfini): Don't set.
50294         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50295         * configure.in (nopic_initfini): Don't substitute.
50296         * config.h.in (HAVE_INITFINI): Don't #undef.
50297         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50298         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50300 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50302         Support crti.S and crtn.S provided directly by architectures.
50303         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50304         [crti.S in sysdirs] (omit-deps): Likewise.
50305         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50306         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50307         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50308         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50309         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50310         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50311         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50312         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50313         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50314         compiler output for sysdeps/generic/initfini.c.
50315         * sysdeps/i386/elf/Makefile: Remove file.
50316         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50318 2012-02-07  Marek Polacek  <polacek@redhat.com>
50320         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50321         * sysdeps/gnu/_G_config.h: Likewise.
50322         * sysdeps/mach/hurd/_G_config.h: Likewise.
50324 2012-02-07  Marek Polacek  <polacek@redhat.com>
50326         * math/Makefile (tests): Add tst-CMPLX2.
50327         * math/tst-CMPLX2.c: New file.
50329 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50331         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50333         * math/libm-test.inc (jn_test): Add missing L suffix.
50335 2012-02-06  Marek Polacek  <polacek@redhat.com>
50337         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50338         * sysdeps/i386/fpu/e_powf.S: Likewise.
50339         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50340         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50341         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50342         * sysdeps/i386/fpu/e_pow.S: Likewise.
50343         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50344         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50345         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50346         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50347         * sysdeps/i386/fpu/e_log2.S: Likewise.
50348         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50349         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50350         * sysdeps/i386/fpu/e_powl.S: Likewise.
50351         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50352         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50353         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50354         * sysdeps/i386/fpu/e_logl.S: Likewise.
50355         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50356         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50357         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50358         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50359         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50360         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50361         * sysdeps/i386/fpu/e_log.S: Likewise.
50362         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50363         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50364         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50365         * sysdeps/i386/fpu/e_logf.S: Likewise.
50366         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50367         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50368         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50369         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50370         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50371         * sysdeps/i386/fpu/e_log10.S: Likewise.
50372         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50373         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50374         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50375         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50376         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50377         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50378         * sysdeps/i386/asm-syntax.h: Likewise.
50379         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50380         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50381         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50382         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50383         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50384         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50385         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50386         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50387         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50388         * sysdeps/powerpc/sysdep.h: Likewise.
50389         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50390         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50392 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50394         [BZ #411]
50395         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50397 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50399         * sysdeps/i386/sysdep.h: Include <features.h>.
50400         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50401         version.
50403 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50405         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50406         Define.
50407         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50408         LOAD_PIC_REG_STR.
50410 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50412         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50413         (SETUP_PIC_REG): Use GET_PC_THUNK.
50414         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50415         macro.
50417 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50419         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50420         for non-PIC compilation.
50421         (SETUP_PIC_REG): Add .p2align directive.
50422         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50423         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50424         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50425         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50426         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50427         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50428         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50429         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50430         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50431         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50432         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50433         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50434         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50435         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50436         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50437         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50438         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50439         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50440         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50441         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50442         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50443         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50444         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50445         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50446         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50447         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50448         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50449         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50450         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50451         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50452         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50453         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50454         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50455         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50456         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50457         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50458         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50459         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50460         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50461         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50462         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50464 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50466         * math/tst-CMPLX.c: Include <stdio.h>.
50468 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50470         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50471         float.
50472         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50473         * sysdeps/sparc/bits/mathdef.h: Likewise.
50475 2012-01-31  Marek Polacek  <polacek@redhat.com>
50477         * libio/libio.h: Don't define _PARAMS.
50478         * locale/programs/config.h: Don't define PARAMS.
50479         * stdlib/strtol_l.c: Likewise.
50480         (__strtol_l): Remove PARAMS from the prototype.
50482 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50484         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50485         names.  Just use the correct names.  Remove unnecessary wrapper
50486         functions.
50487         * malloc/arena.c: Likewise.
50488         * malloc/hooks.c: Likewise.
50490         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50491         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50492         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50494 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50496         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50497         into tail calls.
50498         (update_get_addr): New function.
50499         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50500         GET_ADDR_MODULE parameter.
50502 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50504         * crypt/cert.c: Remove __STDC__ conditionals.
50505         * crypt/crypt-entry.c: Likewise.
50506         * crypt/crypt_util.c: Likewise.
50507         * libio/filedoalloc.c: Likewise.
50508         * libio/fileops.c: Likewise.
50509         * libio/genops.c: Likewise.
50510         * libio/iofclose.c: Likewise.
50511         * libio/iofdopen.c: Likewise.
50512         * libio/iofopen.c: Likewise.
50513         * libio/iofopen64.c: Likewise.
50514         * libio/iogetdelim.c: Likewise.
50515         * libio/iopopen.c: Likewise.
50516         * libio/obprintf.c: Likewise.
50517         * libio/oldfileops.c: Likewise.
50518         * libio/oldiofclose.c: Likewise.
50519         * libio/oldiofdopen.c: Likewise.
50520         * libio/oldiofopen.c: Likewise.
50521         * libio/oldiopopen.c: Likewise.
50522         * libio/wfiledoalloc.c: Likewise.
50523         * libio/wgenops.c: Likewise.
50524         * locale/programs/xmalloc.c: Likewise.
50525         * misc/syslog.c: Likewise.
50526         * stdio-common/xbug.c: Likewise.
50527         * string/memchr.c: Likewise.
50528         * string/memcmp.c: Likewise.
50529         * string/memrchr.c: Likewise.
50530         * string/rawmemchr.c: Likewise.
50531         * sysdeps/posix/getcwd.c: Likewise.
50532         * time/strftime_l.c: Likewise.
50534 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50536         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50537         * config.make.in (config-cflags-sse2avx): Define.
50538         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50539         Fix typo.
50541 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50543         * scripts/config.guess: Update from upstream config git repository.
50544         * scripts/config.sub: Likewise.
50546 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50548         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50549         (EM_NUM): Update.
50550         (R_TILEPRO_*, R_TILEGX_*): New macros.
50552         * scripts/firstversions.awk: Fix bug in version range handling.
50554         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50556         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50558         * include/sys/epoll.h: New file.
50559         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50560         libc_hidden_def.
50562 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50564         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50565         Avoid unnecessary __WORDSIZE == 64 test.
50566         (fmaxf): Use VEX format if possible.
50567         (fmax): Likewise.
50568         (fminf): Likewise.
50569         (fmin): Likewise.
50571         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50572         * math/math_private.h: Remove libc_fegetround* and
50573         libc_fesetround*.
50574         * sysdeps/i386/configure.in: Check for -msse2avx.
50575         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50576         also if SSE2AVX is defined.
50577         Remove libc_fegetround* and libc_fesetround*.
50578         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50579         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50580         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50581         of HAS_YMM_USABLE.
50582         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50583         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50584         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50585         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50586         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50588         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50590 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50592         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50593         size is not set.
50594         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50596 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50598         [BZ #13618]
50599         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50600         relocation.
50601         * Makeconfig (libm): Define.
50602         * elf/Makefile: Add rules to build and run tst-relsort1.
50603         * elf/tst-relsort1.c: New file.
50604         * elf/tst-relsort1mod1.c: New file.
50605         * elf/tst-relsort1mod2.c: New file.
50607 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50609         * math/s_ldexp.c: Remove __STDC__ conditionals.
50610         * math/s_ldexpf.c: Likewise.
50611         * math/s_ldexpl.c: Likewise.
50612         * math/s_nextafter.c: Likewise.
50613         * math/s_nexttowardf.c: Likewise.
50614         * math/s_significand.c: Likewise.
50615         * math/s_significandf.c: Likewise.
50616         * math/s_significandl.c: Likewise.
50617         * math/w_jnl.c: Likewise.
50618         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50619         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50620         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50621         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50622         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50623         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50624         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50625         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50626         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50627         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50628         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50629         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50630         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50631         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50632         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50633         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50634         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50635         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50636         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50637         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50638         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50639         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50640         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50641         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50642         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50643         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50644         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50645         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50646         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50647         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50648         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50649         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50650         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50651         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50652         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50653         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50654         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50655         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50656         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50657         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50658         * sysdeps/ieee754/k_standard.c: Likewise.
50659         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50660         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50661         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50662         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50663         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50664         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50665         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50666         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50667         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50668         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50669         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50670         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50671         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50672         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50673         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50674         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50675         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50676         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50677         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50678         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50679         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50680         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50681         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50682         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50683         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50684         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50685         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50686         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50687         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50688         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50689         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50690         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50691         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50692         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50693         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50694         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50695         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50696         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50697         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50698         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50699         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50700         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50701         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50702         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50703         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50704         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50705         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50706         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50707         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50708         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50709         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50710         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50711         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50712         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50713         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50714         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50715         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50716         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50717         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50718         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50719         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50720         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50721         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50722         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50723         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50724         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50725         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50726         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50727         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50728         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50729         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50730         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50731         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50732         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50733         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50734         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50735         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50736         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50737         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50738         * sysdeps/ieee754/s_matherr.c: Likewise.
50739         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50740         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50741         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50742         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50744 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50746         * crypt/md5.h: Remove __STDC__ conditionals.
50747         * libio/libioP.h: Likewise.
50748         * locale/programs/config.h: Likewise.
50749         * sysdeps/generic/sysdep.h: Likewise.
50750         * sysdeps/i386/asm-syntax.h: Likewise.
50751         * sysdeps/s390/asm-syntax.h: Likewise.
50752         * sysdeps/unix/sysdep.h: Likewise.
50753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50756 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50758         * libio/libio.h: Remove __STDC__ conditionals.
50759         * malloc/obstack.h: Likewise.
50760         * math/complex.h: Likewise.
50761         * math/math.h: Likewise.
50762         * sysdeps/generic/_G_config.h: Likewise.
50763         * sysdeps/gnu/_G_config.h: Likewise.
50764         * sysdeps/mach/hurd/_G_config.h: Likewise.
50765         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50766         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50767         * sysdeps/sparc/bits/mathdef.h: Likewise.
50769 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50771         [BZ #13583]
50772         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50773         Clean up HAS_* macros.
50774         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50775         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50776         possible.
50777         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50778         HAS_AVX.
50779         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50780         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50781         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50782         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50783         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50785 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50787         * elf/tst-unique3.cc (gets): Remove declaration.
50788         * elf/tst-unique3lib.cc (gets): Likewise.
50789         * elf/tst-unique3lib2.cc (gets): Likewise.
50790         * elf/tst-unique4.cc (gets): Likewise.
50792 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50794         * include/stdio.h: Add C++ protection.  Add gets declarations and
50795         definitions.
50796         * debug/tst-chk1.c: Don't declare gets here.
50797         * stdio-common/tst-gets.c: Likewise.
50799 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50801         * posix/glob: Remove directory.
50803 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50805         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50807 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50809         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50810         of the non-standard EPFNOSUPPORT.
50812 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50814         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50815         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50816         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50818 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50820         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50822 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50824         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50825         transient errors.
50826         * nscd/grpcache.c (cache_addgr): Likewise.
50827         * nscd/hstcache.c (cache_addhst): Likewise.
50828         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50829         * nscd/pwdcache.c (cache_addpw): Likewise.
50830         * nscd/servicescache.c (cache_addserv): Likewise.
50832 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50834         * malloc/malloc.c: Various cleanups.
50835         * malloc/hooks.c: Likewise.
50837         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50838         * stdlib/bug-fmtmsg1.c: New file.
50840         * stdlib/fmtmsg.c (init): Add missing unlock.
50841         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50843 2012-01-12  Marek Polacek  <polacek@redhat.com>
50845         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50846         and _GNU_SOURCE.
50848 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50850         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50851         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50852         macro to ensure uniqueness of label name.
50853         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50854         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50856 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50858         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50860         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50861         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50862         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50863         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50865 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50867         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50869         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50870         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50871         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50873         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50875         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50876         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50877         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50878         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50880         * math/bits/math-finite.h: Add ldexp support.
50882 2012-01-10  Marek Polacek  <polacek@redhat.com>
50884         * locale/programs/localedef.h (show_archive_content): Add noreturn
50885         attribute.
50887 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50889         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50891 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50893         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50895         * io/Makefile (headers): Add bits/poll2.h.
50897 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50900         typo #include statement.
50902 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50904         * include/sys/cdefs.h: Define __attribute_alloc_size.
50905         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50906         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50907         * elf/pldd.c: Likewise.
50908         * iconv/iconv_charmap.c: Likewise.
50909         * iconv/iconvconfig.c: Likewise.
50910         * iconv/strtab.c: Likewise.
50911         * locale/programs/locale.c: Likewise.
50912         * locale/programs/localedef.h: Likewise.
50913         * locale/programs/simple-hash.c: Likewise.
50914         * nscd/nscd.h: Likewise.
50915         * nss/makedb.c: Likewise.
50916         * sysdeps/generic/ldconfig.h: Likewise.
50917         * locale/programs/localedef.c: Remove xmalloc prototype.
50918         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50920 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50922         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50923         appropriate.
50925 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50927         * math/Makefile (tests): Add tst-CMPLX.
50928         * math/tst-CMPLX.c: New file.
50930         * math/complex.h (CMPLXL): Fix typo.
50932         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50933         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50934         GLIBC_2.16.
50935         * debug/tst-chk1.c: Add poll and ppoll tests.
50936         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50937         * include/sys/poll.h: Add hidden proto for ppoll.
50938         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50939         * sysdeps/mach/hurd/ppoll.c: Likewise.
50940         * io/ppoll.c: Likewise.
50941         * debug/poll_chk.c: New file.
50942         * debug/ppoll_chk.c: New file.
50943         * include/bits/poll2.h: New file.
50944         * io/bits/poll2.h: New file.
50946         [BZ #1350]
50947         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50949         * configure.in: static is always set to yes.  Remove.
50950         * config.make.in: Don't set build-static.
50951         * Makeconfig: Remove use of build-static.
50952         * dlfcn/Makefile: Likewise.
50953         * elf/Makefile: Likewise.
50954         * math/Makefile: Likewise.
50955         * misc/Makefile: Likewise.
50956         * nptl/Makefile: Likewise.
50957         * sysdeps/mach/hurd/Makefile: Likewise.
50959         * configure.in: PWD_P is not used anymore.
50960         * config.make.in: Remove PWD_P entry.
50962         * configure.in: Remove last remnants of RANLIB.
50963         No need to check for signed size_t anymore.
50964         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50965         and IA-64.
50966         Remove __builtin_expect test because we require at least gcc 3.4.
50967         * aclocal.m4: Likewise.
50969         * wcsmbs/mbrtoc16.c: Implement using towc function.
50970         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50971         * wcsmbs/wcsmbsload.c: Likewise.
50972         * iconv/gconv_simple.c: Likewise.
50973         * iconv/gconv_int.h: Likewise.
50974         * iconv/gconv_builtin.h: Likewise.
50975         * iconv/iconv_prog.c: Remove CHAR16 handling.
50977         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50979         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50981         * configure.in: Remove --with-elf and --enable-bounded options.
50982         Dont set base_machine for ia64.  More non-ELF conditions removed.
50983         Remove testing and setting of leading underscore information.
50984         * config.make.in (build-bounded): Set to no.
50985         * config.h.in: Remove NO_UNDERSCORES entry.
50986         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50987         them.
50988         * csu/start.c: Remove !NO_UNDERSCORE code.
50989         * locale/localeinfo.h: Likewise.
50990         * sysdeps/generic/machine-gmon.h: Likewise.
50991         * sysdeps/generic/sysdep.h: Likewise.
50992         * sysdeps/i386/sysdep.h: Likewise.
50993         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50994         * sysdeps/mach/sysdep.h: Likewise.
50995         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50996         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50997         * sysdeps/sh/sysdep.h: Likewise.
50998         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50999         * sysdeps/unix/i386/sysdep.S: Likewise.
51000         * sysdeps/unix/sparc/start.c: Likewise.
51001         * sysdeps/unix/sparc/sysdep.S: Likewise.
51002         * sysdeps/unix/sparc/sysdep.h: Likewise.
51003         * sysdeps/unix/start.c: Likewise.
51004         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51005         * sysdeps/x86_64/sysdep.h: Likewise.
51007 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51009         [BZ #13553]
51010         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51011         for non-gcc.
51012         * argp/argp-fmtstream.h: Use const instead __const.
51013         * argp/argp.h: Likewise.
51014         * assert/assert.h: Likewise.
51015         * bits/fenv.h: Likewise.
51016         * bits/sched.h: Likewise.
51017         * bits/sigset.h: Likewise.
51018         * bits/sigthread.h: Likewise.
51019         * catgets/nl_types.h: Likewise.
51020         * conform/data/pthread.h-data: Likewise.
51021         * crypt/crypt-private.h: Likewise.
51022         * crypt/crypt.h: Likewise.
51023         * crypt/crypt_util.c: Likewise.
51024         * ctype/ctype.h: Likewise.
51025         * debug/execinfo.h: Likewise.
51026         * debug/mbsnrtowcs_chk.c: Likewise.
51027         * debug/mbsrtowcs_chk.c: Likewise.
51028         * debug/wcsnrtombs_chk.c: Likewise.
51029         * debug/wcsrtombs_chk.c: Likewise.
51030         * debug/wcstombs_chk.c: Likewise.
51031         * dirent/dirent.h: Likewise.
51032         * dlfcn/dlfcn.h: Likewise.
51033         * elf/neededtest4.c: Likewise.
51034         * grp/grp.h: Likewise.
51035         * gshadow/gshadow.h: Likewise.
51036         * iconv/gconv.h: Likewise.
51037         * iconv/gconv_int.h: Likewise.
51038         * iconv/gconv_simple.c: Likewise.
51039         * iconv/iconv.h: Likewise.
51040         * iconv/loop.c: Likewise.
51041         * iconv/skeleton.c: Likewise.
51042         * include/aio.h: Likewise.
51043         * include/aliases.h: Likewise.
51044         * include/argz.h: Likewise.
51045         * include/arpa/inet.h: Likewise.
51046         * include/assert.h: Likewise.
51047         * include/dirent.h: Likewise.
51048         * include/dlfcn.h: Likewise.
51049         * include/execinfo.h: Likewise.
51050         * include/fcntl.h: Likewise.
51051         * include/fenv.h: Likewise.
51052         * include/glob.h: Likewise.
51053         * include/grp.h: Likewise.
51054         * include/libintl.h: Likewise.
51055         * include/mntent.h: Likewise.
51056         * include/netdb.h: Likewise.
51057         * include/pwd.h: Likewise.
51058         * include/rpc/netdb.h: Likewise.
51059         * include/sched.h: Likewise.
51060         * include/search.h: Likewise.
51061         * include/shadow.h: Likewise.
51062         * include/signal.h: Likewise.
51063         * include/stdio.h: Likewise.
51064         * include/stdlib.h: Likewise.
51065         * include/string.h: Likewise.
51066         * include/sys/socket.h: Likewise.
51067         * include/sys/stat.h: Likewise.
51068         * include/sys/statfs.h: Likewise.
51069         * include/sys/statvfs.h: Likewise.
51070         * include/sys/syslog.h: Likewise.
51071         * include/sys/time.h: Likewise.
51072         * include/sys/uio.h: Likewise.
51073         * include/time.h: Likewise.
51074         * include/unistd.h: Likewise.
51075         * include/utmp.h: Likewise.
51076         * include/wchar.h: Likewise.
51077         * include/wctype.h: Likewise.
51078         * inet/aliases.h: Likewise.
51079         * inet/arpa/inet.h: Likewise.
51080         * inet/netinet/ether.h: Likewise.
51081         * inet/netinet/in.h: Likewise.
51082         * intl/libintl.h: Likewise.
51083         * io/bits/fcntl2.h: Likewise.
51084         * io/fcntl.h: Likewise.
51085         * io/ftw.h: Likewise.
51086         * io/sys/poll.h: Likewise.
51087         * io/sys/stat.h: Likewise.
51088         * io/sys/statfs.h: Likewise.
51089         * io/sys/statvfs.h: Likewise.
51090         * io/utime.h: Likewise.
51091         * libio/bits/stdio.h: Likewise.
51092         * libio/bits/stdio2.h: Likewise.
51093         * libio/libio.h: Likewise.
51094         * libio/libioP.h: Likewise.
51095         * libio/stdio.h: Likewise.
51096         * locale/lc-ctype.c: Likewise.
51097         * locale/locale.h: Likewise.
51098         * login/utmp.h: Likewise.
51099         * malloc/arena.c: Likewise.
51100         * malloc/malloc.c: Likewise.
51101         * malloc/malloc.h: Likewise.
51102         * malloc/mcheck.c: Likewise.
51103         * malloc/mtrace.c: Likewise.
51104         * math/bits/mathcalls.h: Likewise.
51105         * math/fenv.h: Likewise.
51106         * math/math_private.h: Likewise.
51107         * misc/bits/error.h: Likewise.
51108         * misc/bits/syslog.h: Likewise.
51109         * misc/err.h: Likewise.
51110         * misc/error.h: Likewise.
51111         * misc/fstab.h: Likewise.
51112         * misc/mntent.h: Likewise.
51113         * misc/regexp.h: Likewise.
51114         * misc/search.h: Likewise.
51115         * misc/sgtty.h: Likewise.
51116         * misc/sys/mman.h: Likewise.
51117         * misc/sys/syslog.h: Likewise.
51118         * misc/sys/uio.h: Likewise.
51119         * misc/sys/xattr.h: Likewise.
51120         * misc/ttyent.h: Likewise.
51121         * nis/rpcsvc/ypclnt.h: Likewise.
51122         * nss/nss.h: Likewise.
51123         * posix/bits/unistd.h: Likewise.
51124         * posix/fnmatch.h: Likewise.
51125         * posix/glob.h: Likewise.
51126         * posix/sched.h: Likewise.
51127         * posix/spawn.h: Likewise.
51128         * posix/sys/wait.h: Likewise.
51129         * posix/unistd.h: Likewise.
51130         * posix/wordexp.h: Likewise.
51131         * pwd/pwd.h: Likewise.
51132         * resolv/netdb.h: Likewise.
51133         * resource/sys/resource.h: Likewise.
51134         * rt/aio.h: Likewise.
51135         * rt/bits/mqueue2.h: Likewise.
51136         * rt/mqueue.h: Likewise.
51137         * shadow/shadow.h: Likewise.
51138         * signal/signal.h: Likewise.
51139         * socket/send.c: Likewise.
51140         * socket/sendto.c: Likewise.
51141         * socket/sys/socket.h: Likewise.
51142         * stdio-common/printf.h: Likewise.
51143         * stdlib/bits/stdlib.h: Likewise.
51144         * stdlib/fmtmsg.h: Likewise.
51145         * stdlib/monetary.h: Likewise.
51146         * stdlib/stdlib.h: Likewise.
51147         * stdlib/ucontext.h: Likewise.
51148         * streams/stropts.h: Likewise.
51149         * string/argz.h: Likewise.
51150         * string/bits/string2.h: Likewise.
51151         * string/string.h: Likewise.
51152         * string/strings.h: Likewise.
51153         * sunrpc/rpc/auth.h: Likewise.
51154         * sunrpc/rpc/auth_des.h: Likewise.
51155         * sunrpc/rpc/clnt.h: Likewise.
51156         * sunrpc/rpc/netdb.h: Likewise.
51157         * sunrpc/rpc/pmap_clnt.h: Likewise.
51158         * sunrpc/rpc/xdr.h: Likewise.
51159         * sysdeps/generic/inttypes.h: Likewise.
51160         * sysdeps/generic/net/if.h: Likewise.
51161         * sysdeps/generic/sys/swap.h: Likewise.
51162         * sysdeps/gnu/net/if.h: Likewise.
51163         * sysdeps/gnu/utmpx.h: Likewise.
51164         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51165         * sysdeps/i386/i486/bits/string.h: Likewise.
51166         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51167         * sysdeps/s390/bits/string.h: Likewise.
51168         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51169         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51170         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51171         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51172         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51173         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51174         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51175         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51176         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51177         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51178         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51179         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51180         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51181         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51182         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51183         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51184         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51185         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51186         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51187         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51188         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51189         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51190         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51191         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51192         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51193         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51194         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51195         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51196         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51197         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51198         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51199         * sysvipc/sys/ipc.h: Likewise.
51200         * sysvipc/sys/msg.h: Likewise.
51201         * sysvipc/sys/sem.h: Likewise.
51202         * sysvipc/sys/shm.h: Likewise.
51203         * termios/termios.h: Likewise.
51204         * time/sys/time.h: Likewise.
51205         * time/time.h: Likewise.
51206         * wcsmbs/bits/wchar2.h: Likewise.
51207         * wcsmbs/uchar.h: Likewise.
51208         * wcsmbs/wchar.h: Likewise.
51209         * wctype/wctype.h: Likewise.
51211         [BZ #13551]
51212         * Makeconfig: Remove all but ELF support including AIX support.
51213         * Makerules: Likewise.
51214         * config.h.in: Likewise.
51215         * config.make.in: Likewise.
51216         * configure: Likewise.
51217         * configure.in: Likewise.
51218         * csu/Makefile: Likewise.
51219         * csu/version.c: Likewise.
51220         * debug/Makefile: Likewise.
51221         * dlfcn/Makefile: Likewise.
51222         * elf/Makefile: Likewise.
51223         * extra-lib.mk: Likewise.
51224         * iconv/Makefile: Likewise.
51225         * include/libc-symbols.h: Likewise.
51226         * include/shlib-compat.h: Likewise.
51227         * resolv/Makefile: Likewise.
51228         * resolv/res_libc.c: Likewise.
51229         * rt/Makefile: Likewise.
51230         * sysdeps/i386/asm-syntax.h: Likewise.
51231         * sysdeps/i386/sysdep.h: Likewise.
51232         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51233         * sysdeps/mach/sysdep.h: Likewise.
51234         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51235         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51236         * sysdeps/s390/asm-syntax.h: Likewise.
51237         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51238         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51239         * sysdeps/sh/sysdep.h: Likewise.
51240         * sysdeps/unix/sparc/sysdep.h: Likewise.
51241         * sysdeps/wordsize-32/divdi3.c: Likewise.
51242         * sysdeps/x86_64/sysdep.h: Likewise.
51244         * argp/Versions: Remove _argp_unlock_xxx.
51246         [BZ #13559]
51247         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51248         * abilist/libBrokenLocale.abilist: Likewise.
51249         * abilist/libanl.abilist: Likewise.
51250         * abilist/libc.abilist: Likewise.
51251         * abilist/libcrypt.abilist: Likewise.
51252         * abilist/libdl.abilist: Likewise.
51253         * abilist/libm.abilist: Likewise.
51254         * abilist/libnsl.abilist: Likewise.
51255         * abilist/libpthread.abilist: Likewise.
51256         * abilist/libresolv.abilist: Likewise.
51257         * abilist/librt.abilist: Likewise.
51258         * abilist/libthread_db.abilist: Likewise.
51259         * abilist/libutil.abilist: Likewise.
51260         * abilist/libnss_db.abilist: New file.
51262         * scripts/abilist.awk: Add support for indirect functions.
51264         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51266         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51268         * shlib-versions: Remove entries for ports architectures.
51270         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51271         files in ports.
51272         * elf/stackguard-macros.h: Remove support for IA-64.
51273         * elf/tst-auditmod1.c: Likewise.
51274         * sysdeps/generic/ldsodefs.h: Likewise.
51276         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51277         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51278         configure files.
51280         [BZ #13552]
51281         * configure.in: Remove --enable-omitfp support.
51282         * FAQ.in: Adjust.
51283         * config.make.in: Likewise.
51284         * Makeconfig: Likewise.
51285         * manual/install.texi: Likewise.
51287         In case anyone cares, the IA-64 architecture could move to ports.
51288         * sysdeps/ia64/*: Removed.
51289         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51290         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51292         [BZ #13555]
51293         * configure.in: Remove entries for unsupported architectures.
51295         [BZ #13533]
51296         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51297         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51298         routines.
51299         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51300         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51301         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51302         fall back to using wcrtomb.
51303         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51304         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51305         renaming.
51306         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51307         * wcsmbs/tst-c16c32-1.c: New file.
51309         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51310         local variable.
51312         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51314         * elf/tst-unique3.cc: Add explicit declaration of gets.
51315         * elf/tst-unique3lib.cc: Likewise.
51316         * elf/tst-unique3lib2.cc: Likewise.
51317         * elf/tst-unique4.cc: Likewise.
51319         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51321 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51323         [BZ #13566]
51324         * assert/assert.h (static_assert): Don't define for C++.
51325         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51326         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51328 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51330         * iconv/loop.c (single loop): Fix assertion in storing of
51331         remaining bytes.
51333         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51335 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51337         * posix/getconf.c: Update copyright year.
51338         * nss/getent.c: Likewise.
51339         * nss/makedb.c: Likewise.
51340         * iconv/iconvconfig.c: Likewise.
51341         * iconv/iconv_prog.c: Likewise.
51342         * elf/ldconfig.c: Likewise.
51343         * elf/pldd.c: Likewise.
51344         * elf/sotruss.ksh: Likewise.
51345         * catgets/gencat.c: Likewise.
51346         * csu/version.c: Likewise.
51347         * elf/ldd.bash.in: Likewise.
51348         * elf/sprof.c (print_version): Likewise.
51349         * locale/programs/locale.c: Likewise.
51350         * locale/programs/localedef.c: Likewise.
51351         * login/programs/pt_chown.c: Likewise.
51352         * nscd/nscd.c (print_version): Likewise.
51353         * debug/xtrace.sh: Likewise.
51354         * malloc/memusage.sh: Likewise.
51355         * malloc/mtrace.pl: Likewise.
51356         * debug/catchsegv.sh: Likewise.
51358 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51360         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51361         pure attribute.
51363 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51365         [BZ #13533]
51366         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51367         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51368         transformations.
51369         * iconv/gconv_int.h: Likewise.
51370         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51371         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51372         from libc for GLIBC_2.16.
51373         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51374         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51375         * wcsmbs/uchar.h: Really define mbstate_t.
51376         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51377         * wcsmbs/c16rtomb.c: New file.
51378         * wcsmbs/mbrtoc16.c: New file.
51379         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51380         for C/POSIX locale.
51381         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51382         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51384         * wcsmbs/wchar.h: Add missing __restrict.
51386 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51388         [BZ #13532]
51389         * time/Makefile (routines): Add timespec_get.
51390         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51391         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51392         timespec for ISO C11.
51393         * time/timespec_get.c: New file.
51394         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51395         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51397         [BZ #13531]
51398         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51399         * stdlib/stdlib.h: Declare aligned_alloc.
51400         * Versions.def: Add GLIBC_2.16 for libc.
51401         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51403         [BZ 13527]
51404         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51405         ISO C11.
51407         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51408         code.
51410         [BZ #13528]
51411         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51413         [BZ #13529]
51414         * assert/assert.h (static_assert): Define.
51416         * version.h: Update for 2.16 development version.
51418         [BZ #13526]
51419         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51420         _ISOC11_SOURCE.
51422         * version.h (RELEASE): Bump for 2.15 release.
51423         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51425         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51426         Patch by Marek Polacek <mpolacek@redhat.com>.
51428         * bits/byteswap.h: Protect long long constants with __extension__.
51429         * sysdeps/i386/bits/byteswap.h: Likewise.
51430         * sysdeps/ia64/bits/byteswap.h: Likewise.
51431         * sysdeps/s390/bits/byteswap.h: Likewise.
51432         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51434 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51436         [BZ #13540]
51437         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51438         destination buffer.
51439         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51441 2011-12-23  Marek Polacek  <polacek@redhat.com>
51443         * elf/dl-addr.c (determine_info): Add inline keyword.
51444         * elf/tst-auditmod4b.c (check_avx): Likewise.
51445         * elf/tst-auditmod6b.c (check_avx): Likewise.
51446         * elf/tst-auditmod6c.c (check_avx): Likewise.
51447         * elf/tst-auditmod7b.c (check_avx): Likewise.
51449 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51451         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51452         !__SSE_MATH__.
51454 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51456         [BZ #13540]
51457         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51458         processing for last bytes.
51460 2011-08-06  Bruno Haible  <bruno@clisp.org>
51462         [BZ #13061]
51463         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51464         U+0385, not to U+1FEE.
51466         [BZ #13062]
51467         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51468         entry for U+00A5 U+0301.
51470 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51472         [BZ #13166]
51473         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51474         buffer for the output is too small.
51476         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51477         optimization.
51479         [BZ #13185]
51480         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51481         SSE flags if possible.
51483 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51485         [BZ #13540]
51486         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51487         processing for last bytes.
51489 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51491         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51492         (syscall-list-default-options, syscall-list-default-condition)
51493         (syscall-list-includes): Define.
51494         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51495         list of ABIs and options and #if conditions for each ABI.  Do not
51496         handle common syscalls between ABIs specially.
51497         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51498         Remove.
51499         (syscall-list-variants, syscall-list-32bit-options)
51500         (syscall-list-32bit-condition, syscall-list-64bit-options)
51501         (syscall-list-64bit-condition): Define.
51502         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51503         (syscall-list-variants, syscall-list-32bit-options)
51504         (syscall-list-32bit-condition, syscall-list-64bit-options)
51505         (syscall-list-64bit-condition): Define.
51506         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51507         Remove.
51508         (syscall-list-variants, syscall-list-32bit-options)
51509         (syscall-list-32bit-condition, syscall-list-64bit-options)
51510         (syscall-list-64bit-condition): Define.
51511         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51512         Remove.
51513         (syscall-list-variants, syscall-list-32bit-options)
51514         (syscall-list-32bit-condition, syscall-list-64bit-options)
51515         (syscall-list-64bit-condition): Define.
51517 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51519         * locale/iso-639.def: Add brx entry.
51521         [BZ #13328]
51522         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51523         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51525         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51526         __feraiseexcept_renamed.
51528 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51530         [BZ #13538]
51531         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51532         EPOLLET with unsigned values.
51533         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51534         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51536         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51537         to large cancellation.
51538         * math/s_cacoshf.c: Likewise.
51539         * math/s_cacoshl.c: Likewise.
51541 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51543         [BZ #13305]
51544         [BZ #12786]
51545         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51546         * math/s_cacoshf.c: Likewise.
51547         * math/s_cacoshl.c: Likewise.
51549 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51551         [BZ #13439]
51552         * iconv/gconv.h: Define __GCONV_SWAP.
51553         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51554         * iconvdata/utf-16.c: Likewise.
51555         * iconvdata/utf-32.c: Likewise.
51557 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51559         [BZ #13524]
51560         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51561         numerator after shifting it by one limb.
51563 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51565         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51566         under [__USE_EXTERN_INLINES].
51568 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51570         [BZ #13446]
51571         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51573 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51575         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51576         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51577         optimized code.
51578         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51579         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51580         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51581         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51582         for strncasecmp/strncasecmp_l compilation.
51583         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51584         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51586 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51588         [BZ #13484]
51589         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51590         of __asm__.
51592 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51594         [BZ #13506]
51595         * time/tzfile.c (__tzfile_read): Check values from file header.
51597 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51599         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51600         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51601         * powerpc/powerpc32/dl-start.S: Likewise.
51602         * powerpc/powerpc32/elf/start.S: Likewise.
51603         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51604         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51605         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51606         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51607         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51608         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51609         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51610         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51611         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51612         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51613         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51614         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51615         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51616         * powerpc/powerpc32/memset.S: Likewise.
51617         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51618         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51619         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51620         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51621         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51622         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51623         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51624         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51625         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51626         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51627         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51628         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51629         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51631 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51633         * math/libm-test.inc: Added more nearbyint tests.
51634         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51635         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51636         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51637         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51639 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51641         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51642         FD_CLOEXEC.
51644 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51646         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51647         Add wcscpy-ssse3 wcscpy-c.
51648         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51649         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51650         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51651         * sysdeps/x86_64/wcschr.S: New file.
51652         * sysdeps/x86_64/wcsrchr.S: New file.
51653         * string/test-strcmp.c: Remove checking of wcscmp function for
51654         wrong alignments.
51655         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51656         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51657         wcsrchr-sse2 wcsrchr-c.
51658         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51659         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51660         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51661         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51662         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51663         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51664         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51665         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51666         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51667         * wcsmbc/wcschr.c (WCSCHR): New macro.
51669 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51671         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51672         * wcsmbs/test-wcsrchr.c: New file.
51673         * string/test-strrchr.c: Add wcsrchr support.
51674         (WIDE): New macro.
51675         * wcsmbs/test-wcscpy.c: New file.
51676         * string/test-strcpy.c: Add wcscpy support.
51677         (WIDE): New macro.
51679 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51681         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51682         the inner loop.
51684 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51686         [BZ #13472]
51687         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51689 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51691         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51692         Minor optimizations.
51694         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51695         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51696         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51698 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51700         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51701         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51702         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51703         for gcc to avoid warnings.
51704         * inet/Makefile (tests): Add tst-checks.
51705         * inet/tst-checks.c: New file.
51707         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51708         warning.
51710         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51711         __wmemcmp_sse2.
51713         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51714         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51716         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51718 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51720         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51721         problem.
51723         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51725 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51727         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51728         conditional on GCC version.
51729         (__arch_compare_and_exchange_val_8_acq)
51730         (__arch_compare_and_exchange_val_16_acq)
51731         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51732         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51733         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51735 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51737         * sysdeps/sh/backtrace.c: New file.
51739 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51741         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51742         parenthesis.
51744 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51746         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51747         falling back to utime.
51749 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51751         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51752         expectations for float.
51754 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51756         * locale/weight.h (findidx): Add parameter len.
51757         * locale/weightwc.h (findidx): Likewise.
51758         * posix/fnmatch_loop.c (FCT): Adjust caller.
51759         * posix/regcomp.c (build_equiv_class): Likewise.
51760         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51761         * posix/regexec.c (check_node_accept_bytes): Likewise.
51762         * string/strcoll_l.c (STRCOLL): Likewise.
51763         * string/strxfrm_l.c (STRXFRM): Likewise.
51765 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51767         * Makefile.in: Remove CVSOPT handling.
51768         * configure.in: Remove use of AC_REVISION.
51769         * iconvdata/Makefile (distribute): No need to filter out CVS.
51770         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51771         handling.
51773 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51775         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51776         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51777         [USE_AS_STRNCASECMP_L]: Likewise.
51778         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51779         NO_TLS_DIRECT_SEG_REFS.
51780         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51781         Fix argument offsets for non-PIC.
51782         [USE_AS_STRNCASECMP_L]: Likewise.
51783         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51784         NO_TLS_DIRECT_SEG_REFS.
51786 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51788         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51789         O_CLOEXEC.
51790         * locale/loadlocale.c (_nl_load_locale): Likewise.
51792 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51794         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51795         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51796         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51797         (SYSCALL_GETTIME): Set errno on error.
51799         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51800         count references to noai6ai_cached.
51802 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51804         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51806         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51807         FD_CLOEXEC for /proc/self/maps.
51809         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51810         FD_CLOEXEC for /proc/meminfo.
51812         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51813         gai.conf.
51815         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51816         FD_CLOEXEC for given file.
51818         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51820         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51821         FD_CLOEXEC for /etc/hosts.
51822         (_gethtent): Likewise.
51824         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51826         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51827         cancellation and set FD_CLOEXEC for /etc/netgroup.
51829         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51830         reading /etc/publickey.
51832         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51833         allow cancellation when reading /etc/group.
51835         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51836         cancellation.
51837         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51839         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51840         when using data file.
51842         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51844         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51845         (write_nis_obj): Use "c" and "e" in fopen.
51847         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51849         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51851         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51853         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51855         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51856         locale.alias.
51858         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51860         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51862         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51864         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51865         file parsing and set FD_CLOEXEC.
51867 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51869         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51871 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51873         * malloc/arena.c (arena_get2): Don't call reused_arena when
51874         _int_new_arena failed.
51876 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51878         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51879         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51880         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51881         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51882         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51883         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51884         to compile strcasecmp and strncasecmp.
51885         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51886         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51888         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51890 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51892         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51893         locale-defines.sym to gen-as-const-headers.
51894         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51895         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51896         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51897         to compile strcasecmp and strncasecmp.
51898         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51899         strcasecmp_l and strncasecmp_l.
51900         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51901         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51902         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51903         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51904         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51905         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51906         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51907         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51908         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51909         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51910         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51912 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51914         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51915         result of SYSDEP_GETTIME_CPU to retval.
51916         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51917         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51919         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51920         variable.
51922         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51923         mantissa words.
51924         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51926         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51927         from unused variable.
51929         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51930         DWARF definitions.
51931         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51932         for assembling.
51934         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51935         over namespaces.
51937         * sunrpc/rpc_prot.c (rejected): Fix case value.
51939         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51940         unsigned long long int to avoid warnings in shift.
51942         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51943         of use of trans.
51944         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51945         variable tmp.
51947         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51948         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51949         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51951         * nis/nis_table.c (nis_list): Use variable of correct type for
51952         result of __follow_path call.
51954 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51956         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51957         of math functions ceil, trunc, floor, round, and sqrt, when
51958         avaliable on the platform.
51959         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51960         name clash.
51961         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51962         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51963         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51965 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51967         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51968         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51970 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51972         * include/unistd.h: Fix __readlink return type.
51973         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51975 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51977         * stdlib/ucontext.h: Undo last change for makecontext.
51979 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51981         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51983         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51984         * setjmp/setjmp.h: Mark functions as non-leaf.
51985         * setjmp/bits/setjmp2.h: Likewise.
51986         * stdlib/ucontext.h: Likewise.
51988 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51990         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51991         (reused_arena): Don't check arena limit.
51992         (arena_get2): Atomically check arena limit.
51994 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51996         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51997         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51999         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52000         instructions.
52002 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52004         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52005         handler when locking.
52007         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52008         Fix size of allocated buffer.
52010 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52012         [BZ #10103]
52013         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52014         declarations for long double functions.
52015         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52017         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52019 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52021         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52022         installed.
52024         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52025         is disabled.
52027 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52029         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52031 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52033         * include/alloca.h (stackinfo_alloca_round): Define.
52034         (extend_alloca): Use it.
52035         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52036         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52037         here.
52039         * scripts/check-local-headers.sh: Ignore libaudit.h.
52041         * nscd/Makefile (extra-objs): Make recursively expanded.
52043 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52045         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52046         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52048         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52049         * posix/tst-rfc3484-2.c: Likewise.
52050         * posix/tst-rfc3484-3.c: Likewise.
52052         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52053         process_vm_writev.
52054         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52055         process_vm_writev.
52056         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52057         process_vm_writev from libc using GLIBC_2.15 version.
52059         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52061 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52063         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52064         stack usage.
52066 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52068         [BZ #13367]
52069         * nss/getent.c (initgroups_keys): Show error message in case no group
52070         names are given.
52072         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52073         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52074         __bump_nl_timestamp.
52075         * nscd/connections (nscd_init): When host database is served open
52076         netlink socket and request notification about configuration changes.
52077         (main_loop_poll): Track netlink file descriptor and bump timestamp
52078         in case data becomes available.
52079         (main_loop_epoll): Likewise.
52080         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52081         (database_pers_head): Add extra_data fileds.
52082         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52083         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52084         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52085         Adjust caller.
52086         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52087         in6ai data, call __free_in6ai.
52088         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52089         Add -DHAVE_NETLINK.
52090         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52091         interface information.  Reuse previous data if netlink timestamp
52092         is not changed.
52093         (__bump_nl_timestamp): New function.
52094         (__free_in6ai): New function.
52096 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52098         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52099         close_not_cancel_no_status here.
52100         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52102 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52104         [BZ #13276]
52105         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52106         return value.
52108         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52109         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52110         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52112 2011-07-03  Andreas Jaeger  <aj@suse.de>
52114         [BZ #10709]
52115         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52116         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52117         * math/libm-test.inc (sin_test): Add test case.
52119 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52121         [BZ #13337]
52122         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52123         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52125         * elf/chroot_canon.c (chroot_canon): Cleanups.
52127         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52129         [BZ #13335]
52130         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52131         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52133         * string/test-strchr.c: Make usable for strchrnul testing.
52134         * string/test-strchrnul.c: New file.
52135         * string/Makefile (strop-tests): Add strchrnul.
52137         * po/it.po: Update from translation team.
52138         * po/es.po: Likewise.
52140 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52142         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52143         the three constants needed as parameters.  Drop the others.
52144         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52145         __m128i_strloadu_tolower.
52146         Create and initialize variable zero and use it in all the places
52147         where _mm_setzero_si128 was used.
52149         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52150         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52151         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52152         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52153         anymore.
52154         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52155         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52156         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52157         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52158         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52159         __mpranred, __mptan.
52160         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52161         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52162         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52163         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52164         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52165         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52166         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52167         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52168         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52170 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52172         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52173         redefine if SHARED.
52174         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52176         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52177         wide char related routines to wcsmbs subdir.
52179 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52181         [BZ #13344]
52182         * misc/sys/cdefs.h (__THROWNL): Define.
52183         * posix/unistd.h: Use __THREADNL instead of __THREAD
52184         for memory synchronization functions.
52186 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52188         [BZ #13349]
52189         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52190         doesn't exist.
52191         * manual/stdio.texi (Obstack Streams): Node removed.
52193 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52195         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52196         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52197         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52199         * math/math_private.h (math_force_eval): Allow non-addressable
52200         arguments.
52201         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52203 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52205         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52206         file is not needed.
52208         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52209         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52210         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52211         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52212         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52213         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52214         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52215         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52216         Add AVX variants.
52217         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52218         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52219         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52220         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52221         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52222         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52223         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52224         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52225         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52226         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52227         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52228         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52229         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52230         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52231         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52232         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52233         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52234         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52235         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52237         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52238         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52240         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52241         place.  Use VEX encoding when compiling for AVX.
52243 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52245         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52246         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52248         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52250 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52252         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52253         useless if() expression.
52254         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52255         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52256         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52257         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52258         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52259         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52260         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52261         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52262         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52263         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52264         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52265         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52266         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52267         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52268         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52269         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52270         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52271         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52272         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52274         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52276 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52278         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52279         condition.
52280         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52282 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52284         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52285         .text section.  Avoid duplicate constants.
52286         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52287         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52288         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52289         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52290         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52291         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52292         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52293         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52294         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52295         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52296         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52297         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52298         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52299         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52300         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52301         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52302         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52303         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52304         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52305         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52306         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52307         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52308         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52309         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52310         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52311         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52312         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52313         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52314         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52315         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52316         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52317         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52318         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52319         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52320         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52321         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52322         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52323         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52324         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52325         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52326         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52327         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52328         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52329         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52330         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52332 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52334         * sysdeps/x86_64/dla.h: Move to ...
52335         * sysdeps/x86_64/fpu/dla.h: ...here.
52336         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52337         situations.  Use __builtin_fma only for gcc 4.6 and up.
52339         * config.make.in: Add have-mfma4 entry.
52340         * configure.in: Substitute libc_cv_cc_fma4.
52341         * math/Makefile (dbl-only-routines): Add sincostab.
52342         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52343         Use __sincostab not sincos.
52344         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52345         name is a macro.
52346         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52347         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52348         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52349         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52350         using __copysign.
52351         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52352         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52353         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52354         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52355         and __inv.
52356         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52357         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52358         __copysign.
52359         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52360         define aliases when function name is a macro.
52361         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52362         sysdeps/ieee754/dbl-64/sincos.tbl.
52363         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52364         fma4-enabled routines.
52365         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52366         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52367         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52368         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52369         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52370         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52371         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52372         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52373         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52374         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52375         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52376         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52377         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52378         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52379         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52380         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52381         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52382         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52383         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52384         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52385         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52386         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52387         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52388         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52389         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52390         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52391         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52392         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52393         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52394         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52396         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52397         rename.
52398         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52399         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52400         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52401         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52402         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52403         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52404         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52405         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52407 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52409         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52411 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52413         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52415         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52416         prediction.
52417         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52419         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52420         Remove unused variable magic_bits.
52421         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52423         * string/strnlen.c: Define and use STRNLEN macro.
52424         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52425         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52426         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52427         * wcsmbs/wcslen.c: Define and use WCSLEN.
52428         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52429         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52430         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52431         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52432         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52433         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52434         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52436 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52438         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52439         strnlen-sse2-no-bsf.
52440         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52441         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52442         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52443         Add strnlen support.
52444         (USE_AS_STRNLEN): New macro.
52445         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52446         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52447         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52448         * sysdeps/x86_64/wcslen.S: New file.
52450 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52452         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52453         XMM-moves are used for copying on small sizes.
52455 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52457         * wcsmbs/Makefile (strop-tests): Add wcschr.
52458         * wcsmbs/test-wcschr.c: New file.
52459         * string/test-strchr.c: Update.
52460         Add wcschr support.
52461         (WIDE): New macro.
52463 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52465         * wcsmbs/Makefile (strop-tests): Add wcslen.
52466         * wcsmbs/test-wcslen.c: New file.
52467         * string/test-strlen.c: Update.
52468         Add wcslen support.
52469         (WIDE): New macro.
52471 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52473         * po/it.po: Update from translation team.
52475 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52477         * sysdeps/x86_64/wcscmp.S: Update.
52478         Fix wrong comparison semantics.
52479         wcscmp shall use signed comparison not unsigned.
52480         Don't use substraction to avoid overflow bug.
52481         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52482         * wcsmbc/wcscmp.c: Likewise.
52483         * string/test-strcmp.c: Likewise.
52484         Add new tests to check cases with negative values.
52486 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52488         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52489         * sysdeps/x86_64/dla.h: ...here.  New file.
52490         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52491         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52492         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52493         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52494         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52495         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52496         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52497         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52498         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52500 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52502         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52503         __ynl_finite aliases.
52505 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52507         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52509         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52510         define DLA_FMA.
52511         [DLA_FMA] (EMULV): Use DLA_FMA.
52512         [DLA_FMA] (MUL12): Use EMULV.
52513         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52514         that are not needed.
52515         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52516         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52517         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52518         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52519         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52520         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52521         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52523 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52525         * math/s_nan.c: Undef __nan.
52526         * math/s_nanf.c: Undef __nanf.
52527         * math/s_nanl.c: Undef __nanl.
52528         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52529         "math_private.h".
52531 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52533         * math/s_catan.c: Add branch predictions.
52534         * math/s_catanf.c: Likewise.
52535         * math/s_catanh.c: Likewise.
52536         * math/s_catanhf.c: Likewise.
52537         * math/s_catanhl.c: Likewise.
52538         * math/s_catanl.c: Likewise.
52539         * math/s_cexp.c: Likewise.
52540         * math/s_cexpf.c: Likewise.
52541         * math/s_cexpl.c: Likewise.
52542         * math/s_clog.c: Likewise.
52543         * math/s_clog10.c: Likewise.
52544         * math/s_clog10f.c: Likewise.
52545         * math/s_clog10l.c: Likewise.
52546         * math/s_clogf.c: Likewise.
52547         * math/s_clogl.c: Likewise.
52548         * math/s_csqrt.c: Likewise.
52549         * math/s_csqrtf.c: Likewise.
52550         * math/s_csqrtl.c: Likewise.
52551         * math/s_ctanf.c: Likewise.
52552         * math/s_ctanh.c: Likewise.
52553         * math/s_ctanhf.c: Likewise.
52554         * math/s_ctanhl.c: Likewise.
52555         * math/s_ctanl.c: Likewise.
52557         * math/math_private.h: Define __nan, __nanf, __nanl.
52558         * math/s_cacosh.c: Include <math_private.h>.
52559         * math/s_cacoshl.c: Likewise.
52560         * math/s_casinh.c: Likewise.
52561         * math/s_casinhf.c: Likewise.
52562         * math/s_casinhl.c: Likewise.
52563         * math/s_ccos.c: Rely entire on ccosh.
52564         * math/s_ccosf.c: Rely entire on ccoshf.
52565         * math/s_ccosl.c: Rely entirely on ccoshl.
52566         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52567         Remove tests for FE_INVALID.
52568         * math/s_ccoshf.c: Likewise.
52569         * math/s_ccoshl.c: Likewise.
52570         * math/s_csin.c: Likewise.
52571         * math/s_csinf.c: Likewise.
52572         * math/s_csinh.c Likewise.
52573         * math/s_csinhf.c: Likewise.
52574         * math/s_csinhl.c: Likewise.
52575         * math/s_csinl.c: Likewise.
52576         * math/s_ctan.c: Likewise.
52577         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52578         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52579         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52581 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52583         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52584         compilation problems.
52586         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52587         __builtin_expect.
52589 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52591         * sysdeps/i386/configure.in: Test for -mfma4 option.
52592         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52593         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52594         COMMON_CPUID_INDEX_80000001.
52595         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52596         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52597         use it if FMA3 is not supported.
52598         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52600         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52601         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52603 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52605         [BZ #12892]
52606         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52607         it would create a cycle with a link time dependency.
52609 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52611         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52612         instruction.
52613         * string/Makefile (strop-tests): Add rawmemchr.
52614         * string/test-rawmemchr.c: New file.
52616         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52617         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52618         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52619         when compiling str{,n}casecmp and when AVX is available.  Hook up
52620         new optimized code in initializers.
52622 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52624         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52625         __feraiseexcept instead of feraiseexcept.
52627 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52629         * math/math_private.h: Define defaults for libc_fetestexcept and
52630         libc_feupdateenv.
52631         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52632         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52633         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52634         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52635         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52636         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52637         libc_fetestexcept and libc_feupdateenv.
52639         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52640         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52641         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52642         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52643         libc_feholdexcept_setround.
52645         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52646         Add s_nearbyint-c and s_nearbyintf-c.
52647         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52648         nearbyintf inlines.
52649         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52650         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52651         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52652         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52654         * math/math_private.h: Define defaults for libc_fegetround,
52655         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52656         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52657         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52658         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52659         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52660         standard functions.
52661         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52662         Remove comments and hacks for old compiler versions.
52663         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52664         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52665         libc_feholdexceptl.
52667 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52669         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52670         (__feraiseexcept_renamed): Add __NTH.
52671         (feraiseexcept): Add __NTH.  Rename local variables to fix
52672         namespace violations.
52674 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52676         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52678         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52680         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52681         recently added interfaces.
52682         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52684         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52685         about macro parameter expansion.
52687         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52688         __NO_MATH_INLINES is defined.  Cleanups.
52690         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52691         and __floorf is target has SSE4.1.
52692         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52693         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52694         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52695         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52697         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52698         name.
52699         (floorf): Likewise.
52701         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52703 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52705         * misc/sys/cdefs.h: Fix last change.
52707         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52708         database lookup.
52710 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52712         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52714         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52715         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52716         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52717         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52718         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52719         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52720         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52721         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52722         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52723         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52724         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52725         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52726         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52727         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52728         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52729         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52730         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52731         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52732         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52733         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52734         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52735         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52737         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52738         ceil, ceilf, floor, floorf.
52740         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52741         Perform IRELATIVE relocations last.
52743         * elf/do-rel.h: Add another parameter nrelative, replacing the
52744         local variable with the same name.  Change name of the function
52745         to end in Rel or Rela (uppercase).
52746         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52747         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52748         elf_dynamic_do_##reloc function.
52750 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52752         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52753         is sufficient, at least on modern CPUs.
52755         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52757         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52758         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52760         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52761         __expl_finite.
52762         * math/bits/math-finite.h: Add entries for exp.
52763         * math/e_expl.c: Add __*_finite alias.
52764         * sysdeps/i386/fpu/e_exp.S: Likewise.
52765         * sysdeps/i386/fpu/e_expf.S: Likewise.
52766         * sysdeps/i386/fpu/e_expl.c: Likewise.
52767         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52768         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52769         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52770         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52771         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52772         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52773         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52775         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52776         is sufficient, at least on modern CPUs.
52778         * ctype/ctype-info.c (__ctype_init): Define.
52779         * include/ctype.h (__ctype_init): Declare.
52780         (__ctype_b_loc): The variable is always initialized.
52781         (__ctype_toupper_loc): Likewise.
52782         (__ctype_tolower_loc): Likewise.
52783         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52784         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52786 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52788         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52790         * configure.in: Also look in $cxxmachine/include for C++ system
52791         headers.
52793 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52795         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52796         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52797         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52798         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52799         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52800         (USE_AS_WMEMCMP): New macro.
52801         Fixing indents.
52802         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52803         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52804         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52805         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52806         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52807         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52808         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52809         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52810         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52811         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52812         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52813         (USE_AS_WMEMCMP): New macro.
52814         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52815         * sysdeps/string/test-memcmp.c: Update.
52816         Fix simple_wmemcmp.
52817         Add new tests.
52818         * wcsmbs/wmemcmp.c: Update.
52819         (WMEMCMP): New macro.
52820         Fix overflow bug.
52822 2011-10-12  Andreas Jaeger  <aj@suse.de>
52824         [BZ #13268]
52825         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52827 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52829         * libio/iofwide.c (do_length): Avoid warning.
52831         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52833 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52835         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52837         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52838         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52839         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52840         * sysdeps/i386/i686/fpu/e_log.S: New file.
52841         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52842         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52844         * ctype/ctype.h: Add support for inlined isXXX functions when
52845         compiling C++ code.
52847 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52849         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52851         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52853 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52855         [BZ #13291]
52856         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52858 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52860         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52861         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52862         feraiseexcept.
52864         * sysdeps/x86_64/memrchr.S: Check for zero size.
52866         * string/stratcliff.c: Add memrchr tests.
52868 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52870         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52871         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52872         rawmemchr-sse2 rawmemchr-sse2-bsf.
52873         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52874         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52875         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52876         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52877         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52878         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52879         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52880         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52881         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52882         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52883         * string/memrchr.c (MEMRCHR): New macro.
52885 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52887         Add integration with gcc's -ffinite-math-only and optimize wrapper
52888         functions in libm.
52889         * Versions.def: Define GLIBC_2.15 version for libm.
52890         * math/Makefile (headers): Add bits/math-finite.h.
52891         * math/bits/math-finite.h: New file.
52892         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52893         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52894         * math/e_acoshl.c: Add __*_finite alias.
52895         * math/e_acosl.c: Likewise.
52896         * math/e_asinl.c: Likewise.
52897         * math/e_atan2l.c: Likewise.
52898         * math/e_atanhl.c: Likewise.
52899         * math/e_coshl.c: Likewise.
52900         * math/e_exp10.c: Likewise.
52901         * math/e_exp10f.c: Likewise.
52902         * math/e_exp10l.c: Likewise.
52903         * math/e_exp2l.c: Likewise.
52904         * math/e_fmodl.c: Likewise.
52905         * math/e_gammal_r.c: Likewise.
52906         * math/e_hypotl.c: Likewise.
52907         * math/e_j0l.c: Likewise.
52908         * math/e_j1l.c: Likewise.
52909         * math/e_jnl.c: Likewise.
52910         * math/e_lgammal_r.c: Likewise.
52911         * math/e_log10l.c: Likewise.
52912         * math/e_log2l.c: Likewise.
52913         * math/e_logl.c: Likewise.
52914         * math/e_powl.c: Likewise.
52915         * math/e_sinhl.c: Likewise.
52916         * math/e_sqrtl.c: Likewise.
52917         * math/e_scalb.c: Completely rewritten and optimized.
52918         * math/e_scalbf.c: Likewise.
52919         * math/e_scalbl.c: Likewise.
52920         * math/w_acos.c: Likewise.
52921         * math/w_acosf.c: Likewise.
52922         * math/w_acosl.c: Likewise.
52923         * math/w_acosh.c: Likewise.
52924         * math/w_acoshf.c: Likewise.
52925         * math/w_acoshl.c: Likewise.
52926         * math/w_asin.c: Likewise.
52927         * math/w_asinf.c: Likewise.
52928         * math/w_asinl.c: Likewise.
52929         * math/w_atan2.c: Likewise.
52930         * math/w_atan2f.c: Likewise.
52931         * math/w_atan2l.c: Likewise.
52932         * math/w_atanh.c: Likewise.
52933         * math/w_atanhf.c: Likewise.
52934         * math/w_atanhl.c: Likewise.
52935         * math/w_exp10.c: Likewise.
52936         * math/w_exp10f.c: Likewise.
52937         * math/w_exp10l.c: Likewise.
52938         * math/w_fmod.c: Likewise.
52939         * math/w_fmodf.c: Likewise.
52940         * math/w_fmodl.c: Likewise.
52941         * math/w_j0.c: Likewise.
52942         * math/w_j0f.c: Likewise.
52943         * math/w_j0l.c: Likewise.
52944         * math/w_j1.c: Likewise.
52945         * math/w_j1f.c: Likewise.
52946         * math/w_j1l.c: Likewise.
52947         * math/w_jn.c: Likewise.
52948         * math/w_jnf.c: Likewise.
52949         * math/w_log.c: Likewise.
52950         * math/w_logf.c: Likewise.
52951         * math/w_logl.c: Likewise.
52952         * math/w_log10.c: Likewise.
52953         * math/w_log10f.c: Likewise.
52954         * math/w_log10l.c: Likewise.
52955         * math/w_log2.c: Likewise.
52956         * math/w_log2f.c: Likewise.
52957         * math/w_log2l.c: Likewise.
52958         * math/w_pow.c: Likewise.
52959         * math/w_powf.c: Likewise.
52960         * math/w_powl.c: Likewise.
52961         * math/w_remainder.c: Likewise.
52962         * math/w_remainderf.c: Likewise.
52963         * math/w_remainderl.c: Likewise.
52964         * math/w_scalb.c: Likewise.
52965         * math/w_scalbf.c: Likewise.
52966         * math/w_scalbl.c: Likewise.
52967         * math/w_sqrt.c: Likewise.
52968         * math/w_sqrtf.c: Likewise.
52969         * math/w_sqrtl.c: Likewise.
52970         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52971         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52972         used.
52973         * math/math_private.h: Declare __kernel_standard_f.
52974         * math/w_cosh.c: Remove cruft and optimize a bit.
52975         * math/w_coshf.c: Likewise.
52976         * math/w_coshl.c: Likewise.
52977         * math/w_exp2.c: Likewise.
52978         * math/w_exp2f.c: Likewise.
52979         * math/w_exp2l.c: Likewise.
52980         * math/w_hypot.c: Likewise.
52981         * math/w_hypotf.c: Likewise.
52982         * math/w_hypotl.c: Likewise.
52983         * math/w_lgamma.c: Likewise.
52984         * math/w_lgamma_r.c: Likewise.
52985         * math/w_lgammaf.c: Likewise.
52986         * math/w_lgammaf_r.c: Likewise.
52987         * math/w_lgammal.c: Likewise.
52988         * math/w_lgammal_r.c: Likewise.
52989         * math/w_sinh.c: Likewise.
52990         * math/w_sinhf.c: Likewise.
52991         * math/w_sinhl.c: Likewise.
52992         * math/w_tgamma.c: Likewise.
52993         * math/w_tgammaf.c: Likewise.
52994         * math/w_tgammal.c: Likewise.
52995         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52996         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52997         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52998         Minor optimizations.  Pretty printing.  Remove cruft.
52999         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53000         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53001         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53002         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53003         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53004         * sysdeps/i386/fpu/e_asin.S: Likewise.
53005         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53006         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53007         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53008         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53009         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53010         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53011         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53012         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53013         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53014         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53015         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53016         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53017         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53018         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53019         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53020         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53021         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53022         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53023         * sysdeps/i386/fpu/e_log.S: Likewise.
53024         * sysdeps/i386/fpu/e_log10.S: Likewise.
53025         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53026         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53027         * sysdeps/i386/fpu/e_log2.S: Likewise.
53028         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53029         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53030         * sysdeps/i386/fpu/e_logf.S: Likewise.
53031         * sysdeps/i386/fpu/e_logl.S: Likewise.
53032         * sysdeps/i386/fpu/e_pow.S: Likewise.
53033         * sysdeps/i386/fpu/e_powf.S: Likewise.
53034         * sysdeps/i386/fpu/e_powl.S: Likewise.
53035         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53036         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53037         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53038         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53039         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53040         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53041         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53042         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53043         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53044         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53045         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53046         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53047         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53048         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53049         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53050         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53051         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53052         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53053         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53054         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53055         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53056         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53057         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53058         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53059         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53060         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53061         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53062         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53063         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53064         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53065         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53066         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53067         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53068         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53069         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53070         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53071         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53072         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53073         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53074         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53075         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53076         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53077         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53078         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53079         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53080         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53081         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53082         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53083         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53084         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53085         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53086         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53087         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53088         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53089         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53090         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53091         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53092         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53093         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53094         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53095         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53096         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53097         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53098         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53099         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53100         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53101         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53102         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53103         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53104         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53105         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53106         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53107         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53108         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53109         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53110         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53111         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53112         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53113         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53114         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53115         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53116         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53117         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53118         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53119         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53120         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53121         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53122         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53123         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53124         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53125         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53126         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53127         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53128         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53129         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53130         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53131         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53132         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53133         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53134         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53135         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53136         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53137         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53138         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53139         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53140         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53141         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53142         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53143         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53144         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53145         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53146         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53147         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53148         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53149         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53150         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53151         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53152         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53153         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53154         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53155         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53156         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53157         (__isnanf): Likewise.
53158         (__isinf_ns): Likewise.
53159         (__isinf_nsf): Likewise.
53160         (__finite): Likewise.
53161         (__finitef): Likewise.
53162         (__ieee754_sqrt): Define as macro.
53163         (__ieee754_sqrtf): Define as macro.
53164         (__ieee754_sqrtl): Define as macro.
53165         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53166         inlined copy.
53167         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53168         __FINITE_MATH_ONLY__ consistent.
53169         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53171 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53173         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53174         of rawmemchr.
53176         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53178 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53180         * po/ja.po: Update from translation team.
53182 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53184         * locale/programs/locarchive.c (prepare_address_space): New function.
53185         (create_archive, enlarge_archive, open_archive): Use it.
53187         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53188         inside [SHARED], where it is used.
53190         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53192         * nss/getent.c (netgroup_keys): Remove unused variable.
53193         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53195 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53197         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53198         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53199         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53200         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53201         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53202         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53203         * math/Makefile (libm-calls): Add s_isinf_ns.
53204         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53205         * math/multc3.c: Likewise.
53206         * math/s_casin.c: Likewise.
53207         * math/s_casinf.c: Likewise.
53208         * math/s_casinl.c: Likewise.
53209         * math/s_ccos.c: Likewise.
53210         * math/s_ccosf.c: Likewise.
53211         * math/s_ccosl.c: Likewise.
53212         * math/s_ctan.c: Likewise.
53213         * math/s_ctanf.c: Likewise.
53214         * math/s_ctanh.c: Likewise.
53215         * math/s_ctanhf.c: Likewise.
53216         * math/s_ctanhl.c: Likewise.
53217         * math/s_ctanl.c: Likewise.
53218         * math/w_fmod.c: Likewise.
53219         * math/w_fmodf.c: Likewise.
53220         * math/w_fmodl.c: Likewise.
53221         * math/w_remainder.c: Likewise.
53222         * math/w_remainderf.c: Likewise.
53223         * math/w_remainderl.c: Likewise.
53224         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53225         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53226         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53227         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53228         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53229         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53230         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53231         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53233         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53234         of the number.
53235         * stdio-common/printf_fphex.c: Likewise.
53236         * stdio-common/printf_size.c: Likewise.
53238         * math/e_exp10.c: Include math_private.h using <...> not "...".
53239         * math/e_exp10f.c: Likewise.
53240         * math/e_exp10l.c: Likewise.
53241         * math/e_exp2l.c: Likewise.
53242         * math/e_j0l.c: Likewise.
53243         * math/e_j1l.c: Likewise.
53244         * math/e_jnl.c: Likewise.
53245         * math/e_lgammal_r.c: Likewise.
53246         * math/e_rem_pio2l.c: Likewise.
53247         * math/e_scalb.c: Likewise.
53248         * math/e_scalbf.c: Likewise.
53249         * math/e_scalbl.c: Likewise.
53250         * math/k_cosl.c: Likewise.
53251         * math/k_sinl.c: Likewise.
53252         * math/k_tanl.c: Likewise.
53253         * math/s_cacoshf.c: Likewise.
53254         * math/s_catan.c: Likewise.
53255         * math/s_catanf.c: Likewise.
53256         * math/s_catanh.c: Likewise.
53257         * math/s_catanhf.c: Likewise.
53258         * math/s_catanhl.c: Likewise.
53259         * math/s_catanl.c: Likewise.
53260         * math/s_ccosh.c: Likewise.
53261         * math/s_ccoshf.c: Likewise.
53262         * math/s_ccoshl.c: Likewise.
53263         * math/s_cexp.c: Likewise.
53264         * math/s_cexpf.c: Likewise.
53265         * math/s_cexpl.c: Likewise.
53266         * math/s_clog.c: Likewise.
53267         * math/s_clog10.c: Likewise.
53268         * math/s_clog10f.c: Likewise.
53269         * math/s_clog10l.c: Likewise.
53270         * math/s_clogf.c: Likewise.
53271         * math/s_clogl.c: Likewise.
53272         * math/s_csin.c: Likewise.
53273         * math/s_csinf.c: Likewise.
53274         * math/s_csinh.c: Likewise.
53275         * math/s_csinhf.c: Likewise.
53276         * math/s_csinhl.c: Likewise.
53277         * math/s_csinl.c: Likewise.
53278         * math/s_csqrt.c: Likewise.
53279         * math/s_csqrtf.c: Likewise.
53280         * math/s_csqrtl.c: Likewise.
53281         * math/s_ctan.c: Likewise.
53282         * math/s_ctanf.c: Likewise.
53283         * math/s_ctanh.c: Likewise.
53284         * math/s_ctanhf.c: Likewise.
53285         * math/s_ctanhl.c: Likewise.
53286         * math/s_ctanl.c: Likewise.
53287         * math/s_ldexp.c: Likewise.
53288         * math/s_ldexpf.c: Likewise.
53289         * math/s_ldexpl.c: Likewise.
53290         * math/s_significand.c: Likewise.
53291         * math/s_significandf.c: Likewise.
53292         * math/s_significandl.c: Likewise.
53293         * math/w_acos.c: Likewise.
53294         * math/w_acosf.c: Likewise.
53295         * math/w_acosh.c: Likewise.
53296         * math/w_acoshf.c: Likewise.
53297         * math/w_acoshl.c: Likewise.
53298         * math/w_acosl.c: Likewise.
53299         * math/w_asin.c: Likewise.
53300         * math/w_asinf.c: Likewise.
53301         * math/w_asinl.c: Likewise.
53302         * math/w_atan2.c: Likewise.
53303         * math/w_atan2f.c: Likewise.
53304         * math/w_atan2l.c: Likewise.
53305         * math/w_atanh.c: Likewise.
53306         * math/w_atanhf.c: Likewise.
53307         * math/w_atanhl.c: Likewise.
53308         * math/w_cosh.c: Likewise.
53309         * math/w_coshf.c: Likewise.
53310         * math/w_coshl.c: Likewise.
53311         * math/w_dremf.c: Likewise.
53312         * math/w_exp10.c: Likewise.
53313         * math/w_exp10f.c: Likewise.
53314         * math/w_exp10l.c: Likewise.
53315         * math/w_exp2.c: Likewise.
53316         * math/w_exp2f.c: Likewise.
53317         * math/w_fmod.c: Likewise.
53318         * math/w_fmodf.c: Likewise.
53319         * math/w_fmodl.c: Likewise.
53320         * math/w_hypot.c: Likewise.
53321         * math/w_hypotf.c: Likewise.
53322         * math/w_hypotl.c: Likewise.
53323         * math/w_j0.c: Likewise.
53324         * math/w_j0f.c: Likewise.
53325         * math/w_j0l.c: Likewise.
53326         * math/w_j1.c: Likewise.
53327         * math/w_j1f.c: Likewise.
53328         * math/w_j1l.c: Likewise.
53329         * math/w_jn.c: Likewise.
53330         * math/w_jnf.c: Likewise.
53331         * math/w_jnl.c: Likewise.
53332         * math/w_lgamma.c: Likewise.
53333         * math/w_lgamma_r.c: Likewise.
53334         * math/w_lgammaf.c: Likewise.
53335         * math/w_lgammaf_r.c: Likewise.
53336         * math/w_lgammal.c: Likewise.
53337         * math/w_lgammal_r.c: Likewise.
53338         * math/w_log.c: Likewise.
53339         * math/w_log10.c: Likewise.
53340         * math/w_log10f.c: Likewise.
53341         * math/w_log10l.c: Likewise.
53342         * math/w_log2.c: Likewise.
53343         * math/w_log2f.c: Likewise.
53344         * math/w_log2l.c: Likewise.
53345         * math/w_logf.c: Likewise.
53346         * math/w_logl.c: Likewise.
53347         * math/w_pow.c: Likewise.
53348         * math/w_powf.c: Likewise.
53349         * math/w_powl.c: Likewise.
53350         * math/w_remainder.c: Likewise.
53351         * math/w_remainderf.c: Likewise.
53352         * math/w_remainderl.c: Likewise.
53353         * math/w_scalb.c: Likewise.
53354         * math/w_scalbf.c: Likewise.
53355         * math/w_scalbl.c: Likewise.
53356         * math/w_sinh.c: Likewise.
53357         * math/w_sinhf.c: Likewise.
53358         * math/w_sinhl.c: Likewise.
53359         * math/w_sqrt.c: Likewise.
53360         * math/w_sqrtf.c: Likewise.
53361         * math/w_sqrtl.c: Likewise.
53362         * math/w_tgamma.c: Likewise.
53363         * math/w_tgammaf.c: Likewise.
53364         * math/w_tgammal.c: Likewise.
53366         * po/ja.po: Update from translation team.
53368 2011-09-29  Andreas Jaeger  <aj@suse.de>
53370         [BZ #13179]
53371         * sunrpc/netname.c (netname2host): Fix logic.
53373         [BZ #6779]
53374         [BZ #6783]
53375         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53376         correctly.
53377         * math/w_remainder.c (__remainder): Likewise.
53378         * math/w_remainderf.c (__remainderf): Likewise.
53379         * math/libm-test.inc (remainder_test): Add test cases.
53381 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53383         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53384         sdiv_qrnnd.
53386 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53388         * string/test-memcmp.c: Avoid unncessary #defines.
53389         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53391 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53393         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53394         Use new sse2 version for core i3 - i7 as it's faster
53395         than sse42 version.
53396         (bit_Prefer_PMINUB_for_stringop): New.
53397         * sysdeps/x86_64/rawmemchr.S: Update.
53398         Replace with faster SSE2 version.
53399         * sysdeps/x86_64/memrchr.S: New file.
53400         * sysdeps/x86_64/memchr.S: Update.
53401         Replace with faster SSE2 version.
53403 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53405         * elf/dl-load.c (lose): Add cast to avoid warning.
53407 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53409         * po/ca.po: Update from translation team.
53411         * inet/getnetgrent_r.c: Hook up nscd.
53412         * nscd/Makefile (routines): Add nscd_netgroup.
53413         (nscd-modules): Add netgroupcache.
53414         (CFLAGS-netgroupcache.c): Define.
53415         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53416         (cache_search): Add const to second parameter.
53417         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53418         INNETGR.
53419         (dbs): Add netgrdb entry.
53420         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53421         (verify_persistent_db): Handle netgrdb.
53422         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53423         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53424         GETFDNETGR.
53425         (netgroup_response_header): Define.
53426         (innetgroup_response_header): Define.
53427         (datahead): Add netgroup_response_header and innetgroup_response_header
53428         elements.
53429         * nscd/nscd.conf: Add entries for netgroup cache.
53430         * nscd/nscd.h (dbtype): Add netgrdb.
53431         (_PATH_NSCD_NETGROUP_DB): Define.
53432         (netgroup_iov_disabled): Declare.
53433         (xmalloc, xcalloc, xrealloc): Move declarations here.
53434         (cache_search): Adjust prototype.
53435         Add netgroup-related prototypes.
53436         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53437         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53438         (__nscd_innetgr): Declare.
53439         * nscd/selinux.c (perms): Use access_vector_t as element type and
53440         add netgroup-related initializers.
53441         * nscd/netgroupcache.c: New file.
53442         * nscd/nscd_netgroup.c: New file.
53443         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53444         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53445         For four parameters use innetgr.
53446         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53447         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53448         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53449         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53451         * nscd/connections.c (register_traced_file): Don't register file
53452         for disabled databases.
53454 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53456         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53458         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53459         from tree and freeing node.
53461 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53463         * nss/nsswitch.c (__nss_database_lookup): Handle
53464         nss_parse_service_list out of memory case.
53466 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53468         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53469         out of memory case.
53471 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53473         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53474         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53475         pass it down.
53476         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53477         elf_machine_rela, elf_machine_lazy_rel.
53478         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53479         (ELF_DYNAMIC_DO_REL): Likewise.
53480         (ELF_DYNAMIC_DO_RELA): Likewise.
53481         (ELF_DYNAMIC_RELOCATE): Likewise.
53482         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53483         to ELF_DYNAMIC_DO_REL.
53484         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53485         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53486         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53487         elf_machine_rela.
53488         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53489         skip_ifunc, don't call ifunc function if non-zero.
53490         (elf_machine_rela): Likewise.
53491         (elf_machine_lazy_rel): Likewise.
53492         (elf_machine_lazy_rela): Likewise.
53493         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53494         (elf_machine_lazy_rel): Likewise.
53495         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53496         Likewise.
53497         (elf_machine_lazy_rel): Likewise.
53498         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53499         Likewise.
53500         (elf_machine_lazy_rel): Likewise.
53501         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53502         (elf_machine_lazy_rel): Likewise.
53503         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53504         (elf_machine_lazy_rel): Likewise.
53505         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53506         (elf_machine_lazy_rel): Likewise.
53507         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53508         (elf_machine_lazy_rel): Likewise.
53509         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53510         (elf_machine_lazy_rel): Likewise.
53511         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53512         (elf_machine_lazy_rel): Likewise.
53514 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53516         * nss/nss_files/files-init.c (_nss_files_init): Use static
53517         initialization for all the *_traced_file variables.
53519 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53521         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53523 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53525         [BZ #13226]
53526         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53528 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53530         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53531         Reread the line before reparsing it.
53533 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53535         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53537 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53538             Maxim Kuvyrkov  <maxim@codesourcery.com>
53539             Joseph Myers  <joseph@codesourcery.com>
53541         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53542         if needed for __stack_chk_guard.
53544 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53546         * sysdeps/posix/spawni.c (script_execute): Always define it.
53547         It will be optimized away if unused.
53548         (maybe_script_execute): New function.
53549         (__spawni): Call it.
53551         * Makerules: Don't include tls.make.
53552         (config-tls): Always set to thread.
53553         * tls.make.c: File removed.
53555 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53557         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53558         * config.make.in (CPPFLAGS-config): New substituted variable.
53560 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53562         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53564         [BZ #13192]
53565         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53566         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53568 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53570         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53571         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53572         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53573         (CALL_FAIL): Likewise.
53574         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53575         (CALL_FAIL): Macro removed.
53576         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53578 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53580         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53581         for __FINITE_MATH_ONLY__ == 1.
53583 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53585         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53586         __ieee754_sqrt instead of sqrt.
53587         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53588         __ieee754_sqrtf instead of sqrtf.
53589         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53590         __floorf instead of floorf.
53591         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53592         __floorf, __truncf instead of floorf, truncf.
53594 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53596         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53598         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53599         __extern_always_inline.
53600         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53601         32-bit.
53603 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53605         * elf/rtld.c (dl_main): Also relocate in dependency order when
53606         doing symbol dependency testing.
53608 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53610         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53611         Always define `refsym'.
53613 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53615         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53616         (__FD_ELT): Renamed from __FDELT.
53617         * misc/bits/select2.h (__FD_ELT): Likewise.
53618         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53619         __FD_MASK instead of __FDELT, __FDMASK.
53620         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53621         Likewise.
53622         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53623         Likewise.
53625         * elf/Makefile (gen-ldd): Fix pattern.
53627         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53628         (init_tls): Likewise.
53630 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53632         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53634 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53636         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53637         `struct cmsghdr *' instead of `void *'.
53638         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53639         Likewise.
53641 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53643         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53644         if non-absolute.
53645         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53646         ldd_rewrite_script.
53648 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53650         * configure.in: Remove --with-tls option.
53651         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53652         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53653         out in case it is missing.
53654         * sysdeps/ia64/elf/configure.in: Likewise.
53655         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53656         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53657         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53658         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53659         * sysdeps/sh/elf/configure.in: Likewise.
53660         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53661         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53662         * sysdeps/x86_64/elf/configure.in: Likewise.
53663         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53664         * sysdeps/mach/hurd/tls.h: Likewise.
53666         [BZ #13067]
53667         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53669         [BZ #13090]
53670         * configure.in: Fix use of AC_INIT.
53672         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53674 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53676         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53677         __set_errno.
53678         * malloc/hooks.c: Likewise.
53680         [BZ #11929]
53681         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53682         variables statically.
53683         (narenas): Initialize.
53684         (list_lock): Initialize.
53685         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53686         initializtion of main_arena and list_lock.  Small cleanups.
53687         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53688         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53689         Add initializers to main_arena and mp_.
53690         (malloc_state): Remove pagesize member.  Change all users to use
53691         GLRO(dl_pagesize).
53693         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53694         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53695         is always initialized.
53697         * malloc/malloc.c: Removed unused configurations and dead code.
53698         * malloc/arena.c: Likewise.
53699         * malloc/hooks.c: Likewise.
53700         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53702         * include/tls.h: Removed.  USE___THREAD must always be defined.
53703         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53704         * elf/dl-libc.c: Likewise.
53705         * elf/dl-tsd.c: Likewise.
53706         * include/errno.h: Likewise.
53707         * include/netdb.h: Likewise.
53708         * include/resolv.h: Likewise.
53709         * inet/herrno-loc.c: Likewise.
53710         * inet/herrno.c: Likewise.
53711         * malloc/arena.c: Likewise.
53712         * malloc/hooks.c: Likewise.
53713         * malloc/malloc.c: Likewise.
53714         * resolv/res-state.c: Likewise.
53715         * resolv/res_libc.c: Likewise.
53716         * sysdeps/i386/dl-machine.h: Likewise.
53717         * sysdeps/ia64/dl-machine.h: Likewise.
53718         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53719         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53720         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53721         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53722         * sysdeps/sh/dl-machine.h: Likewise.
53723         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53724         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53725         * sysdeps/unix/i386/sysdep.S: Likewise.
53726         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53727         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53728         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53729         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53730         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53731         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53732         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53733         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53734         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53735         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53736         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53737         * sysdeps/x86_64/dl-machine.h: Likewise.
53738         * tls.make.c: Likewise.
53740         * configure.in: Remove --with-__thread option.  Make tests for
53741         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53742         tls_model attribute fail if no support is available.  Remove
53743         USE_IN_LIBIO.
53744         * Makeconfig: Adjust for dropped configure option.  All features are
53745         now mandatory.
53746         * Makerules: Likewise.
53747         * Versions.def: Likewise.
53748         * argp/argp-fmtstream.c: Likewise.
53749         * argp/argp-fmtstream.h: Likewise.
53750         * argp/argp-help.c: Likewise.
53751         * assert/assert.c: Likewise.
53752         * config.h.in: Likewise.
53753         * config.make.in: Likewise.
53754         * configure: Likewise.
53755         * configure.in: Likewise.
53756         * csu/Versions: Likewise.
53757         * csu/init.c: Likewise.
53758         * elf/tst-audit2.c: Likewise.
53759         * elf/tst-tls10.c: Likewise.
53760         * elf/tst-tls10.h: Likewise.
53761         * elf/tst-tls11.c: Likewise.
53762         * elf/tst-tls12.c: Likewise.
53763         * elf/tst-tls14.c: Likewise.
53764         * elf/tst-tlsmod11.c: Likewise.
53765         * elf/tst-tlsmod12.c: Likewise.
53766         * elf/tst-tlsmod13.c: Likewise.
53767         * elf/tst-tlsmod13a.c: Likewise.
53768         * elf/tst-tlsmod14a.c: Likewise.
53769         * elf/tst-tlsmod15b.c: Likewise.
53770         * elf/tst-tlsmod16a.c: Likewise.
53771         * elf/tst-tlsmod16b.c: Likewise.
53772         * elf/tst-tlsmod7.c: Likewise.
53773         * elf/tst-tlsmod8.c: Likewise.
53774         * elf/tst-tlsmod9.c: Likewise.
53775         * gmon/gmon.c: Likewise.
53776         * grp/fgetgrent_r.c: Likewise.
53777         * grp/putgrent.c: Likewise.
53778         * hurd/fopenport.c: Likewise.
53779         * include/libc-symbols.h: Likewise.
53780         * include/tls.h: Likewise.
53781         * intl/gettextP.h: Likewise.
53782         * intl/loadinfo.h: Likewise.
53783         * locale/global-locale.c: Likewise.
53784         * locale/localeinfo.h: Likewise.
53785         * mach/devstream.c: Likewise.
53786         * malloc/arena.c: Likewise.
53787         * malloc/set-freeres.c: Likewise.
53788         * misc/err.c: Likewise.
53789         * misc/getttyent.c: Likewise.
53790         * misc/mntent_r.c: Likewise.
53791         * posix/getopt.c: Likewise.
53792         * posix/wordexp.c: Likewise.
53793         * pwd/fgetpwent_r.c: Likewise.
53794         * resolv/Versions: Likewise.
53795         * resolv/res_hconf.c: Likewise.
53796         * shadow/fgetspent_r.c: Likewise.
53797         * shadow/putspent.c: Likewise.
53798         * stdio-common/printf_fphex.c: Likewise.
53799         * stdio-common/tmpfile.c: Likewise.
53800         * stdlib/abort.c: Likewise.
53801         * stdlib/fmtmsg.c: Likewise.
53802         * sunrpc/auth_unix.c: Likewise.
53803         * sunrpc/clnt_perr.c: Likewise.
53804         * sunrpc/clnt_tcp.c: Likewise.
53805         * sunrpc/clnt_udp.c: Likewise.
53806         * sunrpc/clnt_unix.c: Likewise.
53807         * sunrpc/openchild.c: Likewise.
53808         * sunrpc/svc_simple.c: Likewise.
53809         * sunrpc/svc_tcp.c: Likewise.
53810         * sunrpc/svc_udp.c: Likewise.
53811         * sunrpc/svc_unix.c: Likewise.
53812         * sunrpc/xdr.c: Likewise.
53813         * sunrpc/xdr_array.c: Likewise.
53814         * sunrpc/xdr_rec.c: Likewise.
53815         * sunrpc/xdr_ref.c: Likewise.
53816         * sunrpc/xdr_stdio.c: Likewise.
53818 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53820         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53822 2011-07-03  Andreas Jaeger  <aj@suse.de>
53824         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53825         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53826         regenerate with gen-libm-tests.pl.
53828 2010-05-12  Petr Baudis  <pasky@suse.cz>
53830         [BZ #11589]
53831         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53832         around j0() zero points by switching to j1().
53833         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53834         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53835         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53836         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53838 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53840         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53841         instead of 0.
53842         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53843         instead of 0.
53844         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53845         Patch in part by Pavel Roskin <proski@gnu.org>.
53847         [BZ #13138]
53848         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53849         realloc.
53850         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53851         Free memory block if necessary.
53853         [BZ #12847]
53854         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53855         be NULL.  Don't lock in this case.
53857 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53859         * elf/elf.h (ELFOSABI_GNU): New macro.
53860         (ELFOSABI_LINUX): Define to that.
53862 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53864         * string/strncat.c (strncat): Undef the symbol in case it has been
53865         defined in bits/string.h.
53867 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53869         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53871         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53872         link map.
53874 2011-08-17  Andreas Jaeger  <aj@suse.de>
53876         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53878 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53879             Ian Lance Taylor  <iant@google.com>
53881         * math/libm-test.inc (lround_test): New testcase.
53882         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53884 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53886         * Makefile: Remove support for automatic cvs check-ins.
53887         * Makerules: Likewise.
53888         * config.make.in: Likewise.
53889         * configure.in: Likewise.
53890         * intl/Makefile: Likewise.
53891         * locale/Makefile: Likewise.
53892         * po/Makefile: Likewise.
53893         * posix/Makefile: Likewise.
53894         * sysdeps/gnu/Makefile: Likewise.
53895         * sysdeps/mach/hurd/Makefile: Likewise.
53896         * sysdeps/sparc/sparc32/Makefile: Likewise.
53898         [BZ #13118]
53899         * posix/Makefile (bug-regex32-ENV): Define.
53900         Patch by John Stanley <jpsinthemix@verizon.net>.
53902         * misc/Makefile (headers): Add bits/select2.h.
53903         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53904         * misc/bits/select2.h: New file.
53905         * include/bits/select2.h: New file.
53906         * debug/Makefile (routines): Add fdelt_chk.
53907         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53908         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53909         FD_ISSET.
53910         * debug/fdelt_chk.c: New file.
53912         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53913         * wcsmbs/test-wmemcmp.c: Likewise.
53914         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53915         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53917 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53919         * string/Makefile (strop-tests): Add memcmp.
53920         * string/test-wmemcmp.c: New file.
53921         * string/test-memcmp.c: Add wmemcmp support.
53923 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53925         [BZ #13153]
53926         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53927         2011-07-19 change.
53929         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53930         garbage value in a __mach_port_mod_refs call in the cases of the
53931         task-self and thread-self ports.
53933 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53935         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53937 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53939         * elf/dl-load.c (lose): Check for non-null L.
53941 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53943         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53945         * elf/dl-libc.c (dlerror_run): Pass back error code from
53946         dl_catch_error.
53948         [BZ #13123]
53949         * elf/dl-load.c (lose): Free l_origin if it is valid.
53951         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53952         names.
53953         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53954         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53955         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53956         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53957         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53958         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53960 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53962         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53963         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53964         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53965         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53966         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53967         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53968         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53969         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53970         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53971         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53973 2011-08-15  Alan Modra  <amodra@gmail.com>
53975         [BZ #13092]
53976         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53977         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53978         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53979         ppc_mcount to static-only-routines.
53980         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53981         __mcount_internal.
53982         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53983         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53985 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53987         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53988         for finite and infinity parameters.
53990 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53992         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53993         and add nop instructions for throughput optimization.
53994         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53996 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53998         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53999         aligned copy for power7 with vector-scalar instructions.
54000         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54002 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54004         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54005         AVX check.
54007 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54009         [BZ #13144]
54010         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54011         last change.
54013 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54015         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54016         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54017         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54018         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54019         clock_gettime.
54021 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54023         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54024         Forgot to demangle the pointer.
54026         * sysdeps/i386/sysdep.h: Define atom_text_section.
54027         * sysdeps/x86_64/sysdep.h: Likewise.
54028         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54029         section with atom_text_section.
54030         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54031         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54032         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54033         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54034         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54036         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54037         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54038         already be defined.  Change to take two parameters and don't assign
54039         result to variable.  Adjust all users.
54040         Define INTERNAL_GETTIME if not already defined.
54041         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54042         call.
54043         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54044         HAVE_CLOCK_GETTIME_VSYSCALL.
54045         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54047         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54048         gettimeofday vsyscall, just use time.
54050 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54052         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54053         <errno.h>.
54055 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54057         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54058         syscall on x86-64.
54059         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54060         syscall.
54061         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54062         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54063         syscall if possible.
54065 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54067         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54068         e_ident.  Don't pass to find_mapsXX.
54069         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54071 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54073         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54074         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54075         * sysdeps/x86_64/multiarch/strchr.S: Update.
54076         Check bit_slow_BSF bit.
54077         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54078         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54079         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54081 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54083         [BZ #13134]
54084         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54085         before glibc 2.15.
54086         (tryshell): Define.
54087         (__spawni): Change last parameter to be flag.  Test
54088         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54089         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54090         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54091         * posix/spawni.c: Likewise.
54092         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54093         * posix/spawnp.c: Likewise.  Change normal version to use
54094         SPAWN_XFLAGS_USE_PATH.
54095         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54096         SPAWN_XFLAGS_TRY_SHELL.
54098         [BZ #13150]
54099         * posix/glob.h: Remove gcc 1.x support.
54101         [BZ #13068]
54102         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54104 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54106         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54107         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54108         strrchr-sse2-bsf
54109         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54110         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54111         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54112         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54113         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54114         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54116 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54118         * sysdeps/x86_64/wcscmp.S: New file.
54120         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54121         wcscmp-c wcscmp-sse2
54122         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54123         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54124         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54125         * wcsmbs/wcscmp.c: Allow renaming.
54127 2011-09-05  David S. Miller  <davem@davemloft.net>
54129         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54130         stack slot, rather than the struct return pointer slot.
54131         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54132         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54134         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54136 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54138         * po/ja.po: Update from translation team.
54140         [BZ #13144]
54141         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54142         kernel in 64-bit binaries.
54144 2011-09-01  David S. Miller  <davem@davemloft.net>
54146         * elf/elf.h (HWCAP_SPARC_*): Move to..
54147         * sysdeps/sparc/sysdep.h: this new file and add new values.
54148         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54149         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54150         _DL_HWCAP_COUNT to 24.
54151         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54152         entries.
54153         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54154         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54155         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54156         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54157         instead of magic constants.
54158         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54160 2011-08-31  David S. Miller  <davem@davemloft.net>
54162         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54163         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54164         Reimplement to do errno handling inline.
54165         (SYSCALL_ERROR_HANDLER): New macro.
54166         (__SYSCALL_STRING): Do not do errno handling in asm.
54167         (__CLONE_SYSCALL_STRING): Delete.
54168         (__INTERNAL_SYSCALL_STRING): Delete.
54169         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54170         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54171         (PSEUDO): Reimplement to do errno handling inline.
54172         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54173         (SYSCALL_ERROR_HANDLER): New macro.
54174         (__SYSCALL_STRING): Do not do errno handling in asm.
54175         (__CLONE_SYSCALL_STRING): Delete.
54176         (__INTERNAL_SYSCALL_STRING): Delete.
54177         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54178         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54179         i386.
54180         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54181         (inline_syscall*): Add 'err' argument.
54182         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54183         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54184         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54185         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54187         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54188         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54190 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54192         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54194 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54196         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54197         directive.
54199 2011-08-24  David S. Miller  <davem@davemloft.net>
54201         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54203 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54205         * elf/Makefile: Add rules to build and run unload8 test.
54206         * elf/unload8.c: New file.
54207         * elf/unload8mod1.c: New file.
54208         * elf/unload8mod1x.c: New file.
54209         * elf/unload8mod2.c: New file.
54210         * elf/unload8mod3.c: New file.
54212         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54213         it wasn't used.
54215 2011-08-23  David S. Miller  <davem@davemloft.net>
54217         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54218         subtract stack bias.
54219         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54220         %sp not %fp in calculations.
54221         (_JMPBUF_UNWINDS_ADJ): Likewise.
54223         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54224         (aio_suspend): Call it to force an exception region around the
54225         AIO_MISC_WAIT() invocation.
54227 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54229         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54230         backslash.
54232 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54234         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54235         protection macro.
54236         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54237         and <dl-machine.h>.
54238         (Elf64_FuncDesc): Remove.
54240 2011-08-22  David S. Miller  <davem@davemloft.net>
54242         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54243         sigaltstack check, add missing cfi directives.
54244         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54245         missing cfi directives, and sigaltstack handling.
54247 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54249         [BZ #11724]
54250         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54251         object is seen twice.
54252         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54254         * elf/Makefile (distribute): Add tst-initorder2.c.
54255         (tests): Add tst-initorder2.
54256         (modules-names): Add tst-initorder2a tst-initorder2b
54257         tst-initorder2c tst-initorder2d.  Add rules to build them.
54258         ($(objpfx)tst-initorder2.out): New rule.
54259         * elf/tst-initorder2.c: New file.
54260         * elf/tst-initorder2.exp: New file.
54262 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54264         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54266         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54267         dependencies back to end of function.
54269         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54270         $(elfobjdir)/ld.so.
54272 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54274         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54275         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54276         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54277         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54278         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54279         of __vdso_gettimeofday.
54280         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54281         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54282         attribute_hidden.
54283         (_libc_vdso_platform_setup): Remove initialization of
54284         __vdso_gettimeofday and __vdso_time.
54286 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54288         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54289         and fgetc_unlocked.
54290         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54291         getc_unlocked.
54293         * elf/dl-open.c (add_to_global): Report additions to the global scope
54294         for LD_DEBUG=scopes.
54295         (dl_open_worker): Also print scope of newly loaded dependencies.
54296         (_dl_show_scope): Indicate if there is no scope.
54298         [BZ #13114]
54299         * stdio-common/Makefile (tests): Add bug24.
54300         * stdio-common/bug24.c: New file.
54302 2011-08-19  Andreas Jaeger  <aj@suse.de>
54304         [BZ #13114]
54305         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54306         non-existant file when using close-on-exec mode.
54308 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54310         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54311         the very first instruction.
54313         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54314         the CFI state in the end.
54315         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54316         inclusion of dl-trampoline.h.
54317         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54319 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54321         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54322         expectations for long double.
54324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54325         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54327 2011-08-14  David S. Miller  <davem@davemloft.net>
54329         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54330         artificual limit depends upon the system page size.
54332 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54334         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54335         * resolv/Makefile: Define CFLAGS-libresolv.
54337 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54339         * nss/makedb.c (compute_tables): Make variables used in nested
54340         function static.
54342 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54344         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54345         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54346         if buffer was too small.
54348         * elf/pldd.c (main): Attach to all threads in the process.
54349         Rewrite /proc handling to use *at functions.
54351 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54353         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54354         specifies first scope to show.
54355         (dl_open_worker): Update callers.  Move printing scope of new
54356         object to before the relocation.
54357         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54358         * sysdeps/generic/ldsodefs.h: Update declaration.
54360         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54361         string for the scope number.
54363 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54365         * nscd/servicescache.c (cache_addserv): Make sure written is always
54366         initialized.
54368 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54370         * sysdeps/i386/i486/bits/atomic.h
54371         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54372         statement expression, so as to suppress "set but not used" warning.
54373         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54375         * string/strncat.c (STRNCAT): Use prototype definition.
54377         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54378         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54379         -Iprograms here.
54380         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54381         (localedef-modules): Add localedef.
54382         (locale-modules): Add locale.
54384         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54385         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54386         to avoid a warning.
54388 2011-08-14  David S. Miller  <davem@davemloft.net>
54390         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54391         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54393 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54395         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54396         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54397         * elf/rtld.c (dl_main): Set l_name of vDSO.
54398         Call _dl_show_scope when DL_DEBUG_SCOPES.
54399         (process_dl_debug): Recognize scopes flag and also set it for all.
54400         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54401         Declare _dl_show_scope.
54403         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54404         (do_dlopen): Pass caller_dlopen to dl_open.
54405         (__libc_dlopen_mode): Initialize caller_dlopen.
54407         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54408         of libc.  Make tolower call locale-independent.  Optimize a bit by
54409         using isdigit instead of isalnum.
54410         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54412 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54414         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54415         was a dependency or dynamically loaded.
54417 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54419         * intl/l10nflist.c: Allow architecture-specific pop function.
54420         * sysdeps/x86_64/l10nflist.c: New file.
54422         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54423         classification.
54425 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54427         * include/dirent.h: Add libc_hidden_proto for scandirat and
54428         scandirat64.  Don't declare __scandirat64.
54429         * dirent/scandirat.c: Add libc_hidden_def.
54430         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54431         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54433 2011-08-10  David S. Miller  <davem@davemloft.net>
54435         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54436         enum.
54437         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54438         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54439         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54441 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54443         * Versions.def [libc]: Add GLIBC_2.15.
54444         * dirent/Makefile (routines): Add scandirat and scandirat64.
54445         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54446         GLIBC_2.15.
54447         * dirent/dirent.h: Declare scandirat and scandirat64.
54448         * dirent/scandirat.c: New file.
54449         * dirent/scandirat64.c: New file.
54450         * sysdeps/wordsize-64/scandirat.c: New file.
54451         * sysdeps/wordsize-64/scandirat64.c: New file.
54452         * dirent/opendir.c: Define opendirat.
54453         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54454         using scandirat.
54455         * dirent/scandir64.c: Adjust for scandir.c change.
54456         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54457         __scandirat64, and __scandir_cancel_handler.
54458         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54459         additional parameter and use openat instead of open (outside of ld.so).
54460         Add new __opendir as wrapper around __opendirat.
54461         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54462         here without requiring old scandirat implementation.
54464 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54466         * dirent/scandir.c (cancel_handler): Renamed to
54467         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54468         defined.  Adjust users.
54469         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54470         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54472 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54474         * string/test-string.h (IMPL): Use __STRING to expand name and then
54475         stringify it.
54477         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54478         of cleanups.
54480 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54482         * string/Makefile: Update.
54483         (strop-tests): Append strncat.
54484         * string/test-wcscmp.c: New file.
54485         New comprehensive test for wcscmp.
54486         * string/test-strcmp.c: Update.
54487         (WIDE): New define.
54489 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54491         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54492         line.
54494 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54496         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54497         encoding to ACE if AI_IDN.
54499 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54501         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54502         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54504 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54506         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54507         Fix overflow bug in strncat.
54508         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54510         * string/test-strncat.c: Update.
54511         Add new tests for checking overflow bugs.
54513 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54515         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54516         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54517         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54518         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54519         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54520         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54521         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54522         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54523         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54525         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54526         (USE_AS_STRCAT): Define.
54527         Add strcat and strncat support.
54528         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54530 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54532         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54533         __n bigger than INT_MAX+1.
54534         (__strncmp_g): Likewise.
54536 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54538         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54539         * libio/stido.h: Likewise.
54541         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54542         (AF_NFC): Define.
54543         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54544         (AF_NFC): Define.
54546         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54547         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54548         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54549         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54550         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54552         [BZ #13021]
54553         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54554         installed.
54556         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54557         typo.
54558         (_dl_x86_64_save_sse): Likewise.
54560 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54562         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54563         OSXSAVE.
54564         (_dl_x86_64_save_sse): Likewise.
54566         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54568         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54570 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54572         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54573         change.
54574         (_dl_x86_64_save_sse): Use correct AVX check.
54576 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54578         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54579         bug in strncpy/strncat.
54580         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54582 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54584         * string/tester.c (test_strcat): Add tests for different alignments
54585         of source and destination.
54586         (test_strncat): Likewise.
54588 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54590         [BZ #12852]
54591         * posix/glob.c (glob): Check passed in values before using them in
54592         expressions to avoid some overflows.
54593         (glob_in_dir): Likewise.
54595         [BZ #13007]
54596         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54597         check for AVX enablement so that we don't crash with old kernels and
54598         new hardware.
54599         * elf/tst-audit4.c: Add same checks here.
54600         * elf/tst-audit6.c: Likewise.
54602         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54604 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54606         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54608 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54610         * po/cs.po: Update from translation team.
54611         * po/bg.po: Likewise.
54613 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54615         * misc/sys/cdefs.h: Add support for const attribute.
54616         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54617         to gnu_dev_{major,minor,makedev} functions.
54619 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54621         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54623 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54625         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54626         strlen results.
54628 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54630         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54631         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54632         register in order to avoid conflicts with the soft frame pointer
54633         being held in r11 when necessary.
54634         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54635         (INTERNAL_VSYSCALL_NCS): Likewise.
54637 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54639         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54640         * elf/dl-fini.c (_dl_fini): Adjust caller.
54641         * elf/dl-close.c (_dl_close_worker): Likewise.
54642         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54644 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54646         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54647         "aux_cache->nlibs < 0".
54649         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54650         in the reload-count case.
54652 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54654         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54655         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54656         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54657         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54658         * sysdeps/x86_64/multiarch/strcat.S: New file.
54659         * sysdeps/x86_64/multiarch/strncat.S: New file.
54660         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54661         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54662         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54663         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54664         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54665         (USE_AS_STRCAT): Define.
54666         Add strcat and strncat support.
54667         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54668         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54669         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54670         * string/strncat.c: Update.
54671         (USE_AS_STRNCAT): Define.
54672         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54673         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54674         and i7.
54675         * sysdeps/x86_64/multiarch/init-arch.h
54676         (bit_Prefer_PMINUB_for_stringop): New.
54677         (index_Prefer_PMINUB_for_stringop): Likewise.
54678         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54679         bit_Prefer_PMINUB_for_stringop.
54681 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54683         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54684         buffer64.
54685         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54686         of casting of buffer.
54687         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54688         buffer32 and buffer64.
54689         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54690         writes instead of casting of buffer.
54691         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54692         buffer32.
54693         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54694         casting of buffer.
54696 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54698         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54700 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54702         * nscd/nscd.c (termination_handler): Don't do anything for a database
54703         if it has not yet been initialized.
54705 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54707         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54709 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54711         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54713 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54715         * po/nl.po: Update from translation team.
54716         * po/sv.po: Likewise.
54718 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54720         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54721         now disallowed by GCC.
54723         * configure.in (use-default-link): Default to yes if a test -shared
54724         link meets our qualifications.
54725         * configure: Regenerated.
54727         * config.make.in (output-format): New variable.
54728         * configure.in: Check for ld --print-output-format support.
54729         * configure: Regenerated.
54730         * Makerules ($(common-objpfx)format.lds)
54731         [$(output-format) != unknown]: Just use $(output-format),
54732         instead of the linker-script munging.
54734 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54736         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54737         of $(common-objpfx)shlib.lds.
54738         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54740         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54741         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54743         * configure.in (-z relro check): Adjust test code to add a large
54744         writable data section after it.
54745         * configure: Regenerated.
54747 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54749         * configure.in (-z relro check): Fix test code to make the variable
54750         truly const.
54751         * configure: Regenerated.
54753 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54755         * nscd/nscd.h (struct traced_file): Define.
54756         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54757         elements.  Add traced_files.
54758         (inotify_fd): Declare.
54759         (register_traced_file): Declare.
54760         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54761         (inotify_fd): Export.
54762         (resolv_conf_descr): Remove.
54763         (nscd_init): Move inotify descriptor creation to main.
54764         Don't register files for notification here.
54765         (register_traced_file): New function.
54766         (invalidate_cache): Don't use reset_res to determine whether to call
54767         res_init, go through the list of registered files.
54768         (main_loop_poll): The inotify descriptors are now stored in the
54769         structures for the traced files.
54770         (main_loop_epoll): Likewise
54771         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54772         to __nss_disable_nscd.
54773         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54774         for a database anymore.  Check the records for all the registered
54775         files instead.
54776         * nss/Makefile (libnss_files-routines): Add files-init.
54777         (libnss_db-routines): Add db-init.
54778         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54779         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54780         * nss/nss_db/db-init.c: New file.
54781         * nss/nss_files/files-init.c: New file.
54782         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54783         __nss_lookup_function.
54784         (__nss_lookup_function): Call nss_load_library.
54785         (nss_load_all_libraries): New function.
54786         (__nss_disable_nscd): Take parameter with callback function for files
54787         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54788         used for the cached services.
54789         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54790         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54791         options for features to all the files in nscd.
54793         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54795 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54797         * csu/elf-init.c (__libc_csu_init): Comment typo.
54799 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54801         * po/pl.po: Update from translation team.
54802         * po/ja.po: Likewise.
54803         * po/ru.po: Likewise.
54804         * po/ko.po: Likewise.
54805         * po/fr.po: Likewise.
54807 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54809         * configure.in (.ctors/.dtors header and trailer check):
54810         Use an empirical test on a built program.
54811         * configure: Regenerated.
54813         * configure.in (-z relro check): Use an empirical test on a built DSO.
54814         Detect, but do not require, on ia64.
54815         * configure: Regenerated.
54817         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54818         Update tests that use readelf to use $READELF instead.
54819         * configure: Regenerated.
54821 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54823         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54824         if the result is not used.
54826 2011-07-05  Andreas Jaeger  <aj@suse.de>
54828         [BZ#9696]
54829         * stdlib/tst-strtod.c: Add testcase.
54831 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54833         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54834         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54835         The latter has a higher limit.  Take additional parameter to pass to
54836         the new function.
54837         (__pathconf): Pass file to __statfs_link_max.
54838         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54839         __statfs_link_max.
54840         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54841         __statfs_link_max.
54843         [BZ #12868]
54844         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54845         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54846         Handle Lustre.
54847         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54848         (__statfs_filesize_max): Likewise.
54849         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54851 2011-07-05  Andreas Jaeger  <aj@suse.de>
54853         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54855 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54857         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54858         `status' variable.
54859         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54860         Likewise.
54862 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54864         * Makefile (strop-tests): Add strncat.
54865         * string/test-strncat.c: New file.
54867 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54869         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54871 2011-06-21  Andreas Jaeger  <aj@suse.de>
54873         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54874         Copy rule from iconvdata/Makefile.
54876 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54878         [BZ #12922]
54879         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54880         but no long options are defined, just return 'W'.
54882 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54884         [BZ #9696]
54885         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54887 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54889         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54890         netgroups to read.
54891         (innetgr): Likewise.
54893 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54895         * config.make.in (install_root): Default to $(DESTDIR).
54897 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54899         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54901 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54903         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54905         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54906         containing directory rather than embedding absolute directory names.
54908         * scripts/check-local-headers.sh: Rewritten using awk.
54909         Match by word, not by line.  Print error messages for matches.
54910         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54912         * Makerules [shlib-lds-flags empty]:
54913         ($(common-objpfx)libc_pic.opts): New target.
54914         ($(common-objpfx)libc_pic.os.clean): New target.
54915         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54917         * config.make.in (OBJCOPY): New variable.
54918         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54919         * configure: Regenerated.
54921         * config.make.in (use-default-link): New variable.
54922         * configure.in (use_default_link): Grok --with-default-link to set it.
54923         * configure: Regenerated.
54924         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54925         (shlib-lds, shlib-lds-flags): Define to empty.
54927         * Makerules (shlib-lds): New variable.
54928         (shlib-lds-flags): New variable.
54929         (build-shlib, build-moduile, build-module-asneeded): Use it.
54930         ($(common-objpfx)libc.so): Use $(shlib-lds).
54931         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54932         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54934         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54935         DT_FLAGS/DT_FLAGS_1 with zero flags.
54937         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54938         linker script munging.
54940 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54942         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54943         as 128-bit value.
54944         * crypt/sha512.c (sha512_process_block): Perform total addition using
54945         128-bit if possible.
54946         (__sha512_finish_ctx): Likewise.
54947         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54948         as 64-bit value.
54949         * crypt/sha256.c (SWAP64): Define.
54950         (sha256_process_block): Perform total addition using 64-bit if
54951         possible.
54952         (__sha256_finish_ctx): Likewise.
54954 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54956         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54957         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54958         * nscd/hstcache.c (cache_addhst): Likewise.
54959         * nscd/grpcache.c (cache_addgr): Likewise.
54960         * nscd/aicache.c (addhstaiX): Likewise
54961         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54963 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54965         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54966         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54967         * nscd/hstcache.c (cache_addhst): Likewise.
54968         * nscd/grpcache.c (cache_addgr): Likewise.
54969         * nscd/aicache.c (addhstaiX): Likewise
54971 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54973         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54974         domain only when needed.
54976 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54978         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54979         is always restored.
54981 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54983         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54984         are re-adding the entry.
54985         * nscd/servicescache.c (cache_addserv): Likewise.
54987 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54989         * sysdeps/generic/dl-irel.h: fix protection against multiple
54990         inclusions.
54991         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54993 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54995         [BZ #12935]
54996         * malloc/memusage.sh: Fix quoting in message.
54997         * debug/xtrace.sh: Likewise.
54999         * configure.in: Remove support for --experimental-malloc option, make
55000         it the default.
55001         * config.make.in: Likewise.
55002         * malloc/Makefile: Likewise.
55004 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55006         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55007         two-byte characters.
55009 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55011         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55012         AC_CACHE_CHECK invocation.
55013         * configure: Regenerated.
55015         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55017 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55019         [BZ #12350]
55020         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55021         bit from old_res_options.
55023         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55025         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55026         value type for setfct.
55028 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55030         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55031         __gettimeofday instead of gettimeofday.
55033 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55035         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55037 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55039         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55041         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55042         info.
55044 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55046         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55047         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55048         strcpy-sse2-unaligned strncpy-sse2-unaligned
55049         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55050         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55051         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55052         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55053         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55054         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55055         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55056         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55057         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55058         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55059         (STRCPY): Support SSE2 and SSSE3 versions.
55061 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55063         [BZ #12874]
55064         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55065         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55066         kernels which artificially limit size of requests.
55068 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55070         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55071         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55072         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55073         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55074         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55075         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55076         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55077         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55078         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55079         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55080         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55081         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55082         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55083         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55084         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55085         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55086         Enable unaligned load optimization for Intel Core i3, i5 and i7
55087         processors.
55088         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55089         Define.
55090         (index_Fast_Unaligned_Load): Define.
55091         (HAS_FAST_UNALIGNED_LOAD): Define.
55093 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55095         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55097 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55099         [BZ #12907]
55100         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55101         until it is clear that the information is realy needed.
55102         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55104 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55106         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55108 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55110         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55111         /sys/devices/system/cpu/online if it is usable.
55113         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55114         reading the information from the /proc filesystem to once a second.
55116 2011-06-21  Andreas Jaeger  <aj@suse.de>
55118         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55119         NULL after inclusion of kernel headers.
55121 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55123         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55124         calls to internal_setent.
55126         [BZ #12885]
55127         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55128         addresses using gethostbyname4_r ignore IPv4 addresses.
55130         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55131         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55133         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55135 2011-06-20  David S. Miller  <davem@davemloft.net>
55137         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55138         inclusions.
55139         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55141         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55142         (elf_irel): Use it.
55143         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55144         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55145         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55146         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55147         * sysdeps/x86_64/dl-irel.h: Likewise.
55149         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55150         * elf/dl-sym.c: Likewise.
55152 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55154         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55155         need to dereference resplen2.
55157 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55159         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55161 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55163         * Makeconfig: Define vardbdir and inst_vardbdir.
55164         * nss/Makefile: Add rules to install db-Makefile.
55166         * nss/nss_db/db-XXX.c: Cleanup.
55168         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55169         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55170         GLIBC_PRIVATE.
55171         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55172         * nss/makedb.c: Implement -g option to specify that value strings
55173         are generated and should not be added to table iterated over for
55174         get*ent calls.
55175         * nss/nss_db/db-initgroups.c: New file.
55177         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55178         interface.
55180         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55181         (internal_getgrouplist): Adjust to name change.
55182         Update use_initgroups_entry if this is not the first call.
55183         * nss/databases.def: Add initgroups entry.
55185         * nss/makedb.c (compute_tables): Check result of multiple hash table
55186         sizes to minimize maximum chain length.
55188 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55190         * Versions.def: Add entry for libnss_db.
55191         * shlib-versions: Likewise.
55192         * nss/Makefile: Add rules to build libnss_db.
55193         * nss/Versions: Add libnss_db information.  Organize libnss_files
55194         entries better.
55195         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55196         makedb progra.  Some minor improvements to generate smaller files.
55197         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55198         here from...
55199         * nss/makedb.c: ...here.
55200         Improve database format to be smaller and require less memory at
55201         runtime.
55202         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55203         db anymore.
55204         * nss/nss_db/db-netgrp.c: Likewise.
55205         * nss/nss_db/db-open.c: Likewise.
55206         * nss/nss_files/flies-XXX.x: Adjust comments.
55207         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55208         * nss/nss_files/files-grp.c: Likewise.
55209         * nss/nss_files/files-hosts.c: Likewise.
55210         * nss/nss_files/files-network.c: Likewise.
55211         * nss/nss_files/files-proto.c: Likewise.
55212         * nss/nss_files/files-pwd.c: Likewise.
55213         * nss/nss_files/files-rpc.c: Likewise.
55214         * nss/nss_files/files-service.c: Likewise.
55215         * nss/nss_files/files-sgrp.c: Likewise.
55216         * nss/nss_files/files-spwd.c: Likewise.
55217         * nss/nss_db/db-alias.c: Removed.
55218         * nss/nss_db/dummy-db.h: Removed.
55220 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55222         * nss/makedb.c: Rewritten to not use database library.
55223         * nss/Makefile: Update to build new makedb program.
55225 2011-06-14  Andreas Jaeger  <aj@suse.de>
55227         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55228         memset declaration.
55230 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55232         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55233         tmpbuf.
55235 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55237         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55238         * elf/Makefile ($(objpfx)ld.so): Likewise.
55240         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55241         Don't list ld.so twice in dependencies.
55243         * posix/bug-regex31.c: Include <stdlib.h>.
55245         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55247         * nis/nss_compat/compat-spwd.c
55248         (getspent_next_nss_netgr): Remove unused variable.
55249         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55251         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55252         nonmembers" output to use the right array.
55254         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55256         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55258         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55259         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55260         * catgets/gencat.c (read_input_file): Likewise.
55261         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55263         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55264         variable definition inside #if's controlling its use.
55266         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55268         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55270         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55272         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55273         unreachable code.
55275         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55277         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55278         * configure: Regenerated.
55280         * Makerules: Revert last change.
55281         * elf/Makefile: Likewise.
55283 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55285         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55286         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55287         (reloc-link): Likewise.
55289 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55291         * elf/Makefile: Add rules to build pldd.
55292         * elf/pldd.c: New file.
55293         * elf/pldd-xx.c: New file.
55295 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55297         * version.h: Update for 2.15 development version.
55299 2011-06-07  David S. Miller  <davem@davemloft.net>
55301         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55302         ifuncs.
55303         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55304         elf_machine_lazy_rel): Likewise.
55305         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55306         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55307         elf_machine_lazy_rel): Likewise.
55308         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55309         dl_hwcap via passed in argument.
55310         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55311         Likewise.
55313 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55315         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55317 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55319         [BZ #12849]
55320         * manual/fdl-1.1.texi: New file, verbatim from:
55321         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55322         * manual/lgpl-2.1.texi: New file, verbatim from:
55323         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55324         * manual/Makefile (licenses): New variable, list those new file names.
55325         (texis): Use it.
55326         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55328         * manual/fdl.texi: File removed.
55329         * manual/lesser.texi: File removed.
55330         * manual/libc.texinfo (Copying, Documentation License):
55331         Use new @include file names, put @appendix directive before @include.
55333 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55335         [BZ #12841]
55336         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55337         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55338         (mq_open): Add __NTH.
55340 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55342         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55343         Assume Intel Core i3/i5/i7 processor if AVX is available.
55345 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55347         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55348         typo.
55350 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55352         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55353         memory.  Use alloca_account.  Fix memory leak when retrying.
55355 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55357         * version.h (RELEASE): Bump for 2.14 release.
55358         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55360         * config.make.in (RANLIB): Remove entry.
55362 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55364         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55365         (libc.pot): Work around missing support for .ksh extension in xgettext.
55367         [BZ #12684]
55368         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55369         if both request failed.
55370         (send_dg): In case of server errors clear resplen or *resplen2.
55372         [BZ #12454]
55373         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55374         when there are multiple maps.
55375         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55376         (_dl_fini): Remove test here.
55378         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55380 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55382         [BZ #12350]
55383         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55384         bit from old_res_options.
55385         (gaih_inet): Likewise.
55387         [BZ #11099]
55388         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55389         as signed.
55391         * resolv/res_init.c (res_setoptions): Make the code more compact.
55393         [BZ #11558]
55394         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55395         set RES_USEVC.
55397         [BZ #11634]
55398         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55400         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55402         [BZ #11781]
55403         * malloc/malloc.h: Declare malloc hook variables as volatile.
55405         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55406         in last patch.
55408         [BZ #11799]
55409         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55410         raise in the comment.
55411         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55412         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55413         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55415 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55417         [BZ #12811]
55418         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55419         grow the buffers more if it already has to be sufficient.
55420         (build_wcs_upper_buffer): Likewise.
55421         * posix/regexec.c (check_matching): Likewise.
55422         (clean_state_log_if_needed): Likewise.
55423         (extend_buffers): Don't enlarge buffers beyond size of the input
55424         buffer.
55425         Patches mostly by Emil Wojak <emil@wojak.eu>.
55426         * posix/bug-regex32.c: New file.
55427         * posix/Makefile (tests): Add bug-regex32.
55429         * locale/findlocale.c (_nl_find_locale): Return right away if
55430         _nl_explode_name failed.
55431         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55433         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55435         * debug/xtrace.sh: Unify messages.
55436         * malloc/memusage.sh: Likewise.
55438         [BZ #12813]
55439         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55440         time symbol from vDSO.  Substitute with vsyscall if not available.
55441         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55442         __vdso_time.
55444         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55445         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55446         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55447         Add sendmmsg and internal_sendmmsg.
55448         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55449         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55450         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55452         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55453         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55454         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55456 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55458         [BZ #12813]
55459         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55460         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55461         available.
55462         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55463         __vdso_getcpu.
55465         [BZ #12814]
55466         * iconvdata/Makefile (tests): Add bug-iconv9.
55467         * iconvdata/bug-iconv9.c: New file.
55469 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55471         [BZ #12814]
55472         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55474 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55476         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55477         (struct user_regs_struct): Change intcs field back to cs.
55479 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55481         * po/ja.po: Update from translation team.
55483 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55485         [BZ #12795]
55486         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55487         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55489 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55491         * stdlib/longlong.h: Update from GCC.
55493 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55495         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55496         parameter name.
55497         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55498         Add parameter name.
55499         (__sysconf): Pass it down.
55501 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55503         [BZ #12671]
55504         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55505         some situations.
55506         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55507         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55508         add in in __libc_use_alloca calls.  Adjust callers.
55509         (glob): Use malloc in some situations.
55511         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55512         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55513         pltexit.
55515 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55517         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55518         and CLOCK_BOOTTIME_ALARM.
55520         [BZ #12782]
55521         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55522         is returned.
55524         * string/_strerror.c (__strerror_r): Print negative errors as signed
55525         numbers.
55527         [BZ #12777]
55528         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55529         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55530         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55532         * configure.in: Fix typo in redirection and correct removal of test
55533         files in two cases.
55535         [BZ #12788]
55536         * locale/setlocale.c (new_composite_name): Fix test to check for
55537         identical name of all categories.
55539         [BZ #12792]
55540         * libio/filedoalloc.c (local_isatty): New function.
55541         (_IO_file_doallocate): Use local_isatty.
55542         * stdio-common/perror.c (perror): In case a new stream is used
55543         forward the stream error.
55544         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55545         error flag.
55547 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55549         [BZ #11869]
55550         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55551         alloca.
55552         * include/alloca.h (extend_alloca_account): Define.
55554         [BZ #11857]
55555         * posix/regex.h: Fix comments with documentation of user-accessible
55556         fields after compilation and describe correct free'ing of pattern
55557         after re_compile_pattern.
55558         Patch by Reuben Thomas <rrt@sc3d.org>.
55560 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55562         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55563         and -mno-altivec to prevent the compiler from using Altivec and/or
55564         VSX instructions when the corresponding registers are not available.
55566 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55568         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55570 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55572         * libio/freopen.c (freopen): Use __dup2, not dup2.
55573         * libio/freopen64.c (freopen64): Likewise.
55575 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55577         [BZ #12775]
55578         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55579         * math/Makefile (tests): Add test-powl.
55580         (CFLAGS-test-powl.c): Define.
55581         * math/test-powl.c: New file.
55583 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55585         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55587 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55589         [BZ #11837]
55590         * iconvdata/gb18030.c: Update to GB18020-2005.
55592 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55594         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55595         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55596         Patch by Aharon Robbins <arnold@skeeve.com>.
55598         [BZ #11892]
55599         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55600         on the stack.
55602         [BZ #11895]
55603         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55604         through underflows.
55606         [BZ #12766]
55607         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55608         point to strings before performing equality test for error_one_per_line
55609         mode.
55611         [BZ #11697]
55612         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55614         [BZ #11820]
55615         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55616         (struct user_fpregs_struct): Avoid __uint*_t types.
55618         [BZ #6420]
55619         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55620         symbol info.  Use it instead of calling _dl_addr locally.
55621         (lock_and_info): New function.
55622         (tr_freehook): Call lock_and_info and pass symbol info as additional
55623         parameter to tr_where.
55624         (tr_mallochook): Likewise.
55625         (tr_reallochook): Likewise.
55626         (tr_memalignhook): Likewise.
55628         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55629         used and couldn't be at all thread-safe.
55631 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55633         * libio/freopen.c (freopen): Don't close old file descriptor
55634         before the new one is opened.  Instead dup the new file descriptor
55635         to the old one after the new stream is created.
55636         * libio/freopen64.c (freopen64): Likewise.
55637         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55638         * libio/fileops.c (_IO_new_file_close_it): Handle new
55639         _IO_FLAGS2_NOCLOSE flag.
55640         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55641         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55642         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55643         _IO_FLAGS2_NOCLOSE flag.
55644         * include/unistd.h: Add hidden_proto for dup3.
55645         Define __have_dup3.
55646         * io/dup3.c: Define hidden symbol.
55647         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55649         [BZ #7101]
55650         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55651         when an incomplete long option is used.
55652         * posix/tst-getopt_long1.c: New file.
55653         * posix/Makefile (tests): Add tst-getopt_long1.
55655         [BZ #10138]
55656         * scripts/config.guess: Update from autoconf-2.68.
55657         * scripts/config.sub: Likewise.
55659         [BZ #10157]
55660         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55661         tests into ...
55662         (has_cpuclock): ...this.  New function.
55663         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55664         macro here based on has_cpuclock code.
55666         [BZ #10149]
55667         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55668         First byte (not low byte) is now always NUL.
55669         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55671         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55672         Use non-cancelable interfaces.
55674         [BZ #9809]
55675         * locale/iso-639.def: Add entry for Sorani.
55677         [BZ #11901]
55678         * include/stdlib.h: Move include protection to the right place.
55679         Define abort_msg_s.  Declare __abort_msg with it.
55680         * stdlib/abort.c (__abort_msg): Adjust type.
55681         * assert/assert.c (__assert_fail_base): New function.  Majority
55682         of code from __assert_fail.  Allocate memory for __abort_msg with
55683         mmap.
55684         (__assert_fail): Now call __assert_fail_base.
55685         * assert/assert-perr.c: Remove bulk of implementation.  Use
55686         __assert_fail_base.
55687         * include/assert.hL Declare __assert_fail_base.
55688         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55689         mmap.
55690         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55692 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55694         [BZ #11952]
55695         [BZ #12453]
55696         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55697         until all modules are registered in the DTV.
55698         * elf/Makefile: Add rules to build and run tst-tls19.
55699         * elf/tst-tls19.c: New file.
55700         * elf/tst-tls19mod1.c: New file.
55701         * elf/tst-tls19mod2.c: New file.
55702         * elf/tst-tls19mod3.c: New file.
55703         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55705         [BZ #12083]
55706         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55707         correctly.
55709         [BZ #12601]
55710         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55711         two-byte sequence errors.
55712         * iconvdata/Makefile (tests): Add bug-iconv8.
55713         * iconvdata/bug-iconv8.c: New file.
55715         [BZ #12626]
55716         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55717         buf2 definition.
55719         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55721         [BZ #12432]
55722         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55723         (dummy_getcfa): New function.
55724         (init): Get _Unwind_GetCFA address, use dummy if not found.
55725         (backtrace_helper): In recursion check, also check whether CFA changes.
55726         (__backtrace): Completely initialize arg.
55728         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55729         storing incomplete byte sequence in state object.  Avoid testing for
55730         guaranteed too small input if we know there is enough data available.
55732 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55734         * Makeconfig (+link-pie): Indent.
55735         * Rules (binaries-pie): Define if $(have-fpie) and
55736         $(build-shared).
55737         (binaries-shared): Also filter out $(binaries-pie).
55738         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55739         * nscd/Makefile (others-pie): Add nscd.
55740         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55741         ($(objpfx)nscd): Remove command override.
55742         * login/Makefile (others-pie): Add pt_chown.
55743         ($(objpfx)pt_chown): Remove command override.
55744         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55745         remove command overrides.
55747 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55749         * libio/tst_putwc.c: Fix error messages.
55751         [BZ #12724]
55752         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55753         currently writing and seek to current position when not.
55754         * libio/Makefile (tests): Add bug-fclose1.
55755         * libio/bug-fclose1.c: New file.
55757 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55759         [BZ #12511]
55760         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55761         don't set DF_1_NODELETE here.
55762         (do_lookup_x): When entering new entry test for copy relocation
55763         and if necessary set DF_1_NODELETE flag.
55764         * elf/tst-unique4.cc: New file.
55765         * elf/tst-unique4.h: New file.
55766         * elf/tst-unique4lib.cc: New file.
55767         * elf/Makefile: Add rules to build and run tst-unique4.
55768         Patch by Piotr Bury <pbury@goahead.com>.
55770 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55772         [BZ #12052]
55773         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55775         [BZ #12625]
55776         * misc/mntent_r.c (addmntent): Flush the stream after the output
55778         [BZ #12393]
55779         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55780         (is_trusted_path_normalize): Skip initial colon.  Append slash
55781         to empty buffer.  Duplicate is_trusted_path code but allow
55782         constructed patch to be prefix.
55783         (is_dst): Allow $ORIGIN followed by /.
55784         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55785         Correct testing of result of is_trusted_path_normalize
55786         (decompose_rpath): Fix warning.
55788 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55790         [BZ #11257]
55791         * grp/initgroups.c (internal_getgrouplist): When we found the service
55792         list through the initgroups entry in nsswitch.conf do not always
55793         continue on a successful lookup.  Don't always use the
55794         __nss_group_database value if it is set.
55795         * nss/nsswitch.conf (initgroups): Change action for successful db
55796         lookup to continue for compatibility.
55798 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55800         [BZ #11532]
55801         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55802         and CP774 modules.
55803         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55804         and CP774 modules.
55805         * iconvdata/tst-tables.sh: Likewise.
55806         * iconvdata/cp770.c: New file.
55807         * iconvdata/cp771.c: New file.
55808         * iconvdata/cp772.c: New file.
55809         * iconvdata/cp773.c: New file.
55810         * iconvdata/cp774.c: New file.
55811         * iconvdata/testdata/CP770: New file.
55812         * iconvdata/testdata/CP770..UTF8: New file.
55813         * iconvdata/testdata/CP771: New file.
55814         * iconvdata/testdata/CP771..UTF8: New file.
55815         * iconvdata/testdata/CP772: New file.
55816         * iconvdata/testdata/CP772..UTF8: New file.
55817         * iconvdata/testdata/CP773: New file.
55818         * iconvdata/testdata/CP773..UTF8: New file.
55819         * iconvdata/testdata/CP774: New file.
55820         * iconvdata/testdata/CP774..UTF8: New file.
55822         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55823         END CHARMAP line.
55824         * iconvdata/gen-8bit-gap.sh: Likewise.
55825         * iconvdata/gen-8bit.sh: Likewise.
55827         * locale/iso-639.def: Add ary entry.
55829         [BZ #11258]
55830         * locale/C-translit.h.in: Add U20A1 transliteration.
55832         [BZ #12178]
55833         * locale/iso-639.def: Add wae entry.
55834         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55836         [BZ #12545]
55837         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55838         for n.
55840         [BZ #12711]
55841         * locale/C-translit.h.in: Add entry for U20B9.
55842         Patch by pravin.d.s@gmail.com.
55844 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55846         [BZ #12713]
55847         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55848         ENAMETOOLONG use generic getcwd.
55849         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55850         in rtld.  Use *stat64.
55851         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55852         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55853         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55854         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55855         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55856         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55857         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55858         __fstatat64 macros.
55859         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55860         * dirent/rewinddir.c: Add libc_hidden_def.
55861         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55862         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55864         * include/dirent.h (__alloc_dir): Add flags parameter.
55865         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55866         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55867         __alloc_dir.
55868         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55869         from fdopendir if O_CLOEXEC is already set.
55871 2011-03-15  Alan Modra  <amodra@gmail.com>
55873         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55874         l_tls_firstbyte_offset non-zero.  Save padding offset in
55875         l_tls_firstbyte_offset for later use.
55876         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55877         freeing static tls block.
55879 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55881         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55882         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55883         being defined by the kernel headers.
55885 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55887         [BZ #12734]
55888         * resolv/resolv.h: Define RES_NOTLDQUERY.
55889         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55890         no-tld-query and set RES_NOTLDQUERY.
55891         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55892         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55893         modern BIND to search name as TLD unless forbidden.
55895 2011-05-07  Petr Baudis  <pasky@suse.cz>
55896             Ulrich Drepper  <drepper@gmail.com>
55898         [BZ #12393]
55899         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55900         (is_trusted_path): ...to here.
55901         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55902         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55903         using is_trusted_path_normalize() in setuid scripts.
55905 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55907         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55908         __BEGIN/__END_DECLS.
55910 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55912         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55913         NSS_STATUS_NOTFOUND if no record was found.
55915 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55917         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55918         (headers-not-in-tirpc): Remove rpc/netdb.h
55919         * resolv/netdb.h: Revert last change.
55921 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55923         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55924         circular dependency between libgcc.a and libc.a.
55926 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55928         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55929         * nis/Makefile: Don't install rpcsvc/*.
55930         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55931         instead of <rpc/types.h>.
55932         (MAXHOSTNAMELEN): Define.
55934 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55936         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55938 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55940         [BZ #12714]
55941         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55942         gethostbyname4_r when IPv6 results are possible.
55944 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55946         [BZ #12723]
55947         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55948         _PC_PIPE_BUF handling.
55950 2011-04-30  Bruno Haible  <bruno@clisp.org>
55952         [BZ #12717]
55953         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55954         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55955         to 'int'.
55956         * inet/getnameinfo.c (getnameinfo): Likewise.
55958 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55960         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55961         to groups setting in database lookup.
55962         * nss/nsswitch.conf: Add initgroups entry.
55964 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55966         [BZ #12685]
55967         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55968         mode string.
55969         Patch by Eric Blake <eblake@redhat.com>.
55971 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55973         * sunrpc/Makefile (need-export-routines): Add svc_run.
55974         (routines): Remove svc_run.
55975         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55976         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55977         * sunrpc/svc_run.c (svc_run): Likewise.
55978         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55980 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55982         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55983         problem in reallocation in last patch.
55985 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55987         * sunrpc/Makefile: Move inclusion of Rules.
55989 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55991         * nss/nss_files/files-initgroups.c: New file.
55992         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55993         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55994         _nss_files_initgroups_dyn.
55996 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55998         * elf/elf.h (R_ARM_IRELATIVE): Define.
56000 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56002         * po/ru.po: Update from translation team.
56004 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56006         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56007         dependencies.
56009 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56011         [BZ #12653]
56012         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56013         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56014         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56015         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56016         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56018 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56020         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56021         differing bytes.
56022         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56023         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56024         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56026 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56028         [BZ #12420]
56029         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56030         storing it.
56031         * stdlib/bug-getcontext.c: New file.
56032         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56034 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56036         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56037         instructions into .machine "z9-109".
56038         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56039         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56041 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56043         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56044         between environment variables and auxiliary vector.
56046 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56048         * Makefile: Add rules to build linkobj/libc.so.
56049         * include/libc-symbols.h: Define libc_hidden_nolink.
56050         * include/rpc/auth.h: Mark functions which are to be hidden.
56051         * include/rpc/auth_des.h: Likewise.
56052         * include/rpc/auth_unix.h: Likewise.
56053         * include/rpc/clnt.h: Likewise.
56054         * include/rpc/des_crypt.h: Likewise.
56055         * include/rpc/key_prot.h: Likewise.
56056         * include/rpc/pmap_clnt.h: Likewise.
56057         * include/rpc/pmap_prot.h: Likewise.
56058         * include/rpc/pmap_rmt.h: Likewise.
56059         * include/rpc/rpc_msg.h: Likewise.
56060         * include/rpc/svc.h: Likewise.
56061         * include/rpc/svc_auth.h: Likewise.
56062         * include/rpc/xdr.h: Likewise.
56063         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56064         * nss/Makefile: Likewise.
56065         * sunrpc/Makefile: Don't install headers.  Build library with normal
56066         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56067         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56068         for the compat linking library.  Remove use of INTDEF/INTUSE.
56069         * sunrpc/auth_none.c: Likewise.
56070         * sunrpc/auth_unix.c: Likewise.
56071         * sunrpc/authdes_prot.c: Likewise.
56072         * sunrpc/authuxprot.c: Likewise.
56073         * sunrpc/clnt_gen.c: Likewise.
56074         * sunrpc/clnt_perr.c: Likewise.
56075         * sunrpc/clnt_raw.c: Likewise.
56076         * sunrpc/clnt_simp.c: Likewise.
56077         * sunrpc/clnt_tcp.c: Likewise.
56078         * sunrpc/clnt_udp.c: Likewise.
56079         * sunrpc/clnt_unix.c: Likewise.
56080         * sunrpc/des_crypt.c: Likewise.
56081         * sunrpc/des_soft.c: Likewise.
56082         * sunrpc/get_myaddr.c: Likewise.
56083         * sunrpc/key_call.c: Likewise.
56084         * sunrpc/key_prot.c: Likewise.
56085         * sunrpc/netname.c: Likewise.
56086         * sunrpc/pm_getmaps.c: Likewise.
56087         * sunrpc/pm_getport.c: Likewise.
56088         * sunrpc/pmap_clnt.c: Likewise.
56089         * sunrpc/pmap_prot.c: Likewise.
56090         * sunrpc/pmap_prot2.c: Likewise.
56091         * sunrpc/pmap_rmt.c: Likewise.
56092         * sunrpc/publickey.c: Likewise.
56093         * sunrpc/rpc_cmsg.c: Likewise.
56094         * sunrpc/rpc_common.c: Likewise.
56095         * sunrpc/rpc_dtable.c: Likewise.
56096         * sunrpc/rpc_prot.c: Likewise.
56097         * sunrpc/rpc_thread.c: Likewise.
56098         * sunrpc/rtime.c: Likewise.
56099         * sunrpc/svc.c: Likewise.
56100         * sunrpc/svc_auth.c: Likewise.
56101         * sunrpc/svc_authux.c: Likewise.
56102         * sunrpc/svc_raw.c: Likewise.
56103         * sunrpc/svc_run.c: Likewise.
56104         * sunrpc/svc_simple.c: Likewise.
56105         * sunrpc/svc_tcp.c: Likewise.
56106         * sunrpc/svc_udp.c: Likewise.
56107         * sunrpc/svc_unix.c: Likewise.
56108         * sunrpc/svcauth_des.c: Likewise.
56109         * sunrpc/xcrypt.c: Likewise.
56110         * sunrpc/xdr.c: Likewise.
56111         * sunrpc/xdr_array.c: Likewise.
56112         * sunrpc/xdr_float.c: Likewise.
56113         * sunrpc/xdr_intXX_t.c: Likewise.
56114         * sunrpc/xdr_mem.c: Likewise.
56115         * sunrpc/xdr_rec.c: Likewise.
56116         * sunrpc/xdr_ref.c: Likewise.
56117         * sunrpc/xdr_sizeof.c: Likewise.
56118         * sunrpc/xdr_stdio.c: Likewise.
56120 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56122         [BZ #12650]
56123         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56124         * sysdeps/ia64/dl-tls.h: Likewise.
56125         * sysdeps/powerpc/dl-tls.h: Likewise.
56126         * sysdeps/s390/dl-tls.h: Likewise.
56127         * sysdeps/sh/dl-tls.h: Likewise.
56128         * sysdeps/sparc/dl-tls.h: Likewise.
56129         * sysdeps/x86_64/dl-tls.h: Likewise.
56130         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56132 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56134         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56135         rpath element also skip the following colon.
56136         (expand_dynamic_string_token): Add is_path parameter and pass
56137         down to DL_DST_REQUIRED and _dl_dst_substitute.
56138         (decompose_rpath): Call expand_dynamic_string_token with
56139         non-zero is_path.  Ignore empty rpaths.
56140         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56141         with zero is_path.
56143 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56146         Make cancelable.
56148 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56150         [BZ #12655]
56151         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56152         Patch by Filipe David Manana <fdmanana@apache.org>.
56154 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56156         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56157         Maintain aligned stack.
56158         (CHECK_RSP): Remove unused macro.
56160 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56162         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56163         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56165 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56167         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56169         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56171 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56173         [BZ #12518]
56174         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56175         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56176         * sysdeps/x86_64/memmove.c: New file.
56177         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56178         (memcpy): Renamed to ...
56179         (__new_memcpy): This.
56180         (memcpy): Provide GLIBC_2_14 memcpy.
56181         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56182         (memcpy): Provide GLIBC_2_2_5 memcpy.
56184 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56186         [BZ #12631]
56187         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56189 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56191         * misc/syncfs.c: New file.
56192         * misc/Makefile (routines): Add syncfs.
56193         * posix/unistd.h: Declare syncfs.
56194         * sysdeps/unix/syscalls.list: Add syncfs.
56196 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56198         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56199         open_by_handle_at.
56200         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56201         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56202         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56203         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56204         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56205         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56206         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56208 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56210         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56211         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56212         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56213         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56214         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56215         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56216         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56218         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56219         sync_file_range.c with -fexceptions.
56220         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56221         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56222         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56223         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56224         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56225         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56226         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56227         sync_file_range as cancellation point
56228         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56229         now a wrapper around __call_sync_file_range with cancellation handling.
56230         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56231         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56232         function name to __call_sync_file_range.
56233         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56234         Add call_sync_file_range.
56236 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56238         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56239         bits/timex.h.
56241 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56243         * iconv/iconv.h: Fix typo in comment.
56244         * io/fcntl.h: Likewise.
56245         * libio/stdio.h: Likewise.
56246         * posix/spawn.h: Likewise.
56247         * posix/unistd.h: Likewise.
56248         * stdlib/stdlib.h: Likewise.
56249         * time/time.h: Likewise.
56250         * wcsmbs/wchar.h: Likewise.
56252         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56253         open_by_handle): Add.
56254         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56255         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56256         Augment a few comments.
56257         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56258         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56259         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56260         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56261         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56262         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56263         open_by_handle.
56265         * io/fcntl.h (AT_EMPTY_PATH): Define.
56267 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56269         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56270         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56271         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56272         to...
56273         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56274         * Versions.def: Add GLIBC_2.14.
56275         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56276         Export.
56278 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56280         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56281         round counter.
56282         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56284 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56286         [BZ #12597]
56287         * string/test-strncmp.c (do_page_test): New function.
56288         (check2): Likewise.
56289         (test_main): Call check2.
56290         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56292 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56294         [BZ #12587]
56295         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56296         Handle cache information in CPU leaf 4.
56297         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56299 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56301         [BZ #12583]
56302         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56303         character representation.
56304         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56306 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56308         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56309         END(__isnan) to END(__isnanf) to match function entry point/label
56310         EALIGN(__isnanf,...).
56312 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56314         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56316 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56318         [BZ #12510]
56319         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56320         copy from the symbol referenced in the relocation to initialize the
56321         used variable.
56322         Patch by Piotr Bury <pbury@goahead.com>.
56323         * elf/Makefile: Add rules to build and tst-unique3.
56324         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56325         * elf/tst-unique3.cc: New file.
56326         * elf/tst-unique3.h: New file.
56327         * elf/tst-unique3lib.cc: New file.
56328         * elf/tst-unique3lib2.cc: New file.
56330         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56332 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56334         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56335         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56336         to _start.
56338 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56340         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56341         to-be-loaded object along a path to loader is ld.so.
56343 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56344             Ulrich Drepper  <drepper@gmail.com>
56346         * sysdeps/x86_64/memset.S: After aligning destination, code
56347         branches to different locations depending on the value of
56348         misalignment, when multiarch is enabled. Fix this.
56350 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56352         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56353         Set _x86_64_preferred_memory_instruction for AMD processsors.
56354         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56355         Set bit_Prefer_SSE_for_memop for AMD processors.
56357 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56359         * libio/fmemopen.c (fmemopen): Optimize a bit.
56361 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56363         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56365 2011-03-03  Roland McGrath  <roland@redhat.com>
56367         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56369 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56371         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56372         __bzero_ultra1 instead of __memset_ultra1.
56374 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56375             Ulrich Drepper  <drepper@gmail.com>
56377         [BZ #12509]
56378         * include/link.h (struct link_map): Add l_orig_initfini.
56379         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56380         returning unsuccessfully.
56381         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56382         close of a file loaded at startup, restore the original l_initfini
56383         list.
56384         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56385         list, store the pointer.
56386         * elf/Makefile ($(objpfx)noload-mem): New rule.
56387         (noload-ENV): Define.
56388         (tests): Add $(objpfx)noload-mem.
56389         * elf/noload.c: Include <memcheck.h>.
56390         (main): Call mtrace.  Close all opened handles.
56392 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56394         [BZ #12454]
56395         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56396         dependencies are missing.
56398 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56400         Fix __if_freereq crash: Unlike the generic version which uses free,
56401         Hurd needs munmap.
56402         * sysdeps/mach/hurd/ifreq.h: New file.
56404 2011-01-27  Petr Baudis  <pasky@suse.cz>
56405             Ulrich Drepper  <drepper@gmail.com>
56407         [BZ 12445]#
56408         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56409         to extend_alloca().
56410         * stdio-common/bug23.c: New file.
56411         * stdio-common/Makefile (tests): Add bug23.
56413 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56414             Ulrich Drepper  <drepper@gmail.com>
56416         [BZ #12489]
56417         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56418         before performing relro protection.  At old place add assertion
56419         to make sure nothing changed.
56421 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56422             Glauber de Oliveira Costa  <glommer@gmail.com>
56424         * elf/elf.h: Add new ARM TLS relocs.
56426 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56429         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56430         cast from r3.
56431         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56432         'tests' variable.
56433         * sysdeps/wordsize-64/tst-writev.c: New file.
56435 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56437         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56438         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56439         insns in _dl_start to prevent a TOC reference before relocs are
56440         resolved.
56442 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56444         [BZ #12469]
56445         * Makeconfig: Remove RANLIB definition.
56446         * Makerules: Don't use RANLIB.
56447         * aclocal.m4: Remove ranlib test.
56448         * configure.in: No need to check for ranlib.
56449         * elf/rtld-Rules: Don't use RANLIB.
56451 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56453         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56454         protection macro.
56455         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56456         inclusion protection macro.
56458         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56459         SIGRTMIN and SIGRTMAX and print information in that case only when
56460         SIGRTMIN is defined.
56462 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56464         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56465         arginfo fn returning -1.
56467         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56468         and thousands string is zero terminated.
56470 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56472         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56473         sysdeps/unix/sysv/linux/bits/socket.h.
56475 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56477         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56478         (__CPU_COUNT): Remove old macros.
56479         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56480         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56481         (__CPU_ALLOC, __CPU_FREE): Add macros.
56482         (__sched_cpualloc, __sched_cpufree): Add declarations.
56484 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56486         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56487         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56488         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56489         (readdhstai): Return value of addhstaiX call.
56490         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56491         (addgrbyX): Return value returned by cache_addgr.
56492         (readdgrbyname): Return value returned by addgrbyX.
56493         (readdgrbygid): Likewise.
56494         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56495         (addpwbyX): Return value returned by cache_addpw.
56496         (readdpwbyname): Return value returned by addhstbyX.
56497         (readdpwbyuid): Likewise.
56498         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56499         (addservbyX): Return value returned by cache_addserv.
56500         (readdservbyname): Return value returned by addservbyX:
56501         (readdservbyport): Likewise.
56502         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56503         (addhstbyX): Return value returned by cache_addhst.
56504         (readdhstbyname): Return value returned by addhstbyX.
56505         (readdhstbyaddr): Likewise.
56506         (readdhstbynamev6): Likewise.
56507         (readdhstbyaddrv6): Likewise.
56508         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56509         (readdinitgroups): Return value returned by addinitgroupsX.
56510         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56511         (prune_cache): Keep track of timeout value of re-added entries.
56512         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56513         * nscd/nscd.h: Adjust prototypes of readd* functions.
56515 2011-02-04  Roland McGrath  <roland@redhat.com>
56517         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56518         (nis_stats): Likewise.
56519         * nis/nis_modify.c (nis_modify): Likewise.
56520         * nis/nis_remove.c (nis_remove): Likewise.
56521         * nis/nis_add.c (nis_add): Likewise.
56523         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56525         * posix/fnmatch_loop.c: Add some consts.
56527         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56529 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56531         [BZ #12460]
56532         * config.make.in (config-cflags-novzeroupper): Define.
56533         * configure.in: Substitute libc_cv_cc_novzeroupper.
56534         * elf/Makefile (AVX-CFLAGS): Define.
56535         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56536         (CFLAGS-tst-auditmod4a.c): Likewise.
56537         (CFLAGS-tst-auditmod4b.c): Likewise.
56538         (CFLAGS-tst-auditmod6b.c): Likewise.
56539         (CFLAGS-tst-auditmod6c.c): Likewise.
56540         (CFLAGS-tst-auditmod7b.c): Likewise.
56541         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56543 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56545         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56546         function to the callback.
56547         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56549 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56551         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56552         of errno.
56554 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56556         [BZ #11724]
56557         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56558         of constructors.
56559         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56560         of destructors.
56561         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56563         [BZ #11724]
56564         * elf/Makefile: Add rules to build and run new test.
56565         * elf/tst-initorder.c: New file.
56566         * elf/tst-initorder.exp: New file.
56567         * elf/tst-initordera1.c: New file.
56568         * elf/tst-initordera2.c: New file.
56569         * elf/tst-initordera3.c: New file.
56570         * elf/tst-initordera4.c: New file.
56571         * elf/tst-initorderb1.c: New file.
56572         * elf/tst-initorderb2.c: New file.
56573         * elf/tst-order-a1.c: New file.
56574         * elf/tst-order-a2.c: New file.
56575         * elf/tst-order-a3.c: New file.
56576         * elf/tst-order-a4.c: New file.
56577         * elf/tst-order-b1.c: New file.
56578         * elf/tst-order-b2.c: New file.
56579         * elf/tst-order-main.c: New file.
56580         New test case by George Gensure <werkt0@gmail.com>.
56582 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56584         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56585         decoding ACE if AI_CANONIDN.
56587 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56589         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56591 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56593         * version.h (RELEASE): Bump for 2.13 release.
56594         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56596         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56598         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56599         MADV_NOHUGEPAGE.
56600         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56601         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56602         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56603         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56604         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56605         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56607         * posix/getconf.c: Update copyright year.
56608         * catgets/gencat.c: Likewise.
56609         * csu/version.c: Likewise.
56610         * debug/catchsegv.sh: Likewise.
56611         * debug/xtrace.sh: Likewise.
56612         * elf/ldconfig.c: Likewise.
56613         * elf/ldd.bash.in: Likewise.
56614         * elf/sprof.c (print_version): Likewise.
56615         * iconv/iconv_prog.c: Likewise.
56616         * iconv/iconvconfig.c: Likewise.
56617         * locale/programs/locale.c: Likewise.
56618         * locale/programs/localedef.c: Likewise.
56619         * malloc/memusage.sh: Likewise.
56620         * malloc/mtrace.pl: Likewise.
56621         * nscd/nscd.c (print_version): Likewise.
56622         * nss/getent.c: Likewise.
56624         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56625         PF_CAIF, and PF_ALG.
56626         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56628 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56630         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56631         (modules-names): Use them.
56632         (ifunc-test-modules, ifunc-pie-tests): Define.
56633         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56634         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56635         (test-extras): Likewise.
56636         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56637         $(compile-command.c).
56638         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56639         (all-built-dso): Define.
56640         (check-textrel.out, check-execstack.out): Depend on it.
56642         * configure.in: Don't override --enable-multi-arch.
56644 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56646         [BZ #6812]
56647         * nscd/hstcache.c (tryagain): Define.
56648         (cache_addhst): Return tryagain not notfound for temporary errors.
56649         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56650         failed.
56652 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56654         [BZ #10563]
56655         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56656         to make the syscall.
56657         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56659         [BZ #12378]
56660         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56661         and fall back to matching as normal character if the string ends before
56662         the matching ']' is found.  This is what POSIX requires.
56663         * posix/testfnm.c: Adjust test result.
56664         * posix/globtest.sh: Adjust test result.  Add new test.
56665         * posix/tst-fnmatch.input: Likewise.
56666         * posix/tst-fnmatch2.c: Add new test.
56668 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56670         * elf/Makefile (check-execstack): Revert last change.  Depend on
56671         check-execstack.h.
56672         (check-execstack.h): New target.
56673         (generated): Add check-execstack.h.
56674         * elf/check-execstack.c: Include "check-execstack.h".
56675         (main): Revert last change.
56676         (handle_file): Return zero if GNU_STACK is absent and
56677         DEFAULT_STACK_PERMS doesn't include PF_X.
56679 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56681         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56682         in child fails because the descriptor is already closed.
56683         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56684         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56685         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56687         [BZ #12397]
56688         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56689         syscall.
56691         [BZ #10484]
56692         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56693         temporary buffer used to handle multi lookups locally.
56694         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56696 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56698         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56699         loader is ld.so.
56701 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56703         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56704         alignment for SSE2.
56706 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56708         [BZ #12394]
56709         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56710         characters.  When rounding increased number of integer digits recompute
56711         number of groups.
56712         * stdio-common/tst-grouping.c: New file.
56713         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56715 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56717         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56718         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56720         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56721         void.
56722         * bits/select.h: Likewise.
56724 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56726         * po/ja.po: Update from translation team.
56728 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56730         [BZ #11155]
56731         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56732         implementation just like for lxstat, fxstatat, et al.
56734 2010-12-27  Jim Meyering  <meyering@redhat.com>
56736         [BZ #12348]
56737         * posix/regexec.c (build_trtable): Return failure indication upon
56738         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56740 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56742         [BZ #12201]
56743         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56744         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56745         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56746         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56748         [BZ #12207]
56749         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56751         [BZ #12204]
56752         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56753         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56755 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56757         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56758         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56759         script has SORT_BY_INIT_PRIORITY.
56760         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56761         NO_CTORS_DTORS_SECTIONS is defined.
56762         * elf/soinit.c: Likewise.
56763         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56764         NO_CTORS_DTORS_SECTIONS is defined.
56765         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56766         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56767         * sysdeps/sh/init-first.c: Likewise.
56768         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56770 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56772         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56773         always use the slow path.
56775 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56777         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56778         similar rule which adds the sysdep directories to the header search in
56779         order to pick up the correct platform stackinfo.h.
56780         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56781         perform test if it is, otherwise return successfully without testing.
56782         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56783         DEFAULT_STACK_PERMS define in stackinfo.h.
56784         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56785         defined in stackinfo.h.
56786         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56787         DEFAULT_STACK_PERMS defined in stackinfo.h.
56788         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56789         * sysdeps/ia64/stackinfo.h: Likewise.
56790         * sysdeps/s390/stackinfo.h: Likewise.
56791         * sysdeps/sh/stackinfo.h: Likewise.
56792         * sysdeps/sparc/stackinfo.h: Likewise.
56793         * sysdeps/x86_64/stackinfo.h: Likewise.
56794         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56795         PF_X for powerpc64.  Retain PF_X for powerpc32.
56797 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56799         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56800         accurately.
56801         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56802         GETDENTS_64BIT_ALIGNED.
56804 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56806         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56808 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56810         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56811         _GNU_SOURCE.
56813         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56814         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56815         Remove __restrict.
56816         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56817         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56819 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56821         [BZ #11655]
56822         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56823         are initialized.
56825 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56827         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56829 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56831         * po/it.po: Update from translation team.
56833 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56835         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56836         unused codes.
56838 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56840         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56842 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56844         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56845         specially.
56846         (gaih_getanswer_slice): Likewise.
56848 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56850         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56852 2010-05-31  Petr Baudis  <pasky@suse.cz>
56854         [BZ #11149]
56855         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56856         silently even in the chroot mode.
56858 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56860         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56861         last patch a bit.  Pretty printing
56863 2010-05-31  Petr Baudis <pasky@suse.cz>
56865         [BZ #10085]
56866         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56867         initialization of skip_initgroups_dyn.
56869 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56871         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56872         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56874 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56876         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56878 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56880         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56881         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56882         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56883         ($(objpfx)tst-fnmatch-mem): New rule.
56884         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56885         * posix/tst-fnmatch.c (main): Call mtrace.
56887 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56889         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56890         Support Intel processor model 6 and model 0x2c.
56892 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56894         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56895           signed comparison.
56897 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56899         [BZ #12205]
56900         * string/test-strncasecmp.c (check_result): New function.
56901         (do_one_test): Use it.
56902         (check1): New function.
56903         (test_main): Use it.
56904         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56905         Support strcasecmp and strncasecmp.
56907 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56909         [BZ #12194]
56910         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56911         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56913 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56915         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56916         IFUNC support.
56917         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56918         memset-x86-64.
56919         * sysdeps/x86_64/multiarch/bzero.S: New file.
56920         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56921         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56922         * sysdeps/x86_64/multiarch/memset.S: New file.
56923         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56924         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56925         Set bit_Prefer_SSE_for_memop for Intel processors.
56926         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56927         Define.
56928         (index_Prefer_SSE_for_memop): Define.
56929         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56931 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56933         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56934         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56936 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56938         [BZ #12191]
56939         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56940         (__x86_64_raw_data_cache_size_half): Likewise.
56941         (__x86_64_raw_shared_cache_size): Likewise.
56942         (__x86_64_raw_shared_cache_size_half): Likewise.
56944         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56945         (__x86_64_raw_data_cache_size_half): Likewise.
56946         (__x86_64_raw_shared_cache_size): Likewise.
56947         (__x86_64_raw_shared_cache_size_half): Likewise.
56948         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56949         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56950         and __x86_64_raw_shared_cache_size_half.  Round
56951         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56952         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56953         to multiple of 256 bytes.
56955 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56957         [BZ #12167]
56958         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56959         of inacessible symlinks.  Verify result of symlink before returning it.
56960         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56961         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56963 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56965         * math/math.h (isinf): Fix typo in comment.
56967 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56969         * po/da.po: Update from translation team.
56971 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56973         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56974         is added to the list.
56976 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56977             Ulrich Drepper  <drepper@gmail.com>
56979         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56980         the global list here.  Move code to...
56981         (_dl_add_to_namespace_list): ...here.  New function.
56982         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56983         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56984         * elf/dl-load.c (lose): Don't remove the element from the list.
56985         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56986         (_dl_map_object): Likewise.
56988 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56990         [BZ #12159]
56991         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56992         into all bytes of SSE register.
56993         Patch by Richard Li <richardpku@gmail.com>.
56995 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56997         [BZ #12140]
56998         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56999         perturbing.
57001 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57003         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57004         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57005         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57006         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57008         submachine.
57009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57011 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57013         * include/dlfcn.h (__RTLD_SECURE): Define.
57014         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57015         mode & __RTLD_SECURE instead.
57016         (open_path): Rename preloaded parameter to secure.
57017         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57018         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57019         * elf/dl-deps.c (openaux): Likewise.
57020         * elf/rtld.c (struct map_args): Remove is_preloaded.
57021         (map_doit): Don't use it.
57022         (dl_main): Likewise.
57023         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57024         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57026 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57028         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57029         (sysd-rules-targets): Remove duplicates.
57030         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57031         rtld-%.$o dependency.
57033 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57035         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57036         _dl_map_object do it.
57038 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57040         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57041         fast fma builtins, define the macros in the C99 standard.
57042         (FP_FAST_FMAF): Likewise.
57043         (FP_FAST_FMAL): Likewise.
57044         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57046         * bits/mathdef.h: Update copyright year.
57047         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57049 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57051         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57052         builtins, define the macros in the C99 standard.
57053         (FP_FAST_FMAF): Likewise.
57054         (FP_FAST_FMAL): Likewise.
57055         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57056         multiply/add.
57057         (FP_FAST_FMAF): Likewise.
57059 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57061         [BZ #3268]
57062         * math/libm-test.inc (fma_test): Some new testcases.
57063         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57064         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57065         y and infinite z.  Do multiplication by C already in long double.
57066         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57067         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57068         y and infinite z.  Do bitwise or of inexact bit into u.d.
57069         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57070         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57071         * sysdeps/i386/fpu/s_fma.S: Removed.
57072         * sysdeps/i386/fpu/s_fmal.S: Removed.
57074 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57076         [BZ #3268]
57077         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57078         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57079         computation is not scheduled after fetestexcept.  Fix value
57080         of minimum denormal long double.
57082 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57084         [BZ #3268]
57085         * math/libm-test.inc (fma_test): Add some more tests.
57086         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57087         correctly.
57089 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57091         * scripts/data/localplt-s390-linux-gnu.data: New file.
57092         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57094 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57096         [BZ #3268]
57097         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57098         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57099         instead of dbl-64.
57100         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57101         inlines.
57102         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57103         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57104         if one of x and y is very large and the other is subnormal.
57105         * sysdeps/s390/fpu/s_fmaf.c: New file.
57106         * sysdeps/s390/fpu/s_fma.c: New file.
57107         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57108         * sysdeps/powerpc/fpu/s_fma.S: New file.
57109         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57110         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57111         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57113 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57115         [BZ #3268]
57116         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57117         fma tests.
57118         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57119         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57120         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57121         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57122         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57123         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57124         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57126 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57128         [BZ #12078]
57129         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57130         * posix/bug-regex31.input: Add test case.
57132 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57134         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57135         * posix/bug-regex31.input: New file.
57137         [BZ #12078]
57138         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57139         (parse_sub_exp): Fix last change, use postorder.
57141         * posix/bug-regex31.c: New file.
57142         * posix/Makefile: Add rules to build and run bug-regex31.
57144         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57146         [BZ #12078]
57147         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57149         [BZ #12108]
57150         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57151         to have entries in sys_siglist.
57153         [BZ #12093]
57154         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57155         be NULL.
57157 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57159         [BZ #3268]
57160         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57161         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57162         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57163         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57164         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57165         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57166         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57167         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57168         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57169         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57170         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57171         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57172         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57173         * math/ftestexcept.c (fetestexcept): Likewise.
57174         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57175         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57176         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57177         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57178         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57179         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57180         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57182 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57184         [BZ #12107]
57185         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57186         newline.
57188 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57190         * string/bug-strstr1.c: New file.
57191         * string/Makefile: Add rules to build and run bug-strstr1.
57193 2010-10-05  Eric Blake  <eblake@redhat.com>
57195         [BZ #12092]
57196         * string/str-two-way.h (two_way_long_needle): Always clear memory
57197         when skipping input due to the shift table.
57199 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57201         [BZ #12005]
57202         * malloc/mcheck.c: Handle large requests.
57204         [BZ #12077]
57205         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57206         for strncmp and strncasecmp.
57207         * string/stratcliff.c: Add tests for strcmp and strncmp.
57208         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57210 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57212         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57213         __set_fpscr.
57215 2010-09-30  Andreas Jaeger  <aj@suse.de>
57217         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57218         (CGROUP_SUPER_MAGIC): Define.
57219         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57220         Handle btrfs and cgroup file systems.
57221         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57222         Likewise.
57224 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57226         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57227         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57229 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57231         [BZ #12067]
57232         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57233         trying to locate the ELF header.
57235 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57237         [BZ #11611]
57238         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57239         Mask out sign-bit copies when constructing f_fsid.
57241 2010-09-24  Petr Baudis <pasky@suse.cz>
57243         * debug/stack_chk_fail_local.c: Add missing licence exception.
57244         * debug/warning-nop.c: Likewise.
57246 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57248         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57249         implementing getdents64 using getdents syscall, set d_type if
57250         __ASSUME_GETDENTS32_D_TYPE.
57252 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57254         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57255         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57257 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57259         [BZ #12037]
57260         * posix/unistd.h: Undo change of feature selection for ftruncate from
57261         2010-01-11.
57263 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57265         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57266         detection.
57268 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57270         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57271         fanotify_mark.
57272         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57274 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57276         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57277         variables after CHECK_SP call.
57278         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57280 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57281             Ulrich Drepper  <drepper@redhat.com>
57283         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57284         re-relocationg ld.so.
57285         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57286         _dl_init_paths call.
57287         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57288         here anymore.
57290 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57292         * resolv/res_init.c (__res_vinit): Count the default server we added.
57294 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57295             Ulrich Drepper  <drepper@redhat.com>
57297         [BZ #11968]
57298         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57299         (____longjmp_chk): Use %ebx for saving value across system call.
57300         Add unwind info.
57302 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57304         * manual/Makefile: Don't mix pattern rules with normal rules.
57306 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57308         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57309         operation.
57310         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57311         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57312         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57313         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57314         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57315         Likewise.
57317 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57319         [BZ #11979]
57320         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57321         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57323 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57325         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57326         * sysdeps/x86_64/addmul_1.S: Likewise.
57327         * sysdeps/x86_64/lshift.S: Likewise.
57328         * sysdeps/x86_64/mul_1.S: Likewise.
57329         * sysdeps/x86_64/rshift.S: Likewise.
57330         * sysdeps/x86_64/sub_n.S: Likewise.
57331         * sysdeps/x86_64/submul_1.S: Likewise.
57333 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57335         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57336         Define __sched_param instead of SCHED_* and sched_param when
57337         <bits/sched.h> is included with __need_schedparam defined.
57338         * bits/sched.h [__need_schedparam]
57339         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57340         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57341         (__defined_schedparam): Define to 1.
57342         (__sched_param): New structure, identical to sched_param.
57343         (__need_schedparam): Undefine.
57345 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57347         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57348         (epoll_create1): Declare.
57350         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57352 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57354         [BZ #7066]
57355         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57356         shifting retval into place.
57358 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57360         * nis/rpcsvc/nis.h: Update copyright notice.
57361         * nis/rpcsvc/nis.x: Likewise.
57362         * nis/rpcsvc/nis_callback.h: Likewise.
57363         * nis/rpcsvc/nis_callback.x: Likewise.
57364         * nis/rpcsvc/nis_object.x: Likewise.
57365         * nis/rpcsvc/nis_tags.h: Likewise.
57366         * nis/rpcsvc/yp.h: Likewise.
57367         * nis/rpcsvc/yp.x: Likewise.
57368         * nis/rpcsvc/ypupd.h: Likewise.
57369         * nis/yp_xdr.c: Likewise.
57370         * nis/ypupdate_xdr.c: Likewise.
57372         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57373         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57374         (pmap_getport): Use __libc_rpc_getport.
57375         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57376         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57377         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57379 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57382         fanotify_mark.
57384 2010-08-27  Roland McGrath  <roland@redhat.com>
57386         * sysdeps/i386/i686/multiarch/Makefile
57387         (CFLAGS-varshift.c): New variable.
57389 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57391         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57392         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57394         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57396         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57398 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57400         * sysdeps/x86_64/strlen.S: Unroll the loop.
57401         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57402         strlen-sse2 strlen-sse2-bsf.
57403         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57404         __strlen_no_bsf if bit_Slow_BSF is set.
57405         (__strlen_sse42): Removed.
57406         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57407         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57409 2010-08-25  Roland McGrath  <roland@redhat.com>
57411         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57412         * sysdeps/x86_64/multiarch/varshift.c: New file.
57413         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57414         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57415         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57416         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57418 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57420         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57421         strlen-sse2 strlen-sse2-bsf.
57422         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57423         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57424         (__strlen_sse2): Removed.
57425         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57426         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57427         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57428         bit_Slow_BSF for Atom.
57429         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57430         (index_Slow_BSF): Define.
57431         (HAS_SLOW_BSF): Define.
57433 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57435         [BZ #10851]
57436         * resolv/res_init.c (__res_vinit): When no server address at all
57437         is given default to loopback.
57439 2010-08-24  Roland McGrath  <roland@redhat.com>
57441         * configure.in: Remove config-name.h generation.
57442         * configure: Regenerated.
57443         * config-name.in: File removed.
57444         * scripts/config-uname.sh: New file.
57445         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57446         ($(objdir)config-name.h): New target.
57448         * sunrpc/rpc_parse.h: Avoid nested comment.
57450 2010-08-24  Richard Henderson  <rth@redhat.com>
57451             Ulrich Drepper  <drepper@redhat.com>
57452             H.J. Lu  <hongjiu.lu@intel.com>
57454         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57455         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57456         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57457         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57458         _mm_alignr_epi8 with _mm_loadu_si128.
57459         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57460         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57461         (__m128i_shift_right): Removed.
57462         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57463         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57464         * sysdeps/x86_64/multiarch/varshift.h: New file.
57465         * sysdeps/x86_64/multiarch/varshift.S: New file.
57467 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57469         * configure.in: Move assembler checks to before sysdep dir checking.
57471 2010-08-20  Petr Baudis  <pasky@suse.cz>
57473         * LICENSES: Sync the sunrpc license.
57475 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57477         * sunrpc/auth_des.c: Update copyright notice once again.
57478         * sunrpc/auth_none.c: Likewise.
57479         * sunrpc/auth_unix.c: Likewise.
57480         * sunrpc/authdes_prot.c: Likewise.
57481         * sunrpc/authuxprot.c: Likewise.
57482         * sunrpc/bindrsvprt.c: Likewise.
57483         * sunrpc/clnt_gen.c: Likewise.
57484         * sunrpc/clnt_perr.c: Likewise.
57485         * sunrpc/clnt_raw.c: Likewise.
57486         * sunrpc/clnt_simp.c: Likewise.
57487         * sunrpc/clnt_tcp.c: Likewise.
57488         * sunrpc/clnt_udp.c: Likewise.
57489         * sunrpc/clnt_unix.c: Likewise.
57490         * sunrpc/des_crypt.c: Likewise.
57491         * sunrpc/des_soft.c: Likewise.
57492         * sunrpc/get_myaddr.c: Likewise.
57493         * sunrpc/getrpcport.c: Likewise.
57494         * sunrpc/key_call.c: Likewise.
57495         * sunrpc/key_prot.c: Likewise.
57496         * sunrpc/openchild.c: Likewise.
57497         * sunrpc/pm_getmaps.c: Likewise.
57498         * sunrpc/pm_getport.c: Likewise.
57499         * sunrpc/pmap_clnt.c: Likewise.
57500         * sunrpc/pmap_prot.c: Likewise.
57501         * sunrpc/pmap_prot2.c: Likewise.
57502         * sunrpc/pmap_rmt.c: Likewise.
57503         * sunrpc/rpc/auth.h: Likewise.
57504         * sunrpc/rpc/auth_unix.h: Likewise.
57505         * sunrpc/rpc/clnt.h: Likewise.
57506         * sunrpc/rpc/des_crypt.h: Likewise.
57507         * sunrpc/rpc/key_prot.h: Likewise.
57508         * sunrpc/rpc/netdb.h: Likewise.
57509         * sunrpc/rpc/pmap_clnt.h: Likewise.
57510         * sunrpc/rpc/pmap_prot.h: Likewise.
57511         * sunrpc/rpc/pmap_rmt.h: Likewise.
57512         * sunrpc/rpc/rpc.h: Likewise.
57513         * sunrpc/rpc/rpc_des.h: Likewise.
57514         * sunrpc/rpc/rpc_msg.h: Likewise.
57515         * sunrpc/rpc/svc.h: Likewise.
57516         * sunrpc/rpc/svc_auth.h: Likewise.
57517         * sunrpc/rpc/types.h: Likewise.
57518         * sunrpc/rpc/xdr.h: Likewise.
57519         * sunrpc/rpc_clntout.c: Likewise.
57520         * sunrpc/rpc_cmsg.c: Likewise.
57521         * sunrpc/rpc_common.c: Likewise.
57522         * sunrpc/rpc_cout.c: Likewise.
57523         * sunrpc/rpc_dtable.c: Likewise.
57524         * sunrpc/rpc_hout.c: Likewise.
57525         * sunrpc/rpc_main.c: Likewise.
57526         * sunrpc/rpc_parse.c: Likewise.
57527         * sunrpc/rpc_parse.h: Likewise.
57528         * sunrpc/rpc_prot.c: Likewise.
57529         * sunrpc/rpc_sample.c: Likewise.
57530         * sunrpc/rpc_scan.c: Likewise.
57531         * sunrpc/rpc_scan.h: Likewise.
57532         * sunrpc/rpc_svcout.c: Likewise.
57533         * sunrpc/rpc_tblout.c: Likewise.
57534         * sunrpc/rpc_util.c: Likewise.
57535         * sunrpc/rpc_util.h: Likewise.
57536         * sunrpc/rpcinfo.c: Likewise.
57537         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57538         * sunrpc/rpcsvc/key_prot.x: Likewise.
57539         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57540         * sunrpc/rpcsvc/mount.x: Likewise.
57541         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57542         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57543         * sunrpc/rpcsvc/rex.x: Likewise.
57544         * sunrpc/rpcsvc/rstat.x: Likewise.
57545         * sunrpc/rpcsvc/rusers.x: Likewise.
57546         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57547         * sunrpc/rpcsvc/spray.x: Likewise.
57548         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57549         * sunrpc/rtime.c: Likewise.
57550         * sunrpc/svc.c: Likewise.
57551         * sunrpc/svc_auth.c: Likewise.
57552         * sunrpc/svc_authux.c: Likewise.
57553         * sunrpc/svc_raw.c: Likewise.
57554         * sunrpc/svc_run.c: Likewise.
57555         * sunrpc/svc_simple.c: Likewise.
57556         * sunrpc/svc_tcp.c: Likewise.
57557         * sunrpc/svc_udp.c: Likewise.
57558         * sunrpc/svc_unix.c: Likewise.
57559         * sunrpc/svcauth_des.c: Likewise.
57560         * sunrpc/xcrypt.c: Likewise.
57561         * sunrpc/xdr.c: Likewise.
57562         * sunrpc/xdr_array.c: Likewise.
57563         * sunrpc/xdr_float.c: Likewise.
57564         * sunrpc/xdr_mem.c: Likewise.
57565         * sunrpc/xdr_rec.c: Likewise.
57566         * sunrpc/xdr_ref.c: Likewise.
57567         * sunrpc/xdr_sizeof.c: Likewise.
57568         * sunrpc/xdr_stdio.c: Likewise.
57570         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57571         handling.
57573 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57575         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57577 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57579         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57580         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57581         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57582         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57583         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57584         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57585         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57586         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57587         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57588         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57589         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57590         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57591         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57592         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57594 2010-07-26  Anton Blanchard  <anton@samba.org>
57596         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57597         * malloc/arena.c (heap_trim): Likewise.
57599 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57601         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57602         here.  Not...
57603         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57604         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57606 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57608         * sysdeps/i386/elf/Makefile: New file.
57610 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57612         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57613         from fanotify_init.
57614         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57615         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57617 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57619         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57620         of strncasecmp_l.
57621         * sysdeps/multiarch/strcmp.S: Likewise.
57623 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57625         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57626         strncase_l-nonascii.
57627         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57628         Add strncase_l-ssse3.
57629         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57630         * sysdeps/x86_64/strcmp.S: Likewise.
57631         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57632         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57633         * sysdeps/x86_64/strncase.S: New file.
57634         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57635         * sysdeps/x86_64/strncase_l.S: New file.
57636         * string/Makefile (strop-tests): Add strncasecmp.
57637         * string/test-strncasecmp.c: New file.
57639         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57640         warning.
57642         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57643         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57645 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57647         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57649 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57651         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57652         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57653         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57655 2010-05-01  Alan Modra  <amodra@gmail.com>
57657         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57658         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57659         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57660         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57661         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57662         tidying.  Don't tail-call __sigjmp_save for static lib.
57663         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57664         save location.
57665         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57666         (CALL_MCOUNT): Add eh info, and nop after bl.
57667         (TAIL_CALL_SYSCALL_ERROR): New macro.
57668         (PSEUDO_RET): Use it.
57669         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57670         Correct save location of integer regs and cr.
57671         (_dl_profile_resolve): Correct cr save location.  Delete nops
57672         after bl when SHARED.  Reduce cfi size a little by better
57673         placement of cfi directives.
57674         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57675         make a stack frame.  Instead use parm save area as a temp.
57676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57677         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57679         Don't make a stack frame for parent, use parm save area.
57680         Increase child stack frame to 112 bytes.  Don't save unused reg,
57681         and adjust reg usage.  Set up cfi on error recovery and
57682         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57684         (__makecontext): Add dummy nop after jump to exit.
57685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57686         Use correct parm save area and cr save, reduce stack frame.
57687         Correct cfi for possible PSEUDO_RET frame setup.
57688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57689         Branch to local label emitted by PSEUDO_RET rather than
57690         __syscall_error.
57692 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57694         [BZ #11904]
57695         * locale/programs/locale.c (print_assignment): New function.
57696         (show_locale_vars): Use it.
57698 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57700         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57701         field.
57702         (struct statfs64): Likewise.
57703         (_STATFS_F_FLAGS): Define.
57704         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57705         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57706         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57707         (ST_VALID): Define locally.
57708         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57709         __statvfs_getflags, use the provided value.
57710         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57711         __ASSUME_STATFS_F_FLAGS.
57713         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57715         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57716         Add sys/fanotify.h.
57717         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57718         fanotify_mask for GLIBC_2.13.
57719         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57720         fanotify_init and fanotify_mark.
57721         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57722         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57724         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57725         Add prlimit.
57726         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57727         prlimit64 for GLIBC_2.13.
57728         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57729         prlimit64.
57730         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57731         syscall.
57732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57733         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57734         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57735         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57736         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57737         add prlimit alias.
57738         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57740         [BZ #11903]
57741         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57742         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57744         * nss/Makefile: Add rules to build and run tst-nss-test1.
57745         * shlib-versions: Add entry for libnss_test1.
57746         * nss/nss_test1.c: New file.
57747         * nss/tst-nss-test1.c: New file.
57749         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57750         (__nss_configure_lookup): Set appropriate entry in
57751         __nss_configure_lookup to true.
57752         * nss/nsswitch.h: Define enum with indeces of databases in
57753         databases and __nss_database_custom arrays.  Declare
57754         __nss_database_custom.
57755         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57756         to avoid using nscd when custom rules are installed.
57757         * nss/getXXbyYY_r.c: Likewise.
57758         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57760         * nss/nss_files/files-parse.c: Whitespace fixes.
57762 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57764         [BZ #11883]
57765         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57766         * posix/fnmatch_loop.c: Likewise.
57768 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57770         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57771         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57772         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57773         * Versions.def [GLIBC_2.13]: Add.
57775 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57777         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57778         Also fail if tpwd after pwuid call is NULL.
57780 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57782         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57783         when converting to ms.
57785 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57787         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57788         EOPNOTSUPP errors with ENOTTY.
57789         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57790         EOPNOTSUPP errors with ENOTTY.
57792 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57794         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57795         Add strcasecmp_l-ssse3.
57796         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57797         strcasecmp.
57798         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57799         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57800         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57802 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57804         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57806         * string/Makefile (strop-tests): Add strcasecmp.
57807         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57808         strcasecmp_l-nonascii.
57809         (gen-as-const-headers): Add locale-defines.sym.
57810         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57811         * sysdeps/x86_64/strcasecmp.S: New file.
57812         * sysdeps/x86_64/strcasecmp_l.S: New file.
57813         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57814         * sysdeps/x86_64/locale-defines.sym: New file.
57815         * string/test-strcasecmp.c: New file.
57817         * string/test-strcasestr.c: Test both ends of the range of characters.
57818         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57820 2010-07-29  Roland McGrath  <roland@redhat.com>
57822         [BZ #11856]
57823         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57825 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57827         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57828         for ld.so.
57830 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57832         * manual/memory.texi (Malloc Tunable Parameters): Document
57833         M_PERTURB.
57835 2010-07-26  Roland McGrath  <roland@redhat.com>
57837         [BZ #11840]
57838         * configure.in (-fgnu89-inline check): Set and substitute
57839         gnu89_inline, not libc_cv_gnu89_inline.
57840         * configure: Regenerated.
57841         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57843 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57845         * string/test-strnlen.c: New file.
57846         * string/Makefile (strop-tests): Add strnlen.
57847         * string/tester.c (test_strnlen): Add a few more test cases.
57848         * string/tst-strlen.c: Better error reporting.
57850         * sysdeps/x86_64/strnlen.S: New file.
57852 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57854         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57855         lower-latency instructions.
57857 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57859         * string/test-strcasestr.c: New file.
57860         * string/test-strstr.c: New file.
57861         * string/Makefile (strop-tests): Add strstr and strcasestr.
57862         * string/str-two-way.h: Don't undefine MAX.
57863         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57865 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57867         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57868         strcasestr-nonascii.
57869         (CFLAGS-strcasestr-nonascii.c): Define.
57870         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57871         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57872         Remove unused attribute.
57874 2010-07-20  Roland McGrath  <roland@redhat.com>
57876         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57877         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57878         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57879         like LD_HWCAP_MASK can disable hwcaps.
57881 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57883         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57885 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57887         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57888         call in strcasestr.
57889         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57890         __strcasestr_sse42_nonascii.
57891         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57892         strcasestr-nonascii.c.
57893         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57895 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57897         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57898         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57899         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57900         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57902 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57904         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57905         fcntl.
57907 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57909         [BZ #11577]
57910         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57911         dl_signal_cerror.
57913 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57915         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57916         _PC_PIPE_BUF using F_GETPIPE_SZ.
57918 2010-07-05  Roland McGrath  <roland@redhat.com>
57920         * manual/arith.texi (Rounding Functions): Fix rint description
57921         implicit in round description.
57923 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57925         * elf/Makefile: Fix linking for a few tests to make recent linker
57926         happy.
57928 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57930         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57931         $(common-objpfx)libc_nonshared.a.
57933 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57935         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57936         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57937         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57938         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57939         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57940         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57941         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57942         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57957         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57958         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57959         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57960         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57961         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57962         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57963         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57964         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57965         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57966         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57967         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57968         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57984 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57986         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57987         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57988         * string/memmove.c (memmove): Renamed to ...
57989         (MEMMOVE): ...this.  Default to memmove.
57990         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57991         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57992         (END_CHK): Define.
57993         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57994         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57995         mempcpy-ssse3-back memmove-ssse3-back.
57996         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57997         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57998         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57999         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58000         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58001         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58002         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58003         * sysdeps/x86_64/multiarch/memmove.c: New file.
58004         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58005         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58006         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58007         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58008         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58009         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58010         Define.
58011         (index_Fast_Copy_Backward): Define.
58012         (HAS_ARCH_FEATURE): Define.
58013         (HAS_FAST_REP_STRING): Define.
58014         (HAS_FAST_COPY_BACKWARD): Define.
58016 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58018         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58019         Restore proper fallback handling.
58021 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58023         [BZ #11701]
58024         * posix/group_member.c (__group_member): Correct checking loop.
58026         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58027         OOM in getpwuid_r correctly.  Return error number when the caller
58028         should return, otherwise -1.
58029         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58030         call returning > 0 value.
58031         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58033 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58035         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58036         libc_nonshared.a from targets in modules-names.
58038 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58040         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58041         requires it.
58043 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58045         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58046         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58047         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58048         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58050 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58052         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58054 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58056         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58057         and F_GETPIPE_SZ.
58058         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58059         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58060         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58061         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58062         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58063         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58065 2010-06-14  Roland McGrath  <roland@redhat.com>
58067         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58069 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58071         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58072         __REDIRECT followed by __THROW.
58073         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58074         * posix/getopt.h (getopt): Likewise.
58076 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58078         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58079         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58080         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58081         in AT_FLAGS.
58082         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58083         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58085 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58087         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58089 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58091         [BZ #11640]
58092         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58093         Properly check family and model.
58095 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58097         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58099 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58101         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58103 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58105         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58106         symbol reference.
58108 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58110         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58111         symbol reference.
58113 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58115         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58116         and internal_recvmmsg.
58117         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58118         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58119         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58120         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58122         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58123         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58124         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58126 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58128         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58130 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58132         POWER7 optimizations.
58133         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58134         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58136 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58138         * version.h: Update for 2.13 development version.
58140 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58142         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58143         exceptions.  Return 0.
58145 2010-05-07  Roland McGrath  <roland@redhat.com>
58147         * elf/ldconfig.c (main): Add a const.
58149 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58151         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58152         (args_options): Add no-idn option.
58153         (ahosts_keys_int): Add idn_flags to ai_flags.
58154         (parse_option): Handle 'i' option to clear idn_flags.
58156         * malloc/malloc.c (_int_free): Possible race in the most recently
58157         added check.  Only act on the data if no current modification
58158         happened.
58160 See ChangeLog.17 for earlier changes.