Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86
[glibc.git] / ChangeLog
blob1381ef7ada9a17e8b850a0a6dac427c67a59b140
1 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3         [BZ #17711]
4         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
5         indicates it is called from do_lookup_x on relocation against
6         protected data, skip the data definion in the executable from
7         copy reloc.
8         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
9         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
10         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
11         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
12         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
13         otherwise to 0.
14         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
15         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
16         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
17         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
18         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
19         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
21 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
23         * sysdeps/nptl/pthread.h: Remove duplicate definition of
24         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
26 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
28         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
29         THREAD_SETMEM_NC.
30         * sysdeps/x86_64/nptl/tls.h: Ditto.
32 2015-03-27  Roland McGrath  <roland@hack.frob.com>
34         * dlfcn/tststatic.c (main): Converted to ...
35         (do_test): ... this.
36         (TEST_FUNCTION): New macro.
37         Include test-skeleton.c.
39 2015-03-26  Alan Modra  <amodra@gmail.com>
41         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
42         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
43         zero for undefined weak.
44         (elf_machine_plt_conflict): Similarly.
46 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
48         * math/auto-libm-test-in: Add more tests of acosh, asinh and
49         atanh.
50         * math/auto-libm-test-out: Regenerated.
51         * sysdeps/i386/fpu/libm-test-ulps: Update.
52         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
54         * math/auto-libm-test-in: Add another test of asin.
55         * math/auto-libm-test-out: Regenerated.
56         * sysdeps/i386/fpu/libm-test-ulps: Update.
57         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
59         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
60         Remove macro.
61         (LLL_EBX_REG): Likewise.
62         (LLL_ENTER_KERNEL): Likewise.
64         * math/auto-libm-test-in: Add more tests of asin.
65         * math/auto-libm-test-out: Regenerated.
66         * sysdeps/i386/fpu/libm-test-ulps: Update.
67         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
69         [BZ #18138]
70         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
71         libc_do_syscall_args): New structure.
72         (INTERNAL_SYSCALL_MAIN_0): New macro.
73         (INTERNAL_SYSCALL_MAIN_1): Likewise.
74         (INTERNAL_SYSCALL_MAIN_2): Likewise.
75         (INTERNAL_SYSCALL_MAIN_3): Likewise.
76         (INTERNAL_SYSCALL_MAIN_4): Likewise.
77         (INTERNAL_SYSCALL_MAIN_5): Likewise.
78         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
79         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
80         Replace conditional definitions by conditional definitions of ....
81         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
82         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
83         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
84         (libpthread-sysdep_routines): Add libc-do-syscall.
85         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
86         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
87         to __NR_futex not 240.
89 2015-03-25  Alan Modra  <amodra@gmail.com>
91         * NEWS: Advertise TLS optimization.
92         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
93         (DT_PPC_NUM): Increment.
94         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
95         (CHECK_STATIC_TLS): Use here.
96         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
97         TLS descriptors.
98         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
99         * sysdeps/powerpc/dl-tls.c: New file.
100         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
101         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
102         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
103         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
104         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
108 2015-03-25  Alan Modra  <amodra@gmail.com>
110         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
111         for overlapping .opd entries" to "support...".
112         * sysdeps/powerpc/powerpc64/configure: Regenerate
114 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
116         * math/auto-libm-test-in: Add more tests of acos.
117         * math/auto-libm-test-out: Regenerated.
118         * sysdeps/i386/fpu/libm-test-ulps: Update.
119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
121         * math/auto-libm-test-in: Add more tests of expm1.
122         * math/auto-libm-test-out: Regenerated.
123         * sysdeps/i386/fpu/libm-test-ulps: Update.
124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
126 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
128         * math/auto-libm-test-in: Add more tests of cosh and sinh.
129         * math/auto-libm-test-out: Regenerated.
130         * sysdeps/i386/fpu/libm-test-ulps: Update.
131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
133         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
136         * math/auto-libm-test-in: Add more tests of log2.
137         * math/auto-libm-test-out: Regenerated.
138         * sysdeps/i386/fpu/libm-test-ulps: Update.
139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
141 2015-03-23  Roland McGrath  <roland@hack.frob.com>
143         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
144         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
145         _IO_IS_APPENDING bit in READ_WRITE instead.
147 2015-03-23  Florian Weimer  <fweimer@redhat.com>
149         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
150         (__determine_cpumask_size): Replace extend_alloca with a
151         variable-length array.  Do not treat res == 0 as an error.
153 2015-03-23  Florian Weimer  <fweimer@redhat.com>
155         [BZ #18100]
156         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
157         and integer overflow.
158         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
159         (main): Add integer overflow tests.
160         * manual/pattern.texi (Calling Wordexp): Document additional use
161         for WRDE_SYNTAX.
163 2015-03-23  Alan Modra  <amodra@gmail.com>
165         * config.h.in: Remove HAVE_ASM_PPC_REL16.
166         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
167         and false branch of conditional.
168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
169         Likewise.
171 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
173         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
174         libc-modules.h
175         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
176         unused declaration of _hurd_intr_rpc_msg_in_trap.
177         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
178         defined instead of whether it is non-zero.
179         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
180         input constraint instead of both input and output constraint.  Use ecx
181         clobber instead of %ecx.
182         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
183         mutex_unlock): Use a statement expression instead of an expression list.
184         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
185         type to vm_size_t instead of vm_address_t.
186         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
187         defined instead of whether it is non-zero.
188         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
189         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
190         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
191         comparisons with mapaddr.
192         * nscd/nscd-client.h: Include <time.h>.
193         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
194         9th parameter to __vm_region instead of int.
195         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
196         * scripts/check-local-headers.sh (exclude): Add device/,
197         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
198         cthreads.h.
200 2015-03-19  Roland McGrath  <roland@hack.frob.com>
202         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
203         to account for alignment padding.
204         * sysdeps/arm/memmove.S: Likewise.
206 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
208         * sysdeps/unix/sysv/linux/generic/README: New file.
210 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
212         [BZ #18138]
213         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
214         (futex_abstimed_wait)
215         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
216         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
217         of lll_futex_timed_wait.
219 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
221         [BZ #17542]
222         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
224 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
226         [BZ #17090]
227         [BZ #17620]
228         [BZ #17621]
229         [BZ #17628]
230         * NEWS: Update.
231         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
232         entries with Static TLS too.  Skip entries past the end of the
233         allocated DTV, from Alan Modra.
234         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
235         Static TLS DTV entry set up from...
236         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
237         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
238         * nptl/allocatestack.c (init_one_static_tls): ... and here...
239         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
240         for Static TLS.
241         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
242         that the slot we find is associated with the given map before
243         using its generation count.
244         * nptl_db/db_info.c: Include ldsodefs.h.
245         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
246         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
247         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
248         (link_map::l_tls_offset): New struct field.
249         (dtv_t::counter): Likewise.
250         (rtld_global): New struct.
251         (_rtld_global): New rtld variable.
252         (dl_tls_dtv_slotinfo_list): New rtld global field.
253         (dtv_slotinfo_list): New struct.
254         (dtv_slotinfo): Likewise.
255         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
256         (td_lookup): Rename to...
257         (td_mod_lookup): ... this.  Use new mod parameter instead of
258         LIBPTHREAD_SO.
259         * nptl_db/td_thr_tlsbase.c: Include link.h.
260         (dtv_slotinfo_list, dtv_slotinfo): New functions.
261         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
262         addresses even if the DTV is out of date or missing them.
263         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
264         index zero-length arrays.
265         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
266         (td_lookup): Make it a macro implemented in terms of...
267         (td_mod_lookup): ... this declaration.
268         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
269         (DB_MAIN_VARIABLE): Likewise.
271 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
273         [BZ #18134]
274         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
276 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
278         * stdlib/setenv.c (__add_to_environ): Revert previous change.
280 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
282         [BZ #18128]
283         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
284         (atomic_add, atomic_increment_and_test)
285         (atomic_decrement_and_test): Fix 64-bit arithmetic.
287 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
289         * stdlib/setenv.c (__add_to_environ):
290         Dump core quickly if setenv (..., NULL, ...) is called.
292 2015-03-13  Roland McGrath  <roland@hack.frob.com>
294         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
295         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
296         all the necessary asm magic in one place.
297         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
298         using those.
300 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
302         [BZ #14906]
303         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
304         traced file mtime. Use consistent log message.
305         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
306         (register_traced_file): Call install_watches. Always set mtime.
307         (invalidate_cache): Iterate over all trace files. Call install_watches.
308         (inotify_check_files): Don't inline. Handle watching parent
309         directories and configuration file movement in and out.
310         (handle_inotify_events): New function.
311         (main_loop_poll): Call handle_inotify_events.
312         (main_loop_epoll): Likewise.
313         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
314         (struct traced_file): Use array of inotify fds. Add parent directory,
315         and basename.
316         (struct database_dyn): Remove unused file_mtime.
317         (init_traced_file): New inline function.
318         (define_traced_file): New macro.
319         * nss/nss_db/db-init.c: Use define_traced_file.
320         (_nss_db_init): Use init_traced_file.
321         * nss/nss_files/files-init.c: Use define_traced_file.
322         (_nss_files_init): Use init_traced_file.
324 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
326         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
327         [_LIBC]: Do not include <stdlib.h>.
328         [!_LIBC] (abort): Remove declaration.
329         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
330         _FP_STATIC_ASSERT instead of conditionally calling abort.
331         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
332         (_FP_EXTEND_CNAN): Likewise.
333         (FP_TRUNC): Likewise.
334         (__FP_CLZ): Likewise.
335         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
337 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
339         * manual/string.texi (XPG basename): Fix prototype.
341 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
343         [BZ #18080]
344         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
345         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
346         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
347         (__setcontext): Likewise.
348         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
349         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
350         Call rt_sigprocmask syscall one time to set new signal mask
351         and retrieve the current signal mask instead of two calls.
352         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
353         (__swapcontext): Likewise.
354         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
355         * stdlib/tst-setcontext2.c: New file.
357 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
359         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
361 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
363         [BZ #18093]
364         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
365         the wrong size.
367 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
369         [BZ #18043]
370         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
372 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
374         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
375         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
376         Remove define.
377         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
378         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
379         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
380         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
381         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
382         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
383         define.
384         * nptl_db/td_symbol_list.c (td_lookup): Remove
385         HAVE_ASM_GLOBAL_DOT_NAME code.
386         * sysdeps/powerpc/powerpc64/configure.ac: Remove
387         HAVE_ASM_GLOBAL_DOT_NAME check.
388         * sysdeps/powerpc/powerpc64/configure: Regenerate.
389         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
390         (DOT_LABEL): Remove define.
391         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
392         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
393         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
394         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
395         (__TLS_GET_ADDR): Likewise.
396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
397         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
399 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
401         [BZ #18111]
402         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
403         (_FPU_SETCW): Initialize cw from fpsr before storing.
404         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
405         (fesetexceptflag): Rewrite using fpu_control.h.
406         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
408 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
410         [BZ #18110]
411         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
412         asms.
413         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
415 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
417         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
418         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
419         abort.
420         (_FP_FMA): Likewise.
421         (_FP_DIV): Likewise.
423 2015-03-10  Roland McGrath  <roland@hack.frob.com>
425         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
426         with 0 in that case.
427         * Makefile (summarize-tests): New canned sequence, factored out of
428         commands for targets tests and xtests.  Display summary lines that
429         don't start with PASS: or XFAIL: rather than ones that do start with
430         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
431         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
432         do start with ERROR: or FAIL:.
433         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
434         (except for [$(build-shared) = yes]).
435         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
436         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
437         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
438         * nptl/Makefile: Revert 2015-03-04 changes.
439         [$(CXX) empty] (tests-unsupported): New variable.
440         * debug/Makefile: Likewise.
442         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
443         gnulib file.  Replace __attribute with __attribute__ throughout.
445 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
447         * sysdeps/hppa/fpu/libm-test-ulps: Update.
449 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
451         [BZ #18104]
452         * math/auto-libm-test-in: Add another test of pow.
453         * math/auto-libm-test-out: Regenerated.
455 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
457         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
458         $(config-cflags-nofma).
460 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
462         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
463         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
464         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
465         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
466         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
467         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
468         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
469         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
470         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
471         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
472         Add comment on closing #endif.
474 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
476         * posix/wordexp.c (CHAR_IN_SET): New macro.
477         (parse_param): Use it.
479 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
481         * sysdeps/powerpc/fpu/libm-test-ulps: update.
483 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
485         [BZ #18043]
486         * posix/wordexp.c (parse_param): Fix buffer overflow.
487         * posix/wordexp-test.c (test_case): Add test case.
489 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
491         [BZ #18042]
492         * posix/wordexp.c (parse_backtick): Fix off-by-one.
493         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
495 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
497         [BZ #18043]
498         * posix/wordexp-test.c (test_case): Add test for BZ #18043
499         (do_bz18043): Delete.
500         (at_page_end): New.
501         (testit): Refactor to have words at the edge of unreadable page.
503 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
505         [BZ #16734]
506         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
507         Cleanup read-only streams as well.
508         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
510 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
512         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
513         <bits/libc-lockP.h>
515 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
517         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
518         on [__KERNEL__].
519         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
520         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
521         * soft-fp/op-common.h (_FP_DECL): Likewise.
523 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
525         * elf/ifuncdep2.c (global): Replace
526         __attribute__((visibility("protected"))) with
527         asm (".protected global").
528         * elf/ifuncmod1.c (global): Likewise.
529         * elf/ifuncmod5.c (global): Likewise.
531 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
533         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
534         <asm/sfp-machine.h> instead of <sfp-machine.h>.
536 2015-03-06  Roland McGrath  <roland@hack.frob.com>
538         * manual/install.texi (Configuring and compiling):
539         Document test-wrapper-env-only.
540         * INSTALL: Regenerated.
542 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
544         [BZ #18043]
545         * posix/wordexp.c (parse_param): Fix buffer overflow.
546         * posix/wordexp-test.c (do_bz18043): Add test case.
548 2015-03-06  Vincent Bernat  <vincent@bernat.im>
550         * time/tst-strptime2.c (do_test): Ensure failing tests are
551         reported correctly.
552         * time/tst-strptime3.c (do_test): Likewise.
554 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
556         Fix aio_error thread-safety.
557         * sysdeps/pthread/aio_error.c: New file
558         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
559         synchronization.
561 2015-03-06  Florian Weimer  <fweimer@redhat.com>
563         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
564         (group_number, vfprintf): Use it.
565         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
566         (JUMP, REF): Use it.
567         (WORK_BUFFER_SIZE): New enum constant.
568         (process_arg, vfprintf): Use it.
570 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
572         * manual/errno.texi (Error Messages): Complete example function
573         by adding missing #define.
574         (program_invocation_name): Add statement indicating GNU
575         extension and reference which header file declares the variable.
576         (program_invocation_short_name): Likewise.
578 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
580         * manual/errno.texi (Error Messages): Delete strerror ISO C89
581         compatibility note.
583 2015-03-05  Roland McGrath  <roland@hack.frob.com>
585         * Makeconfig (test-wrapper-env-only): New variable.
586         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
587         then use that with $(test-wrapper-env-only) rather than using
588         $(test-wrapper-env) $(run-program-env) $($*-ENV).
590 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
592         [BZ #18082]
593         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
594         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
595         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
596         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
597         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
598         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
599         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
600         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
601         Likewise.
602         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
603         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
604         Likewise.
605         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
606         Likewise.
607         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
608         Likewise.
609         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
610         Likewise.
611         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
612         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
613         Likewise.
614         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
615         Likewise.
616         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
617         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
619 2015-03-04  Roland McGrath  <roland@hack.frob.com>
621         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
622         (ETH_ALEN): New macro.
623         (struct ether_addr): Use it for length of ether_addr_octet.
625         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
626         (setdb): Don't call __nss_configure_lookup for "rpc".
627         (do_test): Don't call test_rpc.
628         (output_rpcent, test_rpc): Functions moved ...
629         * sunrpc/test-rpcent.c: ... to this new file.
630         * sunrpc/Makefile (tests): Add it.
632         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
633         __xpg_sigpause.
634         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
635         * nptl/tst-signal6.c: Likewise.
636         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
637         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
639         * configure.ac (libc_cv_cxx_link_ok): New check.
640         Reset CXX to empty if it fails to link.
641         * configure: Regenerated.
642         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
643         bug-atexit3-lib only if $(CXX) is nonempty.
644         * nptl/Makefile (tests): Likewise for tst-cancel24.
645         (tests, tests-static): Likewise for tst-cancel24-static.
646         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
647         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
648         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
649         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
651 2015-03-04  Andreas Schwab  <schwab@suse.de>
653         [BZ #17631]
654         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
655         for non-GCC compilers.
656         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
657         Likewise.
659 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
661         [BZ #17776]
662         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
663         integer before bitwise and assembly operations.
664         (feclearexcept): Likewise.
665         * math/test-fenvinline.c: New file.
666         * math/Makefile: Add test-fenvinline test.
668 2015-03-03  Alan Modra  <amodra@gmail.com>
670         [BZ #16512]
671         * scripts/localplt.awk: Strip off symbol version.
672         * NEWS: Mention bug fix.
674 2015-03-02  Roland McGrath  <roland@hack.frob.com>
676         * sysdeps/pthread/timer_routines.c
677         (timer_free_list, thread_free_list, thread_active_list): Make static.
679 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
681         [BZ #17779]
682         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
683         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
684         Undefine.
685         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
686         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
687         Likewise.
688         * sysdeps/unix/sysv/linux/sh/kernel-features.h
689         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
690         Likewise.
692 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
694         [BZ #18036]
695         * posix/fnmatch_loop.c (END): Detect invalid pattern.
696         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
698 2015-03-02  Andreas Schwab  <schwab@suse.de>
700         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
701         variable name.
703 2015-03-02  Florian Weimer  <fweimer@redhat.com>
705         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
706         Return error status.
708 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
710         [BZ #15969]
711         * locale/findlocale.c (_nl_find_locale): Introduce const
712         version of loc_name and drop unsafe type casts.
714 2015-02-27  Roland McGrath  <roland@hack.frob.com>
716         * dlfcn/tststatic2.c (main): Converted to ...
717         (do_test): ... this.
718         (TEST_FUNCTION): New macro.
719         Include test-skeleton.c.
721 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
723         [BZ #17711]
724         * elf/Makefile (tests): Add vismain only if PIE is enabled.
725         (tests-pie): Add vismain.
726         (CFLAGS-vismain.c): New.
727         * elf/vismain.c: Add comments for PIE requirement.
729 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
731         [BZ #18046]
732         [BZ #18047]
733         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
734         0x1p-56L as threshold for just returning the argument.
735         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
736         0x1p-32L as threshold for just returning the argument.
737         * math/auto-libm-test-in: Add more tests of atanh.
738         * math/auto-libm-test-out: Regenerated.
739         * sysdeps/i386/fpu/libm-test-ulps: Update.
740         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
742 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
744         * string/bcopy.c (bcopy): Call memmove for performance.
746 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
748         * string/bzero.c (__bzero): Call memset for performance.
750 2015-02-27  John David Anglin  <dave.anglin@bell.net>
752         [BZ #18068]
753         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
754         to 00100000.
756 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
758         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
760 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
762         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
763         (__kernel_standard): Use CSTR macro when setting exc.name.
764         * sysdeps/ieee754/Makefile [$(subdir) = math]
765         (CFLAGS-k_standard.c): Remove variable.
767         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
768         setting p and q from "else if" to "else".
769         (qzero): Likewise.
770         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
771         (qone): Likewise.
772         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
773         (qzerof): Likewise.
774         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
775         (qonef): Likewise.
776         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
777         (qzero): Likewise.
778         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
779         (qone): Likewise.
781         [BZ #18038]
782         [BZ #18039]
783         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
784         return pi/2 for arguments below 0x1p-113L.
785         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
786         return pi/2 for arguments below 0x1p-106L.
787         * math/auto-libm-test-in: Add more tests of acos.
788         * math/auto-libm-test-out: Regenerated.
790         [BZ #16351]
791         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
792         (MO): New macro.
793         (__ieee754_asin): Force underflow exception for results with small
794         absolute value.
795         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
796         (MO): New macro.
797         (__ieee754_asinf): Force underflow exception for results with
798         small absolute value.
799         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
800         (__ieee754_asin): Force underflow exception for results with small
801         absolute value.
802         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
803         (__ieee754_asinf): Force underflow exception for results with
804         small absolute value.
805         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
806         (__ieee754_asinl): Force underflow exception for results with
807         small absolute value.
808         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
809         (__ieee754_asinl): Force underflow exception for results with
810         small absolute value.
811         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
812         (__ieee754_asinl): Force underflow exception for results with
813         small absolute value.
814         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
815         Include <math.h>.
816         * math/auto-libm-test-in: Do not mark underflow exceptions as
817         possibly missing for bug 16351.
818         * math/auto-libm-test-out: Regenerated.
820         [BZ #18030]
821         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
822         of power of 2 down when low part has opposite sign.
823         * math/libm-test.inc (logb_test_data): Add more tests.
825 2015-02-26  Andreas Schwab  <schwab@suse.de>
827         [BZ #18032]
828         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
829         over collating symbol inside a bracket expression.  Minor cleanup.
830         * posix/tst-fnmatch3.c (do_test): Add test case.
832 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
834         [BZ #18029]
835         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
836         Adjust exponent of power of 2 down when low part has opposite
837         sign.
838         * math/libm-test.inc (ilogb_test_data): Add more tests.
840 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
842         [BZ #15969]
843         * locale/findlocale.c (_nl_find_locale): Fix constness error in
844         the previous change.
846         [BZ #15969]
847         * locale/findlocale.c (_nl_find_locale): Retry archive search
848         after alias expansion.
850 2015-02-25  Roland McGrath  <roland@hack.frob.com>
852         * iconv/tst-iconv3.c (main): Converted to ...
853         (do_test): ... this.
854         (TEST_FUNCTION): New macro.
855         Include test-skeleton.c.
857         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
858         (convert): Make function static.
859         (test_unalign): Likewise.  Add const to argument pointee types.
860         (main): Replace with static function do_test.
861         Print "Succeeded." only if RET is zero.
862         (TEST_FUNCTION): New macro.
863         Include test-skeleton.c.
865         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
866         returns a null pointer.
868 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
870         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
871         to __memcpy_ppc only for static builds.
873 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
875         [BZ #18020]
876         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
877         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
878         * math/auto-libm-test-in: Add more tests of asinh.
879         * math/auto-libm-test-out: Regenerated.
880         * sysdeps/i386/fpu/libm-test-ulps: Update.
881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
883 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
885         [BZ #15850]
886         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
887         and ip6_mtuinfo definitions here.
888         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
889         in this define too.  Update comment.
891 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
893         * elf/sprof.c (load_shobj): Tweak error message to match others.
895 2015-02-24  Kevin Easton  <kevin@guarana.org>
897         [BZ #16145] (partial fix)
898         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
899         to reduce lock contention.
901 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
903         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
904         (struct timex): Update time comment.
905         (ADJ_SETOFFSET): Define.
907 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
909         [BZ #18019]
910         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
911         2**56 not 2**28 as threshold for log (2x) formula.
912         * math/auto-libm-test-in: Add more tests of acosh.
913         * math/auto-libm-test-out: Regenerated.
914         * sysdeps/i386/fpu/libm-test-ulps: Update.
915         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
917 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
919         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
920         parenthesis around the buf assignment.
921         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
923 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
925         [BZ #16783]
926         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
927         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
928         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
929         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
930         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
931         * math/libm-test.inc (scalb_test_data): Add more tests.
933 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
935         [BZ #17916]
936         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
937         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
939 2015-02-24  Eric Rannaud  <e@nanocritical.com>
941         [BZ #17523]
942         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
943         * io/bits/fcntl2.h (open): Use it.
944         (openat): Likewise.
945         * io/open.c (__libc_open): Likewise.
946         * io/open64.c (__libc_open64): Likewise.
947         * io/open64_2.c (__open64_2): Likewise.
948         * io/open_2.c (__open_2): Likewise.
949         * io/openat.c (__openat): Likewise.
950         * io/openat64.c (__openat64): Likewise.
951         * io/openat64_2.c (__openat64_2): Likewise.
952         * io/openat_2.c (__openat_2): Likewise.
953         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
954         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
955         * sysdeps/posix/open64.c (__libc_open64): Likewise.
956         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
957         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
958         (__open_nocancel): Likewise.
959         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
960         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
961         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
963 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
965         [BZ #14841]
966         * resolv/gethnamaddr.c (getanswer): Skip logging if
967         RES_USE_DNSSEC is set.
968         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
970 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
972         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
974 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
976         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
977         201304L, for Unicode 7.
979 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
981         [BZ #17836]
982         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
983         shared library.  Add gmon-start.os otherwise.
984         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
985         $(objpfx)gmon-start.os if builing shared library.
986         ($(objpfx)g$(static-start-installed-name)): Likewise.
988 2015-02-23  Andreas Schwab  <schwab@suse.de>
990         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
992 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
994         [BZ #17269]
995         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
996         (enlarge_userbuf): Likewise.
998 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1000         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1001         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1002         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1003         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1005 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1007         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1008         expression inside statement expression.
1010 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1012         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1013         <sysdeps/nptl/lowlevellock.h> and remove macros and
1014         functions that are now defined there.
1015         (SYS_futex): Remove.
1016         (lll_compare_and_swap): Remove.
1017         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1019 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1021         [BZ #17999]
1022         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1023         instead of scandirat.
1024         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1025         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1026         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1027         __scandirat.
1028         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1029         (__scandirat): Declare.  Use libc_hidden_proto.
1030         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1031         Remove variable.
1032         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1034 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1036         [BZ #15319]
1037         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1038         (MO): New macro.
1039         (__ieee754_atan2): For results with small absolute value, force
1040         underflow exception and remove excess range and precision from
1041         return value.
1042         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1043         (MO): New macro.
1044         (__ieee754_atan2f): For results with small absolute value, force
1045         underflow exception and remove excess range and precision from
1046         return value.
1047         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1048         (MO): New macro.
1049         (__atan): For results with small absolute value, force underflow
1050         exception and remove excess range and precision from return value.
1051         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1052         (MO): New macro.
1053         (__atanf): For results with small absolute value, force underflow
1054         exception and remove excess range and precision from return value.
1055         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1056         <math.h>.
1057         (__ieee754_atan2): Force underflow exception for results with
1058         small absolute value.
1059         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1060         <math_private.h>.
1061         (atan): Force underflow exception for results with small absolute
1062         value.
1063         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1064         (__atanf): Force underflow exception for results with small
1065         absolute value.
1066         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1067         <math.h>.
1068         (__atanl): Force underflow exception for results with small
1069         absolute value.
1070         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1071         (__atanl): Force underflow exception for results with small
1072         absolute value.
1073         * sysdeps/x86/fpu/bits/mathinline.h
1074         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1075         (__ieee754_atan2): Only define inline for long double.
1076         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1077         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1078         * math/auto-libm-test-in: Do not mark underflow exceptions as
1079         possibly missing for bug 15319.  Add more tests of atan2.
1080         * math/auto-libm-test-out: Regenerated.
1081         * math/libm-test.inc (casin_test_data): Do not mark underflow
1082         exceptions as possibly missing for bug 15319.
1083         (casinh_test_data): Likewise.
1084         * sysdeps/i386/fpu/libm-test-ulps: Update.
1086 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1088         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1089         * sysdeps/mips/bits/endian.h: Fix comments.
1091 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1093         [BZ #17996]
1094         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1095         (hdestroy_r): Likewise.
1096         (hsearch_r): Likewise.
1097         (__hcreate_r): Declare and use libc_hidden_proto.
1098         (__hdestroy_r): Likewise.
1099         (__hsearch_r): Likewise.
1100         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1101         (hcreate): Call __hcreate_r instead of hcreate_r.
1102         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1103         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1104         as weak alias of __hcreate_r.
1105         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1106         __hdestroy_r.
1107         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1108         __hsearch_r.
1109         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1110         Remove variable.
1111         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1112         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1113         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1114         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1116 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1118         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1119         arena_lock into a single arena_get.
1121 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1123         * dl-reloc.c: Inlucde libc-internal.h.
1124         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1125         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1126         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1127         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1128         (grow_heap): Likewise.
1129         * malloc/malloc.c: Include libc-internal.h.
1130         (do_check_malloc): Call powerof2.
1131         (sysmalloc): Use pagesize. Call ALIGN_UP.
1132         (systrim): Use pagesize.
1133         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1134         (__libc_valloc): Use pagesize.
1135         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1137 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1139         [BZ #17991]
1140         * include/sys/resource.h (__getrlimit64): Declare.  Use
1141         libc_hidden_proto.
1142         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1143         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1144         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1145         getrlimit64.
1146         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1147         __getrlimit64.
1148         [!getrlimit64] (getrlimit64): Define as weak alias of
1149         __getrlimit64.  Use libc_hidden_weak.
1150         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1151         using __getrlimit64 not __new_getrlimit64.
1152         (__GI_getrlimit64): Likewise.
1153         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1154         Likewise.
1155         (__GI_getrlimit64): Likewise.
1156         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1158         (getrlimit): Add __getrlimit64 alias.
1159         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1160         Likewise.
1161         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1162         Remove variable.
1163         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1164         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1166 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1168         * libio/fileops.c: Add missing sys/mman.h
1169         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1171 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1173         * manual/math.texi (Errors in Math Functions): Clarify goals
1174         regarding inexact and underflow exceptions.
1176 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1178         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1179         * sysdeps/mips/memset.S: Ditto.
1181 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1183         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1185 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1187         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1188         (__v1longjmp): Remove versioned symbol.
1189         (__v1siglongjmp): Remove alias and versioned symbol.
1190         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1191         (__v2siglongjmp): Likewise.
1193 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1195         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1197 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1199         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1201 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1203         [BZ #17987]
1204         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1205         zero result does not depend on the sign resulting from
1206         subtraction.
1207         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1208         Likewise.
1209         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1210         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1211         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1212         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1213         * math/libm-test.inc (remquo_test_data): Add more tests.
1215 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1217         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1218         Problem reported by J William Piggott.
1220 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1222         [BZ #17978]
1223         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1224         products 4 * y and 2 * y where those would overflow.
1225         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1226         Likewise.
1227         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1228         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1229         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1230         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1231         * math/libm-test.inc (remquo_test_data): Add more tests.
1233         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1235         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1236         [defined _COMPILING_NEWLIB].
1237         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1238         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1240         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1241         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1243 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1245         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1246         acquired.
1248 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1250         [BZ #17792]
1251         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1252         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1253         HOST_STACK_END_ADDR): Likewise.
1255 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1257         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1258         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1259         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1261 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1263         * sysdeps/generic/c++-types.data: New file.
1264         * sysdeps/generic/ld.abilist: New file.
1265         * sysdeps/generic/libBrokenLocale.abilist: New file.
1266         * sysdeps/generic/libanl.abilist: New file.
1267         * sysdeps/generic/libc.abilist: New file.
1268         * sysdeps/generic/libcrypt.abilist: New file.
1269         * sysdeps/generic/libdl.abilist: New file.
1270         * sysdeps/generic/libm.abilist: New file.
1271         * sysdeps/generic/libpthread.abilist: New file.
1272         * sysdeps/generic/libresolv.abilist: New file.
1273         * sysdeps/generic/librt.abilist: New file.
1275 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1277         [BZ #17569]
1278         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1279         Compute absolute value of x as modified by fmod, not original
1280         value of x.
1281         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1282         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1283         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1284         RUN_TEST_ffI_f1_mod8.
1285         (remquo_test_data): Add more tests.
1287 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1289         * sysdeps/init_array/pt-crti.S: New file.
1291 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1293         [BZ #17967]
1294         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1295         __builtin_fmaf instead of relying on contraction of a * b + c.
1297 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1299         [BZ #17969]
1300         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1301         node.
1303 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1305         [BZ #17964]
1306         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1307         __builtin_fma instead of relying on contraction of a * b + c.
1309 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1311         * Makeconfig (ASFLAGS): Add -Werror=undef.
1312         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1313         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1314         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1316         * Makeconfig (after-link): New variable.
1317         (+link-pie, +link-pie-tests): Use it.
1318         (+link-static, +link-static-tests): Likewise.
1319         (+link, +link-tests): Likewise.
1320         * Makerules (build-module, build-module-asneeded): Likewise.
1321         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1322         Likewise.
1323         * elf/Makefile ($(objpfx)ld.so): Likewise.
1325 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1327         [BZ #17965]
1328         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1329         both struct timeval and struct timespec.
1331 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1333         [BZ #16560]
1334         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1335         and redefine.
1336         (__ieee754_exp2l): Do not multiply small fractional parts by
1337         M_LN2l.
1338         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1339         small argument.
1340         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1341         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1342         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1343         * math/auto-libm-test-in: Add more tests of exp2.
1344         * math/auto-libm-test-out: Regenerated.
1346 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1348         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1349         unaligned path.
1351 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1353         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1354         little endian.
1356 2015-02-12  Andreas Schwab  <schwab@suse.de>
1358         [BZ #15790]
1359         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1360         Filter out elision flags from value returned in kind.
1361         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1362         * nptl/tst-pthread-mutexattr.c: New file.
1364 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1366         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1367         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1368         into gnu-gnu, and update comment to refer to abi-tags.
1370 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1372         [BZ #15467]
1373         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1374         (__sincos): Set errno to EDOM for infinite argument.
1375         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1376         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1377         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1378         (__sincosl): Set errno to EDOM for infinite argument.
1379         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1380         (__sincosl): Set errno to EDOM for infinite argument.
1381         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1382         (__sincosl): Set errno to EDOM for infinite argument.
1383         * math/libm-test.inc (sincos_test_data): Test errno setting.
1385 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1387         * string/strxfrm_l.c: Remove #define STRCMP.
1388         * string/strcoll_l.c: Remove #define STRLEN.
1389         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1390         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1392 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1394         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1395         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1396         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1397         * sysdeps/mips/mips64/Makefile: ... here.
1398         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1399         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1400         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1401         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1402         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1403         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1404         * sysdeps/mips/mips64/n64/Implies: Likewise.
1406 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1408         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1409         <sys/time.h>, <string.h>, and <errno.h>.
1410         (dest_offset, dest_address, value, zero): Remove unused variables.
1411         (ldouble): Remove typedef.
1412         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1413         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1414         1).  Fix code style.
1415         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1416         (check): Function removed.
1417         (CHECK): New macro.
1418         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1419         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1420         Don't call set_sigaction_FP and remove_sigaction_FP here.
1421         (ldouble_test): Just use 'long double' as macro argument, no need for
1422         the 'ldouble' typedef.
1423         (do_test): Set up SIGFPE handler at start, using plain signal rather
1424         than sigaction.  Fix code style.
1426 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1428         [BZ #17949]
1429         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1430         jump label.
1432 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1434         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1435         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1437         * sysdeps/powerpc/configure.ac: Remove file.
1438         * sysdeps/powerpc/configure: Likewise.
1440         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1441         [sysdep_routines]: Remove wordcopy-power6 object.
1442         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1443         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1444         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1445         (__memmove_ppc32): Likewise.
1446         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1447         file.
1448         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1449         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1450         Remove preprocessor.
1452         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1453         [sysdep_routines]: Remove wide chars objects.
1454         [wcsmbs]: New rule for wide char objects.
1456         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1457         Remove wordcopy-power6 obejct.
1458         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1459         Use local call for wordcopy and memcpy symbols.
1460         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1461         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1462         implementation for loader.
1463         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1465         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1466         Remove wordcopy-power7 object.
1467         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1468         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1469         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1470         (_wordcopy_fwd_dest_aligned): Likewise.
1471         (_wordcopy_bwd_aligned): Likewise.
1472         (_wordcopy_bwd_dest_aligned): Likewise.
1474         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1475         Rewrite to call __memmove_ppc instead of include default
1476         implementation.
1478         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1479         Remove wide chars objects.
1480         [wcsmbs]: New rule for wide char objects.
1482 2015-02-09  Andreas Schwab  <schwab@suse.de>
1484         [BZ #17912]
1485         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1486         in terms of __O_DIRECTORY.
1488 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1490         * time/getdate.c: Include <stdbool.h>.
1491         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1492         call PTR_MANGLE.
1493         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1494         PTR_DEMANGLE.
1496 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1498         Add ersatz _Static_assert on older C hosts
1499         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1500         pre-C11 C platform that is not known to support _Static_assert.
1502 2015-02-07  Richard Braun  <rbraun@sceen.net>
1504         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1505         sigstate.
1506         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1508 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1510         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1511         priority against unexistent AIO_PRIO_DELTA_MAX.
1512         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1513         instead of int.
1514         * misc/fchflags.c (fchflags): Likewise.
1515         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1516         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1517         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1518         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1519         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1520         Declare macros.
1521         [__USE_MISC] (chflags, fchflags): Declare functions.
1522         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1523         EINVAL when nfds is greater than FD_SETSIZE.
1524         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1525         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1526         45.
1527         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1528         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1529         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1530         MACH_RCV_TIMED_OUT.
1531         * hurd/hurd/signal.h (_hurd_self_sigstate,
1532         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1533         Explicit casts from void *.
1534         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1535         * abi-tags: Rename gnu-gnu os into gnu.
1537         [BZ #4719]
1538         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1539         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1540         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1541         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1542         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1543         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1545         [BZ #17944]
1546         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1547         duplicates ADDR->sun_path with sockaddr LEN limitation.
1548         * sysdeps/mach/hurd/connect.c: Include <string.h>
1549         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1550         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1551         * sysdeps/mach/hurd/sendto.c: Likewise.
1552         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1553         implementing it by hand.
1555 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1557         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1558         Use sfi_breg on ldr.
1559         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1560         Likewise.
1562         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1563         it's defined.
1564         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1565         Test SIGSETXID only if it's defined.
1567         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1569         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1570         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1572         * nptl/tst-align2.c: Moved ...
1573         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1574         * nptl/Makefile (tests): Remove tst-align2.
1575         * sysdeps/unix/sysv/linux/Makefile
1576         [$(subdir) = nptl] (tests): Add tst-align-clone.
1577         * nptl/tst-getpid1.c: Moved ...
1578         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1579         * nptl/tst-getpid2.c: Moved ...
1580         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1581         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1582         * sysdeps/unix/sysv/linux/Makefile
1583         [$(subdir) = nptl] (tests): ... here.
1584         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1585         * sysdeps/unix/sysv/linux/Makefile
1586         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1588         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1589         Drop trailing \n from perror argument.  Use return rather than exit.
1591         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1592         on [SA_SIGINFO].
1593         * nptl/tst-cancel21.c (do_test): Likewise.
1594         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1595         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1596         [!SA_SIGINFO]: Make it a stub test.
1598         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1599         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1601         * posix/tst-getlogin.c: Move to ...
1602         * login/tst-getlogin.c: ... here.
1603         * posix/Makefile (tests): Move tst-getlogin to ...
1604         * login/Makefile (tests): ... here.
1606         * libio/tst-atime.c (do_test): Move local variables SV and E
1607         inside [ST_NOATIME] conditional.
1609         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1611         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1613         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1614         (wait_code): New function replaces macro.
1615         Call nanosleep rather than syscall.
1617         * nptl/pt-system.c: Rewritten.  Put everything under
1618         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1619         Use IFUNC to redirect when possible.
1621         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1622         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1623         Use IFUNC to redirect when possible.
1625         * nptl/pt-fork.c: Rewritten.  Put everything under
1626         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1627         Use IFUNC to redirect when possible.
1628         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1630         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1631         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1632         unconditionally nowadays.  This included the only reference to
1633         __vdso_clock_gettime that appears outside libc proper.
1634         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1635         Remove version set (containing only __vdso_clock_gettime).
1636         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1637         Add attribute_hidden.
1638         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1639         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1640         libc_hidden_data_def.
1641         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1642         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1644         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1645         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1646         setrpcent, and getrpcport to ...
1647         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1648         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1649         getrpcbynumber_r, and getrpcent_r to ...
1650         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1651         * inet/getrpcbyname.c: Moved ...
1652         * sunrpc/getrpcbyname.c: ... here.
1653         * inet/getrpcbyname_r.c: Moved ...
1654         * sunrpc/getrpcbyname_r.c: ... here.
1655         * inet/getrpcbynumber.c: Moved ...
1656         * sunrpc/getrpcbynumber.c: ... here.
1657         * inet/getrpcbynumber_r.c: Moved ...
1658         * sunrpc/getrpcbynumber_r.c: ... here.
1659         * inet/getrpcent.c: Moved ...
1660         * sunrpc/getrpcent.c: ... here.
1661         * inet/getrpcent_r.c: Moved ...
1662         * sunrpc/getrpcent_r.c: ... here.
1663         * inet/Makefile (routines): Move those to ...
1664         * sunrpc/Makefile (routines): ... here.
1665         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1666         the $(subdirs) list.
1667         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1668         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1669         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1670         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1672         * elf/Makefile (routines): Include $(all-dl-routines), not just
1673         $(dl-routines).
1674         (rtld-routines): Likewise.  Use = rather than :=.
1675         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1676         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1677         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1678         * sysdeps/arm/Makefile: Likewise.
1679         * sysdeps/i386/Makefile: Likewise.
1680         * sysdeps/x86_64/Makefile: Likewise.
1681         * sysdeps/hppa/Makefile [$(subdir) = elf]
1682         (sysdep_routines, sysdep-rtld-routines): Don't add
1683         $(sysdep-dl-routines) to these.
1684         * sysdeps/ia64/Makefile: Likewise.
1685         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1686         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1687         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1688         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1689         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1690         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1691         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1692         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1693         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1694         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1695         these; sysdep-dl-routines alone is enough.
1697 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1699         [BZ #17932]
1700         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1701         where multiplication results in zero and third argument is finite
1702         and nonzero.
1703         * math/auto-libm-test-in: Add more tests of fma.
1704         * math/auto-libm-test-out: Regenerated.
1706         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1707         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1708         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1709         (_FP_CMP_EQ): Likewise.
1710         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1712         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1713         extra argument CHECK_NAN.  Redefine as wrapper around
1714         _FP_EXTEND_CNAN.
1716 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1718         * version.h (RELEASE): Set to "stable".
1719         (VERSION): Set to "2.21"
1720         * include/features.h (__GLIBC_MINOR__): Set to 21.
1722         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1724 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1725             Paul Eggert  <eggert@cs.ucla.edu>
1727         [BZ #16618]
1728         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1729         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1730         size in bytes. Store needed elements in wpmax. Use needed size
1731         in bytes for extend_alloca.
1733 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1735         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1736         binutls 2.25, and texinfo 5.2.
1737         * INSTALL: Regenerate.
1738         * sysdeps/nios2/configure: Regenerate.
1739         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1740         * manual/contrib.texi: Update.
1741         * po/be.po: Update.
1742         * po/bg.po: Update.
1743         * po/ca.po: Update.
1744         * po/cs.po: Update.
1745         * po/da.po: Update.
1746         * po/de.po: Update.
1747         * po/el.po: Update.
1748         * po/eo.po: Update.
1749         * po/es.po: Update.
1750         * po/fi.po: Update.
1751         * po/fr.po: Update.
1752         * po/gl.po: Update.
1753         * po/hr.po: Update.
1754         * po/hu.po: Update.
1755         * po/ia.po: Update.
1756         * po/id.po: Update.
1757         * po/it.po: Update.
1758         * po/ja.po: Update.
1759         * po/ko.po: Update.
1760         * po/lt.po: Update.
1761         * po/nb.po: Update.
1762         * po/nl.po: Update.
1763         * po/pl.po: Update.
1764         * po/pt_BR.po: Update.
1765         * po/ru.po: Update.
1766         * po/rw.po: Update.
1767         * po/sk.po: Update.
1768         * po/sl.po: Update.
1769         * po/sv.po: Update.
1770         * po/tr.po: Update.
1771         * po/uk.po: Update.
1772         * po/vi.po: Update.
1773         * po/zh_CN.po: Update.
1774         * po/zh_TW.po: Update.
1776         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1777         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1778         * sysdeps/hppa/dl-irel.h: Remove #warning.
1779         * sysdeps/hppa/entry.h: Provide prototype for
1780         __canonicalize_funcptr_for_compare and cast argument.
1781         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1782         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1783         * sysdeps/hppa/sotruss-lib.c: New file.
1784         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1785         (atomic_compare_and_exchange_val_acq): Use __typeof__.
1786         (atomic_compare_and_exchange_bool_acq): Likewise.
1787         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1788         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1790         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1791         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1792         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1794 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
1796         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1797         called function in non-PIC case.
1799 2015-01-31  David S. Miller  <davem@davemloft.net>
1801         * sysdeps/sparc/sparc32/bits/atomic.h
1802         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1803         unlock not after it.
1804         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1805         volatile register usage warnings from the compiler.
1807         * sysdeps/sparc/nptl/sem_init.c: Delete.
1808         * sysdeps/sparc/nptl/sem_post.c: Delete.
1809         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1810         * sysdeps/sparc/nptl/sem_wait.c: Delete.
1811         * sysdeps/sparc/sparc32/sem_init.c: New file.
1812         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1813         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1814         padding explicitly initialized.
1815         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1816         padding for in-semaphore spinlock.
1817         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1818         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1819         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1820         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1821         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1822         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1823         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1824         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1825         version.
1826         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1827         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1829 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1831         [BZ #17801]
1832         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1833         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1834         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1835         New.
1836         (index_AVX_Fast_Unaligned_Load): Likewise.
1837         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1838         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1839         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1840         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1841         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1842         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1843         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1844         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1845         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1847 2015-01-29  Andreas Schwab  <schwab@suse.de>
1849         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1851 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
1853         [BZ #17892]
1854         * nscd/nscd_stat.c (send_stats): Initialize DATA.
1856 2015-01-28  Martin Sebor  <msebor@redhat.com>
1858         * math/README.libm-test: Clarify. Add "How to read the test output."
1860 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
1862         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1863         Define to 0.
1865 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
1867         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1868         (__HAVE_64B_ATOMICS): Define to 0.
1870 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1872         [BZ #17885]
1873         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1874         value to set as new flag.
1876         [BZ #16576]
1877         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1878         and use _ARCH_PPCSQ instead.
1879         (__ieee754_sqrt): Likewise.
1880         (__ieee754_sqrtf): Likewise.
1881         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1882         _ARCH_PPCSQ is defined.
1883         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1884         fsqrt instruction.
1885         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1886         _ARCH_PPCSQ is defined.
1887         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1888         fsqrts instruction.
1889         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1891 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1893         * iconv/loop.c: Suppress array out of bound warning caused by GCC
1894         bug (GCC BZ #64739).
1896 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
1898         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1899         Mark _retval as used.
1900         (lll_futex_wake_unlock): Likewise.
1901         (lll_futex_timed_wait_requeue_pi): Likewise.
1903         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1904         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1905         register variables.
1907         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1908         libm_hidden_def.
1910         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1911         (__bswap_64): Mark as __always_inline.
1913 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
1915         [BZ #15378]
1916         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1917         when none of the search directories exist.
1919 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1921         [BZ #17869]
1922         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1923         power8 in .machine directive.
1925         [BZ #17868]
1926         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1927         set dependency from opd value.
1929 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1931         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1932         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1933         architecture.
1935 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
1937         [BZ #17870]
1938         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1939         with uint64_t.
1940         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1941         (uint64_t) 1.
1942         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1943         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1944         Replace 1UL with (uint64_t) 1.
1945         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1946         int with uint64_t.
1948 2015-01-23  Roland McGrath  <roland@hack.frob.com>
1950         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1951         (if_freenameindex): Likewise.
1953         * resource/getrlimit64.c: Add missing libc_hidden_def.
1955 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
1957         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1958         __label__.
1959         (_FP_FMA): Likewise.
1960         (_FP_TO_INT_ROUND): Likewise.
1961         (_FP_FROM_INT): Likewise.
1963 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1965         [BZ #16418]
1966         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1967         Make code racy and cancel safe.
1969 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
1971         * sysdeps/arm/unwind-resume.h: Fix copyright year.
1972         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1973         attribution.
1975         * pwd/tst-getpw.c: Rewrite.
1977         [BZ #17702]
1978         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1979         (modules-names): Add moddummy1 and moddummy2.
1980         ($(objpfx)tst-rec-dlopen): Define.
1981         * dlfcn/moddummy1.c: New file.
1982         * dlfcn/moddummy2.c: New file.
1983         * dlfcn/tst-rec-dlopen.c: New file.
1984         * elf/dl-cache.c (_dl_load_cache_lookup):
1985         Return char*. Copy result with alloca/strcpy/strdup.
1986         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1987         returns char*. Free cached. If not saving realname
1988         free cached.
1989         * elf/dl-open.c (dl_open_worker): Do not assert that
1990         _r_debug->r_state is RT_CONSISTENT.
1991         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1992         returns char*.
1994 2015-01-21  Torvald Riegel  <triegel@redhat.com>
1995             Carlos O'Donell  <carlos@redhat.com>
1997         [BZ #12674]
1998         * nptl/sem_waitcommon.c: New file.
1999         * nptl/sem_wait.c: Include sem_waitcommon.c.
2000         (__sem_wait_cleanup, do_futex_wait): Remove.
2001         (__new_sem_wait): Adapt.
2002         (__new_sem_trywait): New function.
2003         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2004         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2005         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2006         (sem_timedwait): Adapt.
2007         * nptl/sem_post.c (__new_sem_post): Adapt.
2008         (futex_wake): New function.
2009         (__old_sem_post): Add release MO fence.
2010         * nptl/sem_open.c (sem_open): Adapt.
2011         * nptl/sem_init.c (__new_sem_init): Adapt.
2012         (futex_private_if_supported): New function.
2013         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2014         (__old_sem_getvalue): Add using previous code.
2015         * sysdeps/nptl/internaltypes.h: Adapt.
2016         * nptl/tst-sem13.c (do_test): Adapt.
2017         * nptl/tst-sem11.c (main): Adapt.
2018         * nptl/sem_trywait.c: Remove.
2019         * nptl/DESIGN-sem.txt: Remove.
2020         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2021         (gen-as-const-headers): Remove structsem.sym.
2022         * nptl/structsem.sym: Remove.
2023         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2024         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2025         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2026         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2027         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2028         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2029         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2030         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2031         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2032         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2033         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2034         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2035         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2036         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2037         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2038         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2039         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2040         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2041         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2042         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2043         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2044         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2046 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2048         * INSTALL: Regenerated.
2050         * po/libc.pot: Regenerated.
2052 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2053             Sandra Loosemore  <sandra@codesourcery.com>
2054             Andrew Jenner  <andrew@codesourcery.com>
2055             Joseph Myers  <joseph@codesourcery.com>
2056             Nathan Sidwell  <nathan@codesourcery.com>
2058         * NEWS: Mention new Nios II port.
2059         * sysdeps/nios2/Implies: New file.
2060         * sysdeps/nios2/Makefile: New file.
2061         * sysdeps/nios2/Subdirs: New file.
2062         * sysdeps/nios2/Versions: New file.
2063         * sysdeps/nios2/__longjmp.S: New file.
2064         * sysdeps/nios2/abort-instr.h: New file.
2065         * sysdeps/nios2/backtrace.c: New file.
2066         * sysdeps/nios2/bits/endian.h: New file.
2067         * sysdeps/nios2/bits/fenv.h: New file.
2068         * sysdeps/nios2/bits/link.h: New file.
2069         * sysdeps/nios2/bits/setjmp.h: New file.
2070         * sysdeps/nios2/bsd-_setjmp.S: New file.
2071         * sysdeps/nios2/bsd-setjmp.S: New file.
2072         * sysdeps/nios2/configure: New generated file.
2073         * sysdeps/nios2/configure.ac: New file.
2074         * sysdeps/nios2/crti.S: New file.
2075         * sysdeps/nios2/crtn.S: New file.
2076         * sysdeps/nios2/dl-init.c: New file.
2077         * sysdeps/nios2/dl-machine.h: New file.
2078         * sysdeps/nios2/dl-sysdep.h: New file.
2079         * sysdeps/nios2/dl-tls.h: New file.
2080         * sysdeps/nios2/dl-trampoline.S: New file.
2081         * sysdeps/nios2/gccframe.h: New file.
2082         * sysdeps/nios2/gmp-mparam.h: New file.
2083         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2084         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2085         * sysdeps/nios2/ldsodefs.h: New file.
2086         * sysdeps/nios2/libc-tls.c: New file.
2087         * sysdeps/nios2/libm-test-ulps: New file.
2088         * sysdeps/nios2/machine-gmon.h: New file.
2089         * sysdeps/nios2/math-tests.h: New file.
2090         * sysdeps/nios2/math_private.h: New file.
2091         * sysdeps/nios2/memusage.h: New file.
2092         * sysdeps/nios2/nptl/Makefile: New file.
2093         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2094         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2095         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2096         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2097         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2098         * sysdeps/nios2/nptl/tls.h: New file.
2099         * sysdeps/nios2/preconfigure: New file.
2100         * sysdeps/nios2/s_fma.c: New file.
2101         * sysdeps/nios2/s_fmaf.c: New file.
2102         * sysdeps/nios2/setjmp.S: New file.
2103         * sysdeps/nios2/sfp-machine.h: New file.
2104         * sysdeps/nios2/sotruss-lib.c: New file.
2105         * sysdeps/nios2/stackguard-macros.h: New file.
2106         * sysdeps/nios2/stackinfo.h: New file.
2107         * sysdeps/nios2/start.S: New file.
2108         * sysdeps/nios2/sysdep.h: New file.
2109         * sysdeps/nios2/tls-macros.h: New file.
2110         * sysdeps/nios2/tst-audit.h: New file.
2111         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2112         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2113         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2114         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2115         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2116         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2117         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2118         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2119         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2120         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2121         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2122         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2123         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2124         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2125         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2126         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2127         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2128         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2129         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2130         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2131         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2132         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2133         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2134         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2135         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2136         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2137         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2138         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2139         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2140         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2141         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2142         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2143         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2144         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2145         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2146         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2147         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2148         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2149         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2150         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2151         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2152         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2153         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2154         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2156 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2158         [BZ #17844]
2159         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2160         (getutent): Use weak_alias in non SHARED case
2161         and default_symbol_version in SHARED case.
2162         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2163         (getutent_r, pututline): Likewise.
2164         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2165         (getutid): Likewise.
2166         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2167         (getutid_r): Likewise.
2168         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2169         (getutline): Likewise.
2170         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2171         (getutline_r): Likewise.
2172         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2173         (updwtmp): Likewise.
2175 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2177         [BZ #17848]
2178         * sysdeps/s390/s390-32/memcmp.S
2179         (memcmp_g5): Rename to __memcmp_g5.
2180         * sysdeps/s390/s390-32/memcpy.S
2181         (memcpy_g5): Rename to __memcpy_g5.
2182         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2183         (memcpy_mvcle) Rename to __memcpy_mvcle.
2184         * sysdeps/s390/s390-32/memset.S
2185         (memset_g5): Rename to __memset_g5.
2186         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2187         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2188         and use prefixed functions.
2189         * sysdeps/s390/s390-32/multiarch/memcmp.S
2190         (memcmp_z196): Rename to __memcmp_z196.
2191         (memcmp_z10): Rename to __memcmp_z10.
2192         (memcmp): Set alias to __memcmp_g5.
2193         (bcmp): Set alias to __memcmp_g5.
2194         * sysdeps/s390/s390-32/multiarch/memcpy.S
2195         (memcpy_z196): Rename to __memcpy_z196.
2196         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2197         (memcpy_z10): Rename to __memcpy_z10.
2198         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2199         (memcpy): Set alias to __memcpy_g5.
2200         * sysdeps/s390/s390-32/multiarch/memset.S
2201         (memset_z196): Rename to __memset_z196.
2202         Jump to __memset_mvcle instead of memset_mvcle.
2203         (memset_z10): Rename to __memset_z10.
2204         Jump to __memset_mvcle instead of memset_mvcle.
2205         (memset_mvcle) Rename to __memset_mvcle.
2206         (memset): Set alias to __memset_g5.
2207         * sysdeps/s390/s390-64/memcmp.S
2208         (memcmp_z900): Rename to __memcmp_z900.
2209         * sysdeps/s390/s390-64/memcpy.S
2210         (memcpy_z900): Rename to __memcpy_z900.
2211         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2212         (memcpy_mvcle) Rename to __memcpy_mvcle.
2213         * sysdeps/s390/s390-64/memset.S
2214         (memset_z900): Rename to __memset_z900.
2215         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2216         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2217         and use prefixed functions.
2218         * sysdeps/s390/s390-64/multiarch/memcmp.S
2219         (memcmp_z196): Rename to __memcmp_z196.
2220         (memcmp_z10): Rename to __memcmp_z10.
2221         (memcmp): Set alias to __memcmp_z900.
2222         (bcmp): Set alias to __memcmp_z900.
2223         * sysdeps/s390/s390-64/multiarch/memcpy.S
2224         (memcpy_z196): Rename to __memcpy_z196.
2225         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2226         (memcpy_z10): Rename to __memcpy_z10.
2227         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2228         (memcpy): Set alias to __memcpy_z900.
2229         * sysdeps/s390/s390-64/multiarch/memset.S
2230         (memset_z196): Rename to __memset_z196.
2231         Jump to __memset_mvcle instead of memset_mvcle.
2232         (memset_z10): Rename to __memset_z10.
2233         Jump to __memset_mvcle instead of memset_mvcle.
2234         (memset_mvcle) Rename to __memset_mvcle.
2235         (memset): Set alias to __memset_z900.
2237 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2239         [BZ #17748]
2240         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2241         __fesetenv instead of fesetenv.
2243 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2245         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2246         macro.
2248 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2250         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2251         regression on LE.
2253         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2254         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2255         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2256         strncmp-power8 object.
2257         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2258         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2259         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2260         * NEWS: Update.
2262 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2263             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2265         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2266         trailing byte check.
2268 2015-01-13  David S. Miller  <davem@davemloft.net>
2270         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2272 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2274         * login/logout.c (logout): Use memset rather than bzero.
2275         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2276         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2277         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2278         (_gethtbyaddr): Likewise.
2279         * locale/programs/simple-hash.c (bcopy): Macro removed.
2281 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2283         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2284         Add strcmp-power8 object.
2285         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2286         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2287         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2288         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2289         __strcmp_power8 implementation.
2290         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2291         * NEWS: Update.
2293         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2294         Add strncpy-power8 and stpncpy-power8 objects.
2295         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2296         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2297         implementations.
2298         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2299         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2300         __stpncpy_power8 implementation.
2301         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2302         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2303         __strncpy_power8 implementation.
2304         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2305         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2306         * NEWS: Update.
2308         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2309         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2310         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2312         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2313         strncat-power8 object.
2314         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2315         __strcat_power8 implementation.
2316         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2317         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2318         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2319         optimized strcat for power8.
2321         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2322         strcpy-power8 and stpcpy-power8 objects.
2323         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2324         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2325         implementations.
2326         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2327         multiarch stpcpy implementation for POWER8.
2328         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2329         multiarch strcpy implementation for POWER8.
2330         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2331         __strcpy_power8 function.
2332         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2333         stpcpy for POWER8.
2334         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2335         strcpy for POWER8.
2336         * NEWS: Update.
2338 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2340         [BZ #16009]
2341         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2342         weights and rules. Use do_xfrm_cached if data fits in cache,
2343         do_xfrm otherwise.  Moved former main loop to...
2344         * (do_xfrm_cached): New function.
2345         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2346         find_idx, find_position and stack_push.
2347         * (find_idx): New function.
2348         * (find_position): Likewise.
2349         * localedata/sort-test.sh: Added test run for do_xfrm.
2350         * localedata/xfrm-test.c (main): Added command line option
2351         -nocache to run the test with strings that are too large for
2352         the STRXFRM cache.
2354 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2356         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2357         variable to lll_futex_wake call, not the value itself.
2359 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2361         [BZ #17803]
2362         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2363         twom64.  Adjust value to 0x1p-64L.
2364         (__scalblnl): Only return standard underflowing result for K <=
2365         -64 not K <= -63; adjust exponent for underflowing result by 64
2366         not 63.
2367         * math/libm-test.inc (scalbn_test_data): Add more tests.
2368         (scalbln_test_data): Likewise.
2370         [BZ #17834]
2371         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2372         0x1p63L.
2373         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2374         not HX.
2375         * math/libm-test.inc (scalbn_test_data): Add more tests.
2376         (scalbln_test_data): Likewise.
2378 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2379             Stefani Seibold  <stefani@seibold.net>
2381         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2382         (sysdep_routines): Add dl-vdso here, ...
2383         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2384         (sysdep_routines): ... not here.
2385         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2386         fallback when vDSO is not presented.
2387         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2388         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2389         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2390         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2391         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2392         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2393         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2394         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2395         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2396         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2397         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2398         fallback configurable symbol when vDSO is not available.
2399         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2400         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2401         be able to redefine fallback symbol when vDSO is not available.
2402         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2403         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2405 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2407         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2408         (TLS_INIT_TP): Add tm_capable initialization.
2409         (TLS_DEFINE_INIT_TP): Likewise.
2410         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2411         TCB.
2412         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2413         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2414         calculation.
2415         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2416         transactoion is lock elision is built and TCB tm_capable is set.
2417         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2418         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2419         (INTERNAL_SYSCALL_NCS): Likewise.
2420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2421         (INTERNAL_SYSCALL_NCS): Likewise.
2422         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2424         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2425         for powerpc.
2426         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2427         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2428         and remove it for 32 bits case.
2429         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2430         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2431         initialization.
2432         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2433         Disable lock elision with rdlocks if elision is not available.
2435         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2436         (sysdep_routines): Add lock elision objects.
2437         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2438         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2439         [pthread_mutex_t] (__elision): Add field.
2440         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2441         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2442         elision definitions for powerpc.
2443         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2444         implementation of lock elision for powerpc.
2445         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2446         implementation of timed lock elision for powerpc.
2447         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2448         implementation of trylock with lock elision for powerpc.
2449         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2450         implementaion of unlock for lock elision for powerpc.
2451         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2452         automatic enable lock elision for mutexes.
2453         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2454         transaction execution definitions for powerpc.
2455         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2456         definitions.
2457         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2458         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2459         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2460         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2461         * NEWS: Update.
2463 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2465         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2466         for #include of <shm-directory.h>.
2468 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2470         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2471         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2473 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2475         [BZ #17791]
2476         * NEWS: Mention bug fix.
2477         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2478         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2479         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2481 2015-01-09  Torvald Riegel <triegel@redhat.com>
2483         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2485 2015-01-09  Torvald Riegel <triegel@redhat.com>
2487         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2489 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2491         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2492         pointer and cast to uintptr_t.
2494 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2496         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2497         removed.
2498         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2500 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2502         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2503         of 0.
2505 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2507         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2508         <nptl/pthreadP.h> instead.
2509         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2511         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2512         already defined.
2513         [__SIGRTMIN] (init): Function removed.
2514         [__SIGRTMIN] (initialized): Variable removed.
2515         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2516         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2517         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2518         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2519         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2520         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2521         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2522         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2523         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2524         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2525         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2526         * sysdeps/nptl/allocrtsig.c: New file.
2527         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2528         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2529         * sysdeps/generic/testrtsig.h: File removed.
2531         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2532         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2534         * nptl/nptl-init.c (pthread_functions): Conditionalize
2535         .ptr__nptl_setxid initialization on [SIGSETXID].
2537         * sysdeps/nptl/sys/procfs.h: New file.
2538         * nptl_db/Makefile (headers): Add it.
2539         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2541         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2542         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2543         * nptl/pthread_attr_setaffinity.c: Include it.
2544         * nptl/pthread_setattr_default_np.c: Likewise.
2545         * nptl/check-cpuset.h: New file.
2547 2015-01-08  Richard Henderson  <rth@redhat.com>
2549         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2550         (CFLAGS-tst-execstack-prog.c): Likewise.
2551         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2553 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2554             Sandra Loosemore  <sandra@codesourcery.com>
2555             Andrew Jenner  <andrew@codesourcery.com>
2556             Joseph Myers  <joseph@codesourcery.com>
2557             Nathan Sidwell  <nathan@codesourcery.com>
2559         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2560         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2561         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2562         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2563         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2564         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2565         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2566         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2567         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2568         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2569         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2570         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2571         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2572         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2573         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2574         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2575         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2577 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2579         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2580         timespec struct member in syscall macro.
2581         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2582         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2583         first timeval struct member in syscall macro.
2584         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2586 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2588         [BZ #17748]
2589         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2590         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2591         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2592         __feupdateenv and define as weak alias of __feupdateenv.  Use
2593         libm_hidden_weak.
2594         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2595         libm_hidden_def.
2596         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2597         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2598         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2599         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2600         libm_hidden_def.
2601         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2602         __feupdateenv and define as weak alias of __feupdateenv.  Use
2603         libm_hidden_weak.
2604         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2605         libm_hidden_def.
2606         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2607         __feupdateenv and define as weak alias of __feupdateenv.  Use
2608         libm_hidden_weak.
2609         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2610         libm_hidden_def.
2611         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2612         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2613         (__feupdateenv): Likewise.
2614         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2615         __feupdateenv and define as weak alias of __feupdateenv.  Use
2616         libm_hidden_weak.
2617         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2618         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2619         libm_hidden_def.
2620         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2621         function.
2622         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2623         libm_hidden_def.
2624         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2625         __feupdateenv instead of feupdateenv.
2626         (default_libc_feupdateenv_test): Likewise.
2627         (libc_feresetround_ctx): Likewise.
2629 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2631         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2632         prototype.
2634 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2636         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2637         COLL_SYM in a couple of places to avoid uninitialized variable
2638         wanings on tilegx gcc 4.8.2.
2640 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2642         * sysdeps/aarch64/strcpy.S: New file.
2643         * sysdeps/aarch64/stpcpy.S: New file.
2644         * NEWS: Updated.
2646 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2648         * sysdeps/aarch64/strrchr.S: New file.
2649         * NEWS: Updated.
2651 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2653         [BZ #17658]
2654         * stdlib/setenv.c: Fix memory leak when setting large,
2655         duplicate string.
2657 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2659         [BZ #17273]
2660         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2661         and tabs from buffer before parsing fstab entry.
2662         * misc/tst-mntent.c (main): Add test for mount entry with
2663         trailing spaces and tabs.
2665 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2667         [BZ #17748]
2668         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2669         * math/fesetround.c (fesetround): Rename to __fesetround and
2670         define as weak alias of __fesetround.  Use libm_hidden_weak.
2671         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2672         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2673         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2674         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2675         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2676         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2677         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2678         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2679         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2680         __fesetround_inline.
2681         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2682         __fesetround_inline instead of __fesetround.
2683         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2684         __fesetround and define as weak alias of __fesetround.  Use
2685         libm_hidden_weak.  Call __fesetround_inline instead of
2686         __fesetround.
2687         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2688         __fesetround and define as weak alias of __fesetround.  Use
2689         libm_hidden_weak.
2690         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2691         Likewise.
2692         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2693         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2694         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2695         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2696         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2697         __fesetround and define as weak alias of __fesetround.  Use
2698         libm_hidden_weak.
2699         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2700         __fesetround instead of fesetround.
2701         (default_libc_feholdexcept_setround): Likewise.
2702         (libc_feholdsetround_ctx): Likewise.
2703         (libc_feholdsetround_noex_ctx): Likewise.
2705         [BZ #17748]
2706         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2707         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2708         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2709         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2710         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2711         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2712         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2713         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2714         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2715         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2716         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2717         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2718         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2719         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2720         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2721         libm_hidden_def.
2722         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2723         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2724         Likewise.
2725         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2726         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2727         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2728         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2729         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2730         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2731         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2732         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2733         __fesetenv instead of fesetenv.
2734         (libc_feresetround_noex_ctx): Likewise.
2735         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2736         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2737         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2738         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2739         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2740         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2741         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2742         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2743         (__feupdateenv): Likewise.
2744         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2745         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2746         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2747         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2749 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2751         [BZ #17806]
2752         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2753         addresses have been freed.
2755 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
2757         * resolv/res_init.c (__res_vinit): Improve comments about nserv
2758         and nservall.
2760 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
2762         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2763         Clean up check_pf allocation pattern. addresses
2765 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2767         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2768         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2769         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2770         * nptl/pthread_exit.c (__pthread_exit): Likewise.
2771         * nptl/pthread_join.c (pthread_join): Likewise.
2772         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2773         * sysdeps/posix/waitid.c (__waitid): Likewise.
2774         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2775         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2776         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2777         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2778         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2779         Likewise.
2780         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2781         (__libc_pread64): Likewise.
2782         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2783         (__libc_pwrite): Likewise.
2784         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2785         (__libc_pwrite64): Likewsie.
2786         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2787         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2788         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2789         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2790         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2791         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2792         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2793         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2794         Likewise.
2795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2796         (__libc_pread64): Likewise.
2797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2798         Likewise.
2799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2800         (__libc_pwrite64): Likewise.
2801         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2802         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2803         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2804         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2805         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2806         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2807         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2808         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2809         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2810         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2811         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2812         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2813         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2814         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2815         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2816         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2817         Likewise.
2819 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2821         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2822         (CFLAGS-test-double.c): Likewise.
2823         (CFLAGS-test-ldouble.c): Likewise.
2824         (CPPFLAGS-test-ifloat.c): Likewise.
2825         (CPPFLAGS-test-idouble.c): Likewise.
2826         (CPPFLAGS-test-ildoubl.c): Likewise.
2827         (CFLAGS-test-test-fenv.c): Remove variable.
2828         (CFLAGS-test-misc.c): Likewise.
2830 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2832         [BZ #17797]
2833         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2834         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2835         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2836         CLOCKS_PER_SEC == 1000000.
2837         * time/clocktest.c (main): Replace %ld with %jd and cast to
2838         intmax_t.
2840 2015-01-05  Roland McGrath  <roland@hack.frob.com>
2842         * sysdeps/generic/unwind-resume.h: New file.
2843         * sysdeps/gnu/unwind-resume.c: Include it.
2844         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2845         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2846         argument list.
2847         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2848         global rather than static.
2849         (_Unwind_Resume): Update user.
2850         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2851         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
2852         rather than static.  Add __attribute__ ((cold)).
2853         (_Unwind_Resume, __gcc_personality_v0): Update callers.
2854         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2855         * sysdeps/arm/arm-unwind-resume.S: New file.
2856         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2857         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2858         * sysdeps/arm/Makefile [$(subdir) = csu]
2859         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2860         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2861         Add rt-arm-unwind-resume.
2862         [$(subdir) = nptl]
2863         (libpthread-sysdep_routines, libpthread-shared-only-routines):
2864         Add pt-arm-unwind-resume.
2865         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2866         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2868 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2870         [BZ #17748]
2871         * include/fenv.h (__feholdexcept): Declare.  Use
2872         libm_hidden_proto.
2873         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2874         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
2875         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2876         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2877         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2878         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2879         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2880         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2881         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2882         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2883         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2884         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2885         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2886         (feholdexcept): Likewise.
2887         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2888         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2889         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2890         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2891         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2892         __feholdexcept instead of feholdexcept.
2893         (default_libc_feholdexcept_setround): Likewise.
2895 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2897         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2898         to avoid using stl/str to align destination.
2900 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2902         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2904 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2906         [BZ #17796]
2907         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2908         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2909         Define as weak alias not strong alias.
2911 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
2913         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2914         bltzal with addiupc.
2915         (RTLD_START): Ditto.
2917 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
2919         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2920         for __vdso_* functions in declarations.
2921         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2922         definitions.
2923         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2924         INTERNAL_VSYSCALL): Use struct return types to check for error.
2926         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2927         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2928         function with cast from llround().
2929         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2930         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2931         Define.
2933 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
2935         [BZ #17793]
2936         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2937         Define as weak alias not strong alias.
2939         [BZ #17635]
2940         * ctype/ctype-c99.c: New file.  isblank implementation moved from
2941         ...
2942         * ctype/ctype-extn.c: ... here.
2943         (__isblank_l): Move to ...
2944         * ctype/ctype-c99_l.c: ... here.  New file.
2945         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2946         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2947         Remove variable.
2948         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2949         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2950         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2951         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2952         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2954         [BZ #17777]
2955         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2956         (posix_fadvise64): Define as weak alias not strong alias.
2957         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2958         (posix_fallocate64): Likewise.
2959         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2960         Remove variable.
2961         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2962         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2963         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2964         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2965         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2967 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
2969         [BZ #16191]
2970         * NEWS: Mention bug fix.
2971         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2972         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2973         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2974         (HOST_STACK_END_ADDR): Likewise.
2976 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
2978         [BZ #17748]
2979         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
2980         * math/fegetround.c (fegetround): Rename to __fegetround and
2981         define as weak alias of __fegetround.  Use libm_hidden_weak.
2982         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2983         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2984         * sysdeps/arm/fegetround.c (fegetround): Likewise.
2985         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2986         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2987         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2988         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2989         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2990         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2991         Undefine after rather than before function definition; use
2992         parentheses around function name in definition.
2993         (__fegetround): Also undefine macro after function definition.
2994         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2995         __fegetround and define as weak alias of __fegetround.  Use
2996         libm_hidden_weak.  Do not undefine as macro.
2997         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2998         Likewise.
2999         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3000         __fegetround and define as weak alias of __fegetround.  Use
3001         libm_hidden_weak.
3002         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3003         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3004         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3005         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3006         __fegetround and define as weak alias of __fegetround.  Use
3007         libm_hidden_weak.
3008         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3009         __fegetround instead of fegetround.
3011         [BZ #17782]
3012         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3013         Condition macro definition on [__USE_MISC].
3015         [BZ #17781]
3016         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3017         (struct sigaction): Change type of sa_flags field to int.
3019         [BZ #17780]
3020         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3021         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3022         __glibc_reserved0.
3024         * nptl/version.c (banner): Use single year in copyright notice.
3026         * NEWS: Update copyright dates.
3027         * catgets/gencat.c (print_version): Likewise.
3028         * csu/version.c (banner): Likewise.
3029         * debug/catchsegv.sh: Likewise.
3030         * debug/pcprofiledump.c (print_version): Likewise.
3031         * debug/xtrace.sh (do_version): Likewise.
3032         * elf/ldconfig.c (print_version): Likewise.
3033         * elf/ldd.bash.in: Likewise.
3034         * elf/pldd.c (print_version): Likewise.
3035         * elf/sotruss.sh: Likewise.
3036         * elf/sprof.c (print_version): Likewise.
3037         * iconv/iconv_prog.c (print_version): Likewise.
3038         * iconv/iconvconfig.c (print_version): Likewise.
3039         * locale/programs/locale.c (print_version): Likewise.
3040         * locale/programs/localedef.c (print_version): Likewise.
3041         * login/programs/pt_chown.c (print_version): Likewise.
3042         * malloc/memusage.sh (do_version): Likewise.
3043         * malloc/memusagestat.c (print_version): Likewise.
3044         * malloc/mtrace.pl: Likewise.
3045         * manual/libc.texinfo: Likewise.
3046         * nptl/version.c (banner): Likewise.
3047         * nscd/nscd.c (print_version): Likewise.
3048         * nss/getent.c (print_version): Likewise.
3049         * nss/makedb.c (print_version): Likewise.
3050         * posix/getconf.c (main): Likewise.
3051         * scripts/test-installation.pl: Likewise.
3052         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3054 2015-01-02  Will Newton  <will.newton@linaro.org>
3056         * sysdeps/arm/armv7/configure: Removed.
3057         * sysdeps/arm/armv7/configure.ac: Likewise.
3059 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3061         * All files with FSF copyright notices: Update copyright dates
3062         using scripts/update-copyrights.
3063         * intl/plural.c: Regenerated.
3064         * locale/programs/charmap-kw.h: Likewise.
3065         * locale/programs/locfile-kw.h: Likewise.
3067 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3069         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3071 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3073         [BZ #17748]
3074         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3075         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3076         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3077         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3078         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3079         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3080         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3081         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3082         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3083         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3084         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3085         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3086         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3087         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3088         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3089         libm_hidden_def.
3090         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3091         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3092         Likewise.
3093         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3094         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3095         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3096         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3097         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3098         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3099         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3100         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3101         __fegetenv instead of fegetenv.
3102         (libc_feholdsetround_noex_ctx): Likewise.
3104 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3106         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3107         (Elf_MIPS_ABIFlags_v0): New structure.
3108         (EF_MIPS_FP64): Define.
3109         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3110         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3111         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3112         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3113         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3114         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3115         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3116         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3117         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3118         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3119         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3120         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3121         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3122         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3123         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3124         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3125         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3126         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3127         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3128         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3129         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3130         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3131         field.
3132         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3133         EF_MIPS_FP64.
3134         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3135         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3136         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3137         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3138         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3139         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3140         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3141         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3142         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3143         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3144         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3145         record the current FP ABI extension.
3146         (mips-mode-switch): Define to show if kernel headers support mode
3147         switching.
3148         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3149         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3150         supported SYSV ABI version to 3.
3151         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3152         feature.
3154 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3155             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3157         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3158         path.
3159         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3161 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3163         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3164         __fegetround and redefine to call __fegetround.  Remove condition
3165         on [!__NO_MATH_INLINES].
3166         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3167         function.
3168         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3169         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3170         Remove macro.
3171         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3172         instead of <fenv_libc.h>.
3173         (__llrintl): Call fegetround instead of __fegetround.
3174         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3175         instead of <fenv_libc.h>.
3176         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3177         (__lrintl): Call fegetround instead of __fegetround.
3178         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3179         instead of <fenv_libc.h>.
3180         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3181         (__rintl): Call fegetround instead of __fegetround.
3183 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3185         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3186         arrays.
3188 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3190         [BZ #17775]
3191         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3192         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3193         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3195 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3197         * sysdeps/i386/tls-macros.h: Include <features.h>.
3198         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3199         (TLS_IE): Likewise.
3200         (TLS_LD): Likewise.
3201         (TLS_GD): Likewise.
3202         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3203         define for GCC >= 5.0.
3205 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3207         * math/test-fenv.c (test_single_exception, set_single_exc,
3208         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3209         feexcp_mask_test, feenable_test, fe_single_test): Add
3210         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3211         case where they are not used.
3212         * math/libm-test.inc: Likewise.
3213         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3214         unused in the absence of FP rounding/exception support.
3215         * stdio-common/tst-printf-round.c: Likewise.
3216         * stdlib/tst-strtod-round.c: Likewise.
3217         * stdlib/tst-strtod-underflow.c: Likewise.
3219 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3221         [BZ #17723]
3222         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3223         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3224         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3225         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3226         libm_hidden_weak.
3227         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3228         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3229         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3230         libm_hidden_def.
3231         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3232         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3233         libm_hidden_weak.
3234         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3235         Likewise.
3236         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3237         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3238         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3239         libm_hidden_weak.
3240         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3241         libm_hidden_def.
3242         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3243         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3244         (__feraiseexcept): Likewise.
3245         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3246         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3247         libm_hidden_weak.
3248         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3249         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3250         libm_hidden_def.
3251         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3252         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3253         Use libm_hidden_def.
3254         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3255         libm_hidden_def.
3256         (feraiseexcept): Define as weak not strong alias.  Use
3257         libm_hidden_weak.
3258         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3259         New inline function.  Factored out of ...
3260         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3261         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3262         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3263         feraiseexcept.
3264         * math/w_acos.c (__acos): Likewise.
3265         * math/w_asin.c (__asin): Likewise.
3266         * math/w_ilogb.c (__ilogb): Likewise.
3267         * math/w_j0.c (y0): Likewise.
3268         * math/w_j1.c (y1): Likewise.
3269         * math/w_jn.c (yn): Likewise.
3270         * math/w_log.c (__log): Likewise.
3271         * math/w_log10.c (__log10): Likewise.
3272         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3273         * sysdeps/aarch64/fpu/math_private.h
3274         (libc_feupdateenv_test_aarch64): Likewise.
3275         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3276         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3277         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3278         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3279         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3280         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3281         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3282         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3283         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3284         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3286 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3288         [BZ #17732]
3289         * io/test-utime.c (main): Replace %ld with %jd and cast to
3290         intmax_t.
3291         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3292         * nptl/tst-mutex5.c: Include <stdint.h>.
3293         (do_test): Replace %ld with %jd and cast to intmax_t.
3294         * posix/tst-regex.c (run_test): Likewise.
3295         (run_test_backwards): Likewise.
3296         * rt/tst-clock.c: Include <stdint.h>.
3297         (clock_test): Replace %ld with %jd and cast to intmax_t.
3298         * rt/tst-cpuclock1.c: Include <stdint.h>.
3299         (do_test): Replace %lu with %ju and cast to uintmax_t.
3300         * rt/tst-cpuclock2.c: Include <stdint.h>.
3301         (do_test): Replace %lu with %ju and cast to uintmax_t.
3302         * rt/tst-mqueue1.c: Include <stdint.h>.
3303         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3304         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3305         intmax_t.
3306         * rt/tst-mqueue4.c (do_test): Likewise.
3307         * rt/tst-timer4.c: Include <stdint.h>.
3308         (check_ts): Replace %ld with %jd and cast to intmax_t.
3309         (do_test): Likewise.
3310         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3311         and cast to intmax_t.
3312         * sysdeps/pthread/tst-timer.c (main): Likewise.
3313         * time/clocktest.c (main): Likewise.
3314         * time/tst-posixtz.c (do_test): Likewise.
3315         * timezone/tst-timezone.c (main): Likewise.
3317 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3318             H.J. Lu  <hongjiu.lu@intel.com>
3320         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3321         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3322         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3323         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3324         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3325         version if bit_Fast_Unaligned_Load is set.
3326         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3327         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3328         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3329         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3330         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3331         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3332         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3333         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3334         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3335         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3336         to 4.
3337         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3338         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3339         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3340         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3342 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3344         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3345         instead of #if to avoid a Wundef warning.
3346         * stdlib/tst-limits.c (do_test): Likewise.
3348         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3349         parallel other exception macros.
3350         (fegetenv): Convert from macro to extern inline so that it applies
3351         retroactively to inline functions already seen by the compiler.
3352         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3354         * posix/Makefile (before-compile): Use $(objpfx) for
3355         posix-conf-vars-def.h.
3357 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3359         * posix/getconf.c (main): Use size_t for type of I.
3360         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3361         NSPEC.
3363         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3364         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3365         * posix/posix-envs.def: Likewise.
3366         * sysdeps/posix/sysconf.c: Likewise.
3367         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3368         (specs): Remove array.
3369         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3370         array.
3372         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3373         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3374         (__sysconf): Use CONF_IS_* macros.
3376         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3377         ($(objpfx)posix-conf-vars-def.h): New target.
3378         * posix/posix-conf-vars.list: New file.
3379         * posix/posix-conf-vars.h: New file.
3380         * posix/confstr.c: Include posix-conf-vars.h.
3381         (confstr): Use CONF_IS_* macros.
3382         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3383         CONF_IS_* macros.
3384         * scripts/gen-posix-conf-vars.awk: New file.
3386 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3388         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3389         fegetround): Add no-op macros to avoid linknamespace issues.
3391         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3392         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3394         * sysdeps/unix/sysv/linux/tile/sysdep.h
3395         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3396         assembly-specific section to avoid a redefinition warning.
3398         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3399         long before casting to pointer to avoid a cast warning.
3401 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3403         * sysdeps/tile/tilegx/Implies: New file.
3405 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3407         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3409 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3411         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3413 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3415         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3416         not define.
3417         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3418         <kernel-features.h>.
3419         (__utimes) [__NR_utimes]: Make code unconditional.
3420         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3421         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3422         (__ASSUME_UTIMES): Do not undefine.
3423         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3424         (__ASSUME_UTIMES): Likewise.
3425         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3426         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3427         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3428         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3430 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3432         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3434 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3436         [BZ #17747]
3437         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3438         alias to weak alias for j0l, y0l.
3439         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3440         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3442         [BZ #17746]
3443         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3444         conversion.
3446 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3448         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3449         to zero if not already defined.
3451 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3453         [BZ #17724]
3454         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3455         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3456         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3457         (char *) casts added.
3458         * sysdeps/ieee754/k_standardf.c: New file.
3459         * sysdeps/ieee754/k_standardl.c: Likewise.
3460         * math/Makefile (libm-support): Remove k_standard.
3461         (libm-calls): Add k_standard.
3463 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3465         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3466         Optimize to avoid an unnecessary FPCR read.
3468 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3470         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3471         Optimize to reduce FPCR/FPSR accesses.
3473 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3475         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3476         Call libc_fetestexcept_aarch64.
3478 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3480         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3481         Call libc_fesetround_aarch64.
3483 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3485         [BZ #17733]
3486         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3487         (__bind): Do not define as weak alias.
3488         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3489         define.
3490         (__getsockname): Do not define as weak alias.
3492 2014-12-22  Will Newton  <will.newton@linaro.org>
3494         * manual/install.texi: Document that we require bison 2.7
3495         or above.
3496         * INSTALL: Regenerate.
3497         * configure.ac: Use AC_CHECK_PROG_VER instead of
3498         AC_PATH_PROG when checking for bison and check for
3499         version 2.7 or above.
3500         * configure: Regenerate.
3502 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3504         [BZ #17745]
3505         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3506         * sysdeps/tile/ffsll.c (ffsll): To here.
3508         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3510 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3512         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3513         if not defined.
3514         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3515         definition.
3516         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3517         hidden ___tls_get_addr.
3518         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3519         hidden __tls_get_addr.
3520         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3521         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3522         Likewise.
3524 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3526         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3527         _dl_init call.
3529 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3531         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3532         from "call _dl_init@PLT".
3533         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3535 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3537         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3538         guarantees.
3540 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3542         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3544 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3546         [BZ #17744]
3547         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3548         strnlen.
3550 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3552         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3553         of multu on MIPSr6.
3554         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3555         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3556         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3557         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3558         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3560 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3562         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3563         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3564         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3565         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3566         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3567         mips32r6/mips64r6.
3568         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3570 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3572         * string/strncat.c (STRNCAT): Simplify implementation.
3574 2014-12-19  David S. Miller  <davem@davemloft.net>
3576         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3577         access the quad as both a long double and as a series of 4 words.
3579         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3580         link_map->l_info array access.
3582 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3584         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3586         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3587         * math/atest-exp2.c (TIMEOUT): Likewise.
3588         * math/atest-sincos.c (TIMEOUT): Likewise.
3590 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3592         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3593         -Wno-error with -fno-builtin-lround.
3595 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3597         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3598         Contains futex constants and functions moved over from ...
3599         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3600         <lowlevellock-futex.h>.
3601         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3602         (lll_timedwait_tid): Add comments and parentheses around macro
3603         arguments.
3605 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3607         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3608         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3609         (__lll_private_flag): Remove.
3610         (lll_futex_wait): Likewise.
3611         (lll_futex_timed_wait): Likewise.
3612         (lll_futex_wake): Likewise.
3613         (lll_futex_requeue): Likewise.
3614         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3615         (__lll_timedwait_tid): Spell out argument names.
3616         (lll_timedwait_tid): Add comments and parentheses around macro
3617         arguments.
3618         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3619         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3621 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3623         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3624         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3625         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3626         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3627         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3628         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3629         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3630         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3631         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3632         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3633         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3634         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3635         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3636         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3637         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3638         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3639         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3640         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3641         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3643 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3645         * sysdeps/x86_64/x32/Makefile: New file.
3647 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3649         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3650         1L with (mp_limb_t) 1.
3652 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3654         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3655         * nptl/libc_pthread_init.c: ... here.
3656         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3657         * nptl/register-atfork.c: ... here.
3659         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3660         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3661         Use assert_perror to check its return value.
3662         (__gai_create_helper_thread): Likewise.
3664         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3666         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3668 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3670         [BZ #17725]
3671         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3672         __profil_counter.
3673         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3674         Likewise.
3675         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3676         Likewise.
3677         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3678         Likewise.
3679         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3680         (profil_counter): Likewise.
3681         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3682         (profil_counter): Likewise.
3683         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3684         Likewise.
3685         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3686         Likewise.
3687         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3688         (profil_counter): Likewise.
3689         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3690         Likewise.
3691         [!__profil_counter] (profil_counter): Define as weak alias of
3692         __profil_counter.
3693         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3694         (profil_counter): Rename to __profil_counter.
3695         [!__profil_counter] (profil_counter): Define as weak alias of
3696         __profil_counter.
3697         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3698         (profil_counter): Rename to __profil_counter.
3699         [!__profil_counter] (profil_counter): Define as weak alias of
3700         __profil_counter.
3701         * sysdeps/posix/profil.c: Update comment referring to
3702         profil_counter.
3703         (__profil): Use __profil_counter instead of profil_counter.
3704         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3705         __profil_counter.  Use __profil_counter_ushort and
3706         __profil_counter_uint in definitions.
3707         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3708         instead of profil_counter_uint and profil_counter_ushort.
3710         [BZ #17722]
3711         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3712         define as weak alias of __inet_makeaddr.
3713         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3714         as weak alias of __inet_addr.
3715         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3716         as weak alias of __inet_pton.  Use libc_hidden_weak.
3717         * include/arpa/inet.h (__inet_pton): Declare.  Use
3718         libc_hidden_proto.
3719         (inet_makeaddr): Don't use libc_hidden_proto.
3720         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3721         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3722         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3723         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3724         Remove variable.
3725         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3726         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3728 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3730         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3732 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3734         * stdio-common/bug-vfprintf-nargs.c (do_test):
3735         Cast value to intptr_t to avoid format warning
3736         for usage with PRIdPTR printing macro.
3738 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3740         * libio/tst-widetext.c (do_test):
3741         Use format type %td instead of %Zd for ptrdiff_t
3742         in order to avoid format warning.
3744 2014-12-17  Andreas Schwab  <schwab@suse.de>
3746         * nscd/mem.c (gc): Add size_t cast to match printf format.
3748 2014-12-16  Roland McGrath  <roland@hack.frob.com>
3750         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3751         (init): Apply PTR_MANGLE to pointers before storing them.
3752         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3753         before using them.
3755 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
3757         [BZ #17719]
3758         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3759         define as weak alias of __memrchr.
3760         (__memrchr): Do not define as strong alias of memrchr.
3761         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3762         Remove variable.
3763         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3764         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3765         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3767         [BZ #17717]
3768         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3769         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
3770         (if_indextoname): Rename to __if_indextoname and define as weak
3771         alias of __if_indextoname.  Use libc_hidden_weak.
3772         (if_freenameindex): Rename to __if_freenameindex and define as
3773         weak alias of __if_freenameindex.
3774         (if_nameindex): Rename to __if_nameindex and define as weak alias
3775         of __if_nameindex.
3776         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3777         __if_nametoindex and define as weak alias of __if_nametoindex.
3778         Use libc_hidden_weak.
3779         (if_freenameindex): Rename to __if_freenameindex and define as
3780         weak alias of __if_freenameindex.
3781         (if_nameindex): Rename to __if_nameindex and define as weak alias
3782         of __if_nameindex.
3783         (if_indextoname): Rename to __if_indextoname and define as weak
3784         alias of __if_indextoname.  Use libc_hidden_weak.
3785         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3786         __if_nametoindex and define as weak alias of __if_nametoindex.
3787         Use libc_hidden_weak.
3788         (if_freenameindex): Rename to __if_freenameindex and define as
3789         weak alias of __if_freenameindex.  Use libc_hidden_weak.
3790         (if_nameindex_netlink): Use __if_freenameindex instead of
3791         if_freenameindex.
3792         (if_nameindex): Rename to __if_nameindex and define as weak alias
3793         of __if_nameindex.  Use libc_hidden_weak.
3794         (if_indextoname): Rename to __if_indextoname and define as weak
3795         alias of __if_indextoname.  Use libc_hidden_weak.
3796         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3797         libc_hidden_proto.
3798         [!_ISOMAC] (__if_freenameindex): Likewise.
3799         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3800         if_nametoindex.
3801         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3802         variable.
3803         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3804         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3805         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3806         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3807         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3808         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3809         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3811         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3812         Remove variable.
3813         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3814         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3816 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3818         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3819         subscript above bounds'
3821         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3822         bounds.
3824 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
3826         * libio/tst-fopenloc.c: Use test-skeleton.c.
3828         * stdlib/tst-bsearch.c: Use test-skeleton.c.
3829         (entry): Rename to ITEM.
3830         (do_test, comp): Adjust.
3832         * stdio-common/tst-fseek.c: Use test-skeleton.c.
3834 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3836         * string/tester.c: Include <libc-internal.h>.
3837         (test_memset): Ignore -Wmemset-transposed-args.
3839 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3841         * misc/tst-mntent2.c (do_test): Fix warning.
3843 2014-12-16  Torvald Riegel  <triegel@redhat.com>
3845         * elf/tst-unique4lib.cc(a): Mark as used.
3847 2014-12-16  Florian Weimer  <fweimer@redhat.com>
3849         [BZ #17630]
3850         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3851         names.
3853 2014-12-16  Allan McRae  <allan@archlinux.org>
3855         * stdio-common/Makefile (tests): Re-add bug26.
3857 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
3859         [BZ #17657]
3860         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3861         static array.
3863 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
3865         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3866         (__lll_lock_wait): Likewise.
3867         (__lll_timedlock_wait): Likewise.
3868         (__lll_timedwait_tid): Likewise.
3869         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3870         (__lll_robust_timedlock_wait): Likewise.
3871         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3872         (lll_cond_trylock): Likewise.
3873         (__lll_lock): Likewise.
3874         (__lll_robust_lock): Likewise.
3875         (__lll_cond_lock): Likewise.
3876         (lll_robust_cond_lock): Likewise.
3877         (__lll_timedlock): Likewise.
3878         (__lll_robust_timedlock): Likewise.
3879         (__lll_unlock): Likewise.
3880         (__lll_robust_unlock): Likewise.
3881         (lll_wait_tid): Likewise.
3882         (lll_timedwait_tid): Likewise.
3884 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3886         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3888 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3890         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3892 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
3894         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3895         * stdio-common/tst-sprintf.c: Likewise.
3897 2014-12-15  Torvald Riegel  <triegel@redhat.com>
3899         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3901 2014-12-15  Jeff Law  <law@redhat.com>
3903         [BZ #16617]
3904         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3905         on the heap.  (CVE-2012-3406)
3906         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3907         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
3908         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3910 2014-12-15  Will Newton  <will.newton@linaro.org>
3912         * manual/install.texi: Bump required version of texinfo
3913         to 4.7 from 4.5.
3914         * INSTALL: Regenerated.
3915         * configure.ac: Check for makeinfo version 4.7 and above.
3916         * configure: Regenerated.
3918 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3920         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3921         PREFIX, string constant to insert between directory and name.
3922         * sysdeps/posix/shm_open.c: Update caller.
3923         * sysdeps/posix/shm_unlink.c: Likewise.
3924         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3925         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3926         (SEM_SHM_PREFIX): New macro.
3927         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3928         [$(have-thread-library) = no].
3929         * nptl/Makefile (libpthread-routines): Add shm-directory.
3930         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3931         * sysdeps/nptl/shm-directory.h: New file.
3932         * sysdeps/posix/shm-directory.c
3933         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3934         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3935         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3936         INTERNAL_SYSCALL.
3937         (__where_is_shmfs): Function removed.
3938         (mountpoint, defaultmount, defaultdir, __namedsem_once):
3939         Variables removed.
3940         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3941         Use SHM_GET_NAME.
3942         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
3944         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3945         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3946         unconditional for use inside libpthread.
3947         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3949 2014-12-12  Roland McGrath  <roland@hack.frob.com>
3951         * nptl/pthread_getaffinity.c: New file.
3952         * nptl/pthread_setaffinity.c: New file.
3953         * nptl/pthread_getname.c: New file.
3954         * nptl/pthread_setname.c: New file.
3956         * nptl/pthread_create.c (START_THREAD_DEFN)
3957         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3959 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3960             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3962         * resolv/res_send.c (send_vc): Disable warning resplen may
3963         be used uninitialized.
3965 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3967         * nptl/tst-mutex6.c
3968         (ATTR_NULL): New define checks ATTR against NULL.
3969         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3970         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3972 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
3974         [BZ #17581]
3975         * malloc/hooks.c
3976         (mem2mem_check): Revert my previous change.
3977         (malloc_check_get_size): Revert my previous change.
3978         (mem2chunk_check): Revert my previous change.
3980 2014-12-11  Roland McGrath  <roland@hack.frob.com>
3982         * sysdeps/posix/shm-directory.c: New file.
3983         * sysdeps/posix/shm-directory.h: New file.
3984         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3985         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3986         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
3987         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3988         Transmute EPERM to EACCES.
3989         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3990         from ...
3991         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
3992         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3994 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3996         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3997         pointer and cast to uintptr_t.
3998         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3999         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4000         Add cast to avoid warning.
4001         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4003 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4005         * nptl/semaphore.h: Move to ...
4006         * sysdeps/pthread/semaphore.h: ... here.
4007         * Makefile (installed-headers): Change nptl/semaphore.h to
4008         sysdeps/pthread/semaphore.h.
4010 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4012         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4013         generated error format strings.
4015         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4016         -Wformat-extra-args warnings for scanf formats.
4017         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4018         test of zero-length format (duh).
4019         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4020         corner-case scanf format test.
4021         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4022         generated fprintf format string.
4023         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4024         corner-case sprintf format tests.
4025         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4026         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4027         -Wformat-extra-args warnings throughout.
4028         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4029         (CFLAGS-scanf4.c): Likewise.
4030         (CFLAGS-scanf7.c): Likewise.
4031         (CFLAGS-tst-sprintf.c): Likewise.
4032         (CFLAGS-tst-printf.c): Likewise.
4033         (CFLAGS-tst-printfsz.c): Likewise.
4035 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4037         * include/cpio.h: New file.
4038         * include/fmtmsg.h: Likewise.
4040         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4041         corresponding format argument to size_t.
4042         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4043         arguments.
4044         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4045         corresponding format argument to size_t.
4046         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4047         arguments.
4048         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4049         corresponding format argument to size_t.
4050         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4051         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4052         (CFLAGS-tst-mbswcs2.c): Likewise.
4053         (CFLAGS-tst-mbswcs3.c): Likewise.
4054         (CFLAGS-tst-mbswcs4.c): Likewise.
4055         (CFLAGS-tst-mbswcs5.c): Likewise.
4056         (CFLAGS-tst-trans.c): Likewise
4058 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4060         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4061         rather than assuming they won't contain any '%'s.
4063 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4065         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4066         inhibit_loop_to_libcall to avoid recursive calls.
4067         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4068         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4070 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4072         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4073         prototype.
4075 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4077         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4078         integer value instead of boolean.
4080 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4082         * malloc/malloc.c: Fix powerof2 check.
4084 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4086         * locale/programs/locfile.h (maybe_swap_uint32):
4087         Remove inline and add unused attribute.
4089 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4091         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4092         Truncating assembler expression to a .long expression.
4094 2014-12-11  Andreas Schwab  <schwab@suse.de>
4096         * elf/rtld.c (struct map_args): Constify str member.
4097         (do_preload): Constify fname argument.
4099 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4101         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4102         constants definition.
4104 2014-12-11  Andreas Schwab  <schwab@suse.de>
4106         [BZ #16657]
4107         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4108         FORCE_ELISION instead of DO_ELISION.
4109         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4110         Remove.
4111         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4112         Likewise.
4114         * iconvdata/gconv-modules: Remove duplicate entry.
4116 2014-12-11  Will Newton  <will.newton@linaro.org>
4118         Merge gettext 0.19.3 into intl/.
4120         This involves a number of cosmetic changes to comments
4121         and ANSI function definitions and prototypes throughout
4122         all the files. The gettext copyright header is used but
4123         with the date ranges taken from the glibc copy.
4125         * NEWS: Add gettext merge to 2.21.
4126         * intl/bindtextdom.c: Switch to gettext copyright.
4127         Use ANSI definitions and prototypes.
4128         Use gl_* locking primitives rather than __libc_* ones.
4129         Use __builtin_expect rather than __glibc_likely/unlikely.
4130         * intl/dcgettext.c: Switch to gettext copyright.
4131         Use ANSI definitions and prototypes.
4132         * intl/dcigettext.c: Switch to gettext copyright.
4133         Use ANSI definitions and prototypes.
4134         (INTDIV0_RAISES_SIGFPE): New define.
4135         Use gl_* locking primitives rather than __libc_* ones.
4136         Include eval-plural.h instead of plural-eval.c.
4137         Use __builtin_expect rather than __glibc_likely/unlikely.
4138         * intl/dcngettext.c: Switch to gettext copyright.
4139         Use ANSI definitions and prototypes.
4140         * intl/dgettext.c: Likewise.
4141         * intl/dngettext.c: Likewise.
4142         * intl/plural-eval.c: Renamed to...
4143         * intl/eval-plural.h: ...this.
4144         * intl/explodename.c: Switch to gettext copyright.
4145         Use ANSI definitions and prototypes.
4146         (_nl_explode_name): Use strchr instead of __rawmemchr.
4147         * intl/finddomain.c: Switch to gettext copyright.
4148         Use ANSI definitions and prototypes.
4149         Use gl_* locking primitives rather than __libc_* ones.
4150         (_nl_find_domain): Use malloc rather than alloca for
4151         allocation of temporary locale name.
4152         * intl/gettext.c: Switch to gettext copyright.
4153         Use ANSI definitions and prototypes.
4154         * intl/gettextP.h: Switch to gettext copyright.
4155         Use ANSI definitions and prototypes.
4156         Use gl_* locking primitives rather than __libc_* ones.
4157         * intl/gmo.h: Switch to gettext copyright.
4158         (struct sysdep_string): Move struct segment_pair outside of
4159         struct definition.
4160         * intl/hash-string.c: Use ANSI definitions and prototypes.
4161         * intl/hash-string.h: Switch to gettext copyright.
4162         Use ANSI definitions and prototypes.
4163         * intl/l10nflist.c: Switch to gettext copyright.
4164         Use ANSI definitions and prototypes.
4165         (_nl_normalize_codeset): Avoid integer overflow.
4166         * intl/loadinfo.h: Switch to gettext copyright.
4167         Use ANSI definitions and prototypes.
4168         (LIBINTL_DLL_EXPORTED): New define.
4169         (PATH_SEPARATOR): New define.
4170         * intl/loadmsgcat.c: Switch to gettext copyright.
4171         * intl/localealias.c: Switch to gettext copyright.
4172         Use ANSI definitions and prototypes.
4173         (_nl_expand_alias): Use PATH_SEPARATOR.
4174         * intl/ngettext.c: Switch to gettext copyright.
4175         Use ANSI definitions and prototypes.
4176         * intl/plural-exp.c: Likewise.
4177         * intl/plural-exp.h: Switch to gettext copyright.
4178         Use ANSI definitions and prototypes.
4179         (struct expression): Move definition of enum operator outside
4180         of struct definition.
4181         * intl/plural.c: Regenerate.
4182         * intl/plural.y: Switch to gettext copyright.
4183         Use ANSI definitions and prototypes.
4184         Port to bison 3.0.
4185         * intl/textdomain.c: Switch to gettext copyright.
4186         Use ANSI definitions and prototypes.
4187         Use gl_* locking primitives rather than __libc_* ones.
4189 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4191         * debug/warning-nop.c: Add used atrribute.
4193 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4195         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4197         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4198         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4199         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4201 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4202             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4204         [BZ #17634]
4205         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4206         Undefine after defining function.  Define as weak alias of
4207         __wcschr.  Use libc_hidden_weak.
4208         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4209         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4210         (libc_hidden_def): Also define __GI___wcschr alias.
4211         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4212         __wcschr and define as weak alias of __wcschr.
4213         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4214         __wcschr.
4215         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4216         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4217         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4218         libc_hidden_weak.  Do not use libc_hidden_def.
4219         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4220         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4221         __GI___wcschr alias.
4222         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4223         [IS_IN (libc)] (wcschr): Define as macro expanding to
4224         __redirect_wcschr.
4225         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4226         [IS_IN (libc)] (__wcschr_power6): Likewise.
4227         [IS_IN (libc)] (__wcschr_power7): Likewise.
4228         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4229         instead of wcschr.
4230         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4231         __libc_wcschr.
4232         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4233         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4234         __wcschr and define as weak alias of __wcschr.  Use
4235         libc_hidden_builtin_def.
4236         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4237         as weak alias of __wcschr.  Use libc_hidden_weak.
4238         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4239         wcschr.
4240         * time/era.c (_nl_init_era_entries): Likewise.
4241         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4242         variable.
4243         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4244         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4246 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4248         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4249         format for long int variable.
4251 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4253         [BZ #10672]
4254         * manual/search.texi: (Array Sort Function): Remove claim how to make
4255         qsort stable.
4257 2014-12-10  Andreas Schwab  <schwab@suse.de>
4259         [BZ #12847]
4260         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4261         user-controlled locks.
4263 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4265         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4266         register.
4268 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4270         * configure.ac (--disable-werror): New configure option.
4271         (enable_werror): New AC_SUBST.
4272         * configure: Regenerated.
4273         * config.make.in (enable-werror): New variable.
4274         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4275         -Wno-error=undef.
4276         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4277         * manual/install.texi (Configuring and compiling): Document
4278         --disable-werror.
4279         * INSTALL: Regenerated.
4280         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4281         (CFLAGS-tst-chk2.c): Likewise.
4282         (CFLAGS-tst-chk3.c): Likewise.
4283         (CFLAGS-tst-chk4.cc): Likewise.
4284         (CFLAGS-tst-chk5.cc): Likewise.
4285         (CFLAGS-tst-chk6.cc): Likewise.
4286         (CFLAGS-tst-lfschk1.c): Likewise.
4287         (CFLAGS-tst-lfschk2.c): Likewise.
4288         (CFLAGS-tst-lfschk3.c): Likewise.
4289         (CFLAGS-tst-lfschk4.cc): Likewise.
4290         (CFLAGS-tst-lfschk5.cc): Likewise.
4291         (CFLAGS-tst-lfschk6.cc): Likewise.
4293         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4294         (main): Disable -Wdeprecated-declarations around calls to
4295         register_printf_function.
4297         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4298         (do_test): Disable -Wdiv-by-zero around some calls to
4299         fwrite_unlocked and fread_unlocked.
4301         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4302         (DIAG_POP_NEEDS_COMMENT): Likewise.
4303         (_DIAG_STR1): Likewise.
4304         (_DIAG_STR): Likewise.
4305         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4306         * stdio-common/bug21.c: Include <libc-internal.h>.
4307         (do_test): Disable -Wformat around call to sscanf.
4308         * stdio-common/scanf14.c: Include <libc-internal.h>.
4309         (main): Disable -Wformat around some calls to scanf functions.
4311 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4313         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4315 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4317         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4318         stack variable alignment.
4320 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4322         [BZ #17682]
4323         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4324         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4325         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4326         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4327         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4328         __getrlimit instead of getrlimit.
4329         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4330         __gettimeofday instead of gettimeofday.
4331         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4332         Likewise.
4333         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4334         Likewise.
4335         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4336         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4337         Remove variable.
4338         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4339         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4341 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4343         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4344         for wide-character tests.
4346 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4348         * io/openat64.c: #include <libc-internal.h>
4349         (__openat64): Prototypify.  Use ignore_value on MODE.
4350         * io/openat.c: Likewise.
4351         * misc/reboot.c: #include <libc-internal.h>
4352         (reboot): Prototypify.  Use ignore_value on HOWTO.
4353         * misc/ptrace.c: #include <libc-internal.h>
4354         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4356 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4358         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4359         XPG4, UNIX98 and XOPEN2K.
4360         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4361         Remove variable.
4362         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4364 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4366         * libio/fileops.c: Use ISO C style for function definitions.
4367         * libio/iofopen.c: Likewise.
4368         * libio/wfileops.c: Likewise.
4370         [BZ #17653]
4371         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4372         offset on EOF.
4373         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4374         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4375         (fgets_func): Function pointer to fgets and fgetws.
4376         (do_ftell_test): Add test to verify ftell value after read
4377         EOF.
4378         (do_test): Set fgets_func.
4380         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4381         O_TRUNC flag for w and w+ modes.
4382         (do_rewind_test): Likewise.
4383         (do_ftell_test): Likewise.
4384         (do_write_test): Likewise.
4386         [BZ #17647]
4387         * libio/fileops.c (do_ftell): Seek only when there are
4388         unflushed writes.
4389         * libio/wfileops.c (do_ftell_wide): Likewise.
4390         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4391         test case.
4392         (do_one_test): Call it.
4394 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4396         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4397         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4398         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4399         Remove variable.
4400         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4401         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4402         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4404 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4406         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4407         Remove variable.
4408         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4410         [BZ #17668]
4411         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4412         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4413         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4414         __freeifaddrs.  Use libc_hidden_weak.
4415         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4416         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4417         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4418         __freeifaddrs.  Use libc_hidden_weak.
4419         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4420         __getifaddrs and define as weak alias of __getifaddrs.  Use
4421         libc_hidden_weak.
4422         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4423         __freeifaddrs.  Use libc_hidden_weak.
4424         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4425         Remove variable.
4426         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4427         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4429 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4431         [BZ #17601]
4432         * sysdeps/mips/start.S (__start): Use indirect jump to call
4433         __libc_start_main.
4435 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4437         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4439         * nptl/tst-mutex1.c: Include <stdbool.h>.
4440         [!ATTR] (ATTR_NULL): New macro.
4441         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4442         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4443         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4445         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4446         to char *.
4448         [BZ #17665]
4449         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4450         Change conditional to [__USE_MISC].
4452         [BZ #17664]
4453         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4454         fgets_unlocked.
4455         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4456         __fgets_unlocked.
4457         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4458         fgets_unlocked.
4459         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4460         Remove variable.
4461         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4462         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4463         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4464         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4465         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4466         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4467         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4468         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4469         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4471         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4473 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4475         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4476         Remove strpbrk objects.
4477         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4478         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4479         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4480         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4481         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4482         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4484         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4485         Remove strcspn objects.
4486         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4487         (__libc_ifunc_impl_list): Remove strcspn implementation.
4488         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4489         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4490         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4491         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4493         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4494         Remove strspn objetcs.
4495         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4496         (__libc_ifunc_impl_list): Remove strspn implementation.
4497         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4498         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4499         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4500         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4502 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4504         [BZ #17581]
4505         * malloc/hooks.c
4506         (mem2mem_check): Add a terminator to the chain of checking blocks.
4507         (malloc_check_get_size): Use it here.
4508         (mem2chunk_check): Ditto.
4510 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4512         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4513         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4515 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4517         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4519         * nptl/nptl-init.c: Include libc-internal.h.
4520         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4522         * elf/ldconfig.c (search_dir): Expand comment.
4524 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4526         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4527         variable.
4528         (linknamespace-symlist-stdlibs-tests): Likewise.
4529         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4530         instead of $(objpfx)symlist-stdlibs.
4531         (linknamespace-libs-isoc): New variable.
4532         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4533         (linknamespace-libs-ISO): New variable.
4534         (linknamespace-libs-ISO99): Likewise.
4535         (linknamespace-libs-ISO11): Likewise.
4536         (linknamespace-libs-XPG3): Likewise.
4537         (linknamespace-libs-XPG4): Likewise.
4538         (linknamespace-libs-POSIX): Likewise.
4539         (linknamespace-libs-UNIX98): Likewise.
4540         (linknamespace-libs-XOPEN2K): Likewise.
4541         (linknamespace-libs-POSIX2008): Likewise.
4542         (linknamespace-libs-XOPEN2K8): Likewise.
4543         ($(objpfx)symlist-stdlibs): Replace by
4544         $(linknamespace-symlist-stdlibs-tests).  Use
4545         $(linknamespace-libs-$*) as set of libraries.
4546         ($(linknamespace-header-tests)): Update dependencies.  Use
4547         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4548         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4549         * conform/linknamespace.pl: Remove comment about considering
4550         definitions of symbols from irrelevant libraries.
4552 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4554         [BZ #13862]
4555         * elf/dl-tls.c: Include <atomic.h>.
4556         (oom): Remove #ifdef SHARED/#endif.
4557         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4558         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4559         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4560         big enough.
4561         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4562         * nptl/Makefile (tests): Add tst-stack4.
4563         (modules-names): Add tst-stack4mod.
4564         ($(objpfx)tst-stack4): New.
4565         (tst-stack4mod.sos): Likewise.
4566         ($(objpfx)tst-stack4.out): Likewise.
4567         ($(tst-stack4mod.sos)): Likewise.
4568         (clean): Likewise.
4569         * nptl/tst-stack4.c: New file.
4570         * nptl/tst-stack4mod.c: Likewise.
4572 2014-11-27  J. Brown  <jb999@gmx.de>
4574         * sysdeps/x86/bits/string.h: Add recent CPUs.
4576 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4578         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4579         sigblock.
4581         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4582         feof.
4584         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4585         variable.
4587 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4589         * nscd/connections.c: Include libc-internal.h because of macro
4590         usage ignore_value.
4592 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4594         * string/bits/string3.h (__warn_memset_zero_len): Don't
4595         declare for gcc newer than 5.0.
4596         (memset): Don't test for zero-length __LEN for gcc newer than
4597         5.0.
4599 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4601         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4602         size_t for %zu format.
4604         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4605         difference, not %ju.
4607 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4609         * include/libc-internal.h (ignore_value): New macro.
4610         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4611         with ignore_value.
4613         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4614         definition.
4616         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4617         pthread_cleanup_push to void *.
4619         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4620         Undefine.
4622         [BZ #16619]
4623         [BZ #16740]
4624         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4625         instead of 1L << 52.
4627         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4628         * libio/bug-rewind2.c (do_test): Likewise.
4630         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4631         * debug/test-strcpy_chk-ifunc.c: Likewise.
4632         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4633         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4634         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4635         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4636         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4637         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4638         * Rules [$(multi-arch) = no] (tests): Do not filter out
4639         $(tests-ifunc).
4640         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4641         * debug/Makefile (tests-ifunc): Remove variable.
4642         (tests): Do not add $(tests-ifunc).
4643         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4644         (tests): Do not add $(tests-ifunc).
4645         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4646         [TEST_IFUNC]: Remove conditionals.
4647         * string/test-string.h (TEST_IFUNC): Remove macro.
4648         [TEST_IFUNC]: Remove conditionals.
4650         * string/test-strchr.c [!WIDE] (L): New macro.
4651         [WIDE] (L): Likewise.
4652         (check1): Use CHAR instead of char.  Use L on string and character
4653         constants.
4655 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4657         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4658         tests.
4659         * sysdeps/powerpc/bits/atomic.h
4660         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4661         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4662         (atomic_exchange_and_add_acq): Likewise.
4663         (atomic_exchange_and_add_rel): Likewise.
4664         * sysdeps/powerpc/powerpc32/bits/atomic.h
4665         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4666         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4667         * sysdeps/powerpc/powerpc64/bits/atomic.h
4668         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4669         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4671 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4673         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4674         Change synchronization of __sched_fifo_min_prio and
4675         __sched_fifo_max_prio.
4676         * nptl/pthread_mutexattr_getprioceiling.c
4677         (pthread_mutexattr_getprioceiling): Likewise.
4678         * nptl/pthread_mutexattr_setprioceiling.c
4679         (pthread_mutexattr_setprioceiling): Likewise.
4680         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4681         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4682         Likewise.
4684 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4686         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4687         void.
4689 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4691         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4692         third argument const.
4694 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4696         fnmatch: work around GCC compiler warning bug with uninit var
4697         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4698         This works around a bug with x86-64 GCC 4.9.2 and earlier
4699         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4700         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4701         used uninitialized in this function [-Wmaybe-uninitialized]".
4703 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4705         * posix/bug-regex31.c (main): Return RES not 0.
4707 2014-11-25  Anton Blanchard <anton@samba.org>
4709         * sysdeps/powerpc/bits/atomic.h
4710         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4712 2014-11-24  Sterling Augustine  <saugustine@google.com>
4714         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4716 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4718         [BZ #17608]
4719         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4721 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4723         [BZ #17633]
4724         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4725         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4726         variable.
4727         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4728         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4730 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4732         * string/strncpy.c (strncpy): Improve performance by using memset.
4734 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4736         * string/strcpy.c (strcpy):
4737         Improve performance by using strlen and memcpy.
4739 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4741         * string/strcoll_l.c (get_next_seq): __always_inline.
4742         * string/strcoll_l.c (do_compare): __always_inline.
4744 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4746         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4747         defined.
4748         * include/mqueue.h: Likewise.
4749         * include/stdlib.h: Likewise.
4751         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4752         (get_null_defines): Adjust.
4753         * sunrpc/Makefile: Adjust comment.
4754         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4755         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4756         (CFLAGS-interp.c): Likewise.
4757         (CFLAGS-ldconfig.c): Likewise.
4758         (CPPFLAGS-.os): Likewise.
4759         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4760         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4761         * extra-modules.mk (extra-modules.mk): Likewise.
4762         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4763         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4764         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4765         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4766         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4767         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4768         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4769         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4770         * iconvdata/Makefile (CPPFLAGS): Likewise.
4771         (cpp-srcs-left): Add libof for all iconvdata routines.
4772         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4773         * include/assert.h: Likewise.
4774         * include/ctype.h: Likewise.
4775         * include/errno.h: Likewise.
4776         * include/libc-symbols.h: Likewise.
4777         * include/math.h: Likewise.
4778         * include/netdb.h: Likewise.
4779         * include/resolv.h: Likewise.
4780         * include/stdio.h: Likewise.
4781         * include/stdlib.h: Likewise.
4782         * include/string.h: Likewise.
4783         * include/sys/stat.h: Likewise.
4784         * include/wctype.h: Likewise.
4785         * intl/l10nflist.c: Likewise.
4786         * libidn/idn-stub.c: Likewise.
4787         * libio/libioP.h: Likewise.
4788         * nptl/libc_multiple_threads.c: Likewise.
4789         * nptl/pthreadP.h: Likewise.
4790         * posix/regex_internal.h: Likewise.
4791         * resolv/res_hconf.c: Likewise.
4792         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4793         * sysdeps/arm/memmove.S: Likewise.
4794         * sysdeps/arm/sysdep.h: Likewise.
4795         * sysdeps/generic/_itoa.h: Likewise.
4796         * sysdeps/generic/symbol-hacks.h: Likewise.
4797         * sysdeps/gnu/errlist.awk: Likewise.
4798         * sysdeps/gnu/errlist.c: Likewise.
4799         * sysdeps/i386/i586/memcpy.S: Likewise.
4800         * sysdeps/i386/i586/memset.S: Likewise.
4801         * sysdeps/i386/i686/memcpy.S: Likewise.
4802         * sysdeps/i386/i686/memmove.S: Likewise.
4803         * sysdeps/i386/i686/mempcpy.S: Likewise.
4804         * sysdeps/i386/i686/memset.S: Likewise.
4805         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4806         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4807         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4808         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4809         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4810         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4811         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4812         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4813         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4814         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4815         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4816         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4817         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4818         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4819         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4820         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4821         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4822         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4823         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4824         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4825         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4826         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4827         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4828         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4829         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4830         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4831         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4832         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4833         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4834         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4835         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4836         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4837         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4838         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4839         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4840         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4841         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4842         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4843         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4844         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4845         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4846         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4847         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4848         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4849         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4850         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4851         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4852         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4853         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4854         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4855         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4856         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4857         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4858         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4859         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4860         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4861         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4862         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4863         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4864         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4865         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4866         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4867         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4868         * sysdeps/nptl/bits/libc-lock.h: Likewise.
4869         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4870         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4871         * sysdeps/posix/closedir.c: Likewise.
4872         * sysdeps/posix/opendir.c: Likewise.
4873         * sysdeps/posix/readdir.c: Likewise.
4874         * sysdeps/posix/rewinddir.c: Likewise.
4875         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4876         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4877         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4878         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4879         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4880         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4881         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4882         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4883         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4884         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4885         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4886         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4887         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4888         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4889         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4890         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4891         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4892         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4893         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4894         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4895         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4896         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4897         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4898         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4899         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4900         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4901         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4902         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4903         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4904         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4905         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4906         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4907         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4908         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4909         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4910         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4911         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4912         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4913         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4914         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4915         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4916         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4917         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4918         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4919         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4920         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4921         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4922         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4923         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4924         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4925         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4926         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4927         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4928         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4929         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4930         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4931         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4932         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4933         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4934         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4935         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4936         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4937         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4938         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4939         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4940         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4941         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4942         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4943         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4944         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4945         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4946         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4947         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4948         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4949         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4950         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4951         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4952         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4953         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4954         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4955         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4956         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4957         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4958         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4959         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4960         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4961         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4962         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4963         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4964         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4965         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4966         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4967         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4968         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4969         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4970         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4971         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4972         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4973         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4974         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4975         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4976         * sysdeps/unix/alpha/sysdep.S: Likewise.
4977         * sysdeps/unix/alpha/sysdep.h: Likewise.
4978         * sysdeps/unix/make-syscalls.sh: Likewise.
4979         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4980         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4981         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4982         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4983         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4984         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4985         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4986         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4987         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4988         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4989         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4990         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4991         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4992         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4993         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4994         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4995         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4996         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4997         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4998         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4999         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5000         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5001         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5002         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5003         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5004         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5005         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5006         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5008         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5009         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5010         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5011         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5012         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5013         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5014         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5015         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5016         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5017         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5018         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5019         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5020         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5021         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5022         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5023         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5024         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5025         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5026         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5027         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5028         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5029         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5030         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5031         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5032         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5033         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5034         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5035         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5036         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5037         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5038         * sysdeps/x86_64/memcpy.S: Likewise.
5039         * sysdeps/x86_64/memmove.c: Likewise.
5040         * sysdeps/x86_64/memset.S: Likewise.
5041         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5042         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5043         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5044         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5045         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5046         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5047         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5048         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5049         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5050         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5051         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5052         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5053         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5054         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5055         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5056         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5057         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5058         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5059         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5060         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5061         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5062         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5063         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5064         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5065         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5066         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5067         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5068         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5069         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5070         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5071         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5072         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5073         * sysdeps/x86_64/strcmp.S: Likewise.
5075         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5077         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5078         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5079         * elf/rtld-Rules: Likewise.
5080         * elf/setup-vdso.h: Likewise.
5081         * include/assert.h: Likewise.
5082         * include/bits/stdlib-float.h: Likewise.
5083         * include/errno.h: Likewise.
5084         * include/sys/stat.h: Likewise.
5085         * include/unistd.h: Likewise.
5086         * sysdeps/aarch64/setjmp.S: Likewise.
5087         * sysdeps/alpha/setjmp.S: Likewise.
5088         * sysdeps/arm/__longjmp.S: Likewise.
5089         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5090         * sysdeps/arm/setjmp.S: Likewise.
5091         * sysdeps/arm/sysdep.h: Likewise.
5092         * sysdeps/generic/_itoa.h: Likewise.
5093         * sysdeps/generic/dl-sysdep.h: Likewise.
5094         * sysdeps/generic/ldsodefs.h: Likewise.
5095         * sysdeps/i386/dl-tls.h: Likewise.
5096         * sysdeps/i386/setjmp.S: Likewise.
5097         * sysdeps/m68k/setjmp.c: Likewise.
5098         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5099         * sysdeps/mach/hurd/opendir.c: Likewise.
5100         * sysdeps/posix/getcwd.c: Likewise.
5101         * sysdeps/posix/opendir.c: Likewise.
5102         * sysdeps/posix/profil.c: Likewise.
5103         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5104         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5105         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5106         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5107         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5108         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5109         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5110         * sysdeps/s390/dl-tls.h: Likewise.
5111         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5112         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5113         * sysdeps/sh/sh3/setjmp.S: Likewise.
5114         * sysdeps/sh/sh4/setjmp.S: Likewise.
5115         * sysdeps/unix/alpha/sysdep.h: Likewise.
5116         * sysdeps/unix/arm/sysdep.S: Likewise.
5117         * sysdeps/unix/i386/sysdep.S: Likewise.
5118         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5119         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5120         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5121         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5122         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5123         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5124         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5125         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5126         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5127         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5128         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5129         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5130         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5133         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5134         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5135         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5136         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5137         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5138         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5139         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5140         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5141         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5142         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5143         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5144         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5145         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5146         * sysdeps/x86_64/setjmp.S: Likewise.
5148         * include/math.h: Use IS_IN instead of IS_IN_libm.
5149         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5150         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5151         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5152         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5153         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5154         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5155         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5156         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5157         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5158         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5159         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5160         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5161         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5162         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5163         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5164         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5165         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5166         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5167         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5168         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5169         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5170         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5171         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5172         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5173         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5174         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5175         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5176         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5177         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5178         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5179         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5180         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5181         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5183         Likewise.
5184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5185         Likewise.
5186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5187         Likewise.
5188         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5189         Likewise.
5190         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5191         Likewise.
5192         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5193         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5194         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5195         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5196         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5197         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5199         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5201         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5203         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5204         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5205         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5206         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5207         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5208         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5209         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5210         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5211         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5212         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5213         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5214         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5215         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5216         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5217         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5218         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5220         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5221         * nptl/pthreadP.h: Likewise.
5222         * nptl_db/structs.def: Likewise.
5223         * sysdeps/arm/sysdep.h: Likewise.
5224         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5225         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5226         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5227         * sysdeps/unix/alpha/sysdep.h: Likewise.
5228         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5229         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5230         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5231         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5232         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5233         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5234         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5235         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5236         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5237         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5238         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5239         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5240         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5241         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5244         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5245         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5246         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5247         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5248         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5249         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5250         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5251         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5252         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5253         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5255         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5256         * nptl/pthreadP.h: Likewise.
5257         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5258         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5259         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5260         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5261         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5262         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5263         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5264         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5265         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5266         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5267         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5268         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5270         Likewise.
5271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5272         Likewise.
5273         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5274         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5275         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5276         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5277         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5278         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5279         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5280         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5282         * dlfcn/dladdr.c: Use IS_IN.
5283         * dlfcn/dladdr1.c: Likewise.
5284         * dlfcn/dlclose.c: Likewise.
5285         * dlfcn/dlerror.c: Likewise.
5286         * dlfcn/dlinfo.c: Likewise.
5287         * dlfcn/dlmopen.c: Likewise.
5288         * dlfcn/dlopen.c: Likewise.
5289         * dlfcn/dlsym.c: Likewise.
5290         * dlfcn/dlvsym.c: Likewise.
5292         * include/ifaddrs.h: Use IS_IN.
5293         * inet/check_pf.c: Likewise.
5294         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5295         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5297         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5298         IS_IN_ldconfig.
5299         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5300         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5302         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5303         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5304         IS_IN (libc).
5306         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5308         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5309         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5310         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5311         * include/libc-symbols.h (IS_IN_LIB): New macro.
5312         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5313         * include/netdb.h: Likewise.
5314         * include/stap-probe.h: Remove all uses of IN_LIB.
5316         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5317         instead of IN_MODULE.
5318         * include/libc-symbols.h (IN_MODULE): Define using
5319         MODULE_NAME.
5320         (PASTE_NAME, PASTE_NAME1): New macros.
5321         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5322         of IN_LIB.
5323         (STAP_PROBE_ASM): Likewise.
5325 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5327         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5328         __mach_init in dlopened libc.
5330 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5332         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5333         * sysdeps/arm/preconfigure: Regenerate.
5335 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5337         * nptl/pthread_create.c (__pthread_create_2_1): Set
5338         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5339         when copying values from IATTR into PD.
5341 2014-11-21  Will Newton  <will.newton@linaro.org>
5342             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5344         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5345         Refactor inline-asm.  Also add comment.
5347         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5348         ElfW macro instead of hardcoded Elf64 types.
5349         (la_aarch64_gnu_pltenter): Likewise.
5350         * sysdeps/aarch64/dl-machine.h
5351         (elf_machine_runtime_setup): Use ElfW(Addr).
5353         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5354         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5355         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5356         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5357         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5358         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5359         (R_AARCH64_TLS_DTPMOD): This.
5360         (R_AARCH64_TLS_DTPREL64): Rename to ...
5361         (R_AARCH64_TLS_DTPREL): This.
5362         (R_AARCH64_TLS_TPREL64): Rename to ...
5363         (R_AARCH64_TLS_TPREL): This.
5364         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5365         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5366         R_AARCH64_TLS_TPREL64.
5367         (elf_machine_rela): Likewise.
5369 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5371         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5372         by setting it to 0.  64b atomics are not supported currently.
5374 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5376         [BZ #16469]
5377         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5378         search domain names.
5380 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5382         [BZ #16469]
5383         * NEWS: Update.
5384         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5385         trailing dot.
5386         * posix/tst-getaddrinfo5.c: New.
5387         * posix/Makefile (tests): Add it.
5389 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5391         [BZ #14498]
5392         * NEWS: Fixed.
5393         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5394         after parsing line but before break_if_match.
5395         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5396         if there is a protocol mismatch.
5398 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5400         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5401         because the potential race is on the user-supplied stream.
5403 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5405         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5406         string literal if not passed a buffer.
5407         * manual/job.texi (ctermid): Update reasoning, note deviation
5408         from posix, suggest mtasurace when not passed a buffer, for
5409         future non-preliminary safety notes.
5411 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5413         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5414         of not passing it a buffer.
5415         Reported by Peng Haitao.
5417 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5419         * manual/Makefile ($(objpfx)stamp-summary): Require
5420         check-safety.sh to pass.
5421         * manual/check-safety.sh: Wish for verification that every
5422         @deftypefn and @deftypefun is followed by a @safety remark.
5424 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5426         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5428         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5429         PTHREAD_CANCEL_ASYNCHRONOUS.
5430         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5431         send SIGCANCEL.
5433         * nptl/default-sched.h: New file.
5434         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5435         * nptl/pthread_create.c: Include it.
5436         (__pthread_create_2_1): Use collect_default_sched instead of making
5437         Linux syscalls here directly.
5439 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5441         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5442         __pthread_once): Use C11 atomics.
5444 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5446         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5448 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5450         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5451         atomic_thread_fence_acquire, atomic_thread_fence_release,
5452         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5453         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5454         atomic_compare_exchange_weak_relaxed,
5455         atomic_compare_exchange_weak_acquire,
5456         atomic_compare_exchange_weak_release,
5457         atomic_exchange_acquire, atomic_exchange_release,
5458         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5459         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5460         atomic_fetch_and_acquire,
5461         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5463 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5465         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5466         USE_ATOMIC_COMPILER_BUILTINS): Define.
5467         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5468         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5469         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5470         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5471         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5472         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5473         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5474         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5475         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5476         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5477         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5478         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5479         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5480         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5481         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5482         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5483         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5484         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5485         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5486         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5487         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5488         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5489         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5490         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5491         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5492         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5493         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5494         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5495         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5496         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5497         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5498         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5499         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5500         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5501         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5502         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5503         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5504         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5505         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5506         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5508 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5510         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5511         the sched_priority value here.  It was already checked when the user
5512         called pthread_attr_setschedparam.
5514         * nptl/tst-bad-schedattr.c: New file.
5515         * nptl/Makefile (tests): Add it.
5517 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5518             Florian Weimer  <fweimer@redhat.com>
5519             Joseph Myers  <joseph@codesourcery.com>
5520             Adam Conrad  <adconrad@0c3.net>
5521             Andreas Schwab  <schwab@suse.de>
5522             Brooks  <bmoses@google.com>
5524         [BZ #17625]
5525         * wordexp-test.c (__dso_handle): Add prototype.
5526         (__register_atfork): Likewise.
5527         (__app_register_atfork): New function.
5528         (registered_forks): New global.
5529         (register_fork): New function.
5530         (test_case): Add 3 new tests for WRDE_CMDSUB.
5531         (main): Call __app_register_atfork.
5532         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5533         fork count is non-zero fail the test.
5534         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5535         is set.
5536         (parse_dollars): Remove check for WRDE_NOCMD.
5537         (parse_dquote): Likewise.
5539 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5541         * Makeconfig (built-modules): List non-library modules to be
5542         built.
5543         (module-cppflags): Include libc-modules.h for
5544         everything except shlib-versions.v.i.
5545         (CPPFLAGS): Use it.
5546         (before-compile): Add libc-modules.h.
5547         ($(common-objpfx)libc-modules.h,
5548         $(common-objpfx)libc-modules.stmp): New targets.
5549         (common-generated): Add libc-modules.h and libc-modules.stmp.
5550         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5551         * include/libc-symbols.h: Don't include libc-modules.h.
5552         * include/libc-modules.h: Remove file.
5553         * scripts/gen-libc-modules.awk: New script to generate
5554         libc-modules.h.
5555         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5556         Depend on libc-modules.stmp.
5558         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5560         * Makeconfig (in-module): Get value of libof set for the
5561         translation unit.
5562         (CPPFLAGS): Use $(in-module).
5563         * Makerules: Don't suffix routine names for nonlib.
5564         * include/libc-modules.h: New file.
5565         * include/libc-symbols.h: Include libc-modules.h
5566         (IS_IN): New macro to replace IS_IN_* macros.
5567         * elf/Makefile: Set libof-* for each routine.
5568         * elf/rtld-Rules: Likewise.
5569         * extra-modules.mk: Likewise.
5570         * iconv/Makefile: Likewise.
5571         * iconvdata/Makefile: Likewise.
5572         * locale/Makefile: Likewise.
5573         * malloc/Makefile: Likewise.
5574         * nss/Makefile: Likewise.
5575         * sysdeps/gnu/Makefile: Likewise.
5576         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5577         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5578         * sysdeps/s390/s390-64/Makefile: Likewise.
5579         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5580         CPPFLAGS for nscd instead of nonlib.
5582 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5584         * nptl/createthread.c: New file.
5586         * nptl/createthread.c: Moved ...
5587         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5589         * nptl/createthread.c: Add proper top-line comment.
5590         (do_clone): Folded into ...
5591         (create_thread): ... here.  Take new arguments STOPPED_START and
5592         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5593         increment __nptl_threads, do event-reporting logic, do
5594         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5595         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5596         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5597         just send SIGCANCEL.
5598         * nptl/pthread_create.c: Forward-declare create_thread before
5599         including createthread.c.
5600         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5601         declaration, and new macro START_THREAD_SELF to replace argument.
5602         Remove return statement.
5603         (report_thread_creation): New function.
5604         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5605         synchronization logic, and __nptl_nthreads increment here, around
5606         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5607         PD->parent_cancelhandling here, before create_thread.  When
5608         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5609         __deallocate_stack, and ENOMEM translation here.
5611 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5613         [BZ #17616]
5614         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5615         (mptwo): Rename to __mptwo.
5616         (__inv): Use __mptwo instead of mptwo.
5617         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5618         (mptwo): Rename to __mptwo.
5619         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5620         of mpone and __mptwo instead of mptwo.
5621         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5622         instead of mpone.
5623         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5624         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5625         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5626         of mpone and __mptwo instead of mptwo.
5627         (__mpranred): Use __mpone instead of mpone.
5628         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5629         variable.
5630         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5631         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5632         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5633         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5634         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5635         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5636         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5637         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5638         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5639         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5640         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5641         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5642         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5643         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5644         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5645         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5646         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5647         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5648         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5650 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5652         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5653         replace BSD Handler xref with BSD Signal Handling.
5655 2014-11-17  Richard Henderson  <rth@redhat.com>
5657         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5658         (_FP_PACK_RAW_2): Remove.
5659         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5660         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5661         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5662         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5663         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5664         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5665         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5666         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5667         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5668         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5669         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5670         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5671         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5672         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5673         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5674         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5676 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5678         * signal/signal.h [__USE_MISC]
5679         (struct sigvec): Remove type.
5680         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5681         (sigvec): Remove declaration.
5682         * sysdeps/posix/sigvec.c: Moved ...
5683         * signal/sigvec.c: ... here, replacing old file.
5684         (struct sigvec): New type, copied from old signal.h definition.
5685         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5686         (__sigvec): Convert definition to prototype.
5687         (sigvec): Replace weak_alias with compat_symbol.
5688         * signal/Versions (libc: GLIBC_2.21): New version set.
5689         * include/signal.h: Remove __sigvec declaration.
5690         * sysdeps/unix/bsd/sigvec.c: Remove file.
5691         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5692         * manual/signal.texi (BSD Handler): Remove subsection.
5693         Move siginterrupt up to ...
5694         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5695         (Blocking in BSD): Fold subsection into its parent.
5696         * NEWS: Mention sigvec removal.
5698 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5700         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5701         (DLA_FMS): Make definition conditional only on [__FMA4__].
5702         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5703         definition.
5705         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5706         Make definition conditional only on [PROF].
5707         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5708         definition.
5709         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5710         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5712         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5713         !__GNUC__].
5714         * include/signal.h (__sigpause): Move declaration above call to
5715         libc_hidden_proto.
5716         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5717         variable.
5718         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5719         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5721 2014-11-14  David S. Miller  <davem@davemloft.net>
5723         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5724         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5726 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5728         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5729         * configure: Regenerated.
5730         * manual/install.texi (Tools for Compilation): Document a
5731         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5732         compiler verified to work.
5733         * INSTALL: Regenerated.
5735         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5736         redeclare with asm name.
5737         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5738         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5739         including <string.h>.
5740         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5741         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5742         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5743         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5744         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5745         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5746         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5748 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
5750         * stdlib/strtol.c (__strtol): Use prototype definition.
5752         [BZ #17594]
5753         * stdlib/strtol.c (SYM__): New macro.
5754         (SYM__1): Likewise.
5755         (__strtol): Likewise.
5756         (strtol): Rename to __strtol and define as weak alias of
5757         __strtol.  Use libc_hidden_weak.
5759 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5761         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5762         Use numbered labels in inline assembly.
5764 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5766         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5767         Add setjmp LIBC_PROBE.
5768         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5769         Likewise.
5770         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5771         Add longjmp, longjmp_target LIBC_PROBE.
5772         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5773         Likewise.
5775 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5777         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5778         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5779         to get rid of unused variable warning.
5781 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
5783         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5784         Check for unwind_backtrace ==  NULL only in SHARED case.
5785         (__backchain_backtrace): Compile only in SHARED case.
5786         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5787         Likewise.
5788         (__backchain_backtrace): Declare as static.
5790 2014-11-12  Roland McGrath  <roland@hack.frob.com>
5792         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5793         (__libc_multiple_threads_ptr): Variable moved ...
5794         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5796 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
5798         * conform/GlibcConform.pm: New file.
5799         * conform/conformtest.pl: Use GlibcConform module.
5800         * conform/linknamespace.pl: New file.
5801         * conform/list-header-symbols.pl: Likewise.
5802         * conform/Makefile (linknamespace-symlists-base): New variable.
5803         (linknamespace-symlists-tests): Likewise.
5804         (linknamespace-header-base): Likewise.
5805         (linknamespace-header-tests): Likewise.
5806         (tests-special): Add new tests.
5807         ($(linknamespace-symlists-tests)): New rule.
5808         (linknamespace-libs): New variable.
5809         ($(objpfx)symlist-stdlibs): New rule.
5810         ($(linknamespace-header-tests)): Likewise.
5811         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5812         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5813         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5814         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5815         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5816         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5817         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5818         (test-xfail-ISO/math.h/linknamespace): Likewise.
5819         (test-xfail-ISO/signal.h/linknamespace): Likewise.
5820         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5821         (test-xfail-ISO/time.h/linknamespace): Likewise.
5822         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5823         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5824         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5825         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5826         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5827         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5828         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5829         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5830         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5831         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5832         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5833         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5834         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5835         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5836         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5837         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5838         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5839         (test-xfail-XPG3/search.h/linknamespace): Likewise.
5840         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5841         (test-xfail-XPG3/time.h/linknamespace): Likewise.
5842         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5843         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5844         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5845         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5846         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5847         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5848         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5849         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5850         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5851         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5852         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5853         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5854         (test-xfail-XPG4/search.h/linknamespace): Likewise.
5855         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5856         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5857         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5858         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5859         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5860         (test-xfail-XPG4/time.h/linknamespace): Likewise.
5861         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5862         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5863         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5864         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5865         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5866         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5867         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5868         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5869         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5870         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5871         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5872         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5873         (test-xfail-POSIX/time.h/linknamespace): Likewise.
5874         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5875         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5876         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5877         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5878         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5879         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5880         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5881         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5882         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5883         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5884         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5885         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5886         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5887         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5888         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5889         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5890         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5891         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5892         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5893         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5894         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5895         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5896         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5897         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5898         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5899         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5900         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5901         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5902         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5903         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5904         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5905         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5906         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5907         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5908         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5909         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5910         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5911         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5912         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5913         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5914         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5915         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5916         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5917         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5918         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5919         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5920         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5921         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5922         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5923         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5924         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5925         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5926         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5927         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5928         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5929         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5930         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5931         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5932         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5933         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5934         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5935         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5936         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5937         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5938         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5939         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5940         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5941         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5942         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5943         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5944         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5945         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5946         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5947         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5948         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5949         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5950         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5951         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5952         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5953         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5954         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5955         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5956         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5957         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5958         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5959         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5960         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5961         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5962         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5963         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5964         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5965         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5966         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5967         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5968         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5969         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5970         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5971         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5973         [BZ #17589]
5974         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5975         of fgets_unlocked.
5977         [BZ #17585]
5978         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5979         (memmem): Rename to __memmem and define as weak alias of
5980         __memmem.  Use libc_hidden_weak.
5981         (__memmem): Use libc_hidden_def.
5982         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
5983         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5984         memmem.
5986         [BZ #17582]
5987         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5988         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
5989         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5990         and define as weak alias of __fgets_unlocked.  Use
5991         libc_hidden_weak.
5992         (__fgets_unlocked): Use libc_hidden_def.
5993         * include/stdio.h (__fgets_unlocked): Declare.  Use
5994         libc_hidden_proto.
5995         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5996         __fgets_unlocked instead of fgets_unlocked.
5997         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5998         (GET_NPROCS_CONF_PARSER): Likewise.
5999         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6000         (GET_NPROCS_CONF_PARSER): Likewise.
6002         [BZ #17574]
6003         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6004         weak alias of __wmemset.  Use libc_hidden_weak.
6005         (__wmemset): Use libc_hidden_def.
6006         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6007         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6008         of wmemset.
6010         [BZ #17573]
6011         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6012         with asm name __mempcpy.
6013         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6015         [BZ #17572]
6016         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6017         and define as weak alias of __rawmemchr.
6018         (__rawmemchr): Do not define as strong alias of rawmemchr.
6020         [BZ #17571]
6021         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6022         alias of __qsort_r.
6023         (qsort): Call __qsort_r instead of qsort_r.
6024         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6025         (__qsort_r): Declare.  Call libc_hidden_proto.
6026         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6027         instead of qsort_r.
6028         * nscd/gai.c (__qsort_r): Define to qsort_r.
6029         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6030         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6031         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6033         [BZ #17570]
6034         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6035         define as weak alias of __malloc_info.
6037         [BZ #17584]
6038         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6039         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6040         (__rewinddir): Use libc_hidden_def.
6041         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6042         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6043         (__rewinddir): Use libc_hidden_def.
6044         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6045         weak alias of __rewinddir.  Don't use libc_hidden_def.
6046         (__rewinddir): Use libc_hidden_def.
6047         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6048         (__rewinddir): Use libc_hidden_proto.
6049         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6050         rewinddir.
6051         (__getcwd): Use __rewinddir instead of rewinddir.
6053         [BZ #17583]
6054         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6055         alias of __fileno.  Use libc_hidden_weak.
6056         (__fileno): Use libc_hidden_def.
6057         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6058         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6059         alias of __ftello.
6060         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6061         __ftello.
6062         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6063         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6064         libc_hidden_def.
6065         (fread_unlocked): Don't use libc_hidden_ver.
6066         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6067         and define as weak alias of __fread_unlocked.  Don't use
6068         libc_hidden_def.
6069         (__fread_unlocked): Use libc_hidden_def.
6070         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6071         (ftello): Don't use libc_hidden_proto.
6072         (__ftello): Declare.  Use libc_hidden_proto.
6073         (fread_unlocked): Don't use libc_hidden_proto.
6074         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6075         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6076         and __ftello instead of fileno, fread_unlocked and ftello.
6078 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6080         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6081         GOT12.
6082         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6083         Likewise.
6084         (_dl_start_user): Likewise.
6085         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6087 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6088             Siddhesh Poyarekar  <siddhesh@redhat.com>
6090         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6091         Move argv and envp down instead of moving argc up.
6092         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6094 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6096         [BZ #17506]
6097         * test-skeleton.c (main): Return successful if one of
6098         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6099         * string/tst-strcoll-overflow.c: Define expected status.
6101 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6103         [BZ #17475]
6104         * locale/iso-639.def: Define Bhili and Tulu language codes.
6106 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6108         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6110 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6112         [BZ #17555]
6113         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6115 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6117         * configure.ac: Updated check of minimal required version to
6118         2.22.
6119         * manual/install.texi (Tools for Compilation): Updated version
6120         number.
6121         * configure: Regenerated.
6122         * INSTALL: Likewise.
6124 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6126         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6127         __tls_get_addr.
6129 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6131         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6132         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6133         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6134         libc_hidden_weak.
6135         (waitpid): Define as alias of __waitpid.
6136         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6137         __waitpid.
6138         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6139         libc_hidden_weak.
6140         (waitpid): Define as alias of __waitpid.
6141         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6142         __libc_waitpid alias.
6143         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6144         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6145         Likewise.
6146         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6147         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6148         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6149         alias.
6150         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6151         __waitpid.
6152         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6153         libc_hidden_weak.
6154         (waitpid): Define as alias of __waitpid.
6156 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6158         * manual/llio.texi: Add comment that write safety has been
6159         fixed in Linux.
6161         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6162         (localplt-build-dso): Add elf/ld.so.
6163         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6164         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6165         and free for ld.so.
6166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6167         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6169         Likewise.
6170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6171         Likewise.
6172         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6173         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6174         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6175         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6176         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6177         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6178         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6179         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6180         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6181         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6182         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6184 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6186         [BZ #14132]
6187         * include/libc-symbols.h (INTUSE): Remove macro.
6188         (INTDEF): Likewise.
6189         (INTVARDEF): Likewise.
6190         (_INTVARDEF): Likewise.
6191         (INTDEF2): Likewise.
6192         (INTVARDEF2): Likewise.
6193         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6194         rtld_hidden_def instead of INTVARDEF.
6195         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6196         (_dl_starting_up_internal): Remove declaration.
6197         (_dl_starting_up): Use rtld_hidden_proto.
6198         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6199         declaration.
6200         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6201         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6202         _dl_starting_up.
6203         * elf/dl-writev.h (_dl_writev): Likewise.
6204         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6205         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6206         _dl_starting_up_internal.
6208 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6210         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6211         test-skeleton.c.
6213 2014-11-05  Will Newton  <will.newton@linaro.org>
6215         * benchtests/Makefile: (bench-malloc): Add malloc thread
6216         scalability benchmark.
6217         * benchtests/bench-malloc-threads.c: New file.
6219 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6221         * sysdeps/aarch64/strchrnul.S: New file.
6223 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6225         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6226         definition.
6227         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6228         Likwise.
6229         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6230         Likewise.
6231         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6232         Likewise.
6233         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6234         Likewise.
6235         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6236         Likewise.
6238 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6240         * catgets/test-gencat.c: Use test-skeleton.c.
6241         * catgets/tst-catgets.c: Likewise.
6242         * csu/tst-empty.c: Likewise.
6243         * elf/tst-audit2.c: Likewise.
6244         * elf/tst-global1.c: Likewise.
6245         * elf/tst-pathopt.c: Likewise.
6246         * elf/tst-piemod1.c: Likewise.
6247         * elf/tst-tls10.c: Likewise.
6248         * elf/tst-tls11.c: Likewise.
6249         * elf/tst-tls12.c: Likewise.
6250         * gnulib/tst-gcc.c: Likewise.
6251         * iconvdata/tst-e2big.c: Likewise.
6252         * iconvdata/tst-loading.c: Likewise.
6253         * iconv/tst-iconv1.c: Likewise.
6254         * iconv/tst-iconv2.c: Likewise.
6255         * inet/test-inet6_opt.c: Likewise.
6256         * inet/tst-gethnm.c: Likewise.
6257         * inet/tst-network.c: Likewise.
6258         * inet/tst-ntoa.c: Likewise.
6259         * intl/tst-codeset.c: Likewise.
6260         * intl/tst-gettext2.c: Likewise.
6261         * intl/tst-gettext3.c: Likewise.
6262         * intl/tst-ngettext.c: Likewise.
6263         * intl/tst-translit.c: Likewise.
6264         * io/test-stat.c: Likewise.
6265         * libio/test-fmemopen.c: Likewise.
6266         * libio/tst-freopen.c: Likewise.
6267         * libio/tst-sscanf.c: Likewise.
6268         * libio/tst-ungetwc1.c: Likewise.
6269         * libio/tst-ungetwc2.c: Likewise.
6270         * libio/tst-widetext.c: Likewise.
6271         * localedata/tst-ctype.c: Likewise.
6272         * localedata/tst-digits.c: Likewise.
6273         * localedata/tst-leaks.c: Likewise.
6274         * localedata/tst-mbswcs1.c: Likewise.
6275         * localedata/tst-mbswcs2.c: Likewise.
6276         * localedata/tst-mbswcs3.c: Likewise.
6277         * localedata/tst-mbswcs4.c: Likewise.
6278         * localedata/tst-mbswcs5.c: Likewise.
6279         * localedata/tst-setlocale.c: Likewise.
6280         * localedata/tst-trans.c: Likewise.
6281         * localedata/tst-wctype.c: Likewise.
6282         * localedata/tst-xlocale1.c: Likewise.
6283         * login/tst-grantpt.c: Likewise.
6284         * malloc/tst-calloc.c: Likewise.
6285         * malloc/tst-malloc.c: Likewise.
6286         * malloc/tst-mallocstate.c: Likewise.
6287         * malloc/tst-mcheck.c: Likewise.
6288         * malloc/tst-mtrace.c: Likewise.
6289         * malloc/tst-obstack.c: Likewise.
6290         * math/atest-exp2.c: Likewise.
6291         * math/atest-exp.c: Likewise.
6292         * math/atest-sincos.c: Likewise.
6293         * math/test-matherr.c: Likewise.
6294         * math/test-misc.c: Likewise.
6295         * math/test-powl.c: Likewise.
6296         * math/tst-definitions.c: Likewise.
6297         * misc/tst-dirname.c: Likewise.
6298         * misc/tst-efgcvt.c: Likewise.
6299         * misc/tst-fdset.c: Likewise.
6300         * misc/tst-hsearch.c: Likewise.
6301         * misc/tst-mntent2.c: Likewise.
6302         * nptl/tst-sem7.c: Likewise.
6303         * nptl/tst-sem8.c: Likewise.
6304         * nptl/tst-sem9.c: Likewise.
6305         * nss/test-netdb.c: Likewise.
6306         * posix/tst-fnmatch.c: Likewise.
6307         * posix/tst-getlogin.c: Likewise.
6308         * posix/tst-gnuglob.c: Likewise.
6309         * posix/tst-mmap.c: Likewise.
6310         * pwd/tst-getpw.c: Likewise.
6311         * resolv/tst-inet_ntop.c: Likewise.
6312         * rt/tst-timer.c: Likewise.
6313         * stdio-common/test-fseek.c: Likewise.
6314         * stdio-common/test-popen.c: Likewise.
6315         * stdio-common/test-vfprintf.c: Likewise.
6316         * stdio-common/tst-cookie.c: Likewise.
6317         * stdio-common/tst-fileno.c: Likewise.
6318         * stdio-common/tst-gets.c: Likewise.
6319         * stdio-common/tst-obprintf.c: Likewise.
6320         * stdio-common/tst-perror.c: Likewise.
6321         * stdio-common/tst-sprintf2.c: Likewise.
6322         * stdio-common/tst-sprintf3.c: Likewise.
6323         * stdio-common/tst-sprintf.c: Likewise.
6324         * stdio-common/tst-swprintf.c: Likewise.
6325         * stdio-common/tst-tmpnam.c: Likewise.
6326         * stdio-common/tst-unbputc.c: Likewise.
6327         * stdio-common/tst-wc-printf.c: Likewise.
6328         * stdlib/tst-environ.c: Likewise.
6329         * stdlib/tst-fmtmsg.c: Likewise.
6330         * stdlib/tst-limits.c: Likewise.
6331         * stdlib/tst-rand48-2.c: Likewise.
6332         * stdlib/tst-rand48.c: Likewise.
6333         * stdlib/tst-random2.c: Likewise.
6334         * stdlib/tst-random.c: Likewise.
6335         * stdlib/tst-strtol.c: Likewise.
6336         * stdlib/tst-strtoll.c: Likewise.
6337         * stdlib/tst-tls-atexit.c: Likewise.
6338         * stdlib/tst-xpg-basename.c: Likewise.
6339         * string/test-ffs.c: Likewise.
6340         * string/tst-bswap.c: Likewise.
6341         * string/tst-inlcall.c: Likewise.
6342         * string/tst-strtok.c: Likewise.
6343         * string/tst-strxfrm.c: Likewise.
6344         * sysdeps/x86_64/tst-audit10.c: Likewise.
6345         * sysdeps/x86_64/tst-audit3.c: Likewise.
6346         * sysdeps/x86_64/tst-audit4.c: Likewise.
6347         * sysdeps/x86_64/tst-audit5.c: Likewise.
6348         * time/tst-ftime_l.c: Likewise.
6349         * time/tst-getdate.c: Likewise.
6350         * time/tst-mktime3.c: Likewise.
6351         * time/tst-mktime.c: Likewise.
6352         * time/tst-posixtz.c: Likewise.
6353         * time/tst-strptime2.c: Likewise.
6354         * time/tst-strptime3.c: Likewise.
6355         * wcsmbs/tst-btowc.c: Likewise.
6356         * wcsmbs/tst-mbrtowc.c: Likewise.
6357         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6358         * wcsmbs/tst-wchar-h.c: Likewise.
6359         * wcsmbs/tst-wcpncpy.c: Likewise.
6360         * wcsmbs/tst-wcrtomb.c: Likewise.
6361         * wcsmbs/tst-wcsnlen.c: Likewise.
6362         * wcsmbs/tst-wcstof.c: Likewise.
6364 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6366         [BZ #14132]
6367         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6368         INTDEF.
6369         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6370         declaration.
6371         (_dl_mcount): Use rtld_hidden_proto.
6372         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6373         _dl_mcount.
6374         * elf/rtld.c (_rtld_global_ro): Likewise.
6376         [BZ #14132]
6377         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6378         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6379         of _dl_init_internal.
6380         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6381         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6382         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6383         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6384         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6385         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6386         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6387         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6388         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6389         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6390         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6391         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6392         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6393         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6394         * sysdeps/tile/dl-start.S (_start): Likewise.
6395         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6396         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6398         [BZ #14132]
6399         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6400         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6401         (rtld_progname): Make macro definition unconditional.
6402         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6403         INTDEF.
6404         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6405         (dl_main): Likewise.
6406         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6407         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6408         instead of _dl_argv_internal.
6409         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6410         __GI__dl_argv instead of INTUSE(_dl_argv).
6411         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6412         __GI__dl_argv instead of _dl_argv_internal.
6414         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6415         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6416         macro.
6417         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6418         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6419         New macro.
6420         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6421         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6422         macro.
6423         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6424         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6426 2014-11-04  Andreas Schwab  <schwab@suse.de>
6428         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6430 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6432         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6433         mtvsrd instruction in binary form.
6435 2014-11-03  Andreas Schwab  <schwab@suse.de>
6437         [BZ #17522]
6438         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6439         for less than MB_LEN_MAX use a local buffer of that size.
6440         * libio/tst-fputws.c: New file.
6441         * libio/Makefile (tests): Add tst-fputws.
6443 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6445         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6446         the size of the fpu_fr.fpu_dregs[] array.
6448 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6450         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6451         (__nanosleep): Do not define as alias.
6452         (nanosleep): Define as alias of __nanosleep.
6453         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6454         __libc_nanosleep name.
6456 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6458         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6459         install.texi in comment.
6461 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6463         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6464         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6465         ... add here and use lwsync or sync ...
6466         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6467         ... and add here using lwsync.
6469 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6471         * elf/dl-machine-reject-phdr.h: New file.
6472         * elf/dl-load.c: #include that.
6473         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6474         if that returned true.
6476 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6478         [BZ #17496]
6479         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6480         gen-as-const-headers chunk.  Add a big scare comment after the last
6481         safe place to touch before-compile.
6483 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6485         * manual/install.texi (Tools for Compilation): Update autoconf
6486         version requirements.
6487         * INSTALL: Regenerated.
6489         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6490         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6491         (__libc_pselect): Likewise.
6493         [BZ #14138]
6494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6499 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6501         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6502         correct barrier instruction.
6503         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6504         Likewise.
6505         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6506         Likewise.
6508 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6510         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6511         after defining inlines.  Instead, just use parens to defeat macro
6512         expansion of __isctype in its declaration.
6514 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6516         * include/sys/uio.h (__libc_readv): Remove declaration.
6517         (__libc_writev): Likewise.
6518         * misc/readv.c (__libc_readv): Rename to __readv.
6519         (__readv): Do not define as alias.
6520         (readv): Define as alias of __readv.
6521         * misc/writev.c (__libc_writev): Rename to __writev.
6522         (__writev): Do not define as alias.
6523         (writev): Define as alias of __writev.
6524         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6525         (__readv): Do not define as alias.
6526         (readv): Define unconditionally as alias of __readv.
6527         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6528         (__writev): Do not define as alias.
6529         (writev): Define unconditionally as alias of __writev.
6530         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6531         name.
6532         (writev): Do not define __libc_writev name.
6534 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6536         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6537         (convert_charseq): New function, broken out of ...
6538         (use_from_charmap): ... here.  Call it.
6539         (use_to_charmap): Use convert_charseq and free instead of duplicating
6540         its code with a variable-length stack struct.
6542 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6544         * include/fcntl.h (__libc_creat): Remove declaration.
6545         * io/creat.c (__libc_creat): Rename to creat.
6546         (creat): Do not define as alias.
6547         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6548         of creat instead of __libc_creat.
6549         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6550         to creat.
6551         (creat): Do not define as alias.
6552         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6553         __libc_creat.
6554         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6555         __libc_creat name.
6556         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6557         Likewise.
6559 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6561         * manual/llio.texi: Add comments discussing why write() may be
6562         considered MT-unsafe on Linux.
6564 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6566         * dl-load.c (local_strdup): Remove.
6567         (expand_dynamic_string_token): Use __strdup.
6568         (decompose_rpath): Likewise.
6569         (_dl_map_object): Likewise.
6571 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6573         [BZ #14132]
6574         * sysdeps/generic/unwind-dw2-fde.c
6575         (__register_frame_info_bases_internal): Do not declare.
6576         (__register_frame_info_table_bases_internal): Likewise.
6577         (__deregister_frame_info_bases_internal): Likewise.
6578         (__register_frame_info_bases): Declare and use hidden_proto before
6579         definition.  Use hidden_def instead of INTDEF.
6580         (__register_frame_info_table_bases): Likewise.
6581         (__deregister_frame_info_bases): Likewise.
6582         (__register_frame_info): Do not use INTUSE.
6583         (__register_frame): Likewise.
6584         (__register_frame_info_table): Likewise.
6585         (__register_frame_table): Likewise.
6586         (__deregister_frame_info): Likewise.
6587         (__deregister_frame): Likewise.
6589 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6591         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6592         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6593         not undefine.
6594         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6595         Likewise.
6596         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6597         Likewise.
6599 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6601         [BZ #14138]
6602         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6603         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6604         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6605         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6606         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6607         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6608         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6609         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6610         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6611         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6612         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6613         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6614         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6615         syscall.
6616         (setfsuid): Likewise.
6617         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6618         (setfsuid): Likewise.
6619         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6620         (setfsuid): Likewise.
6621         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6622         Likewise.
6623         (setfsuid): Likewise.
6624         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6625         (setfsuid): Likewise.
6626         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6627         Likewise.
6628         (setfsuid): Likewise.
6630 2014-10-27  Andreas Schwab  <schwab@suse.de>
6632         [BZ #17501]
6633         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6634         check for Slow_SSE4_2 feature bit.
6635         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6636         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6637         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6638         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6640 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6642         * configure.ac: Validate compiler version with a empirical test of
6643         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6644         $CC -v output.
6645         * configure: Regenerated.
6647         * inet/htons.c (htons): Prototypify.
6648         * inet/htonl.c (htonl): Likewise.
6650 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6652         * string/strncat.c (strncat): Improve performance by using strlen.
6654 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6656         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6658 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6660         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6661         Call libc_fetestexcept_aarch64.
6663 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6665         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6666         Call libc_feholdexcept_aarch64.
6668 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6670         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6671         Call get_rounding_mode.
6673 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6675         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6676         Simplify logic.
6678 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6680         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6681         Simplify logic.
6683 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6685         [BZ #14138]
6686         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6687         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6688         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6689         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6690         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6691         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6692         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6693         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6694         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6695         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6696         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6697         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6698         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6699         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6700         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6701         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6702         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6703         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6704         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6705         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6706         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6707         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6708         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6709         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6710         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6711         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6712         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6713         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6714         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6715         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6716         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6717         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6718         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6719         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6720         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6721         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6722         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6723         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6724         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6725         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6726         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6727         syscall.
6728         (geteuid): Likewise.
6729         (getgid): Likewise.
6730         (getuid): Likewise.
6731         (getresgid): Likewise.
6732         (getresuid): Likewise.
6733         (getgroups): Likewise.
6734         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6735         (geteuid): Likewise.
6736         (getgid): Likewise.
6737         (getuid): Likewise.
6738         (getresgid): Likewise.
6739         (getresuid): Likewise.
6740         (getgroups): Likewise.
6741         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6742         (geteuid): Likewise.
6743         (getgid): Likewise.
6744         (getuid): Likewise.
6745         (getresgid): Likewise.
6746         (getresuid): Likewise.
6747         (getgroups): Likewise.
6748         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6749         Likewise.
6750         (geteuid): Likewise.
6751         (getgid): Likewise.
6752         (getuid): Likewise.
6753         (getresgid): Likewise.
6754         (getresuid): Likewise.
6755         (getgroups): Likewise.
6756         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6757         (geteuid): Likewise.
6758         (getgid): Likewise.
6759         (getuid): Likewise.
6760         (getresgid): Likewise.
6761         (getresuid): Likewise.
6762         (getgroups): Likewise.
6763         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6764         Likewise.
6765         (geteuid): Likewise.
6766         (getgid): Likewise.
6767         (getuid): Likewise.
6768         (getgroups): Likewise.
6770         [BZ #14138]
6771         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6772         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6773         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6774         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6775         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6776         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6777         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6778         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6779         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6780         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6781         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6782         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6783         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6784         __chown.
6785         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6786         (lchown): Likewise.
6787         (fchown): Likewise.
6788         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6789         Likewise.
6790         (lchown): Likewise.
6791         (fchown): Likewise.
6792         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6793         (lchown): Likewise.
6794         (fchown): Likewise.
6795         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6796         Likewise.
6797         (lchown): Likewise.
6798         (fchown): Likewise.
6800 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6802         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6803         Simplify logic.
6805 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6807         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6808         Cleanup logic.
6810 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6812         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6813         Remove unused include.
6815 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
6817         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6818         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6819         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6820         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6822 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
6823             Helge Deller <deller@gmx.de>
6825         [BZ #17508]
6826         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6827         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6828         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6830 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
6832         [BZ #14132]
6833         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6834         Remove macro definition.
6835         (__ashrdi3_v_glibc20): Likewise.
6836         (__lshrdi3_v_glibc20): Likewise.
6837         (__cmpdi2_v_glibc20): Likewise.
6838         (__ucmpdi2_v_glibc20): Likewise.
6839         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6840         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6841         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6842         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6843         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6844         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6846 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6848         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6849         old GNU extension [0] syntax.
6850         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6851         alloca rather than an array member with variable length.
6852         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6853         * nscd/nscd.c (invalidate_db): New function, broken out of ...
6854         (parse_opt): ... here.  Likewise use alloca there.
6855         Validate the -i argument before checking for rootness.
6856         (send_shutdown): New function, broken out of ...
6857         (parse_opt): ... here.
6859 2014-10-22  Roland McGrath  <roland@hack.frob.com>
6861         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6862         macro to get at the _rt_local_ro field.
6863         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6864         ([PIC] case) or _dl_hwcap ([!PIC] case).
6865         * sysdeps/arm/setjmp.S: Likewise.
6867         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6868         * sysdeps/arm/configure.ac: New check to define it.
6869         * sysdeps/arm/configure: Regenerated.
6870         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6871         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6872         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6873         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6874         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6875         Use move/movt pair instead of a load.
6876         (LDST_GLOBAL): Macro removed.
6877         (LDR_GLOBAL): New macro replaces it.
6878         (LDR_HIDDEN): New macro.
6879         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6880         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6882         * setjmp/tst-setjmp-static.c: New file.
6883         * setjmp/Makefile (tests): Add it.
6884         (tests-static): New variable.
6886 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
6888         [BZ #17485]
6889         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6891 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
6893         [BZ #14132]
6894         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6896 2014-10-21  Roland McGrath  <roland@hack.frob.com>
6898         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6900 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6902         * io/fts.c (dirent_not_directory): New function.
6903         (fts_build): Call it.
6905 2014-10-20  Roland McGrath  <roland@hack.frob.com>
6907         * nptl/version.c (__nptl_main): Use normal __write rather than
6908         INTERNAL_SYSCALL.
6909         (banner): Update copyright years.
6911         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6912         gettimeofday.
6913         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6914         * nptl/pthread_cond_timedwait.c: Likewise.
6915         * nptl/pthread_mutex_timedlock.c: Likewise.
6916         * nptl/sem_timedwait.c: Likewise.
6918         * sysdeps/nptl/bits/libc-lock.h
6919         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6920         (__libc_lock_init_recursive): Return void, not 0.
6921         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6922         (__libc_rwlock_init): Likewise.
6923         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6925 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6927         [BZ #15215]
6928         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6929         (__pthread_once_slow): ... here.
6930         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6931         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6933 2014-10-20  Torvald Riegel  <triegel@redhat.com>
6935         [BZ #15215]
6936         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6937         __PTHREAD_ONCE_FORK_GEN_INCR): New.
6938         * sysdeps/nptl/fork.c (__libc_fork): Use them.
6939         * nptl/pthread_once.c (__pthread_once): Likewise.
6940         Update comments.
6942 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
6944         [BZ #14138]
6945         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6946         name.
6947         (writev): Use __libc_writev as strong name.
6948         * sysdeps/unix/sysv/linux/readv.c: Remove file.
6949         * sysdeps/unix/sysv/linux/writev.c: Likewise.
6951 2014-10-17  Roland McGrath  <roland@hack.frob.com>
6953         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6955         * sysdeps/i386/nptl/tls.h
6956         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6957         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6958         New macros.
6959         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6960         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6961         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6962         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6963         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6964         Call CHECK_THREAD_SYSINFO instead of doing an assert.
6966         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6967         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6968         on [__NR_futex].
6969         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6970         broken out of ...
6971         (__pthread_mutex_init): ... here.  Call it.
6972         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6973         Conditionalize PI cases on [__NR_futex].
6974         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6975         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6976         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6978         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6979         conditional on [SIGSETXID].
6980         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6981         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6982         is defined.  Likewise for SIGSETXID.
6983         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6984         Conditionalize definitions on [SIGSETXID].
6985         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6986         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6987         unblocking on [SIGCANCEL].
6989         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6990         [__NR_set_robust_list].
6992 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
6994         * string/strcoll_l.c (get_next_seq): Fix up formatting.
6995         (do_compare): Likewise.
6997 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
6999         [BZ #15884]
7000         * string/strcoll_l.c: Don't include stdio.h.
7001         (coll_seq): Remove members idxarr and rulearr.
7002         (get_next_seq_cached): Remove function.
7003         (get_next_seq): Likewise.
7004         (get_next_seq_nocache): Rename to get_next_seq.
7005         (do_compare): Remove function.
7006         (do_compare_nocache): Rename to do_compare.
7007         (STRCOLL): Remove weight and rules cache.
7009 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7011         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7012         * sysdeps/arm/sfp-machine.h: ... to here.
7013         * sysdeps/arm/Implies: Remove arm/soft-fp.
7015 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7017         * conform/data/sys/utsname.h-data (*_t): Allow.
7018         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7019         [POSIX] (WEXITED): Do not expect constant.
7020         [POSIX] (WSTOPPED): Likewise.
7021         [POSIX] (WNOHANG): Likewise.
7022         [POSIX] (WNOWAIT): Likewise.
7023         [POSIX] (siginfo_t): Do not expect type or elements.
7024         [POSIX] (pid_t): Do not expect type.
7025         [POSIX] (signal.h): Do not allow header.
7026         [POSIX] (sys/resource.h): Likewise.
7027         [POSIX] (si_*): Do not allow pattern.
7028         [POSIX] (W*): Likewise.
7029         [POSIX] (P_*): Likewise.
7030         [POSIX] (BUS_*): Likewise.
7031         [POSIX] (CLD_*): Likewise.
7032         [POSIX] (FPE_*): Likewise.
7033         [POSIX] (ILL_*): Likewise.
7034         [POSIX] (POLL_*): Likewise.
7035         [POSIX] (SEGV_*): Likewise.
7036         [POSIX] (SI_*): Likewise.
7037         [POSIX] (TRAP_*): Likewise.
7038         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7039         variable.
7041 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7043         [BZ #12926]
7044         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7045         infinite loop when __recvmsg returns 0.
7047 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7049         * CANCEL-FCT-WAIVE: Remove file.
7050         * CANCEL-FILE-WAIVE: Likewise.
7052         [BZ #14132]
7053         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7054         instead of INTVARDEF.
7055         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7056         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7057         rtld_hidden_data_def instead of INTVARDEF.
7058         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7059         * elf/dl-deps.c (expand_dst): Likewise.
7060         * elf/dl-load.c (_dl_dst_count): Likewise.
7061         (_dl_dst_substitute): Likewise.
7062         (decompose_rpath): Likewise.
7063         (_dl_init_paths): Likewise.
7064         (open_path): Likewise.
7065         (_dl_map_object): Likewise.
7066         * elf/rtld.c (dl_main): Likewise.
7067         (process_dl_audit): Likewise.
7068         (process_envvars): Likewise.
7069         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7070         Remove declaration.
7071         (__libc_enable_secure): Use rtld_hidden_proto.
7073 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7075         * elf/dl-load.c
7076         (add_path): New function broken out of _dl_rtld_di_serinfo.
7077         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7079 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7081         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7082         parentheses around macro arguments.
7083         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7084         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7085         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7086         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7087         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7088         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7089         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7090         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7091         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7092         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7093         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7094         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7095         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7096         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7097         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7098         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7099         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7100         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7101         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7102         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7103         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7104         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7105         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7106         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7107         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7108         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7109         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7110         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7111         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7112         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7113         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7114         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7115         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7116         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7117         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7118         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7119         Likewise.
7120         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7121         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7122         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7123         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7124         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7125         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7126         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7127         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7128         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7129         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7130         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7131         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7132         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7133         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7134         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7135         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7136         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7137         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7138         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7139         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7140         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7141         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7142         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7143         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7144         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7145         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7146         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7147         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7148         (_FP_FRAC_SRS_1): Likewise.
7149         (_FP_FRAC_CLZ_1): Likewise.
7150         (_FP_MUL_MEAT_1_imm): Likewise.
7151         (_FP_MUL_MEAT_1_wide): Likewise.
7152         (_FP_MUL_MEAT_1_hard): Likewise.
7153         (_FP_SQRT_MEAT_1): Likewise.
7154         (_FP_FRAC_ASSEMBLE_1): Likewise.
7155         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7156         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7157         (__FP_CLZ_2): Likewise.
7158         (_FP_MUL_MEAT_2_wide): Likewise.
7159         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7160         (_FP_MUL_MEAT_2_gmp): Likewise.
7161         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7162         (_FP_SQRT_MEAT_2): Likewise.
7163         (_FP_FRAC_ASSEMBLE_2): Likewise.
7164         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7165         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7166         (_FP_FRAC_CLZ_4): Likewise.
7167         (_FP_MUL_MEAT_4_wide): Likewise.
7168         (_FP_MUL_MEAT_4_gmp): Likewise.
7169         (_FP_SQRT_MEAT_4): Likewise.
7170         (_FP_FRAC_ASSEMBLE_4): Likewise.
7171         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7172         * soft-fp/op-common.h (_FP_CMP): Likewise.
7173         (_FP_CMP_EQ): Likewise.
7174         (_FP_CMP_UNORD): Likewise.
7175         (_FP_TO_INT): Likewise.
7176         (_FP_FROM_INT): Likewise.
7177         [!__FP_CLZ] (__FP_CLZ): Likewise.
7178         (_FP_DIV_HELP_imm): Likewise.
7179         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7180         Likewise.
7181         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7182         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7183         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7184         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7185         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7186         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7187         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7188         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7189         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7190         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7191         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7192         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7193         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7194         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7195         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7196         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7197         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7198         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7199         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7200         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7201         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7202         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7203         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7204         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7205         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7206         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7207         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7208         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7209         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7210         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7211         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7212         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7213         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7214         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7215         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7216         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7217         (FP_UNPACK_RAW_SP): Likewise.
7218         (FP_PACK_RAW_S): Likewise.
7219         (FP_PACK_RAW_SP): Likewise.
7220         (FP_UNPACK_S): Likewise.
7221         (FP_UNPACK_SP): Likewise.
7222         (FP_UNPACK_SEMIRAW_S): Likewise.
7223         (FP_UNPACK_SEMIRAW_SP): Likewise.
7224         (FP_PACK_S): Likewise.
7225         (FP_PACK_SP): Likewise.
7226         (FP_PACK_SEMIRAW_S): Likewise.
7227         (FP_PACK_SEMIRAW_SP): Likewise.
7228         (_FP_SQRT_MEAT_S): Likewise.
7229         (FP_CMP_S): Likewise.
7230         (FP_CMP_EQ_S): Likewise.
7231         (FP_CMP_UNORD_S): Likewise.
7232         (FP_TO_INT_S): Likewise.
7233         (FP_FROM_INT_S): Likewise.
7235         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7237         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7238         (FP_EX_INVALID_IMZ): Likewise.
7239         (FP_EX_INVALID_IMZ_FMA): Likewise.
7240         (FP_EX_INVALID_ISI): Likewise.
7241         (FP_EX_INVALID_ZDZ): Likewise.
7242         (FP_EX_INVALID_IDI): Likewise.
7243         (FP_EX_INVALID_SQRT): Likewise.
7244         (FP_EX_INVALID_CVI): Likewise.
7245         (FP_EX_INVALID_VC): Likewise.
7246         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7247         "invalid" exceptions.
7248         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7249         (_FP_ADD_INTERNAL): Likewise.
7250         (_FP_MUL): Likewise.
7251         (_FP_FMA): Likewise.
7252         (_FP_DIV): Likewise.
7253         (_FP_CMP_CHECK_NAN): Likewise.
7254         (_FP_SQRT): Likewise.
7255         (_FP_TO_INT): Likewise.
7256         (FP_EXTEND): Likewise.
7258 2014-10-09  Allan McRae  <allan@archlinux.org>
7260         * po/fr.po: Update French translation from translation project.
7262 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7264         [BZ #14132]
7265         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7266         of INTDEF.
7267         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7268         (__cxa_atexit): Use libc_hidden_proto.
7269         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7271         [BZ #14132]
7272         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7273         declaration.
7274         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7275         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7276         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7277         [!_ISOMAC] (__iswctype_internal): Likewise.
7278         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7279         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7280         alias.
7281         (fcntl): Remove __fcntl_internal alias.
7282         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7283         __connect_internal alias.
7284         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7285         Likewise.
7287         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7288         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7289         FP_DENORM_ZERO.
7290         (_FP_CHECK_FLUSH_ZERO): New macro.
7291         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7292         (_FP_CMP): Likewise.
7293         (_FP_CMP_EQ): Likewise.
7294         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7295         FP_DENORM_ZERO.
7296         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7297         (FP_TRUNC): Likewise.
7299         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7300         treated as invalid conversion, not as normal exponent.
7302         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7303         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7304         (_FP_CMP_EQ): Likewise.
7305         (_FP_CMP_UNORD): Likewise.
7306         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7307         (FP_CMP_EQ_D): Likewise.
7308         (FP_CMP_UNORD_D): Likewise.
7309         * soft-fp/extended.h (FP_CMP_E): Likewise.
7310         (FP_CMP_EQ_E): Likewise.
7311         (FP_CMP_UNORD_E): Likewise.
7312         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7313         (FP_CMP_EQ_Q): Likewise.
7314         (FP_CMP_UNORD_Q): Likewise.
7315         * soft-fp/single.h (FP_CMP_S): Likewise.
7316         (FP_CMP_EQ_S): Likewise.
7317         (FP_CMP_UNORD_S): Likewise.
7318         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7319         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7320         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7321         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7322         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7323         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7324         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7325         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7326         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7327         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7328         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7329         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7330         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7331         to FP_CMP_Q.
7332         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7333         FP_CMP_Q.
7334         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7335         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7336         FP_CMP_EQ_Q.
7337         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7338         FP_CMP_Q.
7339         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7340         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7341         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7342         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7343         FP_CMP_EQ_Q.
7344         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7345         FP_CMP_Q.
7346         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7347         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7348         FP_CMP_EQ_Q.
7349         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7350         FP_CMP_Q.
7351         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7352         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7353         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7354         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7355         FP_CMP_EQ_Q.
7357         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7358         a subnormal result, set the underflow exception if trapping on
7359         underflow is enabled.
7360         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7361         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7362         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7363         redefine to 0.
7364         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7365         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7366         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7367         * soft-fp/extendxftf2.c (__extendxftf2): Use
7368         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7370         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7371         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7372         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7373         FP_HANDLE_EXCEPTIONS.
7374         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7375         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7376         FP_HANDLE_EXCEPTIONS.
7377         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7378         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7379         FP_HANDLE_EXCEPTIONS.
7380         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7381         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7382         FP_HANDLE_EXCEPTIONS.
7384 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7386         [BZ #14132]
7387         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7388         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7389         use INTUSE.
7390         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7391         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7392         Remove alias.
7393         (__adjtimex): Define using libc_hidden_ver.
7394         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7395         Remove declaration.
7396         (ntp_gettime): Call __adjtimex directly.
7397         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7398         Remove declaration.
7399         (ntp_gettimex): Call __adjtimex directly.
7400         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7401         __adjtimex_internal alias.
7403 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7405         [BZ #17460]
7406         * nscd/nscd.c (more_help): Rewrite list of tables collection
7407         using xstrdup and asprintf.
7409         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7411 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7412             Roland McGrath  <roland@hack.frob.com>
7414         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7415         (do_lookup_unique): ... local function 'enter' here; update callers.
7417 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7419         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7420         compat_symbol calls on [SHARED].
7421         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7422         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7423         Remove.
7424         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7425         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7426         (oldsetrlimit): Remove.
7427         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7429         (lchown): New syscall entry.
7430         (oldsetrlimit): Remove.
7431         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7432         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7433         (oldsetrlimit): Remove.
7434         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7436         [BZ #14138]
7437         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7438         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7439         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7440         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7441         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7442         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7443         (fchown): Likewise.
7444         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7445         (fchown): Likewise.
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7447         Likewise.
7449 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7451         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7452         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7453         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7454         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7455         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7456         Likewise.
7457         (__old_sem_post): Likewise.
7459 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7461         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7462         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7463         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7464         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7465         Use INLINE_VSYSCALL macro.
7466         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7467         __vdso_clock_gettime.
7468         * sysdeps/unix/sysv/linux/tile/init-first.c
7469         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7470         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7471         __vdso_clock_gettime.
7473         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7474         to set up frame more cleanly.
7476         * sysdeps/tile/memcmp.c: New file.
7478         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7480         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7481         * sysdeps/tile/tilegx/strcasestr.c: New file.
7482         * sysdeps/tile/tilegx/strnlen.c: New file.
7483         * sysdeps/tile/tilegx/strstr.c: New file.
7485         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7487 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7489         * nptl/tst-setuid3.c: Write errors to stdout.
7491 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7493         * elf/dl-deps.c
7494         (preload): New functions broken out of _dl_map_object_deps.
7495         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7497 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7499         [BZ #14138]
7500         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7501         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7503 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7505         * sysdeps/mips/strcmp.S: New.
7507 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7509         [BZ #14138]
7510         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7511         (linkat): Likewise.
7512         (mkdirat): Likewise.
7513         (readlinkat): Likewise.
7514         (renameat): Likewise.
7515         (symlinkat): Likewise.
7516         (unlinkat): Likewise.
7517         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7518         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7519         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7520         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7521         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7522         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7523         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7525 2014-09-30  Will Newton  <will.newton@linaro.org>
7527         * math/math.h: Define long double math functions if
7528         _LIBC_TEST is defined.
7529         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7531         * localedata/Makefile: Move assignment to tests-special
7532         into an ifdef testing run-built-tests.
7533         * timezone/Makefile: Likewise.
7535 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7537         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7538         with $(BASH) not $(SHELL).
7540 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7541             Matthew LeGendre  <legendre1@llnl.gov>
7543         [BZ #17411]
7544         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7545         l_reloc_result.
7547 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7549         * stdio-common/printf_fp.c
7550         (hack_digit): New function, broken out of ...
7551         (__printf_fp): ... local function here.  Update call sites.
7552         hack_digit now takes an additional parameter that is a pointer
7553         to a struct of the referenced locals.  Those locals moved inside
7554         the struct and references updated.
7556 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7558         * aclocal.m4: Require autoconf 2.69.
7559         * configure: Regenerated.
7560         * sysdeps/aarch64/configure: Likewise.
7561         * sysdeps/alpha/configure: Likewise.
7562         * sysdeps/arm/armv7/configure: Likewise.
7563         * sysdeps/arm/configure: Likewise.
7564         * sysdeps/ia64/configure: Likewise.
7565         * sysdeps/mach/configure: Likewise.
7566         * sysdeps/mips/configure: Likewise.
7567         * sysdeps/s390/configure: Likewise.
7568         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7571         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7572         file.
7573         * sysdeps/ia64/configure.ac: Likewise.
7575 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7578         specify symbol version for ld.so.  Do not include entry for
7579         libpthread.
7580         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7581         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7582         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7584         [BZ #14171]
7585         * Makeconfig [$(build-shared) = yes]
7586         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7587         makefiles.
7588         [$(build-shared) = yes && $(soversions.mk-done) = t]
7589         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7590         [$(build-shared) = yes && $(soversions.mk-done) = t]
7591         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7592         to Makerules.
7593         [$(build-shared) = yes && $(soversions.mk-done) = t]
7594         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7595         here.
7596         [$(build-shared) = yes && $(soversions.mk-done) = t]
7597         (common-generated): Don't append gnu/lib-names.h and
7598         gnu/lib-names.stmp here.
7599         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7600         (lib-names-h-abi): New variable.
7601         [$(build-shared) = yes && $(soversions.mk-done) = t]
7602         (lib-names-stmp-abi): Likewise.
7603         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7604         abi-variants] (before-compile): Append
7605         $(common-objpfx)$(lib-names-h-abi).
7606         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7607         abi-variants] (common-generated): Append gnu/lib-names.h.
7608         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7609         abi-variants] (install-others-nosubdir): Depend on
7610         $(inst_includedir)/$(lib-names-h-abi).
7611         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7612         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7613         [$(build-shared) = yes && $(soversions.mk-done) = t]
7614         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7615         [$(build-shared) = yes && $(soversions.mk-done) = t]
7616         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7617         [$(build-shared) = yes && $(soversions.mk-done) = t]
7618         (common-generated): Append $(lib-names-h-abi) and
7619         $(lib-names-stmp-abi).
7620         * scripts/lib-names.awk: Do not handle multi being set.
7621         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7622         Remove variable.
7623         (abi-lp64_be-ld-soname): Likewise.
7624         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7625         Likewise.
7626         (abi-hard-ld-soname): Likewise.
7627         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7628         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7629         Remove variable.
7630         (abi-o32_hard-ld-soname): Likewise.
7631         (abi-o32_soft_2008-ld-soname): Likewise.
7632         (abi-o32_hard_2008-ld-soname): Likewise.
7633         (abi-n32_soft-ld-soname): Likewise.
7634         (abi-n32_hard-ld-soname): Likewise.
7635         (abi-n32_soft_2008-ld-soname): Likewise.
7636         (abi-n32_hard_2008-ld-soname): Likewise.
7637         (abi-n64_soft-ld-soname): Likewise.
7638         (abi-n64_hard-ld-soname): Likewise.
7639         (abi-n64_soft_2008-ld-soname): Likewise.
7640         (abi-n64_hard_2008-ld-soname): Likewise.
7641         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7642         Likewise.
7643         (abi-64-v2-ld-soname): Likewise.
7644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7645         ld.so entries.
7646         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7647         variable.
7648         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7649         entry.
7650         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7651         variable.
7652         (abi-64-ld-soname): Likewise.
7653         (abi-x32-ld-soname): Likewise.
7654         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7655         entry.
7656         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7658 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7660         [BZ #14138]
7661         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7662         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7663         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7664         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7665         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7666         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7667         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7668         syscall entry for GLIBC_2.2 symbol version.
7669         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7670         Likewise.
7671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7672         (setrlimit): Likewise.
7673         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7674         Likewise.
7676 2014-09-23  Will Newton  <will.newton@linaro.org>
7678         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7679         _LINUX_ARM_SYSDEP_H include guard too.
7680         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7681         define.
7683 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7685         * sysdeps/unix/sysv/linux/eventfd.c:
7686         Make first argument unsigned.
7687         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7688         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7690 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7692         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7693         * socket/sys/socket.h: Likewise
7694         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7696 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7698         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7700 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7702         * time/tst-ftime.c: New test.
7703         * time/Makefile (tests): Add tst-ftime.
7705 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7707         * soft-fp/extended.h: Fix comment formatting.
7708         * soft-fp/op-1.h: Likewise.
7709         * soft-fp/op-2.h: Likewise.
7710         * soft-fp/op-4.h: Likewise.
7711         * soft-fp/op-8.h: Likewise.
7712         * soft-fp/op-common.h: Likewise.
7713         * soft-fp/soft-fp.h: Likewise.
7715         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7717 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7719         [BZ #6652]
7720         * Makeconfig (soversions-default-setname): Remove variable.
7721         ($(common-objpfx)soversions.i): Don't pass default_setname to
7722         soversions.awk.
7723         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7724         oldest_abi to abi-versions.awk.
7725         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7726         * config.make.in (oldest-abi): Remove variable.
7727         * configure.ac (--enable-oldest-abi): Remove configure option.
7728         * configure: Regenerated.
7729         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7730         text.
7731         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7732         * scripts/soversions.awk: Do not handle default_setname variable.
7733         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7734         variable.
7735         * sysdeps/mach/hurd/configure: Regenerated.
7736         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7737         variable.
7738         * sysdeps/unix/sysv/linux/configure: Regenerated.
7740 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7742         * elf/Makefile (CFLAGS-interp.c): Remove.
7743         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7744         path string.
7745         * elf/interp.c: Include generated runtime-linker.h
7747         * Makerules (lib%.so): Don't include $(+interp) in
7748         prerequisites.
7749         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7750         * dlfcn/eval.c: Remove file.
7752         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7753         macros.
7755         [BZ #17266]
7756         * misc/sys/cdefs.h: Define __extern_always_inline for clang
7757         4.2 and newer.
7759         [BZ #17370]
7760         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7762 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7763             Jakub Jelinek  <jakub@redhat.com>
7765         [BZ #17266]
7766         * libio/stdio.h: Check definition of __fortify_function
7767         instead of __extern_always_inline to include bits/stdio2.h.
7768         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7769         check if __extern_always_inline is defined.
7770         [__USE_MISC || __USE_XOPEN]: Likewise.
7771         [__USE_ISOC99] Likewise.
7772         * misc/sys/cdefs.h (__fortify_function): Define only if
7773         __extern_always_inline is defined.
7774         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7775         __extern_always_inline and __extern_inline only for g++-4.3
7776         and newer or a compatible gcc.
7778 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
7780         [BZ #17371]
7781         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7782         last change to handle zero prefix length.
7784 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7786         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7787         _SC_REGEX_VERSION.
7789         * posix/getconf.c (vars): Add _POSIX_IPV6 and
7790         _POSIX_RAW_SOCKETS.
7792 2014-09-13  Allan McRae  <allan@archlinux.org>
7794         * po/ru.po: Update Russian translation from translation project.
7796 2014-09-12  Roland McGrath  <roland@hack.frob.com>
7798         * locale/programs/locale.c (show_locale_vars): Inline local function
7799         into its sole call site.  Clean up some style nits.
7800         (print_item): New function, broken out of ...
7801         (show_info): ... local function here.  Clean up style nits.
7803         * locale/programs/ld-ctype.c (set_one_default): New function, broken
7804         out of ...
7805         (set_class_defaults): ... local function set_default here.
7806         Define set_default as a macro locally to pass constant parameters.
7807         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7808         rather than a shared local.
7810         * stdlib/rpmatch.c (try): New function, broken out of ...
7811         (rpmatch): ... local function here.  Also, prototypify definition.
7813 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
7815         * scripts/soversions.awk: Do not handle configuration names.
7816         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7817         vendor and os variables to soversions.awk.
7818         * configure.ac: Do not modify gnu-* host_os.
7819         * configure: Regenerated
7820         * shlib-versions: Remove first column with configuration names.
7821         * nptl/shlib-versions: Likewise.
7822         * nptl_db/shlib-versions: Likewise.
7823         * sysdeps/hppa/shlib-versions: Likewise.
7824         * sysdeps/m68k/shlib-versions: Likewise.
7825         * sysdeps/mach/hurd/shlib-versions: Likewise.
7826         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7827         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7828         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7829         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7830         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7831         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7832         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7833         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7835         Likewise.
7836         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7837         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7838         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7839         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7840         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7841         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7842         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7843         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7846         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7848         Regenerated.
7849         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7850         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7851         Condition symbol version definitions on [HAVE_ELFV2_ABI].
7853         * shlib-versions: Remove OS-specific entries.  Moved to files in
7854         sysdeps.
7855         * sysdeps/mach/hurd/shlib-versions: New file.
7856         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7858         * nptl/shlib-versions: Remove architecture-specific entries.
7859         Moved to files in sysdeps.
7860         * shlib-versions: Likewise.
7861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7862         file.
7863         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7864         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7865         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7866         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7868         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7869         (UDP_NO_CHECK6_RX): Likewise.
7871 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7873         * sysdeps/posix/sysconf.c (__sysconf): Spell
7874         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7876 2014-08-12  Florian Weimer  <fweimer@redhat.com>
7878         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7879         loading.
7880         * iconv/Versions (__gconv_transliterate): Export for use from
7881         gconv modules.
7882         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7883         (struct __gconv_trans_data, __gconv_trans_fct,
7884         __gconv_trans_context_fct, __gconv_trans_query_fct,
7885         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7886         definitions.
7887         (struct __gconv_step_data): Remove __trans member.
7888         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
7889         longer hidden.  Remove unused trans_data argument.
7890         * iconv/gconv_int.h (struct trans_struct): Remove definition.
7891         (__gconv_translit_find): Remove declaration.
7892         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
7893         prototype.
7894         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7895         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7896         trans_data argument.  Add hidden definition.
7897         (__gconv_translit_find): Remove.
7898         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7899         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7900         * iconv/skeleton.c: Remove transliteration initialization.
7901         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7902         __gconv_step_data initialization.
7903         * libio/iofwide.c (__libio_translit_): Remove.
7904         (_IO_fwide): Adjust struct __gconv_step_data initialization.
7905         * wcsmbs/btowc.c (__btowc): Likewise.
7906         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7907         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7908         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7909         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7910         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7911         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7912         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7913         * wcsmbs/wctob.c (wctob): Likewise.
7915 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7917         [BZ #16194]
7918         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7919         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
7920         register usage.
7921         * sysdeps/x86/Makefile: Adjust.
7923 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7924             Roland McGrath  <roland@hack.frob.com>
7926         * locale/weight.h: Add include guard.
7927         (findidx): Make static rather than auto; take new parameters
7928         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7929         * locale/weightwc.h: Likewise.
7930         * posix/fnmatch_loop.c
7931         (FCT): Change type of EXTRA from int32_t to wint_t.
7932         Don't include either header inside the function.
7933         Call FINDIDX rather than findidx, and pass new arguments.
7934         #undef FINDIDX at the end of the file.
7935         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7936         FINDIDX before including fnmatch_loop.c for the non-wide version.
7937         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7938         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7939         for the wide version.
7940         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7941         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7942         Pass new arguments to findidx.
7943         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7944         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7945         Don't #include it inside the function.  Pass new arguments to findidx.
7946         * posix/regex_internal.h
7947         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7948         (re_string_elem_size_at): Don't #include it inside the function.
7949         Pass new arguments to findidx.
7950         * string/strcoll_l.c: #include WEIGHT_H at top level.
7951         (get_next_seq): Don't #include it inside the function.
7952         Pass new arguments to findidx.
7953         (get_next_seq_nocache): Likewise.
7954         * string/strxfrm_l.c: #include WEIGHT_H at top level.
7955         (STRXFRM): Don't #include it inside the function.
7956         Pass new arguments to findidx.
7958 2014-09-11  Florian Weimer  <fweimer@redhat.com>
7960         [BZ #17344]
7961         * malloc/malloc.c (unlink): Turn asserts into a call to
7962         malloc_printerr.
7964 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
7966         [BZ #17370]
7967         * libio/wfileops (do_ftell_wide): Free OUT.
7969 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
7971         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7973 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7975         [BZ #17363]
7976         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7977         group if the current group is empty.
7979 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7981         * benchtests/bench-memset.c (test_main): Add more test from size
7982         from 32 to 512 bytes.
7983         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7984         Add POWER8 memset object.
7985         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7986         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7987         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7988         implementation.
7989         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7990         Likewise.
7991         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7992         multiarch POWER8 memset optimization.
7993         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7994         POWER8 memset optimization.
7996         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7997         Remove bzero multiarch objects.
7998         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7999         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8000         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8001         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8002         Remove define.
8003         [__bzero]: Redefine to specific name.
8004         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8005         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8006         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8007         define.
8008         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8009         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8011 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8013         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8014         warnings into errors.
8016         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8017         __cxa_thread_atexit_impl prototype.
8019 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8021         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8022         Fix capitalization of error message.
8024 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8026         * sysdeps/mips/preconfigure: Modify ABI tests.
8028 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8030         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8032 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8033             Carlos O'Donell  <carlos@systemhalted.org>
8035         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8036         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8037         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8038         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8039         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8040         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8041         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8042         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8043         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8044         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8045         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8046         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8047         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8048         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8049         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8050         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8051         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8052         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8053         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8054         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8055         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8056         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8057         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8058         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8059         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8060         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8061         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8062         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8063         Deconditionalize the code that was previously under [RESET_PID].
8064         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8065         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8066         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8067         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8068         include sysdep.h.
8070 2014-09-08  Allan McRae  <allan@archlinux.org>
8072         * version.h (RELEASE): Set to "development".
8073         (VERSION): Set to "2.20.90"
8075 2014-09-07  Allan McRae  <allan@archlinux.org
8077         * version.h (RELEASE): Set to "stable".
8078         (VERSION): Set to "2.20"
8079         * include/features.h (__GLIBC_MINOR__): Set to 20.
8081         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8082         Liebler.
8084         * po/ko.po: Update Korean translation from translation project.
8086 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8088         [BZ #17354]
8089         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8090         macro for handling signed relocations.
8092 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8094         [BZ #17325]
8095         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8096         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8097         assert.
8098         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8099         * iconvdata/ibm935.c (BODY): Likewise.
8100         * iconvdata/ibm937.c (BODY): Likewise.
8101         * iconvdata/ibm939.c (BODY): Likewise.
8102         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8103         assert.
8104         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8105         script.
8106         * iconvdata/run-iconv-test.sh: New test loop for checking for
8107         decoder crashers.
8109 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8111         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8112         libm_hidden_ver.
8114 2014-09-01  Allan McRae  <allan@archlinux.org>
8116         * po/eo.po: Update Esperanto translation from translation project.
8118         * po/ca.po: Update Catalan translation from translation project.
8120 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8122         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8123         __proc_dostop call.
8125 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8127         [BZ #17319]
8128         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8129         to call set_thread_area instead of hand written asm.
8130         (__NR_set_thread_area): Removed define.
8131         (TLS_FLAG_WRITABLE): Likewise.
8132         (__ASSUME_SET_THREAD_AREA): Remove check.
8133         (TLS_EBX_ARG): Remove define.
8134         (TLS_LOAD_EBX): Likewise.
8136 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8138         Simplify atomicity of socket creation in bind.
8140         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8141         looking up the name after linking the file.
8143 2014-08-27  Allan McRae  <allan@archlinux.org>
8145         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8147 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8149         [BZ #17187]
8150         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8151         trans_compare, open_translit, __gconv_translit_find):
8152         Remove module loading code.
8154 2014-08-26  Allan McRae  <allan@archlinux.org>
8156         * po/vi.po: Update Vietnamese translation from translation project.
8158         * po/uk.po: Update Ukrainian translation from translation project.
8160         * po/fr.po: Update French translation from translation project.
8162         * po/ru.po: Update Russian translation from translation project.
8164         * po/pl.po: Update Polish translation from translation project.
8166         * po/cs.po: Update Czech translation from translation project.
8168         * po/de.po: Update German translation from translation project.
8170         * po/bg.po: Update Bulgarian translation from translation project.
8172         * po/sv.po: Update Sweedish translation from translation project.
8174         * po/nl.po: Update Dutch translation from translation project.
8176         * po/es.po: Update Spanish translation from translation project.
8178 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8180         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8182         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8183         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8184         (CPPFLAGS-iconvconfig): Likewise.
8185         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8187         * include/libc-symbols.h: Remove unnecessary check for
8188         NOT_IN_libc.
8189         * nptl/pthreadP.h: Likewise.
8190         * sysdeps/aarch64/setjmp.S: Likewise.
8191         * sysdeps/alpha/setjmp.S: Likewise.
8192         * sysdeps/arm/sysdep.h: Likewise.
8193         * sysdeps/i386/setjmp.S: Likewise.
8194         * sysdeps/m68k/setjmp.c: Likewise.
8195         * sysdeps/posix/getcwd.c: Likewise.
8196         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8197         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8198         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8199         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8200         * sysdeps/sh/sh3/setjmp.S: Likewise.
8201         * sysdeps/sh/sh4/setjmp.S: Likewise.
8202         * sysdeps/unix/alpha/sysdep.h: Likewise.
8203         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8204         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8205         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8206         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8209         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8210         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8211         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8212         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8213         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8214         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8215         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8216         * sysdeps/x86_64/setjmp.S: Likewise.
8218 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8220         [BZ #17263]
8221         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8222         <stdint.h>.
8223         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8224         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8226 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8228         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8230         [BZ #17262]
8231         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8232         and __x86_64__ when disabling x87 inline functions.
8234 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8236         [BZ #17259]
8237         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8238         asm statement with __cpuid_count.
8240 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8242         * configure.ac: Change __ehdr_start code to dereference the struct.
8243         Run readelf on the output to look for relocations.
8244         * configure: Regenerated.
8246 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8248         [BZ #17261]
8249         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8250         value to 0.
8251         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8253 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8255         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8257 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8259         [BZ #16892]
8260         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8261         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8263 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8265         * malloc/malloc.c: Fix typo in comment.
8267 2014-08-09  Allan McRae  <allan@archlinux.org>
8269         * Regenerate libc.po.
8271 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8273         * intl/tst-gettext2.sh: Check every lang file for creation.
8275 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8277         * sysdeps/aarch64/fpu/math_private.h
8278         (libc_feholdsetround_noex_aarch64_ctx): New function.
8280 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8282         * sysdeps/arm/armv6/strcpy.S (strcpy):
8283         Fix performance issue in misaligned cases.
8285 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8287         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8288         Move definition from termios.h.
8289         (struct termio): Likewise.
8290         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8291         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8292         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8293         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8294         Likewise.
8295         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8296         Move definition to ioctl-types.h
8297         (struct termio): Likewise.
8298         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8299         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8300         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8301         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8302         Likewise.
8304 2014-08-05  Richard Henderson  <rth@redhat.com>
8306         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8307         exceptions.
8308         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8309         Add fraiseexcpt.
8310         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8311         Use __feraiseexcept.
8312         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8313         Protect libm symbols with IS_IN_libm.
8315         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8317 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8319         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8321 2014-08-04  Will Newton  <will.newton@linaro.org>
8323         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8324         file.
8326 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8328         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8329         variants for each function.
8331 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8333         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8334         appended ...
8335         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8336         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8337         appended ...
8338         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8339         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8340         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8341         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8342         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8343         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8344         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8345         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8346         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8347         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8348         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8349         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8350         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8351         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8352         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8353         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8354         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8355         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8356         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8357         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8358         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8359         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8360         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8361         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8362         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8363         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8364         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8365         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8366         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8367         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8368         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8369         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8370         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8371         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8372         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8373         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8374         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8375         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8376         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8377         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8378         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8379         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8380         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8381         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8382         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8383         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8384         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8385         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8386         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8387         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8388         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8389         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8390         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8391         Update #include.
8392         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8393         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8395 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8397         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8398         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8399         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8400         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8401         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8402         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8404 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8406         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8407         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8408         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8409         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8411 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8413         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8414         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8415         (__libc_vfork): Define function under this name.
8416         (__vfork): Define as an alias.
8417         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8418         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8420 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8422         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8423         that was previously under [RESET_PID].
8424         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8426 2014-08-04  Andreas Schwab  <schwab@suse.de>
8428         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8430 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8432         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8433         (main): Likewise.
8435 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8437         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8439 2014-08-01  Richard Henderon  <rth@redhat.com>
8441         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8442         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8443         typo in exact zero test.
8444         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8445         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8446         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8448 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8450         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8451         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8452         * sysdeps/arm/sysdep.h: ... here.
8453         [!__ASSEMBLER__]: Include <stdint.h>.
8455 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8457         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8458         (HAVE_WCTYPE_H): Likewise.
8459         (HAVE_ISWCTYPE): Likewise.
8460         (ENABLE_NLS): Likewise.
8461         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8462         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8464         * posix/regex_internal.c: Check if DEBUG is defined and is
8465         set.
8467         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8468         (HAVE_MBSRTOWCS): Likewise.
8469         * posix/fnmatch.c: Include string.h unconditionally.
8471 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8473         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8474         reversal.
8476 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8478         * sysdeps/generic/safe-fatal.h: New file.
8479         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8480         * nptl/forward.c: Include it.
8481         (__pthread_unwind): Use __safe_fatal as default action, rather
8482         than a bogus use of INTERNAL_SYSCALL that could never work.
8484         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8485         * configure.ac (libc_cv_builtin_trap): New test.
8486         * configure: Regenerated.
8487         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8488         (ABORT_INSTRUCTION): Define using __builtin_trap.
8490         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8491         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8492         * sysdeps/nptl/nptl-signals.h: New file.
8493         * nptl/pthreadP.h: Include <nptl-signals.h>.
8495 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8497         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8498         (ONE_DIRECTION): Define.
8499         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8500         (ONE_DIRECTION): Define.
8501         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8502         (ONE_DIRECTION): Define.
8504 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8506         * sysdeps/s390/Makefile: Delete file.
8507         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8508         * sysdeps/s390/__longjmp.c: Delete file.
8509         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8510         Remove fields __flags and __reserved.
8511         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8512         and add versioning.
8513         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8514         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8515         * sysdeps/s390/rtld-setjmp.S: Likewise.
8516         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8517         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8518         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8519         * sysdeps/s390/s390-32/setjmp.S: ... here.
8520         Add versioning.
8521         (__sigsetjmp): Remove setting __flags field.
8522         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8523         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8524         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8525         * sysdeps/s390/s390-64/setjmp.S: ... here.
8526         Add versioning.
8527         (__sigsetjmp): Remove setting __flags field.
8528         * sysdeps/s390/setjmp.S: Delete file.
8529         * sysdeps/s390/sigjmp.c: Likewise.
8530         * sysdeps/s390/v1-longjmp.c: Likewise.
8531         * sysdeps/s390/v1-setjmp.h: Likewise.
8532         * sysdeps/s390/v1-sigjmp.c: Likewise.
8533         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8534         Remove v1-longjmp_chk.
8535         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8536         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8537         Include debug/longjmp_chk.c and add versioning.
8538         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8539         Include nptl/pt-longjmp.c and add versioning.
8540         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8541         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8542         Include __longjmp.c.
8543         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8544         Move to ...
8545         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8546         (__getcontext): Remove setting __flags field.
8547         Add versioning.
8548         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8549         Don't restore upper high grps.
8550         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8551         Likewise.
8552         (__swapcontext): Remove setting uc_flags field.
8553         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8554         Delete file.
8555         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8556         Include __longjmp.c.
8557         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8558         Move to ...
8559         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8560         (__getcontext): Remove setting __flags field.
8561         Add versioning.
8562         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8563         (__swapcontext): Remove setting uc_flags field.
8564         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8565         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8566         Remove fields uc_high_gprs and __reserved.
8567         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8568         New file with reverted content.
8569         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8570         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8571         Regenerated.
8572         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8573         Regenerated.
8575 2014-07-31  Andreas Schwab  <schwab@suse.de>
8577         * config.h.in (HAVE_IFUNC): Define to 0.
8578         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8579         definedness.
8581 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8583         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8584         memmove-avx-unaligned, memcpy-avx-unaligned and
8585         mempcpy-avx-unaligned.
8586         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8587         Add tests for AVX memcpy functions.
8588         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8589         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8590         memcpy_chk.
8591         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8592         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8593         memmove_chk.
8594         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8595         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8596         mempcpy_chk.
8597         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8598         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8599         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8601 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8603         [BZ #17213]
8604         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8605         powerpc64le.
8607 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8609         [BZ #16839]
8610         * manual/llio.texi: Add section about open file description locks.
8611         * manual/examples/ofdlocks.c: Example of open file description
8612         lock usage.
8613         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8614         F_OFD_SETLK, and F_OFD_SETLKW.
8616 2014-07-23  Allan McRae  <allan@archlinux.org>
8618         * po/es.po: Update Spanish translation from translation project.
8620 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8622         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8624 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8626         [BZ #17078]
8627         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8628         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8629         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8631 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8633         [BZ #17088]
8634         * math/fesetenv.c (__fesetenv)
8635         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8636         * math/feupdateenv.c (__feupdateenv)
8637         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8639         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8640         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8641         (__ASSUME_SOCKETCALL): Do not define.
8643         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8644         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8645         (__ASSUME_SOCKETCALL): Do not define.
8646         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8647         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8648         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8649         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8650         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8651         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8652         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8653         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8655         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8656         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8657         (__ASSUME_SOCKETCALL): Do not define.
8658         (__ASSUME_IPC64): Define unconditionally.
8659         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8660         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8661         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8662         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8663         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8664         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8665         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8666         Likewise.
8668         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8669         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8670         (__ASSUME_SOCKETCALL): Do not define.
8671         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8672         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8673         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8674         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8675         (__ASSUME_REQUEUE_PI): Define unconditionally.
8676         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8677         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8678         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8679         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8680         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8681         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8683         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8684         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8685         (__ASSUME_SOCKETCALL): Do not define.
8686         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8687         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8688         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8689         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8690         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8691         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8693         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8694         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8695         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8696         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8697         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8698         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8699         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8700         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8701         (__ASSUME_GETCPU_SYSCALL): Likewise.
8703         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8704         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8705         cases for individual architectures.
8706         * sysdeps/gnu/configure: Regenerated.
8707         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8708         LIBC_SLIBDIR_RTLDDIR.
8709         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8710         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8711         LIBC_SLIBDIR_RTLDDIR.
8712         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8714         LIBC_SLIBDIR_RTLDDIR.
8715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8716         Regenerated.
8717         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8718         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8719         file.
8720         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8721         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8722         file.
8723         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8724         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8725         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8726         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8728         * sysdeps/aarch64/shlib-versions: Move to ...
8729         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8730         * sysdeps/alpha/shlib-versions: Move to ...
8731         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8732         * sysdeps/arm/shlib-versions: Move to ...
8733         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8734         * sysdeps/hppa/shlib-versions: Move all contents except for
8735         libgcc_s entry to ...
8736         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8737         entry from ...
8738         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8739         * sysdeps/ia64/shlib-versions: Move to ...
8740         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8741         entry from ...
8742         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8743         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8744         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8745         * sysdeps/microblaze/shlib-versions: Move to ...
8746         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8747         * sysdeps/mips/shlib-versions: Move to ...
8748         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
8749         entry from ...
8750         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
8751         * sysdeps/tile/shlib-versions: Move to ...
8752         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8753         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8754         from ...
8755         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
8756         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8757         entry from ...
8758         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
8760 2014-07-17  Will Newton  <will.newton@linaro.org>
8762         * sysdeps/arm/bits/atomic.h
8763         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8764         (__arch_compare_and_exchange_bool_16_int): Likewise.
8765         (__arch_compare_and_exchange_bool_64_int): Likewise.
8767         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8768         into an #else block.
8770 2014-07-16  Roland McGrath  <roland@hack.frob.com>
8772         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8773         just Linux configurations.  Test empirically that the compiler sets
8774         __ARM_EABI__, rather than using the tuple to decide.
8775         * sysdeps/arm/preconfigure: Regenerated.
8776         * sysdeps/unix/sysv/linux/arm/configure: File removed.
8777         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8778         contents appended ...
8779         * sysdeps/arm/configure.ac: ... here.
8780         * sysdeps/arm/configure: Regenerated.
8782 2014-07-15  Roland McGrath  <roland@hack.frob.com>
8784         * nptl/pthread_kill.c: New file.
8785         * nptl/pthread_sigmask.c: New file.
8786         * nptl/pthread_sigqueue.c: New file.
8788         * sysdeps/nptl/lowlevellock.h: New file.
8789         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8790         * sysdeps/nptl/lowlevellock-futex.h: New file.
8792         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8793         Remove dead declarations.
8795 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
8797         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8798         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8799         config-cflags-avx2.
8800         * sysdeps/x86_64/configure.ac: Likewise.
8801         * sysdeps/i386/configure: Regenerated.
8802         * sysdeps/x86_64/configure: Likewise.
8803         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8804         memset-avx2 only if config-cflags-avx2 is yes.
8805         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8806         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8807         defined.
8808         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8809         only if HAVE_AVX2_SUPPORT is defined.
8810         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8812 2014-07-14  Alan Modra  <amodra@gmail.com>
8814         [BZ #17153]
8815         * elf/elf.h (DT_PPC64_NUM): Correct value.
8816         * NEWS: Add to fixed bug list.
8818 2014-07-13  Jim Meyering  <meyering@fb.com>
8820         [BZ 17150]
8821         regex: don't deref NULL upon heap allocation failure
8822         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8823         failure in one more place.
8824         To trigger the segfault, configure grep -with-included-regex,
8825         build it, and run these commands:
8826         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8828 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8830         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8832 2014-07-11  Richard Henderson  <rth@redhat.com>
8834         * sysdeps/aarch64/libm-test-ulps: Update.
8836 2014-07-10  Florian Weimer  <fweimer@redhat.com>
8838         [BZ #17135]
8839         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8840         * nptl/allocatestack.c (__nptl_setxid_error): New function.
8841         (__nptl_setxid): Initialize error member.  Call
8842         __nptl_setxid_error.
8843         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8844         * nptl/descr.h (struct xid_command): Add error member.
8845         * nptl/tst-setuid3.c: New file.
8846         * nptl/Makefile (tests): Add it.
8848 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8850         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8851         New define.
8852         (__lll_trylock): Use __lll_base_trylock.
8853         (__lll_cond_trylock): Likewise.
8855 2014-07-10  Roland McGrath  <roland@hack.frob.com>
8857         * nptl/pthread_create.c (start_thread): Use atomic_or and
8858         lll_futex_wake directly rather than lll_robust_dead.
8859         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8860         (lll_robust_dead): Macro removed.
8861         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8862         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8863         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8864         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8865         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8866         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8867         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8868         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8869         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8870         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8871         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8872         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8873         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8874         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8875         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8877         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8878         Use atomic_compare_and_exchange_val_acq directly rather than
8879         lll_robust_trylock.
8880         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8881         (__lll_robust_trylock, lll_robust_trylock): Removed.
8882         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8883         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8884         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8885         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8886         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8887         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8888         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8889         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8890         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8891         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8892         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8893         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8894         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8895         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8897 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8899         * manual/locale.texi (Locale Names): New section documenting
8900         locale name syntax.  Adjust menu and node chaining accordingly.
8901         (Choosing Locale): Reference Locale Names, Locale Categories.
8902         Mention setting LC_ALL=C.  Reflect that name syntax is now
8903         documented.
8904         (Locale Categories): New section title.  Reference Locale Names.
8905         LC_ALL is an environment variable, but not a category.
8906         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8907         description, now in Locale Name.  Reference that section.  Locale
8908         name syntax is now documented.
8910 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8912         [BZ #17137]
8913         * locale/findlocale.c (name_present, valid_locale_name): New
8914         functions.
8915         (_nl_find_locale): Use the loc_name variable to store name
8916         candidates.  Call name_present and valid_locale_name to check and
8917         validate locale names.  Return an error if the locale is invalid.
8919 2014-07-02  Florian Weimer  <fweimer@redhat.com>
8921         * locale/setlocale.c (setlocale): Use strdup for allocating
8922         composite name copy.
8924 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8926         Sync up with gnulib.
8927         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8928         [!_LIBC && ENABLE_NLS]: Include gettext.h.
8929         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8930         and _GL_ARG_NONNULL.
8931         [USE_UNLOCKED_IO]: Include unlocked-io.h.
8932         [!_LIBC]: Include code for Windows and Cygwin.
8933         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8934         Include prototype for int strerror_r.
8935         [!_LIBC] (is_open): New function.
8936         (flush_stdout): New function.
8937         (print_errno_message): Use it.
8938         (error): Likewise.
8939         (error_at_line): Likewise.
8940         (error_tail) Add function attribute macros.  Use
8941         __builtin_expect.
8943         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8945         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8947         * io/ftw.c: Include sys/param.h unconditionally.
8949         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8951         [BZ #17125]
8952         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8953         libc_freeres_ptr.
8954         (freecache): New function to free CACHE on exit.
8956         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8957         initialization.
8959 2014-07-09  David S. Miller  <davem@davemloft.net>
8961         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8963         * sysdeps/sparc/nptl/internaltypes.h: Delete.
8964         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8965         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8966         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8967         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8968         * sysdeps/sparc/nptl/sem_init.c: Likewise.
8969         * sysdeps/sparc/nptl/sem_post.c: Likewise.
8970         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8971         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8972         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8973         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8974         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8975         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8977 2014-07-09  Andreas Schwab  <schwab@suse.de>
8979         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8980         output.
8981         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8982         (do_test): Likewise.
8984         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8986 2014-07-09  Will Newton  <will.newton@linaro.org>
8988         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8989         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8990         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8991         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8992         * sysdeps/hppa/start.S (_start): Likewise.
8994 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8996         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8998         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8999         defined.
9001 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9003         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9004         after checking that it is non-NULL.
9006         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9008 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9010         * sysdeps/powerpc/memmove.c: Remove file.
9011         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9012         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9013         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9014         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9015         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9016         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9017         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9018         string memmove instead of removed powerpc one.
9020         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9021         [weak_alias]: Fix compiler warning due trailing data.
9022         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9023         [weak_alias]: Likewise.
9024         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9025         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9027         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9028         (__libc_ifunc_impl_list): Add memmove functions.
9030 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9032         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9033         Remove code.
9034         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9035         Likewise
9036         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9037         Likewise
9038         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9039         Likewise
9040         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9041         Likewise
9042         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9043         Likewise
9044         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9045         Likewise
9046         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9047         Likewise
9048         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9049         Likewise
9050         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9051         Likewise
9052         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9053         Likewise
9054         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9055         Likewise
9056         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9057         Likewise
9058         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9059         Likewise
9060         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9061         Likewise
9062         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9063         Likewise
9064         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9065         Likewise
9067 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9069         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9070         to avoid alignment traps in non-cacheable memory.
9071         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9073         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9074         multiarch objects.
9075         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9076         file: multiarch power7 memmove.
9077         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9078         multiarch default memmove.
9079         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9080         multiarch memove for powerpc32/power4.
9082         * string/bcopy.c: Use full path to include memmove.c.
9083         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9084         multiarch objects.
9085         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9086         bcopy for powerpc64.
9087         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9088         bcopy for powerpc64.
9089         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9090         and memmove implementations.
9091         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9092         optimized multiarch memmove for POWER7/powerpc64.
9093         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9094         default multiarch memmove for powerpc64.
9095         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9096         multiarch for powerpc64.
9097         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9098         for POWER7/powerpc64.
9099         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9100         memmove for POWER7/powerpc64.
9102         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9103         glibc default one.
9105         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9106         __ELF_NATIVE_CLASS equal to 64.
9108 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9110         * sysdeps/nptl/lowlevellock.h: File removed.
9112         * NEWS: NPTL is no longer an add-on!
9113         * nptl/internaltypes.h: Moved ...
9114         * sysdeps/nptl/internaltypes.h: ... here.
9115         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9116         * sysdeps/nptl/fork.c: Likewise.
9117         * sysdeps/nptl/gai_misc.h: Likewise.
9118         * sysdeps/nptl/librt-cancellation.c: Likewise.
9119         * sysdeps/nptl/jmp-unwind.c: Likewise.
9120         * sysdeps/nptl/setxid.h: Likewise.
9121         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9122         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9123         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9124         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9125         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9126         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9127         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9128         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9129         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9130         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9131         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9132         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9133         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9134         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9135         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9136         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9137         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9138         * nptl/Makeconfig: Moved ...
9139         * sysdeps/nptl/Makeconfig: ... here.
9140         * nptl/configure: File removed.
9141         * nptl/ANNOUNCE: File removed.
9142         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9143         * sysdeps/unix/sysv/linux/configure: Regenerated.
9145         * nptl/Makefile (routines): Add libc_pthread_init,
9146         libc_multiple_threads, register-atfork and unregister-atfork.
9147         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9148         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9149         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9150         pthread-pi-defines.sym, structsem.sym.
9151         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9152         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9153         [$(subdir) = nptl] (tests): Add tst-setgetname.
9154         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9155         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9156         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9157         [!LIBC_SIGACTION]: Remove aliases.
9158         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9159         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9160         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9161         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9162         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9163         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9164         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9165         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9166         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9167         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9168         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9169         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9170         __libc_allocate_rtsig_private.
9171         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9172         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9173         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9174         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9175         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9176         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9177         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9178         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9179         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9180         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9181         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9182         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9183         * nptl/internaltypes.h: ... here.
9184         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9185         * sysdeps/nptl/jmp-unwind.c: ... here.
9186         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9187         * nptl/libc-lowlevellock.c: ... here.
9188         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9189         * nptl/libc_multiple_threads.c: ... here.
9190         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9191         * nptl/libc_pthread_init.c: ... here.
9192         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9193         * nptl/lowlevelbarrier.sym: ... here.
9194         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9195         * nptl/lowlevelcond.sym: ... here.
9196         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9197         * nptl/lowlevellock.c: ... here.
9198         * nptl/lowlevellock.h: Moved ...
9199         * sysdeps/nptl/lowlevellock.h: ... here.
9200         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9201         * nptl/lowlevelrobustlock.c: ... here.
9202         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9203         * nptl/lowlevelrobustlock.sym: ... here.
9204         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9205         * nptl/lowlevelrwlock.sym: ... here.
9206         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9207         * nptl/pt-fork.c: ... here.
9208         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9209         * nptl/pthread-pi-defines.sym: ... here.
9210         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9211         * nptl/pthread_attr_getaffinity.c: ... here.
9212         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9213         * nptl/pthread_attr_setaffinity.c: ... here.
9214         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9215         * nptl/pthread_mutex_cond_lock.c: ... here.
9216         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9217         Update #include.
9218         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9219         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9220         * nptl/pthread_once.c: ... here, replacing old file.
9221         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9222         * nptl/pthread_yield.c: ... here.
9223         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9224         * nptl/register-atfork.c: ... here.
9225         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9226         * nptl/sem_post.c: ... here.
9227         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9228         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9229         * nptl/sem_timedwait.c: ... here.
9230         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9231         * nptl/sem_trywait.c: ... here.
9232         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9233         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9234         * nptl/sem_wait.c: ... here.
9235         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9236         * nptl/structsem.sym: ... here.
9237         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9238         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9239         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9240         * nptl/unregister-atfork.c: ... here.
9241         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9242         * nptl/unwindbuf.sym: ... here.
9243         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9244         * sysdeps/nptl/fork.c: ... here.
9245         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9246         * sysdeps/nptl/fork.h: ... here.
9247         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9248         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9249         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9250         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9251         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9252         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9253         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9254         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9255         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9256         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9257         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9258         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9259         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9260         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9261         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9262         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9263         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9264         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9265         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9266         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9267         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9268         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9269         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9270         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9271         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9272         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9273         * sysdeps/unix/sysv/linux/raise.c: ... here.
9274         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9275         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9276         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9277         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9278         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9279         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9280         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9281         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9282         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9283         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9284         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9285         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9286         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9287         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9288         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9290 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9292         * sysdeps/generic/memcopy.h: Add comment for
9293         MEMCPY_OK_FOR_FWD_MEMMOVE.
9295 2014-07-04  Will Newton  <will.newton@linaro.org>
9297         * string/memchr.c: Merge from gnulib.
9298         [_LIBC]: Remove conditionals.
9299         (__ptr_t): Remove define.
9300         (LONG_MAX_32_BITS): Likewise.
9301         (LONG_MAX): Likewise.
9302         (MEMCHR): Use ANSI prototype and optimize algorithm.
9304         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9306 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9308         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9309         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9311         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9312         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9313         in a bare environment with no <stdlib.h> installed.
9314         * sysdeps/nptl/configure: Regenerated.
9316         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9318         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9319         AC_EGREP_CPP for kernel header checks, so they only succeed if
9320         including <linux/version.h> actually works right.
9321         * sysdeps/unix/sysv/linux/configure: Regenerated.
9323         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9324         value so it's not diagnosed as unused.
9326         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9327         thing) with "ifeq ($(subdir),rt)".
9329 2014-07-03  Richard Henderson  <rth@redhat.com>
9331         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9332         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9333         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9335         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9336         (math_force_eval): New.
9338         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9339         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9341         * sysdeps/alpha/fpu/s_round.c: Remove file.
9342         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9344         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9345         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9346         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9347         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9348         (_dl_start, print_statistics): Likewise.
9349         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9350         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9352         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9353         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9354         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9355         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9356         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9357         (HP_SMALL_TIMING_AVAIL): Define.
9358         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9359         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9360         (HP_SMALL_TIMING_AVAIL): Define.
9361         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9362         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9364         * sysdeps/aarch64/hp-timing.h: New file.
9366         * sysdeps/generic/hp-timing.h: Remove dead comment.
9367         * sysdeps/generic/hp-timing-common.h: New file.
9368         * sysdeps/alpha/hp-timing.h: Include it.
9369         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9370         * sysdeps/i386/i686/hp-timing.h: Likewise.
9371         * sysdeps/ia64/hp-timing.h: Likewise.
9372         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9373         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9374         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9375         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9376         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9377         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9378         (hp_timing_t): New.
9380         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9381         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9382         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9383         * elf/rtld.c (_dl_start_final): Likewise.
9384         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9385         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9386         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9387         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9388         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9389         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9390         (HP_TIMING_DIFF_INIT): Remove.
9391         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9392         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9393         (HP_TIMING_DIFF_INIT): Remove.
9394         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9395         * sysdeps/i386/i686/hp-timing.c: Remove file.
9396         * sysdeps/x86_64/hp-timing.c: Remove file.
9397         * sysdeps/ia64/hp-timing.c: Remove file.
9398         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9399         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9400         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9401         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9403         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9404         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9405         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9406         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9407         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9408         (HP_TIMING_ACCUM): Remove.
9409         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9410         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9411         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9413         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9414         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9415         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9416         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9417         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9418         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9419         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9420         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9422         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9424 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9426         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9428 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9430         Sync up with gettext.
9431         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9432         [_MSC_VER]: Include malloc.h
9433         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9434         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9435         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9436         TEMP_FAILURE_RETRY.  Cast return of alloca.
9437         [!_LIBC] Call gl_rwlock_init.
9438         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9440 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9442         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9443         before checking its value.
9445 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9447         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9449         * debug/memcpy_chk.c: Don't include pagecopy.h.
9450         * debug/mempcpy_chk.c: Likewise.
9451         * string/memcpy.c: Likewise.
9452         * string/memmove.c: Likewise.
9453         * sysdeps/powerpc/memmove.c: Likewise.
9454         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9455         definition of PAGE_COPY_FWD_MAYBE here...
9456         * sysdeps/generic/pagecopy.h: ... from here.
9457         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9459 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9460             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9462         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9463         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9464         optimizations.
9465         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9466         (__libc_ifunc_impl_list): Likewise.
9467         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9468         multiarch strcat for PPC64.
9469         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9470         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9472 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9474         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9476 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9478         * intl/loadmsgcat.c: Remove declaration of
9479         get_sysdep_segment_value.
9480         (get_sysdep_segment_value): Use ISO C style.
9481         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9482         semicolon.  Fix typo and formatting in comment.
9483         (_nl_unload_domain): Use ISO C style.
9485         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9487 2014-07-02  Will Newton  <will.newton@linaro.org>
9489         * malloc/obstack.c: Merge from gnulib master.
9490         [HAVE_CONFIG_H]: Remove conditional code.
9491         [!_LIBC]: Include config.h.
9492         [!ELIDE_CODE]: Don't include inttypes.h, include
9493         stdint.h unconditionally.
9494         (print_and_abort): Mark as _Noreturn.
9495         (_obstack_allocated_p): Mark as __attribute_pure__.
9496         (obstack_free): Rename to __obstack_free.
9497         [!__attribute__]: Remove conditional code.
9498         * malloc/obstack.h: Merge from gnulib master.
9499         [__cplusplus]: Move conditional down.
9500         [!__attribute_pure__]: Define __attribute_pure__ here
9501         if it is not already defined.
9502         (_obstack_memory_used): Mark as __attribute_pure__.
9503         [!__obstack_free]: Define as obstack_free.
9504         [__GNUC__]: Remove check for ancient NeXT gcc.
9506 2014-07-02  Will Newton  <will.newton@linaro.org>
9507             Paul Eggert  <eggert@cs.ucla.edu>
9509         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9511 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9513         * resolv/gethnamaddr.c: Add comment warning that the file is
9514         not maintained.
9516 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9518         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9519         entries.
9521         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9522         entry for aio_cancel and aio_cancel64.
9523         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9524         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9525         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9526         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9527         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9528         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9529         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9530         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9531         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9532         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9533         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9534         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9535         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9537 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9539         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9540         * nptl/pthread_mutex_lock.c: Likewise.
9541         * nptl/pthread_mutex_timedlock.c: Likewise.
9542         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9544 2014-07-01  Richard henderson  <rth@redhat.com>
9546         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9547         (__isnan, __isnanl): Remove.
9548         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9550         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9552 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9554         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9556 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9558         * resolv/nss_dns/dns-host.c (getanswer_r)
9559         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9561 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9563         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9564         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9565         undefine.
9566         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9567         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9569 2014-07-01  Roland McGrath <roland@hack.frob.com>
9571         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9572         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9574         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9575         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9577         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9578         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9579         ... here.
9580         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9581         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9583         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9584         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9585         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9586         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9588         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9589         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9590         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9591         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9592         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9593         Moved ...
9594         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9595         ... here.
9596         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9597         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9598         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9599         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9600         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9601         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9602         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9603         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9604         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9605         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9606         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9607         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9608         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9609         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9610         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9611         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9612         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9613         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9614         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9615         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9616         ... here.
9617         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9618         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9619         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9620         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9621         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9622         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9623         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9624         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9626 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9628         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9629         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9630         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9631         Add sysdep.
9633 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9635         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9637 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9639         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9640         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9642         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9644         * sysdeps/arm/libm-test-ulps: Regenerated.
9646 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9647             Roland McGrath <roland@hack.frob.com>
9649         * test-skeleton.c (signal_handler): Kill the whole process group
9650         before killing the child individually.
9651         (main): Report any failure on `setpgid'.
9653 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9655         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9656         from _TLS_H to _ARM_NPTL_TLS_H.
9657         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9658         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9660 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9662         [BZ #16539]
9663         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9664         (__expm1l): Return argument unchanged when small but not
9665         subnormal.
9667         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9668         include macro name.
9669         (_FP_UNPACK_RAW_1_P): Likewise.
9670         (_FP_PACK_RAW_1): Likewise.
9671         (_FP_PACK_RAW_1_P): Likewise.
9672         (_FP_MUL_MEAT_1_wide): Likewise.
9673         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9674         (_FP_MUL_MEAT_1_hard): Likewise.
9675         (_FP_DIV_MEAT_1_imm): Likewise.
9676         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9677         (_FP_DIV_MEAT_1_udiv): Likewise.
9678         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9679         (_FP_UNPACK_RAW_2): Likewise.
9680         (_FP_UNPACK_RAW_2_P): Likewise.
9681         (_FP_PACK_RAW_2): Likewise.
9682         (_FP_PACK_RAW_2_P): Likewise.
9683         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9684         (_FP_MUL_MEAT_2_wide): Likewise.
9685         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9686         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9687         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9688         (_FP_MUL_MEAT_2_gmp): Likewise.
9689         (_FP_DIV_MEAT_2_udiv): Likewise.
9690         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9691         (_FP_FRAC_SRL_4): Likewise.
9692         (_FP_FRAC_SRST_4): Likewise.
9693         (_FP_FRAC_SRS_4): Likewise.
9694         (_FP_UNPACK_RAW_4): Likewise.
9695         (_FP_UNPACK_RAW_4_P): Likewise.
9696         (_FP_PACK_RAW_4): Likewise.
9697         (_FP_PACK_RAW_4_P): Likewise.
9698         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9699         (_FP_MUL_MEAT_4_wide): Likewise.
9700         (_FP_MUL_MEAT_4_gmp): Likewise.
9701         (umul_ppppmnnn): Likewise.
9702         (_FP_DIV_MEAT_4_udiv): Likewise.
9703         (__FP_FRAC_ADD_4): Likewise.
9704         (__FP_FRAC_SUB_3): Likewise.
9705         (__FP_FRAC_SUB_4): Likewise.
9706         (__FP_FRAC_DEC_3): Likewise.
9707         (__FP_FRAC_DEC_4): Likewise.
9708         (__FP_FRAC_ADDI_4): Likewise.
9709         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9710         (_FP_FRAC_SRL_8): Likewise.
9711         (_FP_FRAC_SRS_8): Likewise.
9713         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9714         include macro name.
9715         (FP_UNPACK_RAW_EP): Likewise.
9716         (FP_PACK_RAW_E): Likewise.
9717         (FP_PACK_RAW_EP): Likewise.
9718         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9719         (_FP_ISSIGNAN): Likewise.
9720         (_FP_ADD_INTERNAL): Likewise.
9721         (_FP_FMA): Likewise.
9722         (_FP_CMP): Likewise.
9723         (_FP_SQRT): Likewise.
9724         (_FP_TO_INT): Likewise.
9725         (_FP_FROM_INT): Likewise.
9726         (FP_EXTEND): Likewise.
9727         (_FP_DIV_MEAT_N_loop): Likewise.
9729 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9731         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9732         throughout.
9734 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9736         [BZ #17097]
9737         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9738         result with correct sign in case of exponents that produce
9739         overflow except for X very close to 1.
9741 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9743         mktime: merge #if/#ifdef usage from glibc
9744         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9745         as that works with both Glibc's and Gnulib's style.
9746         See thread starting at Siddhesh Poyarekar's bug report at:
9747         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9749 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9751         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9752         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9753         * sysdeps/tile/tilegx/memmove.c: Remove file.
9755 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9757         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9758         abi-name definition.
9759         * scripts/soversions.awk: Do not handle or generate ABI lines.
9760         * shlib-versions: Remove ABI entries.
9761         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9762         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9764 2014-06-27  Roland McGrath  <roland@hack.frob.com>
9766         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9767         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9768         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9769         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9770         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9771         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9772         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9773         Moved ...
9774         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9775         ... here.
9776         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9777         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9778         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9779         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9780         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9781         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9782         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9783         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9784         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9785         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9786         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9787         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9788         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9789         Moved ...
9790         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9791         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9792         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9793         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9794         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9795         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9796         Moved ...
9797         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9798         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9799         Moved ...
9800         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9801         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9802         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9803         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9804         Moved ...
9805         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9806         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9807         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9808         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9809         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9810         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9811         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9812         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9813         Moved ...
9814         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9815         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9816         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9817         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9818         Moved ...
9819         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9820         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9821         Moved ...
9822         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9823         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9824         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9825         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9826         Moved ...
9827         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9828         ... here.
9829         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9830         Identical file removed.
9831         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9832         Moved ...
9833         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9834         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9835         Identical file removed.
9836         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9837         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9838         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9839         Moved ...
9840         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9841         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9842         Identical file removed.
9843         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9844         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9845         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9846         Identical file removed.
9847         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9848         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9849         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9850         Identical file removed.
9851         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9852         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9853         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9854         Identical file removed.
9855         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9856         Moved ...
9857         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9859         Identical file removed.
9860         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9861         Moved ...
9862         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9863         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9864         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9865         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9866         Identical file removed.
9867         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9868         Moved ...
9869         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9870         ... here.
9871         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9872         Identical file removed.
9873         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9874         Moved ...
9875         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9876         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9877         Identical file removed.
9878         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9879         Moved ...
9880         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9881         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9882         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9883         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9884         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9885         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9886         Moved ...
9887         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9888         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9889         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9891         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9892         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9893         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9894         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9895         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9897 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
9899         [BZ #17092]
9900         * nscd/nscd.c (monitor_child): Return exit status of child
9901         instead of return value from wait syscall.
9903 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
9905         * configure.ac (libc_commonpagesize): Remove variable.
9906         (libc_relro_required): Likewise.
9907         (libc_cv_z_relro): Remove configure test.
9908         * configure: Regenerated.
9909         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9910         variable.
9911         (libc_relro_required): Likewise.
9912         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9913         (libc_relro_required): Likewise.
9914         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9915         (libc_relro_required): Likewise.
9916         * sysdeps/arm/preconfigure: Regenerated.
9917         * sysdeps/ia64/preconfigure: Remove file.
9918         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9919         variable.
9920         (libc_relro_required): Likewise.
9922         [BZ #16561]
9923         [BZ #16562]
9924         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9925         (__ieee754_yn): Set FE_TONEAREST mode internally and then
9926         recompute overflowing results in original rounding mode.
9927         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9928         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9929         recompute overflowing results in original rounding mode.
9930         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9931         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9932         recompute overflowing results in original rounding mode.
9933         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9934         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9935         recompute overflowing results in original rounding mode.
9936         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9937         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9938         recompute overflowing results in original rounding mode.
9939         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9940         (libc_feholdsetround_ctx): New macro.
9941         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9942         * sysdeps/i386/fpu/libm-test-ulps: Update.
9943         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9945 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9947         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9948         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9949         corresponding .cpsetup call.
9951 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9953         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9954         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9955         * sysdeps/arm/Makefile [$(subdir) = csu]
9956         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9957         (static-only-routines): Add aeabi_read_tp here.
9958         (shared-only-routines): Add libc-aeabi_read_tp here.
9959         (CFLAGS-libc-start.c): Add -fexceptions here.
9960         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9961         (sysdep_routines, static-only-routines, shared-only-routines):
9962         Don't add to these here.
9963         (CFLAGS-libc-start.c): Likewise.
9965         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9966         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9967         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9968         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9969         * sysdeps/arm/Makefile [$(subdir) = rt]
9970         (librt-sysdep_routines, librt-shared-only-routines):
9971         Append rt-aeabi_unwind_cpp_pr1 here.
9972         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9973         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9974         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9975         (libpthread-sysdep_routines, libpthread-shared-only-routines):
9976         Append nptl-aeabi_unwind_cpp_pr1 here.
9977         (tests): Filter out tst-cleanupx4 here.
9978         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9979         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9980         Don't do those here.
9982 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9984         * scripts/list-sources.sh: Do not handle ports specially.
9986 2014-06-26  Roland McGrath  <roland@hack.frob.com>
9988         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9989         * sysdeps/arm/feupdateenv.c: Likewise.
9991         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9993 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
9995         * manual/texinfo.tex: Update to version 2014-05-05.10 with
9996         trailing whitespace removed.
9997         * scripts/config.guess: Update to version 2014-03-23.
9998         * scripts/config.sub: Update to version 2014-05-01
9999         * scripts/install-sh: Update to version 2013-12-25.23.
10000         * scripts/move-if-change: Update from gnulib.
10002 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10004         * debug/memmove_chk.c: Remove pagecopy.h include.
10006 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10008         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10009         identical to gnulib mktime.
10011 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10013         * configure.ac: Do not test for machine being rs6000.  Do not test
10014         for powerpc*-*soft.
10015         * configure: Regenerated.
10017         [BZ #11505]
10018         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10019         test.
10020         * configure: Regenerated.
10021         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10022         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10023         Remove configure test.
10024         * sysdeps/arm/configure: Regenerated.
10025         * sysdeps/nptl/configure.ac: Do not check
10026         libc_cv_asm_cfi_directives.
10027         * sysdeps/nptl/configure: Regenerated.
10028         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10029         * sysdeps/x86_64/nptl/configure: Remove generated file.
10030         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10031         unconditional.
10032         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10034 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10036         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10037         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10038         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10039         it is defined.
10041         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10042         instead of whether it is defined.
10043         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10044         * sysdeps/hppa/dl-machine.h: Likewise.
10045         * sysdeps/ia64/dl-machine.h: Likewise.
10046         * sysdeps/m68k/dl-machine.h: Likewise.
10047         * sysdeps/microblaze/dl-machine.h: Likewise.
10048         * sysdeps/mips/dl-machine.: Likewise.
10049         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10050         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10051         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10052         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10053         * sysdeps/sh/dl-machine.h: Likewise.
10054         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10055         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10056         * sysdeps/tile/dl-machine.h: Likewise.
10057         * sysdeps/x86_64/dl-machine.h: Likewise.
10059         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10060         code.
10061         (verify_persistent_db): Likewise.
10063 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10065         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10066         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10067         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10068         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10069         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10070         Moved ...
10071         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10072         ... here.
10073         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10074         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10075         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10076         Identical file removed.
10077         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10078         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10079         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10080         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10081         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10082         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10083         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10084         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10085         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10086         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10087         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10088         Moved ...
10089         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10091         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10092         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10093         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10095         Moved ...
10096         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10098         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10100         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10101         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10102         Identical file removed.
10103         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10104         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10105         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10106         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10107         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10108         Moved ...
10109         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10110         ... here.
10111         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10112         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10113         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10114         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10115         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10116         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10117         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10118         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10119         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10120         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10121         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10122         Moved ...
10123         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10125         Moved ...
10126         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10127         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10128         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10129         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10130         Moved ...
10131         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10133         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10135         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10136         folded into ...
10137         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10138         * sysdeps/unix/sysv/linux/s390/Versions
10139         (libpthread: GLIBC_2.19): New version set.
10140         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10141         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10142         (librt: GLIBC_2.3.3): New version set.
10143         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10144         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10145         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10146         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10147         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10148         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10149         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10150         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10151         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10152         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10153         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10154         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10155         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10156         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10157         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10158         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10159         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10160         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10161         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10162         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10163         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10164         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10165         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10166         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10167         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10168         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10169         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10170         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10171         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10172         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10173         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10174         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10175         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10176         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10177         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10178         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10179         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10180         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10181         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10182         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10183         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10184         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10185         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10186         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10187         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10190         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10191         (__libc_vfork): Define the function under this name.
10192         [!NOT_IN_libc] (__vfork): Make this an alias.
10193         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10194         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10195         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10196         (__libc_vfork): Define the function under this name.
10197         [!NOT_IN_libc] (__vfork): Make this an alias.
10198         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10199         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10200         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10201         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10202         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10203         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10205         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10206         code that was previously under [RESET_PID].
10207         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10208         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10209         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10211         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10212         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10213         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10214         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10215         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10216         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10217         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10218         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10219         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10220         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10221         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10222         Moved ...
10223         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10224         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10225         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10226         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10227         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10228         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10229         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10230         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10231         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10232         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10233         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10234         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10235         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10236         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10237         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10238         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10239         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10240         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10241         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10242         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10243         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10244         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10245         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10246         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10247         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10248         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10249         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10250         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10251         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10253 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10255         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10256         that was previously under [RESET_PID].
10257         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10259 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10261         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10262         not undefine and redefine.
10263         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10264         [O_CLOEXEC]: Make code unconditional.
10265         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10266         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10267         <kernel-features.h>.
10268         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10269         conditional variable definition.
10270         (shm_open) [O_CLOEXEC]: Make code unconditional.
10271         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10272         code.
10274         * configure.ac (USE_REGPARMS): Don't define here.
10275         * configure: Regenerated.
10276         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10277         * sysdeps/i386/configure: Regenerated.
10279         * nptl/createthread.c: Don't include kernel-features.h.
10280         * nptl/pthread_cancel.c: Likewise.
10281         * nptl/pthread_condattr_setclock.c: Likewise.
10282         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10283         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10284         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10285         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10286         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10287         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10288         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10289         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10290         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10291         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10292         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10293         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10294         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10295         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10296         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10297         * nscd/gai.c: Likewise.
10298         * nss/nss_db/db-open.c: Likewise.
10299         * sysdeps/generic/ldsodefs.h: Likewise.
10300         * sysdeps/sh/nptl/tls.h: Likewise.
10301         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10302         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10303         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10304         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10305         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10306         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10307         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10308         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10309         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10310         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10311         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10312         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10313         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10314         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10315         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10316         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10317         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10318         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10319         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10320         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10321         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10322         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10323         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10324         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10325         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10326         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10327         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10328         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10329         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10330         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10331         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10332         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10333         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10334         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10335         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10336         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10337         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10338         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10339         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10340         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10341         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10342         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10343         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10344         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10345         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10346         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10347         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10348         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10349         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10350         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10351         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10352         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10353         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10354         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10355         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10356         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10357         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10358         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10365         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10381         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10382         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10383         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10384         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10385         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10386         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10387         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10388         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10389         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10390         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10391         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10392         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10393         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10394         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10395         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10396         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10397         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10398         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10399         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10400         * sysdeps/unix/sysv/linux/system.c: Likewise.
10401         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10402         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10403         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10404         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10405         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10406         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10407         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10409         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10410         * configure: Regenerated.
10411         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10413         * configure.ac (base_machine): Do not set specially for particular
10414         machines here.
10415         * configure: Regenerated.
10416         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10417         settings from configure.ac.
10418         * sysdeps/i386/preconfigure: New file.
10419         * sysdeps/s390/preconfigure: Likewise.
10420         * sysdeps/sh/preconfigure: Likewise.
10421         * sysdeps/sparc/preconfigure: Likewise.
10423 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10425         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10426         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10427         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10428         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10429         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10430         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10431         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10432         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10433         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10434         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10435         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10436         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10437         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10438         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10439         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10440         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10441         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10442         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10443         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10445         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10446         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10447         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10448         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10449         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10450         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10451         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10452         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10453         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10454         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10455         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10456         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10457         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10458         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10459         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10460         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10461         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10462         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10463         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10464         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10465         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10466         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10467         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10468         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10469         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10470         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10471         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10472         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10473         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10474         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10475         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10476         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10477         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10478         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10479         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10480         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10481         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10482         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10485         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10486         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10487         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10489         Moved ...
10490         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10491         ... here.
10492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10497         Moved ...
10498         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10500         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10501         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10502         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10503         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10504         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10505         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10506         Moved ...
10507         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10508         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10509         Moved ...
10510         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10511         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10512         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10514         Moved ...
10515         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10516         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10517         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10518         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10519         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10520         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10521         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10522         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10523         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10524         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10525         Moved ...
10526         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10527         ... here.
10528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10529         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10530         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10531         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10532         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10533         Moved ...
10534         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10535         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10536         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10537         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10538         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10539         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10540         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10541         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10542         Moved ...
10543         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10544         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10545         Moved ...
10546         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10547         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10548         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10549         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10550         Moved ...
10551         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10552         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10553         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10554         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10555         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10557 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10559         * timezone/checktab.awk: Update from tzcode 2014e.
10560         * timezone/private.h: Likewise.
10561         * timezone/tzfile.h: Likewise.
10562         * timezone/zdump.c: Likewise.
10563         * timezone/zic.c: Likewise.
10565         * sysdeps/unix/sysv/linux/kernel-features.h
10566         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10567         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10568         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10569         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10570         Remove conditional code.
10572 2014-06-25  Will Newton  <will.newton@linaro.org>
10574         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10575         (_dl_arm_cap_flags): Add HWCAP2 values.
10576         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10577         (_DL_HWCAP_COUNT): Increase to 37.
10578         (_DL_HWCAP_LAST): New define.
10579         (_DL_HWCAP2_LAST): New define.
10580         (_dl_procinfo): Add support for printing
10581         AT_HWCAP2 entries.
10582         (_dl_string_hwcap): Use _dl_hwcap_string.
10584 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10586         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10588 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10590         * README: Do not mention ports directory.
10592         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10593         Remove macro.
10594         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10595         <kernel-features.h>.
10596         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10597         conditional variable definition.
10598         (__futimes): Update comment.
10599         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10600         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10602         [BZ #16560]
10603         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10604         arguments close to 0.
10605         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10606         Likewise.
10607         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10608         Likewise.
10609         * math/auto-libm-test-in: Add more tests of exp10.
10610         * math/auto-libm-test-out: Regenerated.
10611         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10613         * sysdeps/unix/sysv/linux/kernel-features.h
10614         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10615         * sysdeps/unix/sysv/linux/readv.c: Do not include
10616         <kernel-features.h>.
10617         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10618         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10619         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10620         unconditional.
10621         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10622         conditional code.
10623         * sysdeps/unix/sysv/linux/writev.c: Do not include
10624         <kernel-features.h>.
10625         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10626         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10627         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10628         unconditional.
10629         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10630         conditional code.
10632 2014-06-25  Will Newton  <will.newton@linaro.org>
10634         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10635         comment changes throughout the file.  Remove checks
10636         for HAVE_*_H definitions that are not required.
10637         (__gen_tempname): Call abort if an unknown kind value is
10638         passed.
10640 2014-06-25  Andreas Schwab  <schwab@suse.de>
10642         [BZ #17086]
10643         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10644         scalbln, scalblnf, scalblnl in libc.
10646 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10648         [BZ #17086]
10649         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10650         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10651         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10653 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10655         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10656         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10657         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10658         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10659         Update #include.
10660         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10661         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10662         Update #include.
10663         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10664         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10665         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10666         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10667         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10668         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10669         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10670         * sysdeps/x86/bits/semaphore.h: ... here.
10671         * sysdeps/x86/nptl/elide.h: Moved ...
10672         * sysdeps/x86/elide.h: ... here.
10673         * sysdeps/x86_64/nptl/Implies: File removed.
10674         * sysdeps/i386/nptl/Implies: File removed.
10676 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10678         [BZ #16539]
10679         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10680         return the argument for normal arguments with exponent below -64.
10681         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10682         Likewise.
10683         * math/auto-libm-test-in: Add another test of expm1.
10684         * math/auto-libm-test-out: Regenerated.
10686         [BZ #16287]
10687         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10688         calling __erfcl for arguments at least 16.
10689         * math/auto-libm-test-in: Add more tests of erf.
10690         * math/auto-libm-test-out: Regenerated.
10692         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10693         individual architectures.
10694         * sysdeps/unix/sysv/linux/configure: Regenerated.
10695         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10696         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10697         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10698         (ldd_rewrite_script): Define variable.
10699         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10701         file.
10702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10703         generated file.
10704         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10705         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10706         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10707         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10708         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10709         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10710         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10711         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10713 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10715         [BZ #17084]
10716         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10717         Rename member __data.d to __data.__elision_data.
10719 2014-06-24  Wilco  <wdijkstr@arm.com>
10721         * NEWS: Add 16918 to fixed bug list.
10723 2014-06-24  Wilco  <wdijkstr@arm.com>
10725         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10727 2014-06-24  Wilco  <wdijkstr@arm.com>
10729         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10730         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10731         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10732         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10733         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10734         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10735         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10736         Use _FPU_MASK_RM.
10738 2014-06-24  Wilco  <wdijkstr@arm.com>
10740         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10742 2014-06-24  Wilco  <wdijkstr@arm.com>
10744         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10745         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10746         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10747         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10749 2014-06-24  Wilco  <wdijkstr@arm.com>
10751         [BZ #16918]
10752         * sysdeps/arm/feupdateenv.c (feupdateenv):
10753         Rewrite to reduce FPSCR accesses and fix return value.
10755 2014-06-24  Wilco  <wdijkstr@arm.com>
10757         * sysdeps/arm/fclrexcpt.c (feclearexcept):
10758         Optimize to avoid unnecessary FPSCR writes.
10759         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10760         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10761         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10762         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10764 2014-06-24  Wilco  <wdijkstr@arm.com>
10766         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10767         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10768         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10769         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10770         Call libc_fetestexcept_vfp.
10771         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10772         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10773         __SOFTFP__ ifdef so that they can be built for softfp.
10775 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10777         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10778         argument type signed char.
10780         * Makerules (check-abi): Dump diff of symlist if the test
10781         fails.
10783 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10785         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10786         using abort.
10788         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10789         Remove unused variable ST.
10791 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
10793         [BZ #16354]
10794         [BZ #17061]
10795         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10796         small arguments before calling __expm1.
10797         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10798         small arguments before calling __expm1f.
10799         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10800         small arguments before calling __expm1l.
10801         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10802         Likewise.
10803         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10804         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
10805         spurious underflow for some cosh tests.
10806         * math/auto-libm-test-out: Regenerated.
10807         * sysdeps/i386/fpu/libm-test-ulps: Update.
10809         [BZ #17050]
10810         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10811         (__ieee754_y1): Set errno if return value overflows.
10812         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10813         (__ieee754_y1f): Set errno if return value overflows.
10814         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10815         (__ieee754_y1l): Set errno if return value overflows.
10816         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10817         (__ieee754_y1l): Set errno if return value overflows.
10818         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10819         * math/auto-libm-test-out: Regenerated.
10821         * math/gen-auto-libm-tests.c: Document use of
10822         ignore-zero-inf-sign.
10823         (input_flag_type): Add value flag_ignore_zero_inf_sign.
10824         (input_flags): Add ignore-zero-inf-sign.
10825         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10826         * math/gen-libm-test.pl (generate_testfile): Handle
10827         ignore-zero-inf-sign.
10828         * math/auto-libm-test-in: Mark some cpow tests with
10829         ignore-zero-inf-sign and some with xfail-rounding.
10830         * math/auto-libm-test-out: Regenerated.
10831         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10832         * sysdeps/i386/fpu/libm-test-ulps: Update.
10833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10835         [BZ #16315]
10836         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10837         overflowing or underflowing operations take place with sign of
10838         result.
10839         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10840         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10841         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10842         (__ieee754_pow): Recompute overflowing and underflowing results in
10843         original rounding mode.
10844         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10845         (__powl_helper): Allow negative argument X and scale negated value
10846         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
10847         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10848         overflowing or underflowing operations take place with sign of
10849         result.
10850         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10851         Include <math.h>.
10852         * math/auto-libm-test-in: Add more tests of pow.
10853         * math/auto-libm-test-out: Regenerated.
10854         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10855         (pow_tonearest_test_data): Remove.
10856         (pow_test_tonearest): Likewise.
10857         (pow_towardzero_test_data): Likewise.
10858         (pow_test_towardzero): Likewise.
10859         (pow_downward_test_data): Likewise.
10860         (pow_test_downward): Likewise.
10861         (pow_upward_test_data): Likewise.
10862         (pow_test_upward): Likewise.
10863         (main): Don't call removed functions.
10864         * sysdeps/i386/fpu/libm-test-ulps: Update.
10865         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10867 2014-06-23  Roland McGrath  <roland@hack.frob.com>
10869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10870         Moved ...
10871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10873         Moved ...
10874         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10876         Moved ...
10877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10879         Moved ...
10880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10882         File removed.
10883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10884         File removed.
10885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10886         File removed.
10887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10888         File removed.
10889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10890         File removed.
10891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10892         File removed.
10893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10894         File removed.
10895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10896         File removed.
10897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10898         File removed.
10899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10900         File removed.
10901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10902         File removed.
10903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10904         File removed.
10905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10906         Moved ...
10907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10909         Moved ...
10910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10911         ... here.
10912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10913         Moved ...
10914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10916         Moved ...
10917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10919         Moved ...
10920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10922         Moved ...
10923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10925         Moved ...
10926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10928         Moved ...
10929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10931         Moved ...
10932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10935         ... here.
10936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10937         Moved ...
10938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10940         Moved ...
10941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10942         ... here.
10943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10944         Moved ...
10945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10946         ... here.
10947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10948         Moved ...
10949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10950         ... here.
10951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10952         Moved ...
10953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10955         Moved ...
10956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10960         Moved ...
10961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10962         ... here.
10963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10964         Moved ...
10965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10966         ... here.
10967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10968         Moved ...
10969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10971         Moved ...
10972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10974         Moved ...
10975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10977         Moved ...
10978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10980         Moved ...
10981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10982         ... here.
10983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10984         Moved ...
10985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10987         Moved ...
10988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10990         Moved ...
10991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10993         Moved ...
10994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10998         Moved ...
10999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11001         Moved ...
11002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11004         Moved ...
11005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11006         ... here.
11007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11008         Moved ...
11009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11010         ... here.
11011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11012         Moved ...
11013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11014         ... here.
11015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11016         Moved ...
11017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11019         Moved ...
11020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11022         Moved ...
11023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11025         Moved ...
11026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11027         ... here.
11028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11029         Moved ...
11030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11031         ... here.
11032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11033         Moved ...
11034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11035         ... here.
11036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11037         Moved ...
11038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11040         Moved ...
11041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11043 2014-06-23  Will Newton  <will.newton@linaro.org>
11044             Wilco  <wdijkstr@arm.com>
11046         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11047         implementation.  Include get-rounding-mode.h.
11048         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11049         [!libc_feholdsetround_noex_ctx]: Define
11050         libc_feholdsetround_noex_ctx.
11051         [!libc_feholdsetround_noexf_ctx]: Define
11052         libc_feholdsetround_noexf_ctx.
11053         [!libc_feholdsetround_noexl_ctx]: Define
11054         libc_feholdsetround_noexl_ctx.
11055         (libc_feholdsetround_ctx): New function.
11056         (libc_feresetround_ctx): New function.
11057         (libc_feholdsetround_noex_ctx): New function.
11058         (libc_feresetround_noex_ctx): New function.
11060 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11062         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11063         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11064         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11065         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11066         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11067         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11069         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11070         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11071         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11072         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11073         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11074         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11075         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11076         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11077         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11078         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11079         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11080         Moved ...
11081         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11082         ... here.
11083         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11084         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11085         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11086         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11087         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11088         Moved ...
11089         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11090         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11091         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11092         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11093         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11094         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11095         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11096         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11097         Moved ...
11098         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11099         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11100         Moved ...
11101         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11102         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11103         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11104         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11105         Moved ...
11106         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11107         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11108         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11109         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11110         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11111         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11112         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11113         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11114         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11115         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11116         Moved ...
11117         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11118         ... here.
11119         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11120         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11121         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11122         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11123         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11124         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11125         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11126         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11127         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11128         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11129         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11130         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11131         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11132         Moved ...
11133         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11134         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11135         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11136         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11137         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11138         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11139         Moved ...
11140         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11141         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11142         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11143         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11144         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11146         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11147         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11148         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11149         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11150         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11151         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11152         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11153         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11154         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11155         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11156         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11157         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11158         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11159         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11160         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11161         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11162         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11163         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11164         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11165         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11166         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11167         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11168         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11169         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11170         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11171         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11172         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11173         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11175 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11177         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11178         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11179         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11180         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11181         (IPV6_PMTUDISC_INTERFACE): Likewise.
11182         (IPV6_PMTUDISC_OMIT): Likewise.
11184 2014-06-23  Andreas Schwab  <schwab@suse.de>
11186         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11187         Remove unused errout label.
11189 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11191         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11192         macro: hardware supports Vector Crypto instructions.
11194 2014-06-23  Will Newton  <will.newton@linaro.org>
11196         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11197         rather than __builtin_expect.
11199         * elf/dl-lookup.c (undefined_msg): Remove variable.
11200         (_dl_lookup_symbol_x): Replace undefined_msg with string
11201         literal.
11203         * elf/dl-lookup.c (do_lookup_unique): New function.
11204         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11205         to a separate function.
11207 2014-06-23  Andreas Schwab  <schwab@suse.de>
11209         [BZ #17079]
11210         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11211         before reading the next line.
11213 2014-06-23  Will Newton  <will.newton@linaro.org>
11215         * test-skeleton.c (signal_handler): Use printf and %m
11216         rather than perror.  Use printf rather than fprintf to
11217         stderr.  Use puts rather than fputs to stderr.
11218         (main): Likewise.
11220 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11222         * nscd/nscd.c (thread_info_t): Remove typedef.
11223         (thread_info): Remove variable.
11225 2014-06-21  Allan McRae  <allan@archlinux.org>
11227         * NEWS: Mention CVE-2014-4043.
11229 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11231         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11232         * nptl/smp.h: ... here.
11234         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11236         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11237         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11238         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11239         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11241         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11242         * nptl/stack-aliasing.h: New file.
11243         * sysdeps/i386/i686/stack-aliasing.h: New file.
11244         * sysdeps/i386/i686/nptl/Makefile: File removed.
11245         * sysdeps/x86_64/stack-aliasing.h: New file.
11246         * sysdeps/x86_64/nptl/Makefile
11247         (CFLAGS-pthread_create.c): Variable removed.
11249         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11250         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11251         old file.
11252         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11253         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11254         old file.
11256 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11258         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11259         (__ASSUME_SIGFRAME_V2): Remove macro.
11260         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11261         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11262         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11263         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11264         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11265         Declare as function.  Remove conditional macro definitions.
11266         (__default_rt_sa_restorer): Likewise.
11267         (__default_sa_restorer_v1): Remove declaration.
11268         (__default_sa_restorer_v2): Likewise.
11269         (__default_rt_sa_restorer_v1): Likewise.
11270         (__default_rt_sa_restorer_v2): Likewise.
11271         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11272         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11273         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11275 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11277         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11278         (libpthread-routines): Add sysdep.
11279         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11280         * sysdeps/unix/sysv/linux/sparc/Versions
11281         (libpthread: GLIBC_2.3.3): New version set.
11282         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11283         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11284         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11285         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11286         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11287         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11288         Moved ...
11289         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11290         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11291         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11292         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11293         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11294         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11295         * sysdeps/sparc/nptl/sem_init.c: ... here.
11296         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11297         * sysdeps/sparc/nptl/sem_post.c: ... here.
11298         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11299         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11300         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11301         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11302         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11303         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11304         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11305         (libpthread-routines): Add cpu_relax.
11306         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11307         File removed.
11308         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11309         (librt: GLIBC_2.3.3): New version set.
11310         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11311         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11312         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11313         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11314         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11315         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11316         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11317         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11318         Moved ...
11319         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11321         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11322         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11323         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11324         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11325         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11326         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11327         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11328         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11329         Moved ...
11330         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11331         Update #include.
11332         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11333         Moved ...
11334         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11335         Update #include.
11336         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11337         Moved ...
11338         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11339         Update #include.
11340         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11341         Moved ...
11342         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11343         Update #include.
11344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11345         Moved ...
11346         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11347         Update #include.
11348         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11349         Moved ...
11350         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11351         Update #include.
11352         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11353         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11354         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11355         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11356         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11357         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11358         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11359         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11360         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11361         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11362         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11363         Moved ...
11364         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11366         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11367         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11368         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11370 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11372         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11373         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11374         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11375         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11376         * nscd/nscd.c: Likewise.
11377         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11378         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11379         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11380         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11382         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11383         <kernel-features.h>.
11384         (init_mq_netlink): Remove conditional have_sock_cloexec
11385         definitions.  Remove code conditional on have_sock_cloexec < 0.
11386         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11387         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11388         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11389         <kernel-features.h>.
11390         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11391         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11393 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11395         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11396         Add tests for memset_chk and memset.
11398         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11399         with AVX2_Usable.
11401 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11403         [BZ #16046]
11404         * elf/tst-dl-iter-static.c: New file.
11405         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11407         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11408         error.
11410 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11412         * sysdeps/unix/sysv/linux/kernel-features.h
11413         (__ASSUME_F_GETOWN_EX): Remove macro.
11414         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11415         <kernel-features.h>.
11416         (miss_F_GETOWN_EX): Remove variable or macro.
11417         (do_fcntl): Do not check miss_F_GETOWN_EX.
11418         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11420         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11421         Remove macro.
11422         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11423         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11424         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11426         * sysdeps/unix/sysv/linux/kernel-features.h
11427         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11428         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11429         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11430         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11432 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11434         [BZ #17075]
11435         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11436         Fix calculation of the symbol's value.
11437         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11438         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11439         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11440         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11441         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11442         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11443         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11444         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11445         (modules-names): Add `tst-armtlsdescmod',
11446         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11447         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11448         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11449         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11450         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11451         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11452         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11453         ($(objpfx)tst-armtlsdescloc): New dependency.
11454         ($(objpfx)tst-armtlsdescextnow): Likewise.
11455         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11456         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11457         TLS scheme support.
11458         * sysdeps/arm/configure: Regenerate.
11460 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11462         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11463         (__atfct_seterrno_2): Likewise.
11464         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11465         <kernel-features.h>.
11466         (__ASSUME_ATFCTS): Do not undefine and redefine.
11467         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11468         (__have_atfcts): Remove conditional definition.
11469         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11470         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11471         unreachable if [__ASSUME_ATFCTS].
11472         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11473         not undefine and redefine.
11474         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11475         <kernel-features.h>.
11476         (faccessat) [__NR_faccessat]: Make code unconditional.
11477         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11478         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11479         <kernel-features.h>.
11480         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11481         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11482         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11483         <kernel-features.h>.
11484         (fchownat) [__NR_fchownat]: Make code unconditional.
11485         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11486         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11487         <kernel-features.h>.
11488         (futimesat) [__NR_futimesat]: Make code unconditional.
11489         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11490         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11491         <kernel-features.h>.
11492         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11493         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11494         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11495         <kernel-features.h>.
11496         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11497         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11498         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11499         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11500         <kernel-features.h>.
11501         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11502         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11503         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11504         <kernel-features.h>.
11505         (linkat) [__NR_linkat]: Make code unconditional.
11506         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11507         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11508         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11509         <kernel-features.h>.
11510         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11511         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11512         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11513         <kernel-features.h>.
11514         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11515         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11516         * sysdeps/unix/sysv/linux/openat.c: Do not include
11517         <kernel-features.h>.
11518         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11519         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11520         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11521         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11522         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11523         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11524         <kernel-features.h>.
11525         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11526         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11527         result of INLINE_SYSCALL directly, not via int variable.
11528         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11529         <kernel-features.h>.
11530         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11531         (renameat) [__NR_renameat]: Make code unconditional.
11532         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11533         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11534         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11535         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11536         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11537         (__ASSUME_ATFCTS): Do not undefine and redefine.
11538         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11539         <kernel-features.h>.
11540         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11541         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11542         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11543         <kernel-features.h>.
11544         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11545         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11546         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11547         (__ASSUME_ATFCTS): Do not undefine and redefine.
11548         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11549         <kernel-features.h>.
11550         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11551         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11552         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11553         <kernel-features.h>.
11554         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11555         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11557 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11559         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11561 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11563         [BZ #17069]
11564         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11565         constructed tree before returning error.
11566         * posix/bug-regexp36.c: Expand test case.
11568 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11570         [BZ #6803]
11571         * math/libm-test.inc (scalbln_test_date):
11572         Add errno expectations.
11573         * math/w_scalblnf.c: New File.
11574         Add wrapper which checks for setting errno to ERANGE.
11575         Add weak_alias for corresponding scalbln function.
11576         * math/w_scalbln.c: Likewise.
11577         * math/w_scalblnl.c: Likewise.
11578         * math/Makefile (libm-calls): Add w_scalbln.
11579         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11580         Remove weak_alias for corresponding scalbln function.
11581         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11582         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11583         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11584         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11585         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11586         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11587         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11588         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11589         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11590         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11591         Remove long_double_symbol for scalblnl function in libm, libc.
11592         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11593         Add wrapper which checks for setting errno to ERANGE.
11594         Add long_double_symbol for scalblnl function in libm, libc.
11595         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11596         Remove long_double_symbol for scalblnl in libm.
11597         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11598         Add wrapper which checks for setting errno to ERANGE.
11599         Add long_double_symbol for scalblnl function in libm.
11600         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11601         Do not use wrapper because of own implementation.
11603 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11605         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11606         3 bytes for __pad1 for x32.
11607         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11609 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11610             H.J. Lu  <hongjiu.lu@intel.com>
11612         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11613         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11614         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11615         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11616         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11618 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11620         [BZ #17069]
11621         * posix/regcomp.c (parse_expression): Deallocate partially
11622         constructed tree before returning error.
11623         * posix/Makefile.c (tests): Add bug-regex36.
11624         (generated): Add bug-regex36.mtrace.
11625         (tests-special): Add $(objpfx)bug-regex36-mem.out
11626         (bug-regex36-ENV): New variable.
11627         ($(objpfx)bug-regex36-mem.out): New rule.
11628         * posix/bug-regex36.c: New file.
11630 2014-06-19  Will Newton  <will.newton@linaro.org>
11632         * malloc/malloc.c (systrim): If extra is zero then return
11633         early.
11635 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11637         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11639 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11641         * sysdeps/aarch64/strchr.S: New file.
11643 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11645         [BZ #17022]
11646         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11647         from arguments -2 or below.
11648         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11649         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11651 2014-06-18  Andreas Schwab  <schwab@suse.de>
11653         [BZ #17062]
11654         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11655         of a bracket expr not to run off the end of the string.
11656         * posix/Makefile (tests): Add tst-fnmatch3.
11657         * posix/tst-fnmatch3.c: New file.
11659 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11661         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11662         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11663         [$(cross-compiling) = no]: Likewise.
11664         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11665         [$(cross-compiling) = no]: Likewise.
11667 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11669         [BZ #17031]
11670         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11671         double, adjusted for any remainder from the high double.
11672         * math/libm-test.inc (nearbyint): Add tests.
11673         (rint): Likewise.
11675 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11677         * nptl/sysdeps/powerpc/Makefile: Moved ...
11678         * sysdeps/powerpc/nptl/Makefile: ... here.
11679         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11680         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11681         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11682         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11683         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11684         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11685         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11686         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11687         * nptl/sysdeps/powerpc/tls.h: Moved ...
11688         * sysdeps/powerpc/nptl/tls.h: ... here.
11690 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11692         [BZ #16681]
11693         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11694         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11695         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11696         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11697         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11698         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11699         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11700         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11701         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11703 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11705         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11707 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11709         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11710         defined operator.
11712         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11713         $TIMEOUTFACTOR.
11715 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11717         [BZ #17058]
11718         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11719         non-executed part of the test.
11721 2014-06-16  Andreas Schwab  <schwab@suse.de>
11723         * string/bits/string2.h (strdup, strndup): Update feature guard.
11725 2014-06-14  David S. Miller  <davem@davemloft.net>
11727         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11729 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11731         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11732         that was previously under [RESET_PID].
11733         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11735         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11736         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11737         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11738         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11739         (__libc_vfork): New strong alias.
11740         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11742 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11744         * sysdeps/generic/elide.h: New file.
11746 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
11748         * Makefile (installed-headers): Adjust path of pthread.h header.
11750 2014-06-13  Roland McGrath  <roland@hack.frob.com>
11752         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11753         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11754         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11755         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11757         * nptl/sysdeps/s390/Makefile: Moved ...
11758         * sysdeps/s390/nptl/Makefile: ... here.
11759         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11760         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11761         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11762         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11763         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11764         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11765         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11766         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11767         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11768         * sysdeps/s390/nptl/pthreaddef.h: ... here.
11769         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11770         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11771         * nptl/sysdeps/s390/tls.h: Moved ...
11772         * sysdeps/s390/nptl/tls.h: ... here.
11774         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11775         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11777 2014-06-13  David S. Miller  <davem@davemloft.net>
11779         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11780         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11781         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11782         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11783         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11784         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11785         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11786         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11787         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11788         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11789         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11790         Remove RESET_PID cpp guards.
11791         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11792         Remove RESET_PID cpp guards.
11793         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11795 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
11797         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11798         __sp to uintptr_t.
11800 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11802         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11803         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11804         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11805         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11806         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11807         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11808         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11809         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11810         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11811         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11812         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11813         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11814         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11815         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11816         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11817         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11818         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11819         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11820         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11821         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11823         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11824         (pthread_rwlock_rdlock): Add elision.
11825         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11826         (pthread_rwlock_wrlock): Add elision.
11827         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11828         (pthread_rwlock_trywrlock): Add elision.
11829         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11830         (pthread_rwlock_tryrdlock): Add elision.
11831         * nptl/pthread_rwlock_unlock.c: Include elide.h.
11832         (pthread_rwlock_tryrdlock): Add elision unlock.
11833         * nptl/sysdeps/pthread/pthread.h:
11834         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11835         (PTHREAD_RWLOCK_INITIALIZER,
11836         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11837         Handle new elision field.
11838         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11839         * sysdeps/arm/nptl/bits/pthreadtypes.h
11840         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11841         * sysdeps/sh/nptl/bits/pthreadtypes.h
11842         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11843         * sysdeps/tile/nptl/bits/pthreadtypes.h
11844         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11845         * sysdeps/a/nptl/bits/pthreadtypes.h
11846         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11847         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11848         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11849         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11850         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11851         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11852         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11853         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11854         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11855         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11856         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11857         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11858         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11859         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11860         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11861         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11862         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11863         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11864         (elision_init): Set try_xbegin to zero when no RTM.
11865         * sysdeps/x86/nptl/bits/pthreadtypes.h
11866         (pthread_rwlock_t): Change __pad1 to __rwelision.
11867         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11869 2014-06-13  Andi Kleen  <ak@linux.intel.com>
11871         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11872         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11873         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11874         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11876 2014-06-13  Meador Inge  <meadori@codesourcery.com>
11878         [BZ #16996]
11879         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11880         that the cached result has been set before returning it.
11882 2014-06-12  Roland McGrath  <roland@hack.frob.com>
11884         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11885         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11886         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11887         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11888         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11889         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11891         * nptl/sysdeps/sparc/Makefile: Moved ...
11892         * sysdeps/sparc/nptl/Makefile: ... here.
11893         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11894         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11895         * nptl/sysdeps/sparc/tls.h: Moved ...
11896         * sysdeps/sparc/nptl/tls.h: ... here.
11897         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11898         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11899         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11900         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11901         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11902         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11903         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11904         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11905         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11906         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11907         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11908         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11909         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11910         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11911         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11912         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11913         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11914         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11915         Update #include.
11916         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11917         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11918         Update #include.
11919         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11920         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11921         Update #include.
11922         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11923         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11924         Update #include.
11926         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11928         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11929         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11931         * sysdeps/pthread/posix-timer.h: Include <list.h>.
11932         (struct list_links): Type removed.
11933         (struct thread_node, struct timer_node): Replace struct list_links
11934         with struct list_head.
11935         (list_unlink_ip): Likewise.
11936         * sysdeps/pthread/timer_routines.c
11937         (timer_free_list, thread_free_list, thread_active_list): Likewise.
11938         (list_append, list_insbefore): Likewise.
11939         (list_init): Function removed.
11940         (thread_init, init_module): Use INIT_LIST_HEAD instead.
11941         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11942         * sysdeps/pthread/Makefile: ... here, new file.
11944         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11945         * sysdeps/nptl/Implies: ... here.
11946         * sysdeps/unix/sysv/linux/Implies: Add nptl.
11947         * nptl/sysdeps/pthread/list.h: Moved ...
11948         * include/list.h: ... here.
11949         * nptl/sysdeps/pthread/createthread.c: Moved ...
11950         * nptl/createthread.c: ... here.
11951         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11952         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11953         * nptl/pt-longjmp.c: ... here.
11954         * nptl/sysdeps/pthread/Makefile: Moved ...
11955         * sysdeps/nptl/Makefile: ... here.
11956         * nptl/sysdeps/pthread/Subdirs: Moved ...
11957         * sysdeps/nptl/Subdirs: ... here.
11958         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11959         * sysdeps/nptl/aio_misc.h: ... here.
11960         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11961         * sysdeps/nptl/bits/libc-lock.h: ... here.
11962         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11963         * sysdeps/nptl/bits/libc-lockP.h: ... here.
11964         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11965         * sysdeps/nptl/bits/stdio-lock.h: ... here.
11966         * nptl/sysdeps/pthread/configure: Moved ...
11967         * sysdeps/nptl/configure: ... here.
11968         * nptl/sysdeps/pthread/configure.ac: Moved ...
11969         * sysdeps/nptl/configure.ac: ... here.
11970         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11971         * sysdeps/nptl/gai_misc.h: ... here.
11972         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11973         * sysdeps/nptl/librt-cancellation.c: ... here.
11974         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11975         * sysdeps/nptl/malloc-machine.h: ... here.
11976         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11977         * sysdeps/nptl/pthread-functions.h: ... here.
11978         * nptl/sysdeps/pthread/pthread.h: Moved ...
11979         * sysdeps/nptl/pthread.h: ... here.
11980         * nptl/sysdeps/pthread/setxid.h: Moved ...
11981         * sysdeps/nptl/setxid.h: ... here.
11982         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11983         * sysdeps/nptl/sigfillset.c: ... here.
11984         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11985         * sysdeps/nptl/tcb-offsets.h: ... here.
11986         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11987         * sysdeps/nptl/tst-mqueue8x.c: ... here.
11988         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11989         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11990         * nptl/sysdeps/pthread/allocalim.h: Moved ...
11991         * sysdeps/pthread/allocalim.h: ... here.
11992         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11993         * sysdeps/pthread/bits/sigthread.h: ... here.
11994         * nptl/sysdeps/pthread/flockfile.c: Moved ...
11995         * sysdeps/pthread/flockfile.c: ... here.
11996         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11997         * sysdeps/pthread/ftrylockfile.c: ... here.
11998         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11999         * sysdeps/pthread/funlockfile.c: ... here.
12000         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12001         * sysdeps/pthread/posix-timer.h: ... here.
12002         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12003         * sysdeps/pthread/timer_create.c: ... here.
12004         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12005         * sysdeps/pthread/timer_delete.c: ... here.
12006         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12007         * sysdeps/pthread/timer_getoverr.c: ... here.
12008         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12009         * sysdeps/pthread/timer_gettime.c: ... here.
12010         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12011         * sysdeps/pthread/timer_routines.c: ... here.
12012         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12013         * sysdeps/pthread/timer_settime.c: ... here.
12014         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12015         * sysdeps/pthread/tst-timer.c: ... here.
12016         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12017         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12019         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12020         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12022         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12023         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12024         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12025         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12026         Update #include target.
12027         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12028         * sysdeps/i386/i686/nptl/Makefile: ... here.
12029         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12030         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12031         Update #include target.
12032         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12033         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12034         * nptl/sysdeps/i386/Makefile: Moved ...
12035         * sysdeps/i386/nptl/Makefile: ... here.
12036         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12037         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12038         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12039         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12040         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12041         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12042         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12043         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12044         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12045         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12046         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12047         * nptl/sysdeps/i386/tls.h: Moved ...
12048         * sysdeps/i386/nptl/tls.h: ... here.
12050         * sysdeps/sh/Makefile [$(subdir) = csu]
12051         (gen-as-const-headers): Add tcb-offsets.sym.
12052         * nptl/sysdeps/sh/Makefile: File removed.
12053         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12054         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12055         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12056         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12057         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12058         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12059         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12060         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12061         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12062         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12063         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12064         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12065         * nptl/sysdeps/sh/tls.h: Moved ...
12066         * sysdeps/sh/nptl/tls.h: ... here.
12067         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12068         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12069         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12070         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12071         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12072         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12073         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12074         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12075         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12076         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12077         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12078         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12079         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12080         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12081         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12082         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12083         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12084         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12085         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12086         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12087         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12088         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12089         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12090         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12091         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12092         Moved ...
12093         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12094         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12095         Moved ...
12096         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12097         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12098         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12099         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12100         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12101         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12102         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12103         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12104         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12105         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12106         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12107         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12108         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12109         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12110         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12111         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12112         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12113         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12114         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12116 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12118         * posix/spawn_faction_addopen.c: Include string.h.
12120 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12122         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12123         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12124         * nptl/sysdeps/x86_64/Makefile: Moved ...
12125         * sysdeps/x86_64/nptl/Makefile: ... here.
12126         * nptl/sysdeps/x86_64/configure: Moved ...
12127         * sysdeps/x86_64/nptl/configure: ... here.
12128         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12129         * sysdeps/x86_64/nptl/configure.ac: ... here.
12130         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12131         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12132         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12133         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12134         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12135         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12136         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12137         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12138         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12139         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12140         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12141         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12142         * nptl/sysdeps/x86_64/tls.h: Moved ...
12143         * sysdeps/x86_64/nptl/tls.h: ... here.
12144         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12145         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12146         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12147         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12149         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12151 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12153         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12155 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12157         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12158         type.
12159         [POSIX] (off_t): Likewise.
12160         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12161         [POSIX] (S_ISBLK): Require macro.
12162         [POSIX] (S_ISCHR): Likewise.
12163         [POSIX] (S_ISDIR): Likewise.
12164         [POSIX] (S_ISFIFO): Likewise.
12165         [POSIX] (S_ISREG): Likewise.
12166         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12167         optional-macro.
12168         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12169         type.
12170         [POSIX] (time_t): Likewise.
12171         [POSIX] (timer_t): Likewise.
12173 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12175         [BZ #17048]
12176         * posix/spawn_int.h (struct __spawn_action): Make the path string
12177         non-const to support deallocation.
12178         * posix/spawn_faction_addopen.c
12179         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12180         * posix/spawn_faction_destroy.c
12181         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12182         path in all spawn_do_open actions.
12183         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12184         posix_spawn_file_actions_addopen.
12186 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12188         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12189         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12190         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12191         conditional code always true.
12192         (__libc_vfork): New alias.
12194 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12196         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12197         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12199         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12201         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12202         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12204         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12205         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12207         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12208         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12210 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12212         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12213         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12214         multiarch strcmp for PPC64.
12215         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12216         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12217         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12218         multiarch optimizations.
12219         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12220         (__libc_ifunc_impl_list): Likewise.
12222 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12224         * benchtests/scripts/validate_benchout.py: New script.
12225         * benchtests/Makefile (bench-func): Call it.
12226         * benchtests/scripts/benchout.schema.json: New file.
12228 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12230         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12231         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12232         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12233         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12234         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12235         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12236         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12237         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12238         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12239         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12240         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12241         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12242         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12243         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12244         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12245         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12246         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12247         Moved ...
12248         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12249         ... here.
12250         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12251         Moved ...
12252         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12253         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12254         Moved ...
12255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12256         ... here.
12257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12258         Moved ...
12259         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12260         ... here.
12261         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12262         Moved ...
12263         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12264         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12265         Moved ...
12266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12267         ... here.
12268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12269         Moved ...
12270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12271         ... here.
12272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12273         Moved ...
12274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12275         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12276         Moved ...
12277         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12278         ... here.
12279         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12280         Moved ...
12281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12282         ... here.
12283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12284         Moved ...
12285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12286         ... here.
12287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12288         Moved ...
12289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12290         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12291         Moved ...
12292         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12293         ... here.
12294         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12295         Moved ...
12296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12297         ... here.
12298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12299         Moved ...
12300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12301         ... here.
12302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12303         Moved ...
12304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12305         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12306         Moved ...
12307         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12308         ... here.
12309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12310         Moved ...
12311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12312         ... here.
12313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12314         Moved ...
12315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12316         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12317         Moved ...
12318         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12319         ... here.
12320         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12321         Moved ...
12322         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12324         Moved ...
12325         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12327         Moved ...
12328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12329         ... here.
12330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12331         Moved ...
12332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12333         ... here.
12334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12335         Moved ...
12336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12337         ... here.
12338         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12339         Moved ...
12340         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12342         Moved ...
12343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12344         ... here.
12345         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12346         Moved ...
12347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12348         ... here.
12349         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12350         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12351         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12352         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12353         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12354         Moved ...
12355         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12356         ... here.
12357         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12358         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12359         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12360         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12361         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12362         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12363         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12364         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12365         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12366         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12367         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12368         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12369         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12370         Moved ...
12371         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12372         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12373         Moved ...
12374         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12375         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12376         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12377         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12378         Moved ...
12379         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12380         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12381         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12382         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12383         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12384         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12385         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12387 2014-06-10  Wilco  <wdijkstr@arm.com>
12389         * math/test-fenv-return.c: New file.
12390         * math/Makefile: Add new test test-fenv-return.
12392 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12394         [BZ #17042]
12395         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12396         when x - 1 is zero.
12397         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12398         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12399         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12400         0.0L for an argument of 1.0L.
12401         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12402         Likewise.
12403         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12404         value when x - 1 is zero.
12405         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12406         * sysdeps/i386/fpu/libm-test-ulps: Update.
12407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12409 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12411         [BZ #15119]
12412         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12414 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12416         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12417         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12419 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12421         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12422         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12424         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12425         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12427         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12428         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12430         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12431         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12433         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12434         if not already defined.
12435         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12436         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12437         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12438         (TLS_INIT_TP): Use it.
12439         (TLS_DEFINE_INIT_TP): New macro.
12440         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12442 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12444         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12445         constant.
12446         [POSIX] (IXANY): Likewise.
12447         [POSIX] (OLCUC): Likewise.
12448         [POSIX || POSIX2008] (CBAUD): Do not allow.
12449         [POSIX || POSIX2008] (DEFECHO): Likewise.
12450         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12451         [POSIX || POSIX2008] (ECHOKE): Likewise.
12452         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12453         [POSIX || POSIX2008] (EXTA): Likewise.
12454         [POSIX || POSIX2008] (EXTB): Likewise.
12455         [POSIX || POSIX2008] (FLUSHO): Likewise.
12456         [POSIX || POSIX2008] (LOBLK): Likewise.
12457         [POSIX || POSIX2008] (PENDIN): Likewise.
12458         [POSIX || POSIX2008] (SWTCH): Likewise.
12459         [POSIX || POSIX2008] (VDISCARD): Likewise.
12460         [POSIX || POSIX2008] (VDSUSP): Likewise.
12461         [POSIX || POSIX2008] (VLNEXT): Likewise.
12462         [POSIX || POSIX2008] (VREPRINT): Likewise.
12463         [POSIX || POSIX2008] (VSTATUS): Likewise.
12464         [POSIX || POSIX2008] (VWERASE): Likewise.
12465         (B*): Change to B[0123456789]*.
12466         * conform/data/time.h-data [POSIX || UNIX98]
12467         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12468         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12469         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12470         [POSIX] (tm_*): Do not allow.
12472 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12474         * Makefile (install): Don't set LANGUAGE.
12475         * Makefile.in (install): Likewise.
12476         * assert/Makefile (test-assert-ENV): Remove variable.
12477         (test-assert-perr-ENV): Likewise.
12478         * elf/Makefile (neededtest4-ENV): Likewise.
12479         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12480         [$(cross-compiling) = no]: Don't set LANGUAGE.
12481         * io/ftwtest-sh (LANG): Remove variable.
12482         * libio/Makefile (tst-widetext-ENV): Likewise.
12483         * manual/install.texi (Running make install): Don't refer to
12484         environment settings for make install.
12485         * INSTALL: Regenerated.
12486         * nptl/tst-tls6.sh: Don't set LANG.
12487         * posix/globtest.sh (LANG): Remove variable.
12488         * string/Makefile (tester-ENV): Likewise.
12489         (inl-tester-ENV): Likewise.
12490         (noinl-tester-ENV): Likewise.
12491         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12492         [$(cross-compiling) = no]: Don't set LANGUAGE.
12493         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12494         without explicit environment settings.
12496 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12498         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12499         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12500         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12501         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12503 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12505         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12506         other files in the crypt directory.
12507         * crypt/crypt.c: Remove duplicate includes.
12508         * crypt/crypt-entry.c: Likewise.
12509         * crypt/crypt_util.c: Likewise.
12511 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12513         * Makeconfig (run-program-env): New variable.
12514         (run-program-prefix-before-env): Likewise.
12515         (run-program-prefix-after-env): Likewise.
12516         (run-program-prefix): Define in terms of new variables.
12517         (built-program-cmd-before-env): New variable.
12518         (built-program-cmd-after-env): Likewise.
12519         (built-program-cmd): Define in terms of new variables.
12520         (test-program-prefix-before-env): New variable.
12521         (test-program-prefix-after-env): Likewise.
12522         (test-program-prefix): Define in terms of new variables.
12523         (test-program-cmd-before-env): New variable.
12524         (test-program-cmd-after-env): Likewise.
12525         (test-program-cmd): Define in terms of new variables.
12526         * Rules (make-test-out): Use $(run-program-env).
12527         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12528         (help): Do not mention environment variables.  Mention
12529         --timeoutfactor option.
12530         (timeoutfactor): New variable.
12531         (blacklist_exports): Remove function.
12532         (exports): Remove variable.
12533         (command): Do not include ${exports}.
12534         * manual/install.texi (Configuring and compiling): Do not mention
12535         test wrappers preserving environment variables.  Mention that last
12536         assignment to a variable must take precedence.
12537         * INSTALL: Regenerated.
12538         * benchtests/Makefile (run-bench): Use $(run-program-env).
12539         * catgets/Makefile ($(objpfx)test1.cat): Use
12540         $(built-program-cmd-before-env), $(run-program-env) and
12541         $(built-program-cmd-after-env).
12542         ($(objpfx)test2.cat): Do not specify environment variables
12543         explicitly.
12544         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12545         $(run-program-env) and $(built-program-cmd-after-env).
12546         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12547         $(run-program-env) and $(test-program-cmd-after-env).
12548         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12549         explicitly.
12550         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12551         run_program_env and test_program_cmd_after_env arguments.
12552         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12553         * elf/tst-pathopt.sh: Use run_program_env argument.
12554         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12555         $(test-wrapper-env) and $(run-program-env).
12556         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12557         run_program_env arguments.
12558         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12559         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12560         $(test-program-prefix-before-env), $(run-program-env) and
12561         $(test-program-prefix-after-env).
12562         ($(objpfx)tst-gettext2.out): Likewise.
12563         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12564         run_program_env and test_program_prefix_after_env arguments.
12565         * intl/tst-gettext2.sh: Likewise.
12566         * intl/tst-gettext4.sh: Do not set environment variables
12567         explicitly.
12568         * intl/tst-gettext6.sh: Likewise.
12569         * intl/tst-translit.sh: Likewise.
12570         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12571         $(test-program-prefix-before-env), $(run-program-env) and
12572         $(test-program-prefix-after-env).
12573         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12574         run_program_env and test_program_prefix_after_env arguments.
12575         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12576         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12577         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12578         explicitly with each use of ${test_wrapper_env}.
12579         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12580         $(test-program-prefix-before-env), $(run-program-env) and
12581         $(test-program-prefix-after-env).
12582         * posix/tst-getconf.sh: Do not set environment variables
12583         explicitly.
12584         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12585         run_program_env and test_program_prefix_after_env arguments.
12586         * stdio-common/tst-printf.sh: Do not set environment variables
12587         explicitly.
12588         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12589         $(test-program-prefix-before-env), $(run-program-env) and
12590         $(test-program-prefix-after-env).
12591         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12592         run_program_env and test_program_prefix_after_env arguments.
12593         Split $test calls into $test_pre and $test.
12594         * timezone/Makefile (build-testdata): Use
12595         $(built-program-cmd-before-env), $(run-program-env) and
12596         $(built-program-cmd-after-env).
12598 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12600         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12601         strlen for non SHARED builds.
12603 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12605         * nptl/allocatestack.c (check_list): Inlined function...
12606         (__reclaim_stacks): ... here.
12608 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12610         [BZ #15698]
12611         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12612         memory overrun.
12614 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12616         * Rules (make-test-out): Include
12617         LOCPATH=$(common-objpfx)localedata in default environment.
12618         * debug/Makefile (tst-chk1-ENV): Remove variable.
12619         (tst-chk2-ENV): Likewise.
12620         (tst-chk3-ENV): Likewise.
12621         (tst-chk4-ENV): Likewise.
12622         (tst-chk5-ENV): Likewise.
12623         (tst-chk6-ENV): Likewise.
12624         (tst-lfschk1-ENV): Likewise.
12625         (tst-lfschk2-ENV): Likewise.
12626         (tst-lfschk3-ENV): Likewise.
12627         (tst-lfschk4-ENV): Likewise.
12628         (tst-lfschk5-ENV): Likewise.
12629         (tst-lfschk6-ENV): Likewise.
12630         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12631         (tst-iconv7-ENV): Likewise.
12632         * intl/Makefile (LOCPATH-ENV): Likewise.
12633         (tst-codeset-ENV): Likewise.
12634         (tst-gettext3-ENV): Likewise.
12635         (tst-gettext5-ENV): Likewise.
12636         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12637         (tst-fopenloc-ENV): Likewise.
12638         (tst-fgetws-ENV): Remove variable.
12639         (tst-ungetwc1-ENV): Likewise.
12640         (tst-ungetwc2-ENV): Likewise.
12641         (bug-ungetwc2-ENV): Likewise.
12642         (tst-swscanf-ENV): Likewise.
12643         (bug-ftell-ENV): Likewise.
12644         (tst-fgetwc-ENV): Likewise.
12645         (tst-fseek-ENV): Likewise.
12646         (tst-ftell-partial-wide-ENV): Likewise.
12647         (tst-ftell-active-handler-ENV): Likewise.
12648         (tst-ftell-append-ENV): Likewise.
12649         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12650         (tst-regexloc-ENV): Likewise.
12651         (bug-regex1-ENV): Likewise.
12652         (tst-regex-ENV): Likewise.
12653         (tst-regex2-ENV): Likewise.
12654         (bug-regex5-ENV): Likewise.
12655         (bug-regex6-ENV): Likewise.
12656         (bug-regex17-ENV): Likewise.
12657         (bug-regex18-ENV): Likewise.
12658         (bug-regex19-ENV): Likewise.
12659         (bug-regex20-ENV): Likewise.
12660         (bug-regex22-ENV): Likewise.
12661         (bug-regex23-ENV): Likewise.
12662         (bug-regex25-ENV): Likewise.
12663         (bug-regex26-ENV): Likewise.
12664         (bug-regex30-ENV): Likewise.
12665         (bug-regex32-ENV): Likewise.
12666         (bug-regex33-ENV): Likewise.
12667         (bug-regex34-ENV): Likewise.
12668         (bug-regex35-ENV): Likewise.
12669         (tst-rxspencer-ENV): Likewise.
12670         (tst-rxspencer-no-utf8-ENV): Likewise.
12671         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12672         (tst-sscanf-ENV): Likewise.
12673         (tst-swprintf-ENV): Likewise.
12674         (tst-swscanf-ENV): Likewise.
12675         (test-vfprintf-ENV): Likewise.
12676         (scanf13-ENV): Likewise.
12677         (bug14-ENV): Likewise.
12678         (tst-grouping-ENV): Likewise.
12679         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12680         (tst-strtod3-ENV): Likewise.
12681         (tst-strtod4-ENV): Likewise.
12682         (tst-strtod5-ENV): Likewise.
12683         (testmb2-ENV): Likewise./
12684         * string/Makefile (tst-strxfrm-ENV): Likewise.
12685         (tst-strxfrm2-ENV): Likewise.
12686         (bug-strcoll1-ENV): Likewise.
12687         (test-strcasecmp-ENV): Likewise.
12688         (test-strncasecmp-ENV): Likewise.
12689         * time/Makefile (tst-strptime-ENV): Likewise.
12690         (tst-ftime_l-ENV): Likewise.
12691         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12692         (tst-mbrtowc-ENV): Likewise.
12693         (tst-wcrtomb-ENV): Likewise.
12694         (tst-mbrtowc2-ENV): Likewise.
12695         (tst-c16c32-1-ENV): Likewise.
12696         (tst-mbsnrtowcs-ENV): Likewise.
12698 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12700         * manual/resource.texi (How to get information about the memory
12701         subsystem?): Fix typo.
12702         Reported by Peon de la Parra Ivan <peon@keba.com>
12704 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12706         [BZ #16882]
12707         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12708         (pthread_spin_lock): Branch out of spin loop to proper location.
12709         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12710         (pthread_spin_lock): Likewise.
12712         * nptl/tst-spin4.c: New test.
12713         * nptl/Makefile (tests): Add tst-spin4.
12715 2014-06-03  Andreas Schwab  <schwab@suse.de>
12717         [BZ #15946]
12718         * resolv/res_send.c (send_dg): Reload file descriptor after
12719         calling reopen.
12721 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12723         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12725 2014-06-03  Richard Henderson  <rth@redhat.com>
12727         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12728         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12729         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12730         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12731         in the SAVE_PID block.
12732         (__libc_vfork): New alias.
12733         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12735         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12736         child in registers, not on the stack.  Remove RESET_PID conditionals.
12737         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12739 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12741         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12743 2014-06-03  Wilco  <wdijkstr@arm.com>
12745         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12746         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12747         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12748         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12749         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12750         Likewise.
12752 2014-06-03  Wilco  <wdijkstr@arm.com>
12754         * sysdeps/aarch64/fpu/math_private.h
12755         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12756         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12757         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12758         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12759         Fix declarations.
12761 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
12763         * crypt/crypt-private.h: Include ufc-crypt.h.
12764         (__b64_from_24bit): Declare extern.
12765         * crypt/crypt_util.c(__b64_from_24bit): New function.
12766         (b64t): New static const variable.
12767         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12768         (b64t): Remove variable.
12769         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12770         * crypt/sha256-crypt.c: Include crypt-private.h.
12771         (b64t): Remove variable.
12772         (__sha256_crypt_r): Remove b64_from_24bit and replace
12773         with __b64_from_24bit.
12774         * crypt/sha512-crypt.c: Likewise.
12776 2014-06-02  Roland McGrath  <roland@hack.frob.com>
12778         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12779         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12780         Label the code __libc_vfork rather than __vfork.
12781         [!NOT_IN_libc] (vfork): Define as weak alias.
12782         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12783         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12784         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12786 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12788         * malloc/malloc.c (malloc_info): Fix format specifier for
12789         n_mmaps.
12791 2014-06-02  Wilco  <wdijkstr@arm.com>
12793         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12794         FPCR write.
12796 2014-06-02  Wilco  <wdijkstr@arm.com>
12798         [BZ #17009]
12799         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12800         Rewrite to reduce FPCR/FPSR accesses.
12802 2014-06-01  David S. Miller  <davem@davemloft.net>
12804         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12806 2014-05-31  David S. Miller  <davem@davemloft.net>
12808         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12809         to occur in round to nearest mode when |x| >= 2.0
12811 2014-05-30  Richard Henderson  <rth@twiddle.net>
12813         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12814         (PSEUDO_RET_NOERRNO): Remove.
12815         (ret): Don't redefine.
12816         (ret_NOERRNO): Define in terms of ret.
12817         (ret_ERRVAL): Likewise.
12819         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12820         use of PSEUDO_RET; perform the error check directly.
12822 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
12824         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12825         with __int128_t.
12827 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12829         * malloc/malloc (malloc_info): Fix formatting.
12831 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12832             Roland McGrath  <roland@hack.frob.com>
12834         * malloc/malloc (malloc_info): Also print mmapped statistics.
12836 2014-05-30  Roland McGrath  <roland@hack.frob.com>
12838         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12839         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12841 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
12843         * malloc/malloc.c (malloc_info): Inline mi_arena.
12845 2014-05-29  Richard Henderson  <rth@twiddle.net>
12847         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12848         Remove comma before expanding ASM_ARGS_##nr.
12849         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12850         Make _x0 a strict output; make _x8 a strict input; adjust expansion
12851         of ASM_ARGS_##nr.
12852         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12853         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12854         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12855         (ASM_ARGS_1): Add leading comma.
12857         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12858         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12859         to __errno_location.
12860         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12861         Remove the expected plt for __errno_location.
12863         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12864         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12865         call to __read_tp.
12867         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12868         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
12869         it and break it down.
12870         (DOCARGS_0, DOCARGS_1): Do nothing.
12871         (DOCARGS_2): Update to store into the new stack frame.
12872         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12873         (UNDOCARGS_1): Update to restore from the new stack frame.
12874         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12875         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12877         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12878         (SINGLE_THREAD_P): New parameter for result regno.
12879         (PSEUDO): Update to match; use cbz instead of beq.
12881         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12882         Use ENTRY to define the _nocancel entry point.  Share the syscall
12883         and syscall error check paths with the cancel path.
12884         (PSEUDO_END): New.
12886         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12887         whitespace; tabs before and after asm mnemonics.
12889 2014-05-29  Eric Wong  <normalperson@yhbt.net>
12891         [BZ #15132]
12892         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12893         Call fstat64 or stat64 internally, depending on arguments passed.
12894         Replace stat buffer argument with file descriptor argument.
12895         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12896         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12897         Pass fd to __internal_statvfs instead of calling fstat64.
12898         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12899         Pass fd to __internal_statvfs64 instead of calling fstat64.
12900         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12901         Pass -1 to __internal_statvfs instead of calling stat64.
12902         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12903         Pass -1 to __internal_statvfs64 instead of calling stat64.
12905 2014-05-28  Roland McGrath  <roland@hack.frob.com>
12907         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12908         that was previously under [RESET_PID].
12909         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12911         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12912         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12914 2014-05-27  Roland McGrath  <roland@hack.frob.com>
12916         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12918         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12919         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12921 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
12923         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12925 2014-05-27  Andreas Schwab  <schwab@suse.de>
12927         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12928         TLS_INIT_TP macro.
12929         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12930         * elf/rtld.c (init_tls, dl_main): Likewise.
12931         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12932         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12933         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12934         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12935         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12936         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12937         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12938         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12939         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12940         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12941         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12942         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12943         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12944         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12945         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12946         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12947         * sysdeps/generic/tls.h: Update description.
12949 2014-05-27  Will Newton  <will.newton@linaro.org>
12951         [BZ #16990]
12952         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12953         and restore r2 rather than just restoring.
12955 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12957         [BZ #16724]
12958         * libio/tst-ftell-append.c: New test case.
12959         * libio/Makefile (tests): Add test case.
12960         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12961         append mode.
12962         * libio/wfileops.c (do_ftell_wide): Likewise.
12964 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12966         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12968         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12969         ...
12970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12972         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12973         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12974         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12975         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12976         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12977         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12978         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12979         Moved ...
12980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12981         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12982         Moved ...
12983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12984         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12985         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12986         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12987         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12988         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12989         ...
12990         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12991         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12992         Moved ...
12993         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12994         here.
12995         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12996         ...
12997         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12998         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12999         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13001         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13002         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13003         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13004         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13006         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13007         merge into ...
13008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13009         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13010         ...
13011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13012         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13013         ...
13014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13015         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13016         Moved ...
13017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13018         here.
13019         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13020         Moved ...
13021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13022         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13023         Moved ...
13024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13026         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13027         conditional [RESET_PID].
13028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13029         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13030         removed.
13031         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13032         removed.
13034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13035         <tcb-offsets.h>.
13036         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13037         (__libc_vfork): New strong alias.
13038         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13039         removed.
13040         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13041         Removed.
13043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13044         <tcb-offsets.h>.
13045         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13046         (__libc_vfork): New strong alias.
13047         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13048         removed.
13049         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13050         removed.
13052 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13054         * malloc/malloc.c (mi_arena): New function.
13055         (malloc_info): Remove nested function mi_arena. Call non-nosted
13056         function mi_arena.
13058 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13060         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13061         by insrwi.
13062         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13063         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13064         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13065         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13066         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13067         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13068         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13070 2014-05-26  Andreas Schwab  <schwab@suse.de>
13072         [BZ #16984]
13073         * locale/programs/repertoire.c (repertoire_read): Add slash
13074         between I18NPATH element and file name.
13075         * locale/programs/locfile.c (locfile_read): Likewise.
13077 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13079         * nptl/pthread_mutexattr_settype.c
13080         (__pthread_mutexattr_settype):
13081         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13083 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13085         * nptl/tst-mutex5 (do_test):
13086         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13088 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13090         * benchtests/README: Document 'init' directive.
13091         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13092         BENCH_INIT.
13093         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13094         (parse_file): Recognize 'init' directive.
13096 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13098         [BZ #16796]
13099         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13100         alignment of struct pthread.
13102 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13104         [BZ #16878]
13105         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13106         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13107         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13108         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13110 2014-05-25  Richard Henderson  <rth@twiddle.net>
13112         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13113         (SINGLE_THREAD_P_PIC): Remove.
13114         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13115         (SINGLE_THREAD_P_PIC): Remove.
13117         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13118         branch to syscall error ...
13119         (PSEUDO): ... here.
13120         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13121         from __local_syscall_error to .Lsyscall_error.
13122         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13123         (SYSCALL_ERROR): Update label name.
13125         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13126         Do not use DOARGS/UNDOARGS.
13127         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13128         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13129         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13130         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13131         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13133         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13134         block comment.
13136         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13137         define if !NOT_IN_libc.
13138         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13139         define with non-default symbol versions.
13141 2014-05-23  Richard Henderson  <rth@twiddle.net>
13143         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13144         (vfork, __vfork): Define via compat_symbol.
13146         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13147         [!HAVE_IFUNC] (vfork_compat): Remove.
13148         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13150 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13152         [BZ #16978]
13153         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13154         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13155         variable.
13157 2014-05-23  Richard Henderson  <rth@twiddle.net>
13159         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13160         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13161         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13162         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13164         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13165         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13166         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13167         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13168         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13169         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13170         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13171         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13172         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13173         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13174         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13175         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13176         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13177         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13178         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13179         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13180         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13181         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13182         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13183         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13184         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13185         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13186         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13187         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13188         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13189         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13190         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13191         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13192         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13193         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13194         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13195         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13196         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13197         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13198         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13199         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13200         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13201         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13202         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13203         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13204         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13205         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13206         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13207         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13208         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13209         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13210         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13211         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13212         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13213         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13214         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13215         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13216         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13217         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13218         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13219         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13221         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13222         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13223         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13224         before exiting on error.
13225         (__libc_vfork): New strong alias.
13226         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13227         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13229         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13230         that was previously under [RESET_PID].
13231         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13233         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13235 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13237         [BZ #16977]
13238         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13239         value when x - 1 is zero.
13240         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13241         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13242         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13243         0.0L for an argument of 1.0L.
13244         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13245         Likewise.
13246         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13247         value when x - 1 is zero.
13248         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13249         * sysdeps/i386/fpu/libm-test-ulps: Update.
13250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13252 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13254         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13255         alphasort and versionsort.
13257 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13259         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13260         macro.
13261         [copysignf]: Likewise.
13263 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13265         * crypt/md5-crypt.c: Fix formatting.
13267 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13269         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13270         (b64_from_24bit): New function.
13272 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13274         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13275         libc_hidden_builtin_def to ifunc.
13276         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13277         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13279 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13281         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13282         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13284 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13286         * nscd/Depend (linuxthreads): Remove.
13287         (nptl): Add.
13288         * resolv/Depend (linuxthreads): Remove.
13289         * rt/Depend (linuxthreads): Remove.
13291         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13292         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13293         $(common-objpfx)elf/.
13294         (link-libc-before-gnulib): Likewise.
13295         (elfobjdir): Remove variable.
13296         * Makefile (install): Use $(elf-objpfx) instead of
13297         $(common-objpfx)elf/.
13298         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13299         $(elfobjdir)/.
13300         (link-libc-deps): Likewise.
13301         ($(common-objpfx)libc.so): Likewise.
13302         ($(common-objpfx)linkobj/libc.so): Likewise.
13303         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13304         instead of $(common-objpfx)elf/.
13305         (symbolic-link-list): Likewise.
13306         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13307         [$(cross-compiling) = no]: Likewise.
13308         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13309         $(elfobjdir)/.
13310         (static-gnulib-arch): Likewise.
13311         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13312         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13313         $(common-objpfx)elf/.
13315 2014-05-21  Richard Henderson  <rth@redhat.com>
13317         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13318         (SINGLE_THREAD_P): Use the correct width load.  Fold
13319         into the ldr offset.
13321         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13322         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13324 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13326         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13327         (libgcc_s_resume): Use __attribute_used__.
13328         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13329         Likewise.
13331 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13333         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13334         optimization when used with float constants.
13336         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13338 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13340         [BZ #16915]
13341         * locale/nl_langinfo_l.c: Make direct reference to every
13342         _nl_current_CATEGORY symbol.
13343         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13344         (tests-static): Add tst-langinfo-static.
13345         (tests-special): Add tst-langinfo-static.out.
13346         ($(objpfx)tst-langinfo.out): Redirect output.
13347         ($(objpfx)tst-langinfo-static.out): New.
13348         * localedata/tst-langinfo.sh: Send output to stdout.
13349         * localedata/tst-langinfo-static.c: New file.
13351         [BZ #16965]
13352         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13353         when the shift amount is modulo the limb size.
13355 2014-05-20  Richard Henderson  <rth@redhat.com>
13357         [BZ #16967]
13358         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13359         Change type of sa_flags from unsigned int to int.
13361         [BZ #16966]
13362         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13364         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13366 2014-05-20  Will Newton  <will.newton@linaro.org>
13368         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13369         Test the return value of the system call in the nocancel case.
13371 2014-05-20  Will Newton  <will.newton@linaro.org>
13372             Yvan Roux  <yvan.roux@linaro.org>
13374         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13375         #include of asm/ptrace.h.
13376         (PTRACE_GET_THREAD_AREA): Remove #undef.
13377         (PTRACE_GETHBPREGS): Likewise.
13378         (PTRACE_SETHBPREGS): Likewise.
13379         (struct user_regs_struct): New structure.
13380         (struct user_fpsimd_struct): New structure.
13381         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13382         #include of asm/ptrace.h and second #include of sys/user.h.
13383         (PTRACE_GET_THREAD_AREA): Remove #undef.
13384         (PTRACE_GETHBPREGS): Likewise.
13385         (PTRACE_SETHBPREGS): Likewise.
13386         (ELF_NGREG): Use new struct user_regs_struct.
13387         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13389 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13391         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13392         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13394 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13396         [BZ #16958]
13397         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13398         membar to avoid block loads/stores to overlap previous stores.
13400 2014-05-17  Richard Henderson  <rth@redhat.com>
13402         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13403         Create the __##syscall_name##_nocancel entry point.
13404         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13405         Remove; let the sysdep-cancel.h code create it.
13407 2014-05-17  David S. Miller  <davem@davemloft.net>
13409         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13410         Protect with __USE_GNU.
13411         (TIOCSET_TEMPT): Likewise.
13412         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13413         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13414         these are already provided in bits/ioctl-types.h
13416 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13418         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13419         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13421         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13422         Use wait4 regardless of [__NR_waitpid].
13424 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13426         PR libgcc/60166
13427         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13428         (_FP_NANSIGN_Q): Set the quiet bit.
13430 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13432         * benchtests/Makefile
13433         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13434         not $(common-objpfx)math/libm.so.
13435         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13436         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13437         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13438         $(common-objpfx)dlfcn/libdl.so.
13439         ($(objpfx)tst-audit8): Depend on $(libm), not
13440         $(common-objpfx)math/libm.so.
13441         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13442         not $(common-objpfx)dlfcn/libdl.so.
13443         * math/Makefile
13444         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13445         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13446         [$(build-shared) = yes].
13447         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13448         $(common-objpfx)nptl/libpthread.so.
13449         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13450         $(common-objpfx)math/libm.so$(libm.so-version) or
13451         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13452         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13453         $(common-objpfx)dlfcn/libdl.so.
13454         * setjmp/Makefile (link-libm): Remove variable.
13455         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13456         * stdio-common/Makefile (link-libm): Remove variable.
13457         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13458         * stdlib/Makefile (link-libm): Remove variable.
13459         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13460         ($(objpfx)tst-strtod-round): Likewise.
13461         ($(objpfx)tst-tininess): Likewise.
13462         ($(objpfx)tst-strtod-underflow): Likewise.
13463         ($(objpfx)tst-strtod6): Likewise.
13464         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13465         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13466         $(common-objpfx)dlfcn/libdl.so.
13468 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13470         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13471         BSD terminal modes definitions.
13473 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13475         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13476         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13478         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13479         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13480         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13481         Don't do #include_next.
13482         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13483         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13484         Don't do #include_next.
13485         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13486         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13487         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13488         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13490 2014-05-16  Allan McRae  <allan@archlinux.org>
13492         * po/sv.po: Update Swedish translation from translation project.
13494         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13495         in sed expression.
13497 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13499         [BZ #16917]
13500         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13501         errno if the TIOCGPTN ioctl fails with an error different than
13502         EINVAL.
13503         * login/tst-ptsname.c: New file.
13504         * login/Makefile (tests): Add tst-ptsname.
13506         [BZ #16943]
13507         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13508         and prlimit64.
13510 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13512         [BZ #16849]
13513         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13514         herrno to return EAI_AGAIN.
13516 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13518         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13519         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13520         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13521         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13522         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13523         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13524         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13525         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13526         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13527         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13528         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13529         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13530         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13531         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13532         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13533         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13534         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13535         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13536         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13537         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13538         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13539         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13540         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13541         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13542         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13543         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13544         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13545         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13546         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13547         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13548         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13549         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13550         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13551         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13552         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13553         Moved ...
13554         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13555         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13556         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13557         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13558         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13559         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13560         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13561         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13562         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13563         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13564         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13565         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13566         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13567         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13568         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13569         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13570         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13571         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13572         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13573         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13574         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13576         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13577         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13578         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13579         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13580         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13581         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13582         Moved ...
13583         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13584         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13585         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13586         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13587         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13588         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13589         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13590         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13591         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13592         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13593         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13594         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13595         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13596         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13597         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13598         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13599         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13601         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13602         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13603         Moved ...
13604         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13605         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13606         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13608         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13609         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13610         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13611         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13612         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13613         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13614         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13615         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13616         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13617         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13618         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13619         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13620         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13621         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13622         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13623         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13624         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13625         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13626         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13627         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13628         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13629         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13630         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13631         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13632         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13633         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13634         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13635         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13636         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13637         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13638         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13640         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13641         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13643         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13644         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13645         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13646         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13647         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13648         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13649         Moved ...
13650         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13651         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13652         Moved ...
13653         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13654         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13655         Moved ...
13656         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13657         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13658         Moved ...
13659         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13660         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13661         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13662         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13663         Moved ...
13664         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13665         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13666         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13667         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13668         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13669         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13670         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13671         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13672         Moved ...
13673         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13674         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13675         Moved ...
13676         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13677         ... here.
13678         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13679         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13680         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13681         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13682         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13683         Moved ...
13684         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13685         ... here.
13686         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13687         Moved ...
13688         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13689         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13690         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13691         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13692         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13693         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13694         Moved ...
13695         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13696         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13697         Moved ...
13698         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13699         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13700         Moved ...
13701         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13702         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13703         Moved ...
13704         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13705         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13706         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13707         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13708         Moved ...
13709         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13710         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13711         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13712         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13713         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13714         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13715         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13716         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13717         Moved ...
13718         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13719         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13720         Moved ...
13721         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13722         ... here.
13723         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13724         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13725         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13726         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13727         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13728         Moved ...
13729         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13730         ... here.
13731         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13732         Moved ...
13733         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13734         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13735         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13736         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13737         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13738         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13739         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13740         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13741         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13742         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13743         Moved ...
13744         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13745         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13746         Moved ...
13747         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13748         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13749         Moved ...
13750         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13751         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13752         Moved ...
13753         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13754         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13755         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13756         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13757         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13758         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13759         Moved ...
13760         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13761         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13762         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13763         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13764         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13765         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13766         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13767         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13768         Moved ...
13769         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13770         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13771         Moved ...
13772         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13773         ... here.
13774         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13775         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13776         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13777         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13778         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13779         Moved ...
13780         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13781         ... here.
13782         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13783         Moved ...
13784         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13785         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13786         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13787         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13788         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13789         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13790         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13791         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13792         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13793         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13794         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13796         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13797         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13799         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13800         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13802         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13803         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13804         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13805         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13806         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13807         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13808         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13809         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13810         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13811         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13812         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13813         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13814         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13815         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13816         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13817         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13818         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13819         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13820         Moved ...
13821         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13822         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13823         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13824         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13825         Moved ...
13826         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13827         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13828         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13829         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13830         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13831         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13832         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13833         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13834         Moved ...
13835         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13836         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13837         Moved ...
13838         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13839         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13840         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13841         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13842         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13843         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13844         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13845         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13846         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13847         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13848         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13849         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13850         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13851         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13852         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13853         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13854         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13856         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13857         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13858         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13859         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13860         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13862         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13863         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13864         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13865         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13866         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13867         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13868         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13869         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13870         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13871         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13873         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13874         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13876         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13877         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13878         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13879         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13880         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13881         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13882         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13883         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13884         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13885         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13886         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13887         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13888         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13889         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13890         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13891         Update #include.
13892         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13893         Likewise.
13894         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13895         Likewise.
13896         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13897         Likewise.
13898         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13899         Likewise.
13900         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13901         Likewise.
13902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13903         Likewise.
13904         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13905         Likewise.
13906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13907         Likewise.
13908         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13909         Likewise.
13910         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13911         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13912         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13913         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13914         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13915         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13916         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13917         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13918         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13919         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13920         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13921         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13922         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13923         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
13924         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
13926         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13927         that was previously under [RESET_PID].
13928         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13929         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13930         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13932         * sysdeps/i386/nptl/Implies: New file.
13933         * sysdeps/x86_64/nptl/Implies: New file.
13934         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13935         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13936         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13937         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13939         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13940         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13941         (__libc_vfork): New strong alias.
13942         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13943         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13945         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13946         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13947         (__libc_vfork): New strong alias.
13948         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13949         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13951         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13952         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13953         (__libc_vfork): New strong alias.
13954         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13955         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13956         * nptl/pt-vfork.c: New file.
13957         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13958         (libpthread: GLIBC_2.20): New version set (empty).
13960 2014-05-14  Will Newton  <will.newton@linaro.org>
13962         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13963         rather than #if.
13965 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
13967         [BZ #16564]
13968         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13969         arguments with exponent 65 or above.
13970         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13971         arguments 0x1p113L or above.
13972         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13973         to arguments 0x1p107L or above.
13974         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13975         positive arguments with exponent 65 or above.
13976         * math/auto-libm-test-in: Add more tests of log1p.
13977         * math/auto-libm-test-out: Regenerated.
13979         [BZ #16928]
13980         * math/s_cacos.c (__cacos): Ensure zero real part of result from
13981         non-finite arguments is +0.
13982         * math/s_cacosf.c (__cacosf): Likewise.
13983         * math/s_cacosl.c (__cacosl): Likewise.
13984         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13985         * sysdeps/i386/fpu/libm-test-ulps: Update.
13986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13988         [BZ #16927]
13989         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13990         value.
13991         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13992         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13993         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13994         for explicit high bit of mantissa when testing for argument equal
13995         to 1.
13996         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13997         * sysdeps/i386/fpu/libm-test-ulps: Update.
13998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14000         [BZ #16516]
14001         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14002         (__erf): Scale by 16 instead of 8 in potentially underflowing
14003         case.  Ensure exception if result actually underflows.
14004         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14005         (__erff): Scale by 16 instead of 8 in potentially underflowing
14006         case.  Ensure exception if result actually underflows.
14007         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14008         (efx8): Remove variable.
14009         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14010         case.  Ensure exception if result actually underflows.
14011         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14012         (efx8): Remove variable.
14013         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14014         case.  Ensure exception if result actually underflows.
14015         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14016         (efx8): Remove variable.
14017         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14018         case.  Ensure exception if result actually underflows.
14019         * math/auto-libm-test-in: Add more tests of erf.
14020         * math/auto-libm-test-out: Regenerated.
14022 2014-05-14  Andreas Schwab  <schwab@suse.de>
14024         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14025         Remove code conditionalized on USE___THREAD.
14027         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14028         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14029         not definedness.
14031 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14033         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14034         Define unconditionally.
14035         (__ASSUME_O_CLOEXEC): Likewise.
14036         (__ASSUME_SOCK_CLOEXEC): Likewise.
14037         (__ASSUME_IN_NONBLOCK): Likewise.
14038         (__ASSUME_PIPE2): Likewise.
14039         (__ASSUME_EVENTFD2): Likewise.
14040         (__ASSUME_SIGNALFD4): Likewise.
14041         (__ASSUME_DUP3): Likewise.
14042         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14043         (__ASSUME_DUP3): Do not define.
14044         (__ASSUME_EVENTFD2): Likewise.
14045         (__ASSUME_IN_NONBLOCK): Likewise.
14046         (__ASSUME_O_CLOEXEC): Likewise.
14047         (__ASSUME_PIPE2): Likewise.
14048         (__ASSUME_SIGNALFD4): Likewise.
14049         (__ASSUME_SOCK_CLOEXEC): Likewise.
14050         (__ASSUME_UTIMES): Undefine.
14051         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14052         (__ASSUME_UTIMES): Do not define.
14053         (__ASSUME_O_CLOEXEC): Likewise.
14054         (__ASSUME_SOCK_CLOEXEC): Likewise.
14055         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14056         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14057         0x020621].
14058         (__ASSUME_PIPE2): Likewise.
14059         (__ASSUME_EVENTFD2): Likewise.
14060         (__ASSUME_SIGNALFD4): Likewise.
14061         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14062         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14063         Do not define.
14064         (__ASSUME_EVENTFD2): Likewise.
14065         (__ASSUME_SIGNALFD4): Likewise.
14066         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14067         (__ASSUME_32BITUIDS): Likewise.
14068         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14069         (__ASSUME_IPC64): Likewise.
14070         (__ASSUME_ST_INO_64_BIT): Likewise.
14071         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14072         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14073         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14074         (__ASSUME_UTIMES): Do not define.
14075         (__ASSUME_PSELECT): Likewise.
14076         (__ASSUME_PPOLL): Likewise.
14077         (__ASSUME_O_CLOEXEC): Likewise.
14078         (__ASSUME_SOCK_CLOEXEC): Likewise.
14079         (__ASSUME_IN_NONBLOCK): Likewise.
14080         (__ASSUME_PIPE2): Likewise.
14081         (__ASSUME_EVENTFD2): Likewise.
14082         (__ASSUME_SIGNALFD4): Likewise.
14083         (__ASSUME_DUP3): Likewise.
14084         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14085         (__ASSUME_UTIMES): Likewise.
14086         (__ASSUME_O_CLOEXEC): Likewise.
14087         (__ASSUME_SOCK_CLOEXEC): Likewise.
14088         (__ASSUME_IN_NONBLOCK): Likewise.
14089         (__ASSUME_PIPE2): Likewise.
14090         (__ASSUME_EVENTFD2): Likewise.
14091         (__ASSUME_SIGNALFD4): Likewise.
14092         (__ASSUME_DUP3): Likewise.
14093         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14094         (__ASSUME_UTIMES): Likewise.
14095         (__ASSUME_O_CLOEXEC): Likewise.
14096         (__ASSUME_SOCK_CLOEXEC): Likewise.
14097         (__ASSUME_IN_NONBLOCK): Likewise.
14098         (__ASSUME_PIPE2): Likewise.
14099         (__ASSUME_EVENTFD2): Likewise.
14100         (__ASSUME_SIGNALFD4): Likewise.
14101         (__ASSUME_DUP3): Likewise.
14102         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14103         Likewise.
14104         (__ASSUME_UTIMES): Likewise.
14105         (__ASSUME_EVENTFD2): Likewise.
14106         (__ASSUME_SIGNALFD4): Likewise.
14107         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14108         (__ASSUME_O_CLOEXEC): Likewise.
14109         (__ASSUME_SOCK_CLOEXEC): Likewise.
14110         (__ASSUME_IN_NONBLOCK): Likewise.
14111         (__ASSUME_PIPE2): Likewise.
14112         (__ASSUME_EVENTFD2): Likewise.
14113         (__ASSUME_SIGNALFD4): Likewise.
14114         (__ASSUME_DUP3): Likewise.
14115         (__ASSUME_UTIMES): Undefine.
14117         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14118         feclearexcept.  Remove symbol versioning code.
14119         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14120         symbol versioning code.
14121         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14122         symbol versioning code.
14123         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14124         feupdateenv.  Remove symbol versioning code.
14125         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14126         fegetexceptflag.  Remove symbol versioning code.
14127         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14128         fesetexceptflag.  Remove symbol versioning code.
14129         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14130         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14131         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14132         (__posix_fadvise64_l32): Remove prototype.
14133         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14134         code.
14136 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14138         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14139         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14140         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14141         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14143 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14145         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14146         current working directory
14148 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14150         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14151         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14152         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14153         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14154         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14155         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14156         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14157         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14158         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14159         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14160         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14161         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14162         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14163         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14164         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14165         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14166         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14167         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14168         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14169         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14170         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14171         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14172         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14173         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14174         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14175         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14176         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14177         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14178         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14179         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14180         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14181         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14182         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14183         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14184         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14185         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14186         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14187         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14188         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14189         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14190         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14191         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14193         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14194         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14196         * sysdeps/unix/sysv/linux/arm/Makefile
14197         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14198         Add rt-aeabi_unwind_cpp_pr1.
14199         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14200         Add nptl-aeabi_unwind_cpp_pr1.
14201         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14202         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14203         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14204         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14205         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14206         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14208         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14209         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14210         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14211         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14213         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14214         Deconditionalize the code that was previously under [RESET_PID].
14215         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14217         * sysdeps/generic/exit-thread.h: New file.
14218         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14219         * include/unistd.h (__exit_thread): Remove declaration.
14220         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14221         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14222         * csu/libc-start.c: Include <exit-thread.h>.
14223         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14224         * nptl/pthread_create.c: Include <exit-thread.h>.
14225         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14226         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14227         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14228         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14229         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14230         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14231         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14232         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14233         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14234         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14235         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14236         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14237         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14238         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14239         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14240         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14241         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14243 2014-05-13  Andreas Schwab  <schwab@suse.de>
14245         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14247 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14249         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14250         (__ASSUME_UTIMES): Do not condition on kernel version.
14251         (__ASSUME_PSELECT): Define unconditionally.
14252         (__ASSUME_PPOLL): Likewise.
14253         (__ASSUME_ATFCTS): Likewise.
14254         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14255         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14256         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14257         (__ASSUME_UTIMENSAT): Define unconditionally.
14258         (__ASSUME_PRIVATE_FUTEX): Likewise.
14259         (__ASSUME_FALLOCATE): Likewise.
14260         (__ASSUME_O_CLOEXEC): Likewise.
14261         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14262         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14263         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14264         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14265         (__ASSUME_IN_NONBLOCK): Likewise.
14266         (__ASSUME_PIPE2): Likewise.
14267         (__ASSUME_EVENTFD2): Likewise.
14268         (__ASSUME_SIGNALFD4): Likewise.
14269         (__ASSUME_DUP3): Likewise.
14270         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14271         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14272         (__ASSUME_AT_RANDOM): Likewise.
14273         (__ASSUME_PREADV): Likewise.
14274         (__ASSUME_PWRITEV): Likewise.
14275         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14276         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14277         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14278         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14279         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14280         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14281         (__ASSUME_O_CLOEXEC): Define unconditionally.
14282         (__ASSUME_PSELECT): Do not undefine conditionally.
14283         (__ASSUME_PPOLL): Likewise.
14284         (__ASSUME_ATFCTS): Likewise.
14285         (__ASSUME_SET_ROBUST_LIST): Likewise.
14286         (__ASSUME_UTIMENSAT): Likewise.
14287         (__ASSUME_FDATASYNC): Define unconditionally.
14288         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14289         (__ASSUME_SIGFRAME_V2): Likewise.
14290         )__ASSUME_EVENTFD2): Likewise.
14291         (__ASSUME_SIGNALFD4): Likewise.
14292         (__ASSUME_PSELECT): Do not undefine conditionally.
14293         (__ASSUME_PPOLL): Likewise.
14294         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14295         (__ASSUME_PSELECT): Define unconditionally.
14296         (__ASSUME_PPOLL): Likewise.
14297         (__ASSUME_O_CLOEXEC): Likewise.
14298         (__ASSUME_SOCK_CLOEXEC): Likewise.
14299         (__ASSUME_IN_NONBLOCK): Likewise.
14300         (__ASSUME_PIPE2): Likewise.
14301         (__ASSUME_EVENTFD2): Likewise.
14302         (__ASSUME_SIGNALFD4): Likewise.
14303         (__ASSUME_DUP3): Likewise.
14304         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14305         (__ASSUME_O_CLOEXEC): Likewise.
14306         (__ASSUME_SOCK_CLOEXEC): Likewise.
14307         (__ASSUME_IN_NONBLOCK): Likewise.
14308         (__ASSUME_PIPE2): Likewise.
14309         (__ASSUME_EVENTFD2): Likewise.
14310         (__ASSUME_SIGNALFD4): Likewise.
14311         (__ASSUME_DUP3): Likewise.
14312         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14313         (__ASSUME_EVENTFD2): Likewise.
14314         (__ASSUME_SIGNALFD4): Likewise.
14315         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14317 2014-05-12  Andreas Schwab  <schwab@suse.de>
14319         [BZ #16932]
14320         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14321         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14322         than maximum RPC packet size.
14323         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14324         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14325         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14326         (_nss_nis_getservbyport_r): Likewise.
14328 2014-05-12  Will Newton  <will.newton@linaro.org>
14330         * malloc/Makefile (tests): Add tst-mallopt.
14331         * malloc/tst-mallopt.c: New file.
14333 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14335         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14336         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14338 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14340         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14341         (tst-tlsmod6.so): Likewise.
14343 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14345         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14347 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14349         [BZ #16064]
14350         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14351         and <dl-procinfo.h>.
14352         (__fegetenv): Save SSE state in envp->__eip if supported.
14353         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14354         envp->__eip if supported.
14355         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14356         and <dl-procinfo.h>.
14357         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14358         __data_offset and __data_selector in environment to 0.  Set SSE
14359         state if supported.
14360         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14361         test-fenv-sse.
14362         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14363         -mfpmath=sse.
14364         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14366 2014-05-09  Will Newton  <will.newton@linaro.org>
14368         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14369         and libc_relro_required for ARM.
14370         * sysdeps/arm/preconfigure: Regenerate.
14372 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14373             Stefan Liebler  <stli@linux.vnet.ibm.com>
14375         * config.make.in (enable-lock-elision): New Makefile variable.
14376         * configure.ac: Likewise.
14377         * configure: Regenerate.
14378         * sysdeps/s390/configure.ac:
14379         Add check for gcc transactions support.
14380         * sysdeps/s390/configure: Regenerate.
14381         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14382         Build elision files if enabled.
14383         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14384         Add lock elision support for s390.
14385         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14386         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14387         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14388         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14389         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14390         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14391         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14392         Likewise.
14393         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14394         Likewise.
14395         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14396         Likewise.
14397         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14398         Likewise.
14399         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14400         (__lll_timedlock_elision, __lll_lock_elision)
14401         (__lll_unlock_elision, __lll_trylock_elision)
14402         (lll_timedlock_elision, lll_lock_elision)
14403         (lll_unlock_elision, lll_trylock_elision): Add.
14404         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14405         (pthread_mutex_t): Add lock elision support for s390.
14407 2014-05-14  Wilco  <wdijkstr@arm.com>
14409         * sysdeps/arm/fclrexcpt.c: Cleanup.
14410         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14411         * sysdeps/arm/feenablxcpt.c: Cleanup.
14412         * sysdeps/arm/fegetenv.c: Cleanup.
14413         * sysdeps/arm/fegetexcept.c: Cleanup.
14414         * sysdeps/arm/fegetround.c: Cleanup.
14415         * sysdeps/arm/feholdexcpt.c: Cleanup.
14416         * sysdeps/arm/fesetenv.c: Cleanup.
14417         * sysdeps/arm/fesetround.c: Cleanup.
14418         * sysdeps/arm/feupdateenv.c: Cleanup.
14419         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14420         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14421         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14422         * sysdeps/arm/ftestexcept.c: Cleanup.
14423         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14424         * sysdeps/arm/setfpucw.c: Cleanup.
14426 2014-05-09  Will Newton  <will.newton@linaro.org>
14428         * sysdeps/arm/armv7/strcmp.S: New file.
14429         * NEWS: Mention addition of ARMv7 optimized strcmp.
14431 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14433         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14434         look for %.ac rather than %.in.
14436         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14437         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14438         * sysdeps/mach/hurd/configure: Regenerated.
14439         * sysdeps/unix/sysv/linux/configure: Regenerated.
14441         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14443 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14445         [BZ# 16922]
14446         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14447         (LONG_SUB): Ditto.
14448         (PTR_SUB): Ditto.
14450 2014-05-07  Andreas Schwab  <schwab@suse.de>
14452         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14453         when skipping over non-matching result from nscd.
14455 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14457         [BZ #16876]
14458         * nptl/sockperf.c (client): Check socket return value.
14460         [BZ #16877]
14461         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14462         nscd security class.
14464 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14466         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14467         * sysdeps/arm/unwind.h: ... here.
14469 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14471         [BZ# 16916]
14472         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14473         Define.
14475 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14477         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14478         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14479         multiarch strncpy for PPC64.
14480         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14481         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14482         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14483         multiarch optimizations.
14484         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14485         (__libc_ifunc_impl_list): Likewise.
14486         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14487         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14488         multiarch stpncpy for PPC64.
14489         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14490         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14492 2014-05-06  Andreas Schwab  <schwab@suse.de>
14494         [BZ #16912]
14495         * gmon/mcount.c (_MCOUNT_DECL): Use
14496         atomic_compare_and_exchange_bool_acq instead of
14497         catomic_compare_and_exchange_bool_acq.
14499 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14501         * elf/Makefile (others, install-bin): Remove pldd.
14502         (pldd-modules): Variable removed.
14503         ($(objpfx)pldd): Target removed.
14504         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14505         (others, install-bin): Append pldd here.
14506         ($(objpfx)pldd): New target.
14508         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14509         to 0, so the first #if test emitted later doesn't see it undefined.
14510         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14511         * sysdeps/gnu/errlist.c: Regenerated.
14513 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14515         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14516         [libc_hidden_builtin_def]: Define to empty value.
14517         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14518         [libc_hidden_builtin_def]: Likewise.
14519         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14520         [libc_hidden_builtin_def]: Likewise.
14521         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14522         [libc_hidden_builtin_def]: Likewise.
14523         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14524         __redirect_memcpy and define ifunc as default hidden symbol.
14525         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14526         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14528 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14530         * locale/iso-4217.def: Reintroduce XDR currency.
14532 2014-05-04  Allan McRae  <allan@archlinux.org>
14534         * po/eo.po: Update Esperanto translation from translation project.
14536 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14538         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14539         and FEATURE_INDEX_MAX to 1.
14540         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14542 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14544         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14545         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14546         * iconvdata/big5.c (ONE_DIRECTION): Define.
14547         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14548         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14549         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14550         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14551         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14552         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14553         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14554         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14555         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14556         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14557         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14558         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14559         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14560         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14561         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14562         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14563         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14564         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14565         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14566         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14567         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14568         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14569         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14570         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14571         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14572         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14573         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14574         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14575         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14576         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14577         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14578         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14579         * iconvdata/johab.c (ONE_DIRECTION): Define.
14580         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14581         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14582         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14583         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14584         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14585         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14586         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14587         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14588         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14589         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14591 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14593         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14594         (_IO_JUMPS_OFFSET): Define to 0.
14596         * nptl/sysdeps/pthread/bits/libc-lock.h
14597         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14598         (__libc_lock_define_initialized_recursive): Always define using
14599         initializer.  Modern compilers treat uninitialized (implicit zero) and
14600         explicit zero initializers the same (i.e. put the datum in bss).
14602 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14604         * nscd/nscd-client.h: Include <string.h>.
14606 2014-05-01  David S. Miller  <davem@davemloft.net>
14608         [BZ #16885]
14609         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14610         multiple zero bytes exist at the end of a string.
14611         Reported by Aurelien Jarno <aurelien@aurel32.net>
14613         * string/test-strcmp.c (check): Add explicit test for situations where
14614         there are multiple zero bytes after the first.
14616 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14618         [BZ #16890]
14619         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14620         when compiling wprintf.
14621         * stdio-common/tstdiomisc.c (t3): New function.
14622         (main): Call it.
14624 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14626         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14627         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14628         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14629         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14631 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14633         * stdlib/longlong.h: Updated from GCC.
14635 2014-05-01  Will Newton  <will.newton@linaro.org>
14636             Bernard Ogden  <bernie.ogden@linaro.org>
14638         * NEWS: Update fixed bug list.
14640         [BZ #15119]
14641         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14643 2014-04-30  David S. Miller  <davem@davemloft.net>
14645         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14646         (libc_feholdexcept_setround_sparc_ctx): New function.
14647         (libc_fesetenv_sparc_ctx): Likewise.
14648         (libc_feupdateenv_sparc_ctx): Likewise.
14649         (libc_feholdsetround_sparc_ctx): Likewise.
14650         (libc_feholdexcept_setround_ctx): Define.
14651         (libc_feholdexcept_setroundf_ctx): Likewise.
14652         (libc_feholdexcept_setroundl_ctx): Likewise.
14653         (libc_fesetenv_ctx): Likewise.
14654         (libc_fesetenvf_ctx): Likewise.
14655         (libc_fesetenvl_ctx): Likewise.
14656         (libc_feupdateenv_ctx): Likewise.
14657         (libc_feupdateenvf_ctx): Likewise.
14658         (libc_feupdateenvl_ctx): Likewise.
14659         (libc_feresetround_ctx): Likewise.
14660         (libc_feresetroundf_ctx): Likewise.
14661         (libc_feresetroundl_ctx): Likewise.
14662         (libc_feholdsetround_ctx): Likewise.
14663         (libc_feholdsetroundf_ctx): Likewise.
14664         (libc_feholdsetroundl_ctx): Likewise.
14666         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14667         with __USE_GNU instead of XOPEN cpp guards.
14669         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14670         0.
14672         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14673         with XOPEN cpp guards.
14675 2014-04-30  Julian Brown  <julian@codesourcery.com>
14677         [BZ #16888]
14678         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14679         handling.
14681 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14683         [BZ #9894]
14684         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14685         Change to 2.6.32.
14686         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14687         * sysdeps/unix/sysv/linux/configure: Regenerated.
14688         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14689         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14690         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14691         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14692         * README: Update reference to required Linux kernel version.
14693         * manual/install.texi (Linux): Update reference to required Linux
14694         kernel headers version.
14695         * INSTALL: Regenerated.
14697         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14698         header inclusion.
14699         [POSIX] (limits.h): Likewise.
14700         [POSIX] (math.h): Likewise.
14701         [POSIX] (sys/wait.h): Likewise.
14702         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14703         function.
14704         [POSIX] (stddef.h): Do not allow header inclusion.
14706 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14708         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14710 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14712         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14713         Return immediately after lll_futex_wake.
14715 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14717         [BZ #16791]
14718         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14719         structure.
14720         (datahead_init_pos): Call datahead_init_common early.
14721         (datahead_init_neg): Likewise.
14723         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14724         datahead_init_neg): New functions.
14725         * nscd/aicache.c (addhstaiX): Use them.
14726         * nscd/grpcache.c (cache_addgr): Likewise.
14727         * nscd/hstcache.c (cache_addhst): Likewise.
14728         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14729         * nscd/netgroupcache.c (do_notfound): Likewise.
14730         (addgetnetgrentX): Likewise.
14731         (addinnetgrX): Likewise.
14732         * nscd/pwdcache.c (cache_addpw): Likewise.
14733         * nscd/servicescache.c (cache_addserv): Likewise.
14735 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14736             Atsushi Onoe  <atsushi@onoe.org>
14738         [BZ #14308]
14739         [BZ #12994]
14740         [BZ #13651]
14741         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14742         one response is valid.
14743         * resolv/res_send.c (send_dg): Check for validity of other
14744         response if the current response is a referral.
14746 2014-04-29  Steve Ellcey  <sellcey@mips.com>
14748         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14750 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
14752         [BZ #16823]
14753         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14754         Always divide by positive zero when computing -Inf result.
14755         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14756         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14758 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14760         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14761         FPSCR if value do not change.
14762         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14763         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14764         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14765         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14766         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14767         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14768         function.
14770 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
14772         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14773         * sysdeps/unix/sysv/linux/hppa: Move directory from
14774         ports/systeps/unix/sysv/linux/hppa.
14775         * README: Update listing for hppa-*-linux-gnu.
14777 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
14779         [BZ #16754]
14780         * manual/stdio.texi (Hook functions): Fix types of stream hook
14781         functions.
14782         [BZ #16854]
14783         * socket/sys/socket.h: Fix typo in comment.
14785 2014-04-28  Wilco  <wdijkstr@arm.com>
14787         * sysdeps/arm/fenv_private.h: New file.
14788         * sysdeps/arm/math_private.h: New file.
14789         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14791 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
14793         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14794         with __int128_t.
14795         (La_x86_64_retval): Likewise.
14797 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
14799         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14800         fpsr if value didn't change.
14801         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14802         to fpcr if value didn't change.
14803         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14804         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14805         fpsr or fpcr if value didn't change.
14806         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14807         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14808         fpcr if value didn't change.
14809         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14810         to fpsr if value didn't change.
14812 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
14814         * nptl/tst-sem3.c: Use test-skeleton.c
14815         (main): Rename to do_test.  Use return instead of
14816         exit.
14817         * nptl/tst-sem4.c: Use test-skeleton.c
14818         (main): Rename to do_test.
14820 2014-04-22  David S. Miller  <davem@davemloft.net>
14822         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14823         (struct sigaction): New struct member __glibc_reserved0, change
14824         type of sa_flags to int.
14826 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
14828         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14829         (COUNT_LEADING_ZEROS_0): Define for AArch64.
14831 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
14833         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14834         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14836 2014-04-22  Will Newton  <will.newton@linaro.org>
14837             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
14839         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14840         (__longjmp): Add longjmp and longjmp_target SystemTap
14841         probes.
14842         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14843         (__sigsetjmp): Add setjmp SystemTap probe.
14845 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
14847         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14848         match manual order.
14850 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14852         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14854         * sysdeps/powerpc/fpu/fenv_private.h
14855         (libc_feholdexcept_setroundl_ctx): Define to
14856         libc_feholdexcept_setround_ppc_ctx.
14857         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14858         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14859         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14860         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14862 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14864         * sysdeps/aarch64/math-tests.h: New file.
14866 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
14868         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14869         New.
14870         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14871         Check and set bit_AVX2_Usable.
14872         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14873         macro.
14874         (bit_AVX2): Likewise.
14875         (index_AVX2_Usable): Likewise.
14876         (CPUID_AVX2): Likewise.
14877         (HAS_AVX2): Likewise.
14879 2014-04-17  Will Newton  <will.newton@linaro.org>
14881         * manual/setjmp.texi (System V contexts): Add note that
14882         calling setcontext on a context created by a call to a
14883         signal handler is undefined.  Update text to note that
14884         setcontext from a signal handler is possible but not
14885         recommended.
14887         [BZ #16629]
14888         * stdlib/tst-setcontext.c: Include signal.h.
14889         (main): Check that the signal stack before and
14890         after swapcontext is the same.
14892         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14893         Re-implement to restore registers in user code and avoid
14894         rt_sigreturn system call.
14896 2014-04-17  Wilco  <wdijkstr@arm.com>
14898         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14899         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14900         * math/test-fenv.c: Skip exception trap tests on targets which only
14901         support non-stop mode.
14903 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
14904             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14906         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14907         (libc_feholdsetround_aarch64_ctx)
14908         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14909         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14910         (libc_feresetround_ctx, libc_feresetroundf_ctx)
14911         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14912         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14913         (libc_feresetround_noexl_ctx): Define.
14915 2014-04-16  Richard Henderson  <rth@redhat.com>
14917         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14919         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14920         unwind tables.
14922         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14923         const from the non-libc, non-ldso copy.
14925         * sysdeps/alpha/libm-test-ulps: Regenerate.
14927 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
14928             Wilco Dijkstra  <wilco.dijkstra@arm.com>
14930         * sysdeps/aarch64/fpu/math_private.h: New file.
14932 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14934         * sysdeps/aarch64/libm-test-ulps: Regenerate.
14936 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
14938         [BZ #16275]
14939         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14940         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14941         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14942         Intel MPX bound registers before _dl_profile_fixup.
14943         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14944         registers after _dl_profile_fixup.  Save and restore bound
14945         registers bnd0/bnd1 when calling _dl_call_pltexit.
14946         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14947         (LR_BND_OFFSET): Likewise.
14948         (LRV_BND0_OFFSET): Likewise.
14949         (LRV_BND1_OFFSET): Likewise.
14951 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14953         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14954         to...
14955         * sysdeps/mach/hurd/i386/tls.h: ... here.
14956         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14957         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14958         fields.
14960 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
14962         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14964 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14966         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14968 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
14970         [BZ #14770]
14971         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14972         * sysdeps/s390/configure: Regenerate.
14974         [BZ #16824]
14975         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14976         Set round-to-nearest internally to reduce error accumulation.
14978 2014-04-16  Alan Modra  <amodra@gmail.com>
14980         [BZ #16740]
14981         [BZ #16619]
14982         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14983         * math/libm-test.inc (frexp_test_data): Add tests.
14984         * NEWS: Update fixed bug list.
14986 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14988         * benchtests/Makefile: Depend on libraries in build directory.
14989         (bench-math): Separate out math tests.
14990         (bench-pthread): Separate out pthread tests.
14991         (bench): Include math and pthread tests.
14993 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
14995         [BZ #16831]
14996         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14997         _dl_debug_initialize.
14999         * configure.ac: Remove SELinux header check.
15000         * configure: Regenerate.
15001         * nscd/selinux.c (perms): Array of const char* to permission names.
15002         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15003         default policy. Call string_to_security_class and string_to_av_perm to
15004         translate strings. Enforce default policy and call avs_has_perm with
15005         results of translated strings.
15007 2014-04-13  David S. Miller  <davem@davemloft.net>
15009         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15011 2014-04-12  Allan McRae  <allan@archlinux.org>
15013         [BZ #16838]
15014         * manual/string.texi (Collation Functions): Fix qsort argument
15015         order in example.
15016         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15018 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15020         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15021         Make the test a no-op if there are no exceptions defined.
15023 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15025         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15026         enable-hardcoded-path-in-tests
15028 2014-04-11  Will Newton  <will.newton@linaro.org>
15030         * benchtests/Makefile (extra-objs): Add json-lib.o.
15031         (bench-func): Tidy up JSON output.
15032         * benchtests/bench-skeleton.c: Include json-lib.h.
15033         (main): Use JSON library functions to do output of
15034         benchmark results.
15035         * benchtests/bench-timing-type.c (main): Output the
15036         timing type simply, leaving formatting to the user.
15037         * benchtests/json-lib.c: New file.
15038         * benchtests/json-lib.h: Likewise.
15040 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15042         [BZ #15215]
15043         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15044         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15045         memory barriers.  Add comments.
15046         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15047         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15048         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15049         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15050         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15051         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15053 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15055         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15056         * sysdeps/s390/s390-64/configure.ac: ... this ...
15057         * sysdeps/s390/configure.ac: ... to here.
15058         * sysdeps/s390/s390-32/configure: Delete file.
15059         * sysdeps/s390/s390-64/configure: Delete file.
15060         * sysdeps/s390/configure: Regenerate.
15062 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15064         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15066 2014-04-11  Will Newton  <will.newton@linaro.org>
15068         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15069         to zero if it is not defined elsewhere.  (mtrim): Test
15070         the value of MALLOC_DEBUG with #if rather than #ifdef.
15072 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15074         * benchtests/pthread_once-inputs: New file.
15075         * benchtests/pthread_once-source.c: New file.
15076         * benchtests/README: Update documentation.
15078 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15079             H.J. Lu  <hongjiu.lu@intel.com>
15081         [BZ #16275]
15082         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15083         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15084         * sysdeps/x86_64/configure: Regenerated.
15085         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15086         macro.
15087         (REGISTER_SAVE_RAX): Likewise.
15088         (REGISTER_SAVE_RCX): Likewise.
15089         (REGISTER_SAVE_RDX): Likewise.
15090         (REGISTER_SAVE_RSI): Likewise.
15091         (REGISTER_SAVE_RDI): Likewise.
15092         (REGISTER_SAVE_R8): Likewise.
15093         (REGISTER_SAVE_R9): Likewise.
15094         (REGISTER_SAVE_BND0): Likewise.
15095         (REGISTER_SAVE_BND1): Likewise.
15096         (REGISTER_SAVE_BND2): Likewise.
15097         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15098         bound registers when calling _dl_fixup.
15100 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15102         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15103         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15104         of its definition.
15105         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15106         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15107         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15108         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15109         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15110         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15111         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15113 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15115         [BZ #15514]
15116         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15117         pathconf(_PC_NAME_MAX).
15119 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15121         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15122         Remove macro usage.
15123         (__PTHREAD_SPINS): Move definition to ...
15124         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15125         (__PTHREAD_SPINS): ... here.
15126         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15127         (__PTHREAD_SPIN): Likewise.
15128         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15129         (__PTHREAD_SPIN): Likewise.
15130         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15131         (__PTHREAD_SPIN): Likewise.
15132         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15133         (__PTHREAD_SPIN): Likewise.
15134         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15135         (__PTHREAD_SPIN): Likewise.
15136         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15137         (__PTHREAD_SPIN): Likewise.
15138         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15139         (__PTHREAD_SPIN): Likewise.
15140         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15141         (__PTHREAD_SPIN): Likewise.
15142         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15143         (__PTHREAD_SPIN): Likewise.
15144         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15145         (__PTHREAD_SPIN): Likewise.
15146         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15147         (__PTHREAD_SPIN): Likewise.
15148         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15149         (__PTHREAD_SPIN): Likewise.
15151         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15152         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15153         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15154         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15155         imply folder.
15156         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15157         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15158         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15159         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15160         correct imply path.
15161         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15162         strlen symbol for non multi-arch builds.
15163         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15164         missing hidden_def and weak_alias.
15166 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15168         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15170 2014-04-07  Will Newton  <will.newton@linaro.org>
15172         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15173         and contents.  [!_LIBC] Remove #ifndef and contents.
15174         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15175         * string/memccpy.c (__memccpy): Use ANSI prototype.
15176         * string/memfrob.c (memfrob): Likewise.
15177         * string/strcoll.c (STRCOLL): Likewise.
15178         * string/strlen.c (strlen): Likewise.
15179         * string/strtok.c (STRTOK): Likewise.
15180         * string/strcat.c: Remove unused #include of memcopy.h.
15181         (strcat): Use ANSI prototype.
15182         * string/strchr.c: Remove unused #include of memcopy.h.
15183         (strchr): Use ANSI prototype.
15184         * string/strcmp.c: Remove unused #include of memcopy.h.
15185         (strcmp): Use ANSI prototype.
15186         * string/strcpy.c: Remove unused #include of memcopy.h.
15187         (strcpy): Use ANSI prototype.
15189 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15191         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15192         * config.make.in (config-extra-cppflags): Set it from
15193         libc_extra_cppflags.
15194         * configure.ac (libc_extra_cflags): Make it accumulate over
15195         configure fragments.
15196         (libc_extra_cppflags): New flag.
15197         * configure. Regenerate.
15198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15199         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15200         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15203         [BZ #16815]
15204         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15205         result for FE_DOWNWARD rounding mode.
15206         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15207         Likewise.
15208         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15210 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15212         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15213         in function argument name.
15215 2014-04-03  David Svoboda  <svoboda@cert.org>
15217         [BZ #5666]
15218         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15219         explicitly.
15221 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15223         * elf/dl-unmap-segments.h: New file.
15224         * sysdeps/generic/ldsodefs.h
15225         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15226         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15227         * elf/dl-fptr.c: Likewise.
15228         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15229         * sysdeps/aarch64/tlsdesc.c: Likewise.
15230         * sysdeps/arm/tlsdesc.c: Likewise.
15231         * sysdeps/i386/tlsdesc.c: Likewise.
15232         * sysdeps/tile/dl-runtime.c: Likewise.
15233         * sysdeps/x86_64/tlsdesc.c: Likewise.
15234         * elf/dl-load.h: New file.
15235         * elf/dl-load.c: Include it.
15236         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15237         Macros moved to dl-load.h.
15238         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15239         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15240         Use _dl_unmap_segments in place of __munmap.
15241         Break out segment-mapping loop into ...
15242         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15244 2014-04-03  Will Newton  <will.newton@linaro.org>
15246         * elf/dl-lookup.c (do_lookup_x): Remove comment
15247         referring to nested function and move variable
15248         declarations down to before first use.
15250 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15252         [BZ #16799]
15253         [BZ #16800]
15254         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15255         with 0 numerator.
15256         * math/s_catanf.c (__catanf): Likewise.
15257         * math/s_catanh.c (__catanh): Likewise.
15258         * math/s_catanhf.c (__catanhf): Likewise.
15259         * math/s_catanhl.c (__catanhl): Likewise.
15260         * math/s_catanl.c (__catanl): Likewise.
15261         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15262         by positive zero when computing -Inf result.
15263         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15264         (catanh_test): Likewise.
15265         * sysdeps/i386/fpu/libm-test-ulps: Update.
15266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15268         [BZ #16789]
15269         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15270         instead of using underflowing value in computing result.
15271         * math/s_clog10.c (__clog10): Likewise.
15272         * math/s_clog10f.c (__clog10f): Likewise.
15273         * math/s_clog10l.c (__clog10l): Likewise.
15274         * math/s_clogf.c (__clogf): Likewise.
15275         * math/s_clogl.c (__clogl): Likewise.
15276         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15277         (clog10_test): Likewise.
15278         * sysdeps/i386/fpu/libm-test-ulps: Update.
15279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15281 2014-04-02  Alan Modra  <amodra@gmail.com>
15283         [BZ #16739]
15284         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15285         output when value is near a power of two.  Use int64_t for lx and
15286         remove casts.  Use decimal rather than hex exponent constants.
15287         Don't use long double multiplication when double will suffice.
15288         * math/libm-test.inc (nextafter_test_data): Add tests.
15289         * NEWS: Add 16739 and 16786 to bug list.
15291         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15293         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15295 2014-04-01  Will Newton  <will.newton@linaro.org>
15297         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15298         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15300 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15302         [BZ #13347]
15303         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15304         * nptl/tst-setuid2.c: New file.
15305         * nptl/Makefile (xtests): Add tst-setuid2.
15307 2014-04-01  Alan Modra  <amodra@gmail.com>
15309         [BZ #16786]
15310         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15312 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15314         [BZ #6803]
15315         [BZ #6804]
15316         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15317         set errno as appropriate.
15318         * math/w_scalbf.c (__scalbf): Likewise.
15319         * math/w_scalbl.c (__scalbl): Likewise.
15320         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15321         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15322         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15323         Add more NaN tests.
15325         [BZ #16349]
15326         * math/w_atan2.c: Include <errno.h>.
15327         (__atan2): Set errno for result underflowing to zero.
15328         * math/w_atan2f.c: Include <errno.h>.
15329         (__atan2f): Set errno for result underflowing to zero.
15330         * math/w_atan2l.c: Include <errno.h>.
15331         (__atan2l): Set errno for result underflowing to zero.
15332         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15333         tests.
15334         * math/auto-libm-test-out: Regenerated.
15336 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15338         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15339         Encode instruction correctly in little endian.
15340         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15341         Likewise.
15342         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15343         Likewise.
15344         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15345         Likewise.
15346         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15347         Likewise.
15349 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15351         [BZ #9894]
15352         * sysdeps/unix/sysv/linux/kernel-features.h
15353         [__sparc__ && !__arch64__ && !__sparc_v9__]
15354         (__ASSUME_SET_ROBUST_LIST): Do not define.
15355         [__sparc__ && !__arch64__ && !__sparc_v9__]
15356         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15357         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15358         Likewise.
15359         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15360         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15361         (__ASSUME_REQUEUE_PI): Likewise.
15362         (__ASSUME_SET_ROBUST_LIST): Likewise.
15363         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15364         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15365         Undefine.
15366         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15367         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15368         Likewise.
15369         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15370         Likewise.
15371         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15372         Likewise.
15373         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15374         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15375         Undefine.
15376         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15377         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15378         Likewise.
15380         [BZ #16648]
15381         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15382         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15383         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15385 2014-03-31  Will Newton  <will.newton@linaro.org>
15387         * benchtests/Makefile (bench): Add ffs and ffsll to list
15388         of tests.
15389         * benchtests/ffs-inputs: New file.
15390         * benchtests/ffsll-inputs: Likewise.
15392 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15394         [BZ #16770]
15395         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15396         too large before casting to int.
15397         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15398         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15399         * math/libm-test.inc (scalb_test_data): Add more tests.
15401 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15403         * benchtests/Makefile (DETAILED_OPT): New make option.
15404         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15405         set.
15406         * benchtests/bench-skeleton.c: Include stdbool.h.
15407         (main): Store and print timings per input.
15408         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15409         member to each argument value.
15410         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15411         (_print_arg_data): Initialize per-input timing to 0.
15413         * benchtests/Makefile (timing-type): New binary.
15414         (bench-clean): Also remove bench-timing-type.
15415         (bench): New target for timing-type.
15416         (bench-func): Print output in JSON format.
15417         * benchtests/bench-skeleton.c (main): Print output in JSON
15418         format.
15419         * benchtests/bench-timing-type.c: New file.
15420         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15421         (TIMING_PRINT_STATS): Remove.
15422         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15423         name separately.
15425         * benchtests/bench-modf.c: Remove.
15426         * benchtests/modf-inputs: New inputs file.
15428 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15430         [BZ #16362]
15431         * math/s_clog10.c (M_PI_LOG10E): New macro.
15432         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15433         imaginary parts are 0.
15434         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15435         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15436         imaginary parts are 0.
15437         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15438         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15439         imaginary parts are 0.
15440         * math/libm-test.inc (clog10_test_data): Update expected results
15441         for when real and imaginary parts are 0.
15443 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15445         * elf/dl-load.c: Finish conversion of __builtin_expect into
15446         __glibc_{un}likely.
15448 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15450         [BZ #16348]
15451         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15452         1+x for argument with exponent below -67.
15453         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15454         Likewise.
15455         * math/auto-libm-test-in: Add more tests of exp.
15456         * math/auto-libm-test-out: Regenerated.
15458 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15460         [BZ #16759]
15461         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15462         (nscd_getnetgrent): Use it.
15464         [BZ #16760]
15465         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15466         of stpcpy.
15468 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15470         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15471         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15472         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15473         (lll_robust_unlock): Remove out of line section. Use cfi
15474         intrinsics.
15475         (LLL_STUB_UNWIND_INFO*): Remove.
15476         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15477         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15478         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15479         (lll_robust_unlock): Remove out of line section. Use cfi
15480         intrinsics.
15481         (LLL_STUB_UNWIND_INFO*): Remove.
15483 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15485         [BZ #16758]
15486         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15487         blank values.
15489 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15491         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15493 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15495         [BZ #16198]
15496         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15497         fnstenv.
15498         * math/test-fenv-preserve.c: New file.
15499         * math/Makefile (tests): Add test-fenv-preserve.
15501 2014-03-26  Will Newton <will.newton@linaro.org>
15503         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15505 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15507         * scripts/versionlist.awk: Partition the version sets and emit all
15508         GLIBC_* (sorted) before all others (sorted).
15510 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15512         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15513         GLIBC_2.2.5 version.
15515 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15517         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15518         calls.
15520         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15521         previous change.
15523         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15525 2014-03-25  Andreas Schwab  <schwab@suse.de>
15527         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15528         label to be used after in6ailist is initialized.
15530 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15532         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15533         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15535 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15537         [BZ #16357]
15538         [BZ #16599]
15539         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15540         min_plus_half.
15541         (fp_formats): Update initializers.
15542         (init_fp_formats): Initialize new field.
15543         (output_for_one_input_case): Allow underflow for results up to
15544         min_plus_half.
15545         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15546         * math/auto-libm-test-in: Don't mark some underflows from asin and
15547         atanh as spurious.
15548         * math/auto-libm-test-out: Regenerated.
15549         * sysdeps/i386/fpu/libm-test-ulps: Update.
15550         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15552 2014-03-25  Andreas Schwab  <schwab@suse.de>
15554         * libio/Makefile (tst-ftell-partial-wide-ENV)
15555         (tst-ftell-active-handler-ENV): Define.
15557 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15559         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15561 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15563         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15565 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15567         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15568         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15569         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15571 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15573         [BZ #16634]
15574         * elf/dl-load.c (open_verify): Add mode parameter.
15575         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15576         (open_path): Change from boolean 'secure' to complete flag 'mode'
15577         (_dl_map_object): Adjust.
15578         * elf/Makefile (tests): Add tst-dlopen-aout.
15579         * elf/tst-dlopen-aout.c: New test.
15581 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15583         [BZ #16714]
15584         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15585         (struct stat): Rename member pad0 to __glibc_reserved0.
15587         [BZ #16712]
15588         * sysdeps/s390/s390-32/bits/wordsize.h
15589         (__WORDSIZE32_SIZE_ULONG): New define.
15590         * sysdeps/s390/s390-64/bits/wordsize.h
15591         (__WORDSIZE32_SIZE_ULONG): Likewise.
15592         * sysdeps/generic/stdint.h (SIZE_MAX):
15593         Define as UL if __WORDSIZE32_SIZE_ULONG.
15595         [BZ #16713]
15596         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15597         (__glibc_reserved0): New variable.
15598         (sa_flags): Change type to int.
15600         * posix/Makefile (before-compile): Use += before-compile instead
15601         of a :=.
15603         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15604         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15606 2014-03-20  Andreas Schwab  <schwab@suse.de>
15608         [BZ #16743]
15609         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15610         non-matching result from nscd.
15612 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15614         * scripts/bench.py: Moved to ...
15615         * benchtests/scripts/bench.py: ... here.
15616         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15618 2014-03-24  Andreas Schwab  <schwab@suse.de>
15620         [BZ #16002]
15621         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15622         alloca_account and account alloca use for struct in6ailist.
15624 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15626         [BZ #16284]
15627         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15628         rounding mode to recompute results that overflow to infinity or
15629         underflow to zero.
15630         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15631         bug 16284.
15632         * math/auto-libm-test-out: Regenerated.
15633         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15634         (ccosh_test): Likewise.
15635         (csin_test_data): Use plus_oflow.
15636         (csin_test): Use ALL_RM_TEST.
15637         (csinh_test_data): Use plus_oflow.
15638         (csinh_test): Use ALL_RM_TEST.
15639         * sysdeps/i386/fpu/libm-test-ulps: Update.
15640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15642 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15644         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15645         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15646         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15648         [BZ #16731]
15649         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15650         when x - 1 is zero.
15651         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15652         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15653         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15654         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15655         argument is 1.
15656         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15657         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15658         zero.
15659         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15660         * sysdeps/i386/fpu/libm-test-ulps: Update.
15661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15663 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15665         * scripts/bench.pl: Remove file.
15666         * scripts/bench.py: New benchmark script.
15667         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15668         * benchtests/README: Mention python dependency.
15669         * scripts/pylintrc: New file.
15670         * scripts/pylint: New file.
15672         * bits/mathdef.h: Use #ifdef instead of #if.
15673         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15674         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15675         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15676         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15677         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15678         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15680 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15681             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15683         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15684         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15685         and strpbrk-ppc64 objects.
15686         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15687         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15688         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15689         multiarch strpbrk for POWER7.
15690         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15691         multiarch strpbrk for PPC64.
15692         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15693         ifunc selector.
15694         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15695         strpbrk for POWER7.
15697 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15699         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15700         (atan_test): Likewise.
15701         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15702         (atanh_test): Use ALL_RM_TEST.
15703         (atan2_test_data): Likewise.
15704         (cabs_test): Likewise.
15705         (cacosh_test): Likewise.
15706         (carg_test): Likewise.
15707         (casin_test): Likewise.
15708         (casinh_test): Likewise.
15709         (cbrt_test): Likewise.
15710         (csqrt_test): Likewise.
15711         (erf_test): Likewise.
15712         (erfc_test): Likewise.
15713         (pow10_test): Likewise.
15714         (exp2_test): Likewise.
15715         (hypot_test): Likewise.
15716         (j0_test): Likewise.
15717         (j1_test): Likewise.
15718         (lgamma_test): Likewise.
15719         (gamma_test): Likewise.
15720         (sincos_test): Likewise.
15721         (tanh_test): Likewise.
15722         (y0_test): Likewise.
15723         (y1_test): Likewise.
15724         * sysdeps/i386/fpu/libm-test-ulps: Update.
15725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15727 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15729         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15730         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15731         and strcspn-ppc64 objects.
15732         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15733         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15734         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15735         multiarch strcspn for POWER7.
15736         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15737         multiarch strcspn for PPC64.
15738         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15739         ifunc selector.
15740         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15741         strcspn for POWER7.
15743 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15745         * math/gen-libm-test.pl (generate_testfile): Expect only function
15746         name as argument to AUTO_TESTS_* and pass results for all rounding
15747         modes to parse_args.
15748         (parse_auto_input): Separate inputs of automatic tests from
15749         outputs before storing in %auto_tests.
15750         * math/libm-test.inc (acos_test_data): Update call to
15751         AUTO_TESTS_f_f.
15752         (acos_test): Use ALL_RM_TEST.
15753         (acos_tonearest_test_data): Remove.
15754         (acos_test_tonearest): Likewise.
15755         (acos_towardzero_test_data): Likewise.
15756         (acos_test_towardzero): Likewise.
15757         (acos_downward_test_data): Likewise.
15758         (acos_test_downward): Likewise.
15759         (acos_upward_test_data): Likewise.
15760         (acos_test_upward): Likewise.
15761         (acosh_test_data): Update call to AUTO_TESTS_f_f.
15762         (asin_test_data): Likewise.
15763         (asin_test): Use ALL_RM_TEST.
15764         (asin_tonearest_test_data): Remove.
15765         (asin_test_tonearest): Likewise.
15766         (asin_towardzero_test_data): Likewise.
15767         (asin_test_towardzero): Likewise.
15768         (asin_downward_test_data): Likewise.
15769         (asin_test_downward): Likewise.
15770         (asin_upward_test_data): Likewise.
15771         (asin_test_upward): Likewise.
15772         (asinh_test_data): Update call to AUTO_TESTS_f_f.
15773         (atan_test_data): Likewise.
15774         (atanh_test_data): Likewise.
15775         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15776         (cabs_test_data): Update call to AUTO_TESTS_c_f.
15777         (carg_test_data): Likewise.
15778         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15779         (ccos_test_data): Update call to AUTO_TESTS_c_c.
15780         (ccosh_test_data): Likewise.
15781         (cexp_test_data): Likewise.
15782         (clog_test_data): Likewise.
15783         (clog10_test_data): Likewise.
15784         (cos_test_data): Update call to AUTO_TESTS_f_f.
15785         (cos_test): Use ALL_RM_TEST.
15786         (cos_tonearest_test_data): Remove.
15787         (cos_test_tonearest): Likewise.
15788         (cos_towardzero_test_data): Likewise.
15789         (cos_test_towardzero): Likewise.
15790         (cos_downward_test_data): Likewise.
15791         (cos_test_downward): Likewise.
15792         (cos_upward_test_data): Likewise.
15793         (cos_test_upward): Likewise.
15794         (cosh_test_data): Update call to AUTO_TESTS_f_f.
15795         (cosh_test): Use ALL_RM_TEST.
15796         (cosh_tonearest_test_data): Remove.
15797         (cosh_test_tonearest): Likewise.
15798         (cosh_towardzero_test_data): Likewise.
15799         (cosh_test_towardzero): Likewise.
15800         (cosh_downward_test_data): Likewise.
15801         (cosh_test_downward): Likewise.
15802         (cosh_upward_test_data): Likewise.
15803         (cosh_test_upward): Likewise.
15804         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15805         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15806         (ctan_test_data): Likewise.
15807         (ctan_test): Use ALL_RM_TEST.
15808         (ctan_tonearest_test_data): Remove.
15809         (ctan_test_tonearest): Likewise.
15810         (ctan_towardzero_test_data): Likewise.
15811         (ctan_test_towardzero): Likewise.
15812         (ctan_downward_test_data): Likewise.
15813         (ctan_test_downward): Likewise.
15814         (ctan_upward_test_data): Likewise.
15815         (ctan_test_upward): Likewise.
15816         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15817         (ctanh_test): Use ALL_RM_TEST.
15818         (ctanh_tonearest_test_data): Remove.
15819         (ctanh_test_tonearest): Likewise.
15820         (ctanh_towardzero_test_data): Likewise.
15821         (ctanh_test_towardzero): Likewise.
15822         (ctanh_downward_test_data): Likewise.
15823         (ctanh_test_downward): Likewise.
15824         (ctanh_upward_test_data): Likewise.
15825         (ctanh_test_upward): Likewise.
15826         (erf_test_data): Update call to AUTO_TESTS_f_f.
15827         (erfc_test_data): Likewise.
15828         (exp_test_data): Likewise.
15829         (exp_test): Use ALL_RM_TEST.
15830         (exp_tonearest_test_data): Remove.
15831         (exp_test_tonearest): Likewise.
15832         (exp_towardzero_test_data): Likewise.
15833         (exp_test_towardzero): Likewise.
15834         (exp_downward_test_data): Likewise.
15835         (exp_test_downward): Likewise.
15836         (exp_upward_test_data): Likewise.
15837         (exp_test_upward): Likewise.
15838         (exp10_test_data): Update call to AUTO_TESTS_f_f.
15839         (exp10_test): Use ALL_RM_TEST.
15840         (exp10_tonearest_test_data): Remove.
15841         (exp10_test_tonearest): Likewise.
15842         (exp10_towardzero_test_data): Likewise.
15843         (exp10_test_towardzero): Likewise.
15844         (exp10_downward_test_data): Likewise.
15845         (exp10_test_downward): Likewise.
15846         (exp10_upward_test_data): Likewise.
15847         (exp10_test_upward): Likewise.
15848         (exp2_test_data): Update call to AUTO_TESTS_f_f.
15849         (expm1_test_data): Likewise.
15850         (expm1_test): Use ALL_RM_TEST.
15851         (expm1_tonearest_test_data): Remove.
15852         (expm1_test_tonearest): Likewise.
15853         (expm1_towardzero_test_data): Likewise.
15854         (expm1_test_towardzero): Likewise.
15855         (expm1_downward_test_data): Likewise.
15856         (expm1_test_downward): Likewise.
15857         (expm1_upward_test_data): Likewise.
15858         (expm1_test_upward): Likewise.
15859         (fma_test_data): Update call to AUTO_TESTS_fff_f.
15860         (fma_test): Use ALL_RM_TEST.
15861         (fma_towardzero_test_data): Remove.
15862         (fma_test_towardzero): Likewise.
15863         (fma_downward_test_data): Likewise.
15864         (fma_test_downward): Likewise.
15865         (fma_upward_test_data): Likewise.
15866         (fma_test_upward): Likewise.
15867         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15868         (j0_test_data): Update call to AUTO_TESTS_f_f.
15869         (j1_test_data): Likewise.
15870         (jn_test_data): Update call to AUTO_TESTS_if_f.
15871         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15872         (log_test_data): Update call to AUTO_TESTS_f_f.
15873         (log10_test_data): Likewise.
15874         (log1p_test_data): Likewise.
15875         (log2_test_data): Likewise.
15876         (pow_test_data): Update call to AUTO_TESTS_ff_f.
15877         (pow_tonearest_test_data): Likewise.
15878         (sin_test_data): Update call to AUTO_TESTS_f_f.
15879         (sin_test): Use ALL_RM_TEST.
15880         (sin_tonearest_test_data): Remove.
15881         (sin_test_tonearest): Likewise.
15882         (sin_towardzero_test_data): Likewise.
15883         (sin_test_towardzero): Likewise.
15884         (sin_downward_test_data): Likewise.
15885         (sin_test_downward): Likewise.
15886         (sin_upward_test_data): Likewise.
15887         (sin_test_upward): Likewise.
15888         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15889         (sinh_test_data): Update call to AUTO_TESTS_f_f.
15890         (sinh_test): Use ALL_RM_TEST.
15891         (sinh_tonearest_test_data): Remove.
15892         (sinh_test_tonearest): Likewise.
15893         (sinh_towardzero_test_data): Likewise.
15894         (sinh_test_towardzero): Likewise.
15895         (sinh_downward_test_data): Likewise.
15896         (sinh_test_downward): Likewise.
15897         (sinh_upward_test_data): Likewise.
15898         (sinh_test_upward): Likewise.
15899         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15900         (sqrt_test): Use ALL_RM_TEST.
15901         (sqrt_tonearest_test_data): Remove.
15902         (sqrt_test_tonearest): Likewise.
15903         (sqrt_towardzero_test_data): Likewise.
15904         (sqrt_test_towardzero): Likewise.
15905         (sqrt_downward_test_data): Likewise.
15906         (sqrt_test_downward): Likewise.
15907         (sqrt_upward_test_data): Likewise.
15908         (sqrt_test_upward): Likewise.
15909         (tan_test_data): Update call to AUTO_TESTS_f_f.
15910         (tan_test): Use ALL_RM_TEST.
15911         (tan_tonearest_test_data): Remove.
15912         (tan_test_tonearest): Likewise.
15913         (tan_towardzero_test_data): Likewise.
15914         (tan_test_towardzero): Likewise.
15915         (tan_downward_test_data): Likewise.
15916         (tan_test_downward): Likewise.
15917         (tan_upward_test_data): Likewise.
15918         (tan_test_upward): Likewise.
15919         (tanh_test_data): Update call to AUTO_TESTS_f_f.
15920         (tgamma_test_data): Likewise.
15921         (y0_test_data): Likewise.
15922         (y1_test_data): Likewise.
15923         (yn_test_data): Update call to AUTO_TESTS_if_f.
15924         (main): Do not call removed functions.
15926 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15928         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15929         (ldexp_test_data): Remove.
15930         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
15931         scalbn_test_data.
15932         (scalb_test): Use ALL_RM_TEST.
15934 2014-03-19  Andreas Schwab  <schwab@suse.de>
15936         * nscd/nscd.service: Also invalidate netgroup cache on reload.
15938 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
15940         [BZ #16649]
15941         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15942         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15943         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15944         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15945         (__ASSUME_PREADV): Undefine.
15946         (__ASSUME_PWRITEV): Likewise.
15948 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15950         * bits/mman-linux.h: Add comment about non-Linux use.
15951         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15952         bits/mman-linux.h resting place.
15954         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15955         * bits/mman-linux.h: ... here.
15957 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15959         * conform/conformtest.pl: Add standard definition when calling C
15960         preprocessor on data files.
15961         (checknamespace): Remove unused variable.
15963 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15965         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15966         minus_oflow, plus_uflow and minus_uflow in expected results.
15967         * math/libm-test.inc (scalbn_test_data): Add more tests of
15968         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
15969         minus_uflow.
15970         (scalbn_test): Use ALL_RM_TEST.
15971         (scalbln_test_data): Add more tests of negative arguments.  Use
15972         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15973         (scalbln_test): Use ALL_RM_TEST.
15975 2014-03-18  Roland McGrath  <roland@hack.frob.com>
15977         * scripts/abilist.awk: Ignore symbols marked with .hidden.
15979 2014-03-18  Will Newton  <will.newton@linaro.org>
15981         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15982         inaccurate comment.
15984 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
15986         * Makerules [!subdir] (check-abi): Exit with error status if a
15987         test failed.
15989 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
15991         * math/libm-test.inc (nearbyint_test_data): Include all tests used
15992         for rint.  Include results for all rounding modes.
15993         (nearbyint_test): Use ALL_RM_TEST.
15994         (rint_test_data): Include all tests used for nearbyint.
15996 2014-03-17  Will Newton  <will.newton@linaro.org>
15998         * nptl/sysdeps/pthread/pthread.h: Revert previous
15999         change.
16001         * sysdeps/generic/ldsodefs.h: Revert previous
16002         change.
16004         * libio/genops.c: Revert previous change.
16005         * libio/libioP.h: Likewise.
16006         * stdio-common/vfprintf.c: Likewise.
16008         * sysdeps/generic/math_private.h: Revert previous
16009         change.
16011         * sysdeps/generic/math_private.h: Check whether
16012         HAVE_RM_CTX is defined with #ifdef rather
16013         than #if.
16015         * argp/argp-fmtstream.h: Check whether
16016         __STRICT_ANSI__ is defined with #ifdef rather
16017         than #if.
16018         * argp/argp.h: Likewise.
16020         * libio/genops.c: Check whether
16021         _IO_JUMPS_OFFSET is defined with #ifdef rather
16022         than #if.
16023         * libio/libioP.h: Likewise.
16024         * stdio-common/vfprintf.c: Likewise.
16026         * sysdeps/generic/ldsodefs.h: Check whether
16027         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16028         than #if.
16030         * nptl/sysdeps/pthread/pthread.h: Check
16031         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16032         its value.
16034 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16036         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16037         setting O_APPEND.
16038         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16039         test case.
16041         [BZ #16680]
16042         * libio/fileops.c (_IO_file_open): Seek to end of file but
16043         don't cache the offset.
16044         (get_file_offset): Remove function.
16045         (do_ftell): Use cached offset when available.
16046         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16047         don't cache the offset.
16048         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16049         case.
16050         (do_one_test): Call it.
16051         (do_ftell_test): Fix up expected old offset for a+ mode.
16052         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16053         available.
16055         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16056         up test status with function return status.
16057         (do_write_test): Likewise.
16058         (do_append_test): Likewise.
16060         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16061         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16062         Remove.
16064 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16066         * math/gen-libm-test.pl (parse_args): Handle results specified for
16067         each rounding mode separately.
16068         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16069         tests and results from lrint_tonearest_test_data,
16070         lrint_towardzero_test_data, lrint_downward_test_data and
16071         lrint_upward_test_data.
16072         (lrint_test): Use ALL_RM_TEST.
16073         (lrint_tonearest_test_data): Remove.
16074         (lrint_test_tonearest): Likewise.
16075         (lrint_towardzero_test_data): Likewise.
16076         (lrint_test_towardzero): Likewise.
16077         (lrint_downward_test_data): Likewise.
16078         (lrint_test_downward): Likewise.
16079         (lrint_upward_test_data): Likewise.
16080         (lrint_test_upward): Likewise.
16081         (llrint_test_data): Merge in per-rounding-mode tests and results
16082         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16083         llrint_downward_test_data and llrint_upward_test_data.
16084         (llrint_test): Use ALL_RM_TEST.
16085         (llrint_tonearest_test_data): Remove.
16086         (llrint_test_tonearest): Likewise.
16087         (llrint_towardzero_test_data): Likewise.
16088         (llrint_test_towardzero): Likewise.
16089         (llrint_downward_test_data): Likewise.
16090         (llrint_test_downward): Likewise.
16091         (llrint_upward_test_data): Likewise.
16092         (llrint_test_upward): Likewise.
16093         (rint_test_data): Merge in per-rounding-mode tests and results
16094         from rint_tonearest_test_data, rint_towardzero_test_data,
16095         rint_downward_test_data and rint_upward_test_data.  Add
16096         per-rounding-mode results for tests not in those arrays.
16097         (rint_test): Use ALL_RM_TEST.
16098         (rint_tonearest_test_data): Remove.
16099         (rint_test_tonearest): Likewise.
16100         (rint_towardzero_test_data): Likewise.
16101         (rint_test_towardzero): Likewise.
16102         (rint_downward_test_data): Likewise.
16103         (rint_test_downward): Likewise.
16104         (rint_upward_test_data): Likewise.
16105         (rint_test_upward): Likewise.
16106         (main): Don't call removed functions.
16108 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16110         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16111         "Compiled on ..." crapola.  It is anti-useful.
16113 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16115         * scripts/evaluate-test.sh: Handle fourth argument to determine
16116         whether test run should stop on failure.
16117         * Makeconfig (stop-on-test-failure): New variable.
16118         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16119         $(stop-on-test-failure).
16120         * Makefile (tests): Give a summary of results from testing and
16121         exit with failure status if they include an ERROR or FAIL.
16122         (xtests): Likewise.
16123         * manual/install.texi (Configuring and compiling): Mention
16124         stop-on-test-failure=y.
16125         * INSTALL: Regenerated.
16127 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16129         * scripts/versionlist.awk: New file.
16130         * Makerules [$(build-shared) = yes]
16131         (postclean-generated): Add Versions.def, not Versions.def.v and
16132         Versions.def.v.i.
16133         ($(common-objpfx)Versions.def.v.i): Target removed.
16134         ($(common-objpfx)Versions.def): New target.
16135         ($(common-objpfx)Versions.all): Depend on that rather that
16136         $(common-objpfx)Versions.def.v.
16137         * Versions.def: File removed.
16139         * Makeconfig (+gccwarn): Add -Wundef.
16140         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16141         a dl-sysdep.h breaking its contract.
16142         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16143         * include/stackinfo.h: New file.
16144         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16145         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16146         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16147         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16148         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16149         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16150         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16151         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16152         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16153         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16154         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16155         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16156         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16157         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16158         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16160 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16162         [BZ #16707]
16163         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16164         implementation.
16165         * math/libm-test.inc (round_test_data): Add more tests.
16167         [BZ #16706]
16168         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16169         implementation.
16170         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16172         [BZ #16701]
16173         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16174         implementation.
16175         * math/libm-test.inc (ceil_test_data): Add more tests.
16177         * math/libm-test.inc (trunc_test_data): Add more tests related to
16178         BZ#16414.
16180 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16182         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16183         with #if rather than #ifdef.
16184         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16186 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16188         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16189         first.  Disable AVX-512 GCC support if assembler doesn't support
16190         it.
16191         * sysdeps/x86_64/configure: Regenerated.
16193 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16195         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16196         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16197         (__old_pthread_attr_setstack): Likewise.
16198         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16199         [!_STACK_GROWS_DOWN]: Likewise.
16201 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16203         * config.make.in (have-bash2): Delete.
16204         * configure.ac (libc_cv_have_bash2): Delete.
16205         * configure: Regenerate.
16206         * elf/Makefile (common-ldd-rewrite): Rename to ...
16207         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16208         (sh-ldd-rewrite): Delete.
16209         (bash-ldd-rewrite): Delete.
16210         (have-bash2): Delete checks.
16211         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16212         ldd-rewrite.
16214         * config.make.in (have-ksh): Delete.
16215         (KSH): Delete.
16216         * configure.ac (libc_cv_have_ksh): Delete.
16217         * configure: Regenerate.
16219         * elf/Makefile: Delete $(have-ksh) check.
16220         ($(objpfx)sotruss): Change KSH to BASH.
16221         * elf/sotruss.ksh: Rename to ...
16222         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16223         function style to match POSIX.  Drop ksh vim mode setting.
16225         * manual/time.texi (Specifying the Time Zone with TZ): Change
16226         Tuesday to Thursday.
16228         * debug/tst-longjmp_chk2.c: Update header comment.
16229         (stackoverflow_handler): Add comment.  Call assert on pass value.
16231 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16233         [BZ #16194]
16234         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16235         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16236         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16237         (La_x86_64_vector): Add zmm.
16238         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16239         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16240         ($(objpfx)tst-audit10): New target.
16241         ($(objpfx)tst-audit10.out): Likewise.
16242         (tst-audit10-ENV): New.
16243         (AVX512-CFLAGS): Likewise.
16244         (CFLAGS-tst-audit10.c): Likewise.
16245         (CFLAGS-tst-auditmod10a.c): Likewise.
16246         (CFLAGS-tst-auditmod10b.c): Likewise.
16247         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16248         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16249         * sysdeps/x86_64/configure: Regenerated.
16250         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16251         AVX-512 zmm register support.
16252         (_dl_x86_64_save_sse): Likewise.
16253         (_dl_x86_64_restore_sse): Likewise.
16254         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16255         size vector registers.
16256         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16257         (ZMM_SIZE): Likewise.
16258         * sysdeps/x86_64/tst-audit10.c: New file.
16259         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16260         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16262 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16264         * configure.ac (HAVE_EHDR_START): New check.
16265         * configure: Regenerated.
16266         * config.h.in (HAVE_EHDR_START): New #undef.
16267         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16268         assuming the lowest-addressed segment maps the start of the file.
16270 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16272         * INSTALL: Regenerated.
16274 2014-03-13  Will Newton  <will.newton@linaro.org>
16276         * manual/setjmp.texi (System V contexts): Improve
16277         clarity and grammar of documentation.
16279 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16281         [BZ #16381]
16282         * elf/Makefile (tests): Add tst-pie2.
16283         (tests-pie): Add tst-pie2.
16284         * elf/tst-pie2.c: New file.
16285         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16286         for ET_EXEC.
16287         * elf/rtld.c (map_doit): Load executable as lt_executable.
16288         (dl_main): Likewise.
16290 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16292         [BZ #16642]
16293         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16294         (__ASSUME_PSELECT): Undefine.
16296 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16298         [BZ #16689]
16299         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16300         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16301         static build.
16302         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16303         selector for static builds.
16305 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16307         [BZ #16695]
16308         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16309         key in the buffer.
16311 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16313         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16314         IFUNC selector for static builds.
16316 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16318         * sysdeps/mips/math_private.h [__mips_hard_float]
16319         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16320         libc_feresetround_mips_ctx.
16321         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16322         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16323         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16325         [BZ #16677]
16326         * math/s_nextafter.c (__nextafter): Do not return value from
16327         overflowing computation.
16328         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16329         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16330         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16331         Likewise.
16332         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16333         Likewise.
16334         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16335         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16337 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16339         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16340         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16341         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16342         the new mov targetting sp.
16344 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16346         [BZ #16683]
16347         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16348         Define it for static builds as well.
16349         (NO_BZERO_IMPL): Likewise.
16351 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16353         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16354         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16355         multiarch strspn for PPC64.
16356         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16357         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16358         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16359         (__libc_ifunc_impl_list): Likewise.
16360         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16361         multiarch optimizations
16362         * string/strspn.c (strspn): Using macro to redefine symbol name.
16364 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16365             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16367         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16368         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16369         multiarch strncat for PPC64.
16370         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16371         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16372         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16373         (__libc_ifunc_impl_list): Likewise.
16374         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16375         multiarch optimizations
16377 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16379         [BZ #16639]
16380         * nscd/nscd.service: Make service type forking.
16382 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16384         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16385         sign in non default rounding modes.
16386         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16388 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16390         * math/libm-test.inc (ALL_RM_TEST): New macro.
16391         (ceil_test): Use ALL_RM_TEST.
16392         (cimag_test): Likewise.
16393         (conj_test): Likewise.
16394         (copysign_test): Likewise.
16395         (cproj_test): Likewise.
16396         (creal_test): Likewise.
16397         (fabs_test): Likewise.
16398         (floor_test): Likewise.
16399         (fmax_test): Likewise.
16400         (fmin_test): Likewise.
16401         (fmod_test): Likewise.
16402         (fpclassify_test): Likewise.
16403         (frexp_test): Likewise.
16404         (ilogb_test): Likewise.
16405         (isfinite_test): Likewise.
16406         (finite_test): Likewise.
16407         (isgreater_test): Likewise.
16408         (isgreaterequal_test): Likewise.
16409         (isinf_test): Likewise.
16410         (isless_test): Likewise.
16411         (islessequal_test): Likewise.
16412         (islessgreater_test): Likewise.
16413         (isnan_test): Likewise.
16414         (isnormal_test): Likewise.
16415         (issignaling_test): Likewise.
16416         (isunordered_test): Likewise.
16417         (logb_test): Likewise.
16418         (logb_downward_test_data): Remove.
16419         (logb_test_downward): Likewise.
16420         (lround_test): Use ALL_RM_TEST.
16421         (llround_test): Likewise.
16422         (modf_test): Likewise.
16423         (nexttoward_test): Likewise.
16424         (remainder_test): Likewise.
16425         (drem_test): Likewise.
16426         (remainder_tonearest_test_data): Likewise.
16427         (remainder_test_tonearest): Likewise.
16428         (drem_test_tonearest): Likewise.
16429         (remainder_towardzero_test_data): Likewise.
16430         (remainder_test_towardzero): Likewise.
16431         (drem_test_towardzero): Likewise.
16432         (remainder_downward_test_data): Likewise.
16433         (remainder_test_downward): Likewise.
16434         (drem_test_downward): Likewise.
16435         (remainder_upward_test_data): Likewise.
16436         (remainder_test_upward): Likewise.
16437         (drem_test_upward): Likewise.
16438         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16439         (round_test): Use ALL_RM_TEST.
16440         (signbit_test): Likewise.
16441         (trunc_test): Likewise.
16442         (significand_test): Likewise.
16443         (main): Don't call removed functions.
16445 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16447         [BZ #16674]
16448         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16449         || __USE_XOPEN2K8].
16450         (ILL_ILLOPN): Likewise.
16451         (ILL_ILLADR): Likewise.
16452         (ILL_ILLTRP): Likewise.
16453         (ILL_PRVOPC): Likewise.
16454         (ILL_PRVREG): Likewise.
16455         (ILL_COPROC): Likewise.
16456         (ILL_BADSTK): Likewise.
16457         (FPE_INTDIV): Likewise.
16458         (FPE_INTOVF): Likewise.
16459         (FPE_FLTDIV): Likewise.
16460         (FPE_FLTOVF): Likewise.
16461         (FPE_FLTUND): Likewise.
16462         (FPE_FLTRES): Likewise.
16463         (FPE_FLTINV): Likewise.
16464         (FPE_FLTSUB): Likewise.
16465         (SEGV_MAPERR): Likewise.
16466         (SEGV_ACCERR): Likewise.
16467         (BUS_ADRALN): Likewise.
16468         (BUS_ADRERR): Likewise.
16469         (BUS_OBJERR): Likewise.
16470         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16471         (TRAP_TRACE): Likewise.
16472         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16473         __USE_XOPEN2K8].
16474         (CLD_KILLED): Likewise.
16475         (CLD_DUMPED): Likewise.
16476         (CLD_TRAPPED): Likewise.
16477         (CLD_STOPPED): Likewise.
16478         (CLD_CONTINUED): Likewise.
16479         (POLL_IN): Likewise.
16480         (POLL_OUT): Likewise.
16481         (POLL_MSG): Likewise.
16482         (POLL_ERR): Likewise.
16483         (POLL_PRI): Likewise.
16484         (POLL_HUP): Likewise.
16485         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16486         Likewise.
16487         (ILL_ILLOPN): Likewise.
16488         (ILL_ILLADR): Likewise.
16489         (ILL_ILLTRP): Likewise.
16490         (ILL_PRVOPC): Likewise.
16491         (ILL_PRVREG): Likewise.
16492         (ILL_COPROC): Likewise.
16493         (ILL_BADSTK): Likewise.
16494         (FPE_INTDIV): Likewise.
16495         (FPE_INTOVF): Likewise.
16496         (FPE_FLTDIV): Likewise.
16497         (FPE_FLTOVF): Likewise.
16498         (FPE_FLTUND): Likewise.
16499         (FPE_FLTRES): Likewise.
16500         (FPE_FLTINV): Likewise.
16501         (FPE_FLTSUB): Likewise.
16502         (SEGV_MAPERR): Likewise.
16503         (SEGV_ACCERR): Likewise.
16504         (BUS_ADRALN): Likewise.
16505         (BUS_ADRERR): Likewise.
16506         (BUS_OBJERR): Likewise.
16507         (BUS_MCEERR_AR): Likewise.
16508         (BUS_MCEERR_AO): Likewise.
16509         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16510         (TRAP_TRACE): Likewise.
16511         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16512         __USE_XOPEN2K8].
16513         (CLD_KILLED): Likewise.
16514         (CLD_DUMPED): Likewise.
16515         (CLD_TRAPPED): Likewise.
16516         (CLD_STOPPED): Likewise.
16517         (CLD_CONTINUED): Likewise.
16518         (POLL_IN): Likewise.
16519         (POLL_OUT): Likewise.
16520         (POLL_MSG): Likewise.
16521         (POLL_ERR): Likewise.
16522         (POLL_PRI): Likewise.
16523         (POLL_HUP): Likewise.
16524         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16525         (ILL_ILLOPN): Likewise.
16526         (ILL_ILLADR): Likewise.
16527         (ILL_ILLTRP): Likewise.
16528         (ILL_PRVOPC): Likewise.
16529         (ILL_PRVREG): Likewise.
16530         (ILL_COPROC): Likewise.
16531         (ILL_BADSTK): Likewise.
16532         (FPE_INTDIV): Likewise.
16533         (FPE_INTOVF): Likewise.
16534         (FPE_FLTDIV): Likewise.
16535         (FPE_FLTOVF): Likewise.
16536         (FPE_FLTUND): Likewise.
16537         (FPE_FLTRES): Likewise.
16538         (FPE_FLTINV): Likewise.
16539         (FPE_FLTSUB): Likewise.
16540         (SEGV_MAPERR): Likewise.
16541         (SEGV_ACCERR): Likewise.
16542         (BUS_ADRALN): Likewise.
16543         (BUS_ADRERR): Likewise.
16544         (BUS_OBJERR): Likewise.
16545         (BUS_MCEERR_AR): Likewise.
16546         (BUS_MCEERR_AO): Likewise.
16547         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16548         (TRAP_TRACE): Likewise.
16549         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16550         __USE_XOPEN2K8].
16551         (CLD_KILLED): Likewise.
16552         (CLD_DUMPED): Likewise.
16553         (CLD_TRAPPED): Likewise.
16554         (CLD_STOPPED): Likewise.
16555         (CLD_CONTINUED): Likewise.
16556         (POLL_IN): Likewise.
16557         (POLL_OUT): Likewise.
16558         (POLL_MSG): Likewise.
16559         (POLL_ERR): Likewise.
16560         (POLL_PRI): Likewise.
16561         (POLL_HUP): Likewise.
16562         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16563         Likewise.
16564         (ILL_ILLOPN): Likewise.
16565         (ILL_ILLADR): Likewise.
16566         (ILL_ILLTRP): Likewise.
16567         (ILL_PRVOPC): Likewise.
16568         (ILL_PRVREG): Likewise.
16569         (ILL_COPROC): Likewise.
16570         (ILL_BADSTK): Likewise.
16571         (ILL_BADIADDR): Likewise.
16572         (ILL_BREAK): Likewise.
16573         (FPE_INTDIV): Likewise.
16574         (FPE_INTOVF): Likewise.
16575         (FPE_FLTDIV): Likewise.
16576         (FPE_FLTOVF): Likewise.
16577         (FPE_FLTUND): Likewise.
16578         (FPE_FLTRES): Likewise.
16579         (FPE_FLTINV): Likewise.
16580         (FPE_FLTSUB): Likewise.
16581         (FPE_DECOVF): Likewise.
16582         (FPE_DECDIV): Likewise.
16583         (FPE_DECERR): Likewise.
16584         (FPE_INVASC): Likewise.
16585         (FPE_INVDEC): Likewise.
16586         (SEGV_MAPERR): Likewise.
16587         (SEGV_ACCERR): Likewise.
16588         (SEGV_PSTKOVF): Likewise.
16589         (BUS_ADRALN): Likewise.
16590         (BUS_ADRERR): Likewise.
16591         (BUS_OBJERR): Likewise.
16592         (BUS_MCEERR_AR): Likewise.
16593         (BUS_MCEERR_AO): Likewise.
16594         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16595         (TRAP_TRACE): Likewise.
16596         (TRAP_BRANCH): Likewise.
16597         (TRAP_HWBKPT): Likewise.
16598         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16599         __USE_XOPEN2K8].
16600         (CLD_KILLED): Likewise.
16601         (CLD_DUMPED): Likewise.
16602         (CLD_TRAPPED): Likewise.
16603         (CLD_STOPPED): Likewise.
16604         (CLD_CONTINUED): Likewise.
16605         (POLL_IN): Likewise.
16606         (POLL_OUT): Likewise.
16607         (POLL_MSG): Likewise.
16608         (POLL_ERR): Likewise.
16609         (POLL_PRI): Likewise.
16610         (POLL_HUP): Likewise.
16611         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
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         (BUS_MCEERR_AR): Likewise.
16633         (BUS_MCEERR_AO): Likewise.
16634         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16635         (TRAP_TRACE): Likewise.
16636         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16637         __USE_XOPEN2K8].
16638         (CLD_KILLED): Likewise.
16639         (CLD_DUMPED): Likewise.
16640         (CLD_TRAPPED): Likewise.
16641         (CLD_STOPPED): Likewise.
16642         (CLD_CONTINUED): Likewise.
16643         (POLL_IN): Likewise.
16644         (POLL_OUT): Likewise.
16645         (POLL_MSG): Likewise.
16646         (POLL_ERR): Likewise.
16647         (POLL_PRI): Likewise.
16648         (POLL_HUP): Likewise.
16649         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16650         (ILL_ILLOPN): Likewise.
16651         (ILL_ILLADR): Likewise.
16652         (ILL_ILLTRP): Likewise.
16653         (ILL_PRVOPC): Likewise.
16654         (ILL_PRVREG): Likewise.
16655         (ILL_COPROC): Likewise.
16656         (ILL_BADSTK): Likewise.
16657         (FPE_INTDIV): Likewise.
16658         (FPE_INTOVF): Likewise.
16659         (FPE_FLTDIV): Likewise.
16660         (FPE_FLTOVF): Likewise.
16661         (FPE_FLTUND): Likewise.
16662         (FPE_FLTRES): Likewise.
16663         (FPE_FLTINV): Likewise.
16664         (FPE_FLTSUB): Likewise.
16665         (SEGV_MAPERR): Likewise.
16666         (SEGV_ACCERR): Likewise.
16667         (BUS_ADRALN): Likewise.
16668         (BUS_ADRERR): Likewise.
16669         (BUS_OBJERR): Likewise.
16670         (BUS_MCEERR_AR): Likewise.
16671         (BUS_MCEERR_AO): Likewise.
16672         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16673         (TRAP_TRACE): Likewise.
16674         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16675         __USE_XOPEN2K8].
16676         (CLD_KILLED): Likewise.
16677         (CLD_DUMPED): Likewise.
16678         (CLD_TRAPPED): Likewise.
16679         (CLD_STOPPED): Likewise.
16680         (CLD_CONTINUED): Likewise.
16681         (POLL_IN): Likewise.
16682         (POLL_OUT): Likewise.
16683         (POLL_MSG): Likewise.
16684         (POLL_ERR): Likewise.
16685         (POLL_PRI): Likewise.
16686         (POLL_HUP): Likewise.
16687         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16688         (ILL_ILLOPN): Likewise.
16689         (ILL_ILLADR): Likewise.
16690         (ILL_ILLTRP): Likewise.
16691         (ILL_PRVOPC): Likewise.
16692         (ILL_PRVREG): Likewise.
16693         (ILL_COPROC): Likewise.
16694         (ILL_BADSTK): Likewise.
16695         (FPE_INTDIV): Likewise.
16696         (FPE_INTOVF): Likewise.
16697         (FPE_FLTDIV): Likewise.
16698         (FPE_FLTOVF): Likewise.
16699         (FPE_FLTUND): Likewise.
16700         (FPE_FLTRES): Likewise.
16701         (FPE_FLTINV): Likewise.
16702         (FPE_FLTSUB): Likewise.
16703         (SEGV_MAPERR): Likewise.
16704         (SEGV_ACCERR): Likewise.
16705         (BUS_ADRALN): Likewise.
16706         (BUS_ADRERR): Likewise.
16707         (BUS_OBJERR): Likewise.
16708         (BUS_MCEERR_AR): Likewise.
16709         (BUS_MCEERR_AO): Likewise.
16710         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16711         (TRAP_TRACE): Likewise.
16712         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16713         __USE_XOPEN2K8].
16714         (CLD_KILLED): Likewise.
16715         (CLD_DUMPED): Likewise.
16716         (CLD_TRAPPED): Likewise.
16717         (CLD_STOPPED): Likewise.
16718         (CLD_CONTINUED): Likewise.
16719         (POLL_IN): Likewise.
16720         (POLL_OUT): Likewise.
16721         (POLL_MSG): Likewise.
16722         (POLL_ERR): Likewise.
16723         (POLL_PRI): Likewise.
16724         (POLL_HUP): Likewise.
16725         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): 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_DBLFLT): Likewise.
16734         (ILL_HARDWALL): 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         (SEGV_MAPERR): Likewise.
16744         (SEGV_ACCERR): Likewise.
16745         (BUS_ADRALN): Likewise.
16746         (BUS_ADRERR): Likewise.
16747         (BUS_OBJERR): Likewise.
16748         (BUS_MCEERR_AR): Likewise.
16749         (BUS_MCEERR_AO): Likewise.
16750         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16751         (TRAP_TRACE): Likewise.
16752         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16753         __USE_XOPEN2K8].
16754         (CLD_KILLED): Likewise.
16755         (CLD_DUMPED): Likewise.
16756         (CLD_TRAPPED): Likewise.
16757         (CLD_STOPPED): Likewise.
16758         (CLD_CONTINUED): Likewise.
16759         (POLL_IN): Likewise.
16760         (POLL_OUT): Likewise.
16761         (POLL_MSG): Likewise.
16762         (POLL_ERR): Likewise.
16763         (POLL_PRI): Likewise.
16764         (POLL_HUP): Likewise.
16765         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16766         (ILL_ILLOPN): Likewise.
16767         (ILL_ILLADR): Likewise.
16768         (ILL_ILLTRP): Likewise.
16769         (ILL_PRVOPC): Likewise.
16770         (ILL_PRVREG): Likewise.
16771         (ILL_COPROC): Likewise.
16772         (ILL_BADSTK): Likewise.
16773         (FPE_INTDIV): Likewise.
16774         (FPE_INTOVF): Likewise.
16775         (FPE_FLTDIV): Likewise.
16776         (FPE_FLTOVF): Likewise.
16777         (FPE_FLTUND): Likewise.
16778         (FPE_FLTRES): Likewise.
16779         (FPE_FLTINV): Likewise.
16780         (FPE_FLTSUB): Likewise.
16781         (SEGV_MAPERR): Likewise.
16782         (SEGV_ACCERR): Likewise.
16783         (BUS_ADRALN): Likewise.
16784         (BUS_ADRERR): Likewise.
16785         (BUS_OBJERR): Likewise.
16786         (BUS_MCEERR_AR): Likewise.
16787         (BUS_MCEERR_AO): Likewise.
16788         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16789         (TRAP_TRACE): Likewise.
16790         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16791         __USE_XOPEN2K8].
16792         (CLD_KILLED): Likewise.
16793         (CLD_DUMPED): Likewise.
16794         (CLD_TRAPPED): Likewise.
16795         (CLD_STOPPED): Likewise.
16796         (CLD_CONTINUED): Likewise.
16797         (POLL_IN): Likewise.
16798         (POLL_OUT): Likewise.
16799         (POLL_MSG): Likewise.
16800         (POLL_ERR): Likewise.
16801         (POLL_PRI): Likewise.
16802         (POLL_HUP): Likewise.
16803         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16804         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16806         [BZ #16670]
16807         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16808         before #include of <time.h>.
16809         [!__USE_XOPEN2K] (__need_timespec): Likewise.
16810         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16811         (test-xfail-UNIX98/sched.h/conform): Likewise.
16813 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16815         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16816         error absence of trapping exception support.
16817         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16819 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16821         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16822         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16823         * timezone/Makefile (testdata): Move definition above include of
16824         Rules.
16825         (test-zones): New variable.
16826         (tests-special): Add zone files.
16827         (build-testdata): Use $(evaluate-test).
16829         * elf/Makefile (tests-special): Rename tests to end with .out.
16830         ($(objpfx)noload-mem): Likewise.
16831         ($(objpfx)tst-leaks1-mem): Likewise.
16832         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16833         * iconv/Makefile (xtests-special): Change test-iconvconfig to
16834         $(objpfx)test-iconvconfig.out.
16835         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
16836         set -e inside subshell and redirect output to file.
16837         * iconvdata/Makefile (generated): Rename tests to end with .out.
16838         Correct type.
16839         (tests-special): Rename tests to end with .out.
16840         ($(objpfx)mtrace-tst-loading): Likewise.
16841         * intl/Makefile (generated): Likewise.
16842         (tests-special): Likewise.
16843         ($(objpfx)mtrace-tst-gettext): Likewise.
16844         * misc/Makefile (generated): Likewise.
16845         (tests-special): Likewise.
16846         ($(objpfx)tst-error1-mem): Likewise.
16847         * nptl/Makefile (tests-special): Likewise.
16848         ($(objpfx)tst-stack3-mem): Likewise.
16849         (generated): Likewise.
16850         * posix/Makefile (generated): Likewise.
16851         (tests-special): Likewise.
16852         (xtests-special): Likewise.
16853         ($(objpfx)tst-fnmatch-mem): Likewise.
16854         ($(objpfx)bug-regex2-mem): Likewise.
16855         ($(objpfx)bug-regex14-mem): Likewise.
16856         ($(objpfx)bug-regex21-mem): Likewise.
16857         ($(objpfx)bug-regex31-mem): Likewise.
16858         ($(objpfx)tst-vfork3-mem): Likewise.
16859         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16860         ($(objpfx)tst-pcre-mem): Likewise.
16861         ($(objpfx)tst-boost-mem): Likewise.
16862         ($(objpfx)bug-ga2-mem): Likewise.
16863         ($(objpfx)bug-glob2-mem): Likewise.
16864         * resolv/Makefile (generate): Likewise.
16865         (tests-special): Likewise.
16866         (xtests-special): Likewise.
16867         (generated): Likewise.
16868         ($(objpfx)mtrace-tst-leaks): Likewise.
16869         ($(objpfx)mtrace-tst-leaks2): Likewise.
16871         * scripts/merge-test-results.sh: New file.
16872         * Makefile (tests-special-notdir): New variable.
16873         (tests): Run merge-test-results.sh.
16874         (xtests): Likewise.
16875         * Rules (tests-special-notdir): New variable.
16876         (xtests-special-notdir): Likewise.
16877         (tests): Run merge-test-results.sh
16878         (xtests): Likewise.
16880         * Makeconfig (test-xfail-name): New variable.
16881         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16882         compute variable name for expected failures.
16883         * conform/Makefile (conformtest-headers-data): New variable.
16884         (conformtest-standards): Likewise.
16885         (conformtest-headers-ISO): Likewise.
16886         (conformtest-headers-ISO99): Likewise.
16887         (conformtest-headers-ISO11): Likewise.
16888         (conformtest-headers-POSIX): Likewise.
16889         (conformtest-headers-XPG3): Likewise.
16890         (conformtest-headers-XPG4): Likewise.
16891         (conformtest-headers-UNIX98): Likewise.
16892         (conformtest-headers-XOPEN2K): Likewise.
16893         (conformtest-headers-POSIX2008): Likewise.
16894         (conformtest-headers-XOPEN2K8): Likewise.
16895         (conformtest-header-list-base): Likewise.
16896         (conformtest-header-list-tests): Likewise.
16897         (conformtest-header-base): Likewise.
16898         (conformtest-header-tests): Likewise.
16899         (tests-special): Add $(conformtest-header-list-tests).  If
16900         [$(fast-check) && !$(cross-compiling)], add
16901         $(conformtest-header-tests) instead of
16902         $(objpfx)run-conformtest.out.
16903         (generated): Add $(conformtest-header-list-base).  If
16904         [$(fast-check) && !$(cross-compiling)], add
16905         $(conformtest-header-base).  Remove previous setting.
16906         ($(conformtest-header-list-tests)): New target.
16907         (test-xfail-run-conformtest): Remove variable.
16908         ($(objpfx)run-conformtest.out): Remove target.
16909         (test-xfail-ISO11/complex.h/conform): New variable.
16910         (test-xfail-ISO11/stdalign.h/conform): Likewise.
16911         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16912         (test-xfail-XPG3/varargs.h/conform): Likewise.
16913         (test-xfail-XPG4/varargs.h/conform): Likewise.
16914         (test-xfail-UNIX98/varargs.h/conform): Likewise.
16915         (test-xfail-XPG4/ndbm.h/conform): Likewise.
16916         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16917         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16918         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16919         (test-xfail-XPG3/fcntl.h/conform): Likewise.
16920         (test-xfail-XPG3/ftw.h/conform): Likewise.
16921         (test-xfail-XPG3/grp.h/conform): Likewise.
16922         (test-xfail-XPG3/langinfo.h/conform): Likewise.
16923         (test-xfail-XPG3/limits.h/conform): Likewise.
16924         (test-xfail-XPG3/pwd.h/conform): Likewise.
16925         (test-xfail-XPG3/search.h/conform): Likewise.
16926         (test-xfail-XPG3/signal.h/conform): Likewise.
16927         (test-xfail-XPG3/stdio.h/conform): Likewise.
16928         (test-xfail-XPG3/stdlib.h/conform): Likewise.
16929         (test-xfail-XPG3/string.h/conform): Likewise.
16930         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16931         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16932         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16933         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16934         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16935         (test-xfail-XPG3/sys/types.h/conform): Likewise.
16936         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16937         (test-xfail-XPG3/termios.h/conform): Likewise.
16938         (test-xfail-XPG3/time.h/conform): Likewise.
16939         (test-xfail-XPG3/unistd.h/conform): Likewise.
16940         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16941         (test-xfail-XPG4/fcntl.h/conform): Likewise.
16942         (test-xfail-XPG4/langinfo.h/conform): Likewise.
16943         (test-xfail-XPG4/netdb.h/conform): Likewise.
16944         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16945         (test-xfail-XPG4/signal.h/conform): Likewise.
16946         (test-xfail-XPG4/stdio.h/conform): Likewise.
16947         (test-xfail-XPG4/stdlib.h/conform): Likewise.
16948         (test-xfail-XPG4/stropts.h/conform): Likewise.
16949         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16950         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16951         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16952         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16953         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16954         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16955         (test-xfail-XPG4/sys/time.h/conform): Likewise.
16956         (test-xfail-XPG4/sys/types.h/conform): Likewise.
16957         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16958         (test-xfail-XPG4/termios.h/conform): Likewise.
16959         (test-xfail-XPG4/ucontext.h/conform): Likewise.
16960         (test-xfail-XPG4/unistd.h/conform): Likewise.
16961         (test-xfail-XPG4/utmpx.h/conform): Likewise.
16962         (test-xfail-POSIX/sched.h/conform): Likewise.
16963         (test-xfail-POSIX/signal.h/conform): Likewise.
16964         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16965         (test-xfail-POSIX/tar.h/conform): Likewise.
16966         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16967         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16968         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16969         (test-xfail-UNIX98/netdb.h/conform): Likewise.
16970         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16971         (test-xfail-UNIX98/sched.h/conform): Likewise.
16972         (test-xfail-UNIX98/signal.h/conform): Likewise.
16973         (test-xfail-UNIX98/stdio.h/conform): Likewise.
16974         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16975         (test-xfail-UNIX98/stropts.h/conform): Likewise.
16976         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16977         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16978         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16979         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16980         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16981         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16982         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16983         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16984         (test-xfail-UNIX98/unistd.h/conform): Likewise.
16985         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16986         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16987         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16988         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16989         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16990         (test-xfail-XOPEN2K/math.h/conform): Likewise.
16991         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16992         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16993         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16994         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16995         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16996         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16997         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16998         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16999         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17000         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17001         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17002         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17003         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17004         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17005         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17006         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17007         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17008         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17009         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17010         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17011         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17012         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17013         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17014         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17015         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17016         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17017         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17018         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17019         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17020         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17021         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17022         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17023         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17024         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17025         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17026         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17027         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17028         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17029         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17030         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17031         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17032         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17033         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17034         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17035         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17036         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17037         (conformtest-cc-flags): Likewise.
17038         ($(conformtest-header-tests): New target.
17039         * conform/check-header-lists.sh: New file.
17040         * conform/run-conformtest.sh: Remove.
17042         * conform/conformtest.pl: Allow ' and \ in values given for
17043         constants.
17044         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17045         inclusion.
17046         [POSIX] (sys/types.h): Likewise.
17047         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17048         inclusion.
17049         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17050         inclusion.
17051         * conform/data/signal.h-data (SIGIO): Remove expectation.
17052         [XPG3] (SIGBUS): Do not expect.
17053         [POSIX || XPG3] (SIGPOLL): Likewise.
17054         [POSIX || XPG3] (SIGPROF): Likewise.
17055         [POSIX || XPG3] (SIGSYS): Likewise.
17056         [XPG3] (SIGTRAP): Likewise.
17057         [POSIX || XPG3] (SIGURG): Likewise.
17058         [POSIX || XPG3] (SIGVTALRM): Likewise.
17059         [POSIX || XPG3] (SIGXCPU): Likewise.
17060         [POSIX || XPG3] (SIGXFSZ): Likewise.
17061         [POSIX] (SA_SIGINFO): Expect.
17062         [XPG3] (siginfo_t): Do not expect type or contents.
17063         [POSIX] (si_pid): Do not expect element.
17064         [POSIX] (si_uid): Likewise.
17065         [POSIX] (si_addr): Likewise.
17066         [POSIX] (si_status): Likewise.
17067         [POSIX] (si_band): Likewise.
17068         [XPG4] (si_value): Likewise.
17069         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17070         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17071         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17072         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17073         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17074         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17075         [POSIX || XPG3] (ILL_COPROC): Likewise.
17076         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17077         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17078         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17079         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17080         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17081         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17082         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17083         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17084         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17085         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17086         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17087         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17088         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17089         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17090         [POSIX || XPG3] (CLD_EXITED): Likewise.
17091         [POSIX || XPG3] (CLD_KILLED): Likewise.
17092         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17093         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17094         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17095         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17096         [POSIX || XPG3] (POLL_IN): Likewise.
17097         [POSIX || XPG3] (POLL_OUT): Likewise.
17098         [POSIX || XPG3] (POLL_MSG): Likewise.
17099         [POSIX || XPG3] (POLL_ERR): Likewise.
17100         [POSIX || XPG3] (POLL_PRI): Likewise.
17101         [POSIX || XPG3] (POLL_HUP): Likewise.
17102         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17103         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17104         (SIG*): Do not allow.
17105         [XPG3] (si_*): Likewise.
17106         [XPG3] (SI_*): Likewise.
17107         [XPG3 || XPG4] (sigev_*): Likewise.
17108         [XPG3 || XPG4] (SIGEV_*): Likewise.
17109         [XPG3 || XPG4] (sival_*): Likewise.
17110         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17111         [POSIX || XPG3] (BUS_*): Likewise.
17112         [POSIX || XPG3] (CLD_*): Likewise.
17113         [POSIX || XPG3] (FPE_*): Likewise.
17114         [POSIX || XPG3] (ILL_*): Likewise.
17115         [POSIX || XPG3] (POLL_*): Likewise.
17116         [POSIX || XPG3] (SEGV_*): Likewise.
17117         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17118         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17119         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17120         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17121         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17122         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17123         Specify type and value.
17124         (TVERSLEN): Likewise.
17125         (REGTYPE): Likewise.
17126         (AREGTYPE): Likewise.
17127         (LNKTYPE): Likewise.
17128         (SYMTYPE): Likewise.
17129         (CHRTYPE): Likewise.
17130         (BLKTYPE): Likewise.
17131         (DIRTYPE): Likewise.
17132         (FIFOTYPE): Likewise.
17133         (CONTTYPE): Likewise.
17134         (TSUID): Likewise.
17135         (TSGID): Likewise.
17136         (TSVTX): Likewise.
17137         (TUREAD): Likewise.
17138         (TUWRITE): Likewise.
17139         (TUEXEC): Likewise.
17140         (TGREAD): Likewise.
17141         (TGWRITE): Likewise.
17142         (TGEXEC): Likewise.
17143         (TOREAD): Likewise.
17144         (TOWRITE): Likewise.
17145         (TOEXEC): Likewise.
17146         [POSIX] (TSVTX): Expect constant.
17148 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17150         * Makefile (tests): Change dependencies to ....
17151         (tests-special): ... additions to this variable.
17152         (tests): Depend on $(tests-special).
17153         * Makerules (check-abi-list): New variable.
17154         (check-abi): Depend on $(check-abi-list).
17155         [$(subdir) = elf] (tests-special): Add
17156         $(objpfx)check-abi-libc.out.
17157         [$(build-shared) = yes && subdir] (tests-special): Add
17158         $(check-abi-list).
17159         [$(build-shared) = yes && subdir] (tests): Do not depend on
17160         check-abi.
17161         * Rules (tests): Depend on $(tests-special).
17162         (xtests): Depend on $(xtests-special).
17163         * catgets/Makefile (tests): Change dependencies to ....
17164         (tests-special): ... additions to this variable.
17165         * conform/Makefile (tests): Change dependencies to ....
17166         (tests-special): ... additions to this variable.
17167         * elf/Makefile (tests): Change dependencies to ....
17168         (tests-special): ... additions to this variable.
17169         * grp/Makefile (tests): Change dependencies to ....
17170         (tests-special): ... additions to this variable.
17171         * iconv/Makefile (xtests): Change dependencies to ....
17172         (xtests-special): ... additions to this variable.
17173         * iconvdata/Makefile (tests): Change dependencies to ....
17174         (tests-special): ... additions to this variable.
17175         * intl/Makefile (tests): Change dependencies to ....
17176         (tests-special): ... additions to this variable.  Also add
17177         $(objpfx)tst-gettext.out.
17178         * io/Makefile (tests): Change dependencies to ....
17179         (tests-special): ... additions to this variable.
17180         * libio/Makefile (tests): Change dependencies to ....
17181         (tests-special): ... additions to this variable.
17182         * malloc/Makefile (tests): Change dependencies to ....
17183         (tests-special): ... additions to this variable.
17184         * misc/Makefile (tests): Change dependencies to ....
17185         (tests-special): ... additions to this variable.
17186         * nptl/Makefile (tests): Change dependencies to ....
17187         (tests-special): ... additions to this variable.
17188         * nptl_db/Makefile (tests): Change dependencies to ....
17189         (tests-special): ... additions to this variable.
17190         * posix/Makefile (tests): Change dependencies to ....
17191         (tests-special): ... additions to this variable.
17192         (xtests): Change dependencies to ....
17193         (xtests-special): ... additions to this variable.
17194         * resolv/Makefile (tests): Change dependencies to ....
17195         (tests-special): ... additions to this variable.
17196         (xtests): Change dependencies to ....
17197         (xtests-special): ... additions to this variable.
17198         * stdio-common/Makefile (tests): Change dependencies to ....
17199         (tests-special): ... additions to this variable.
17200         (do-tst-unbputc): Remove target.
17201         (do-tst-printf): Likewise.
17202         * stdlib/Makefile (tests): Change dependencies to ....
17203         (tests-special): ... additions to this variable.
17204         * string/Makefile (tests): Change dependencies to ....
17205         (tests-special): ... additions to this variable.
17206         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17207         (tests-special): ... additions to this variable.
17209         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17210         whole file.
17211         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17212         whole file.
17213         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17214         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17216         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17217         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17218         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17219         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17220         * conform/data/libgen.h-data [XPG3]: Likewise.
17221         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17222         * conform/data/ndbm.h-data [XPG3]: Likewise.
17223         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17224         * conform/data/netdb.h-data [XPG3]: Likewise.
17225         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17226         * conform/data/poll.h-data [XPG3]: Likewise.
17227         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17228         * conform/data/strings.h-data [XPG3]: Likewise.
17229         * conform/data/stropts.h-data [XPG3]: Likewise.
17230         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17231         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17232         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17233         Likewise.
17234         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17235         * conform/data/sys/time.h-data [XPG3]: Likewise.
17236         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17237         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17238         * conform/data/sys/un.h-data [XPG3]: Likewise.
17239         * conform/data/syslog.h-data [XPG3]: Likewise.
17240         * conform/data/ucontext.h-data [XPG3]: Likewise.
17241         * conform/data/utmpx.h-data [XPG3]: Likewise.
17242         * conform/data/varargs.h-data [UNIX98]: Enable file.
17244         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17246         * math/libm-test.inc (struct test_f_f_data): Move expected results
17247         into structure for each rounding mode.
17248         (struct test_ff_f_data): Likewise.
17249         (struct test_ff_f_data_nexttoward): Likewise.
17250         (struct test_fi_f_data): Likewise.
17251         (struct test_fl_f_data): Likewise.
17252         (struct test_if_f_data): Likewise.
17253         (struct test_fff_f_data): Likewise.
17254         (struct test_c_f_data): Likewise.
17255         (struct test_f_f1_data): Likewise.
17256         (struct test_fF_f1_data): Likewise.
17257         (struct test_ffI_f1_data): Likewise.
17258         (struct test_c_c_data): Likewise.
17259         (struct test_cc_c_data): Likewise.
17260         (struct test_f_i_data): Likewise.
17261         (struct test_ff_i_data): Likewise.
17262         (struct test_f_l_data): Likewise.
17263         (struct test_f_L_data): Likewise.
17264         (struct test_fFF_11_data): Likewise.
17265         (RM_): New macro.
17266         (RM_FE_DOWNWARD): Likewise.
17267         (RM_FE_TONEAREST): Likewise.
17268         (RM_FE_TOWARDZERO): Likewise.
17269         (RM_FE_UPWARD): Likewise.
17270         (RUN_TEST_LOOP_f_f): Update references to expected results.
17271         (RUN_TEST_LOOP_2_f): Likewise.
17272         (RUN_TEST_LOOP_fff_f): Likewise.
17273         (RUN_TEST_LOOP_c_f): Likewise.
17274         (RUN_TEST_LOOP_f_f1): Likewise.
17275         (RUN_TEST_LOOP_fF_f1): Likewise.
17276         (RUN_TEST_LOOP_fI_f1): Likewise.
17277         (RUN_TEST_LOOP_ffI_f1): Likewise.
17278         (RUN_TEST_LOOP_c_c): Likewise.
17279         (RUN_TEST_LOOP_cc_c): Likewise.
17280         (RUN_TEST_LOOP_f_i): Likewise.
17281         (RUN_TEST_LOOP_f_i_tg): Likewise.
17282         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17283         (RUN_TEST_LOOP_f_b): Likewise.
17284         (RUN_TEST_LOOP_f_b_tg): Likewise.
17285         (RUN_TEST_LOOP_f_l): Likewise.
17286         (RUN_TEST_LOOP_f_L): Likewise.
17287         (RUN_TEST_LOOP_fFF_11): Likewise.
17288         * math/gen-libm-test.pl (parse_args): Output four copies of
17289         expected results for each test.
17291         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17292         (__ASSUME_UTIMES): Remove.
17293         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17294         (__ASSUME_UTIMES): Likewise.
17296         * math/gen-auto-libm-tests.c: Update comment on output format.
17297         (output_for_one_input_case): Generate before-rounding and
17298         after-rounding information as conditions on output flags not
17299         floating-point format.
17300         * math/auto-libm-test-out: Regenerated.
17301         * math/gen-libm-test.pl (cond_value): New function.
17302         (or_cond_value): Use cond_value.
17303         (generate_testfile): Handle conditional exceptions.
17305 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17307         * math/libm-test.inc (max_valid_error): New variable.
17308         (init_max_error): Take new argument specifying whether function
17309         results are exactly determined.  Set max_valid_error and bound
17310         other variables for errors based on this argument.
17311         (set_max_error): Do not record results above max_valid_error.
17312         (check_float_internal): Only accept errors of up to 0.5ulps if
17313         also at most max_valid_error.
17314         (START): Take new argument EXACT and pass it to init_max_error.
17315         (acos_test): Update call to START.
17316         (acos_test_tonearest): Likewise.
17317         (acos_test_towardzero): Likewise.
17318         (acos_test_downward): Likewise.
17319         (acos_test_upward): Likewise.
17320         (acosh_test): Likewise.
17321         (asin_test): Likewise.
17322         (asin_test_tonearest): Likewise.
17323         (asin_test_towardzero): Likewise.
17324         (asin_test_downward): Likewise.
17325         (asin_test_upward): Likewise.
17326         (asinh_test): Likewise.
17327         (atan_test): Likewise.
17328         (atanh_test): Likewise.
17329         (atan2_test): Likewise.
17330         (cabs_test): Likewise.
17331         (cacos_test): Likewise.
17332         (cacosh_test): Likewise.
17333         (carg_test): Likewise.
17334         (casin_test): Likewise.
17335         (casinh_test): Likewise.
17336         (catan_test): Likewise.
17337         (catanh_test): Likewise.
17338         (cbrt_test): Likewise.
17339         (ccos_test): Likewise.
17340         (ccosh_test): Likewise.
17341         (ceil_test): Likewise.
17342         (cexp_test): Likewise.
17343         (cimag_test): Likewise.
17344         (clog_test): Likewise.
17345         (clog10_test): Likewise.
17346         (conj_test): Likewise.
17347         (copysign_test): Likewise.
17348         (cos_test): Likewise.
17349         (cos_test_tonearest): Likewise.
17350         (cos_test_towardzero): Likewise.
17351         (cos_test_downward): Likewise.
17352         (cos_test_upward): Likewise.
17353         (cosh_test): Likewise.
17354         (cosh_test_tonearest): Likewise.
17355         (cosh_test_towardzero): Likewise.
17356         (cosh_test_downward): Likewise.
17357         (cosh_test_upward): Likewise.
17358         (cpow_test): Likewise.
17359         (cproj_test): Likewise.
17360         (creal_test): Likewise.
17361         (csin_test): Likewise.
17362         (csinh_test): Likewise.
17363         (csqrt_test): Likewise.
17364         (ctan_test): Likewise.
17365         (ctan_test_tonearest): Likewise.
17366         (ctan_test_towardzero): Likewise.
17367         (ctan_test_downward): Likewise.
17368         (ctan_test_upward): Likewise.
17369         (ctanh_test): Likewise.
17370         (ctanh_test_tonearest): Likewise.
17371         (ctanh_test_towardzero): Likewise.
17372         (ctanh_test_downward): Likewise.
17373         (ctanh_test_upward): Likewise.
17374         (erf_test): Likewise.
17375         (erfc_test): Likewise.
17376         (exp_test): Likewise.
17377         (exp_test_tonearest): Likewise.
17378         (exp_test_towardzero): Likewise.
17379         (exp_test_downward): Likewise.
17380         (exp_test_upward): Likewise.
17381         (exp10_test): Likewise.
17382         (exp10_test_tonearest): Likewise.
17383         (exp10_test_towardzero): Likewise.
17384         (exp10_test_downward): Likewise.
17385         (exp10_test_upward): Likewise.
17386         (pow10_test): Likewise.
17387         (exp2_test): Likewise.
17388         (expm1_test): Likewise.
17389         (expm1_test_tonearest): Likewise.
17390         (expm1_test_towardzero): Likewise.
17391         (expm1_test_downward): Likewise.
17392         (expm1_test_upward): Likewise.
17393         (fabs_test): Likewise.
17394         (fdim_test): Likewise.
17395         (floor_test): Likewise.
17396         (fma_test): Likewise.
17397         (fma_test_towardzero): Likewise.
17398         (fma_test_downward): Likewise.
17399         (fma_test_upward): Likewise.
17400         (fmax_test): Likewise.
17401         (fmin_test): Likewise.
17402         (fmod_test): Likewise.
17403         (fpclassify_test): Likewise.
17404         (frexp_test): Likewise.
17405         (hypot_test): Likewise.
17406         (ilogb_test): Likewise.
17407         (isfinite_test): Likewise.
17408         (finite_test): Likewise.
17409         (isgreater_test): Likewise.
17410         (isgreaterequal_test): Likewise.
17411         (isinf_test): Likewise.
17412         (isless_test): Likewise.
17413         (islessequal_test): Likewise.
17414         (islessgreater_test): Likewise.
17415         (isnan_test): Likewise.
17416         (isnormal_test): Likewise.
17417         (issignaling_test): Likewise.
17418         (isunordered_test): Likewise.
17419         (j0_test): Likewise.
17420         (j1_test): Likewise.
17421         (jn_test): Likewise.
17422         (ldexp_test): Likewise.
17423         (lgamma_test): Likewise.
17424         (gamma_test): Likewise.
17425         (lrint_test): Likewise.
17426         (lrint_test_tonearest): Likewise.
17427         (lrint_test_towardzero): Likewise.
17428         (lrint_test_downward): Likewise.
17429         (lrint_test_upward): Likewise.
17430         (llrint_test): Likewise.
17431         (llrint_test_tonearest): Likewise.
17432         (llrint_test_towardzero): Likewise.
17433         (llrint_test_downward): Likewise.
17434         (llrint_test_upward): Likewise.
17435         (log_test): Likewise.
17436         (log10_test): Likewise.
17437         (log1p_test): Likewise.
17438         (log2_test): Likewise.
17439         (logb_test): Likewise.
17440         (logb_test_downward): Likewise.
17441         (lround_test): Likewise.
17442         (llround_test): Likewise.
17443         (modf_test): Likewise.
17444         (nearbyint_test): Likewise.
17445         (nextafter_test): Likewise.
17446         (nexttoward_test): Likewise.
17447         (pow_test): Likewise.
17448         (pow_test_tonearest): Likewise.
17449         (pow_test_towardzero): Likewise.
17450         (pow_test_downward): Likewise.
17451         (pow_test_upward): Likewise.
17452         (remainder_test): Likewise.
17453         (drem_test): Likewise.
17454         (remainder_test_tonearest): Likewise.
17455         (drem_test_tonearest): Likewise.
17456         (remainder_test_towardzero): Likewise.
17457         (drem_test_towardzero): Likewise.
17458         (remainder_test_downward): Likewise.
17459         (drem_test_downward): Likewise.
17460         (remainder_test_upward): Likewise.
17461         (drem_test_upward): Likewise.
17462         (remquo_test): Likewise.
17463         (rint_test): Likewise.
17464         (rint_test_tonearest): Likewise.
17465         (rint_test_towardzero): Likewise.
17466         (rint_test_downward): Likewise.
17467         (rint_test_upward): Likewise.
17468         (round_test): Likewise.
17469         (scalb_test): Likewise.
17470         (scalbn_test): Likewise.
17471         (scalbln_test): Likewise.
17472         (signbit_test): Likewise.
17473         (sin_test): Likewise.
17474         (sin_test_tonearest): Likewise.
17475         (sin_test_towardzero): Likewise.
17476         (sin_test_downward): Likewise.
17477         (sin_test_upward): Likewise.
17478         (sincos_test): Likewise.
17479         (sinh_test): Likewise.
17480         (sinh_test_tonearest): Likewise.
17481         (sinh_test_towardzero): Likewise.
17482         (sinh_test_downward): Likewise.
17483         (sinh_test_upward): Likewise.
17484         (sqrt_test): Likewise.
17485         (sqrt_test_tonearest): Likewise.
17486         (sqrt_test_towardzero): Likewise.
17487         (sqrt_test_downward): Likewise.
17488         (sqrt_test_upward): Likewise.
17489         (tan_test): Likewise.
17490         (tan_test_tonearest): Likewise.
17491         (tan_test_towardzero): Likewise.
17492         (tan_test_downward): Likewise.
17493         (tan_test_upward): Likewise.
17494         (tanh_test): Likewise.
17495         (tgamma_test): Likewise.
17496         (trunc_test): Likewise.
17497         (y0_test): Likewise.
17498         (y1_test): Likewise.
17499         (yn_test): Likewise.
17500         (significand_test): Likewise.
17502         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17503         individual tests in comment.
17504         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17505         (prev_max_error): New variable.
17506         (prev_real_max_error): Likewise.
17507         (prev_imag_max_error): Likewise.
17508         (compare_ulp_data): Don't refer to test names in comment.
17509         (find_test_ulps): Remove function.
17510         (find_function_ulps): Likewise.
17511         (find_complex_function_ulps): Likewise.
17512         (init_max_error): Take function name as argument.  Look up ulps
17513         for that function.
17514         (print_ulps): Remove function.
17515         (print_max_error): Use prev_max_error instead of calling
17516         find_function_ulps.
17517         (print_complex_max_error): Use prev_real_max_error and
17518         prev_imag_max_error instead of calling find_complex_function_ulps.
17519         (check_float_internal): Take max_ulp parameter instead of calling
17520         find_test_ulps.  Don't call print_ulps.
17521         (check_float): Update call to check_float_internal.
17522         (check_complex): Update calls to check_float_internal.
17523         (START): Pass argument to init_max_error.
17524         * math/gen-libm-test.pl (%results): Don't include "kind"
17525         information.
17526         (parse_ulps): Don't handle ulps of individual tests.
17527         (print_ulps_file): Likewise.
17528         (output_ulps): Likewise.
17529         * math/README.libm-test: Update.
17530         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17531         individual tests.
17532         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17533         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17534         * sysdeps/arm/libm-test-ulps: Likewise.
17535         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17536         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17537         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17538         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17539         * sysdeps/microblaze/libm-test-ulps: Likewise.
17540         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17541         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17542         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17543         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17544         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17545         * sysdeps/sh/libm-test-ulps: Likewise.
17546         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17547         * sysdeps/tile/libm-test-ulps: Likewise.
17548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17550 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17552         * math/libm-test.inc (print_complex_max_error): Check separately
17553         whether real and imaginary errors are within allowed range and
17554         pass 0 to print_complex_function_ulps instead of value within
17555         allowed range.
17557 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17559         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17560         formatting.
17561         (get_handles_fopen): Likewise.
17562         (do_write_test): Likewise.
17564         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17566         * libio/fileops.c (do_ftell): Use cached offset when
17567         available.
17568         * libio/iofwide.c (do_ftell_wide): Likewise.
17569         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17570         _IO_file_attach.
17571         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17573         [BZ #16532]
17574         * libio/libioP.h (get_file_offset): New function.
17575         * libio/fileops.c (get_file_offset): Likewise.
17576         (do_ftell): Likewise.
17577         (_IO_new_file_seekoff): Split out ftell logic.
17578         * libio/wfileops.c (do_ftell_wide): Likewise.
17579         (_IO_wfile_seekoff): Split out ftell logic.
17580         * libio/tst-ftell-active-handler.c: New test case.
17581         * libio/Makefile (tests): Add it.
17583 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17585         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17586         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17588 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17590         [BZ #16639]
17591         * nscd/connections.c (nscd_init): Call do_exit.
17592         (start_threads): Call do_exit and notify_parent.
17593         (begin_drop_privileges): Call do_exit.
17594         (finish_drop_privileges): Likewise.
17595         * nscd/selinux.c (preserve_capabilities): Likewise.
17596         (install_real_capabilities): Likewise.
17597         (nscd_selinux_enabled): Likewise.
17598         (avc_create_thread): Likewise.
17599         (avc_alloc_lock): Likewise.
17600         (nscd_avc_init): Likewise.
17601         * nscd/nscd.c (parent_fd): New static variable.
17602         (main): Create a pipe between parent and child processes.
17603         Skip closing parent_fd.
17604         (monitor_child): New function.
17605         (do_exit): Likewise.
17606         (notify_parent): Likewise.
17607         * nscd/nscd.h (notify_parent): Likewise.
17608         (do_exit): Likewise.
17610 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17612         * malloc/malloc.c (__libc_calloc): Revert last change.
17614 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17616         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17618 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17620         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17621         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17622         implementation.
17623         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17624         (__libc_ifunc_impl_list): Likewise.
17625         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17626         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17627         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17628         * string/strrchr.c: Define STRRCHR.
17630 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17632         * benchtest/bench-strtok.c (simple_strtok): Delete.
17633         (strtok_string): Use as benchmark.
17634         * string/strtok (STRTOK): New macro.
17636 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17638         * manual/threads.texi: Add header and standard comments to all
17639         functions.
17641         * elf/dl-lookup.c (check_match): New function.
17642         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17643         (do_lookup_x): Remove nested function check_match. Use non-nested
17644         function check_match.
17646 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17648         * csu/Makefile (generated, before-compile): Use += rather than =.
17649         * catgets/Makefile (generated, generated-dirs): Likewise.
17650         * debug/Makefile (generated): Likewise.
17651         * dlfcn/Makefile (generated): Likewise.
17652         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17653         * iconvdata/Makefile (before-compile, generated): Likewise.
17654         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17655         * libio/Makefile (generated): Likewise.
17656         * malloc/Makefile (generated): Likewise.
17657         * manual/Makefile (generated, generated-dirs): Likewise.
17658         * misc/Makefile (generated): Likewise.
17659         * posix/Makefile (generated): Likewise.
17660         * resolv/Makefile (generated): Likewise.
17661         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17662         * timezone/Makefile (generated, generated-dirs): Likewise.
17664         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17666 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17668         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17669         power8 implementation.
17670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17671         file: POWER8 llround ifunc implementation.
17672         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17673         (__lllround): Add POWER8 implementation.
17674         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17675         POWER8 llround implementation.
17677         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17678         power8 implementation.
17679         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17680         file: POWER8 llrint ifunc implementation.
17681         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17682         Add POWER8 implementation.
17683         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17684         POWER8 llrint implementation.
17686         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17687         power8 implementation.
17688         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17689         file: POWER8 finite ifunc implementation.
17690         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17691         Add POWER8 implementation.
17692         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17693         Likewise.
17694         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17695         POWER8 finite implementation.
17696         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17698         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17699         power8 implementation.
17700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17701         file: POWER8 isinf ifunc implementation.
17702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17703         POWER8 implementation.
17704         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17705         Likewise.
17706         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17707         isinf implementation.
17708         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17710         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17711         (INIT_ARCH): Add hwcap2 initialization.
17712         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17713         power8 implementation.
17714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17715         file: POWER8 isnan ifunc implementation.
17716         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17717         POWER8 implementation.
17718         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17719         Likewise.
17720         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17721         isnan implementation.
17722         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17724 2014-02-27  Joey Ye  <joey.ye@arm.com>
17726         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17727         (_FP_NANFRAC_Q): Set to zero.
17729 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17731         [BZ #16623]
17732         * math/auto-libm-test-in: New test inputs.
17733         * math/auto-libm-test-out: Regenerate.
17734         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17735         and DA.
17736         (__cos): Likewise.
17737         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17739 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17741         * scripts/evaluate-test.sh: Take new argument indicating whether
17742         failure is expected.
17743         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17744         indicating whether failure is expected.
17745         * conform/Makefile (test-xfail-run-conformtest): New variable.
17746         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17747         level.
17748         * posix/Makefile (test-xfail-annexc): New variable.
17749         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17751 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
17753         * argp/Makefile: Include Makeconfig immediately after defining
17754         subdir.
17755         * assert/Makefile: Likewise.
17756         * benchtests/Makefile: Likewise.
17757         * catgets/Makefile: Likewise.
17758         * conform/Makefile: Likewise.
17759         * crypt/Makefile: Likewise.
17760         * csu/Makefile: Likewise.
17761         (all): Remove target.
17762         * ctype/Makefile: Include Makeconfig immediately after defining
17763         subdir.
17764         * debug/Makefile: Likewise.
17765         * dirent/Makefile: Likewise.
17766         * dlfcn/Makefile: Likewise.
17767         * gmon/Makefile: Likewise.
17768         * gnulib/Makefile: Likewise.
17769         * grp/Makefile: Likewise.
17770         * gshadow/Makefile: Likewise.
17771         * hesiod/Makefile: Likewise.
17772         * hurd/Makefile: Likewise.
17773         (all): Remove target.
17774         * iconvdata/Makefile: Include Makeconfig immediately after
17775         defining subdir.
17776         * inet/Makefile: Likewise.
17777         * intl/Makefile: Likewise.
17778         * io/Makefile: Likewise.
17779         * libio/Makefile: Likewise.
17780         (all): Remove target.
17781         * locale/Makefile: Include Makeconfig immediately after defining
17782         subdir.
17783         * login/Makefile: Likewise.
17784         * mach/Makefile: Likewise.
17785         (all): Remove target.
17786         * malloc/Makefile: Include Makeconfig immediately after defining
17787         subdir.
17788         (all): Remove target.
17789         * manual/Makefile: Include Makeconfig immediately after defining
17790         subdir.
17791         * math/Makefile: Likewise.
17792         * misc/Makefile: Likewise.
17793         * nis/Makefile: Likewise.
17794         * nss/Makefile: Likewise.
17795         * po/Makefile: Likewise.
17796         (all): Remove target.
17797         * posix/Makefile: Include Makeconfig immediately after defining
17798         subdir.
17799         * pwd/Makefile: Likewise.
17800         * resolv/Makefile: Likewise.
17801         * resource/Makefile: Likewise.
17802         * rt/Makefile: Likewise.
17803         * setjmp/Makefile: Likewise.
17804         * shadow/Makefile: Likewise.
17805         * signal/Makefile: Likewise.
17806         * socket/Makefile: Likewise.
17807         * soft-fp/Makefile: Likewise.
17808         * stdio-common/Makefile: Likewise.
17809         * stdlib/Makefile: Likewise.
17810         * streams/Makefile: Likewise.
17811         * string/Makefile: Likewise.
17812         * sunrpc/Makefile: Likewise.
17813         (all): Remove target.
17814         * sysvipc/Makefile: Include Makeconfig immediately after defining
17815         subdir.
17816         * termios/Makefile: Likewise.
17817         * time/Makefile: Likewise.
17818         * timezone/Makefile: Likewise.
17819         (all): Remove target.
17820         * wcsmbs/Makefile: Include Makeconfig immediately after defining
17821         subdir.
17822         * wctype/Makefile: Likewise.
17824 2014-02-26  Steve Ellcey  <sellcey@mips.com>
17826         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17827         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17828         (libc_feholdexcept_setround_mips): Ditto.
17829         (libc_feholdsetround): New.
17830         (libc_feholdsetroundf): New.
17831         (libc_feholdsetroundl): New.
17832         (libc_feupdateenv_test_mips): New.
17833         (libc_feupdateenv_test): New.
17834         (libc_feupdateenv_testf): New.
17835         (libc_feupdateenv_testl): New.
17836         (libc_feresetround): New.
17837         (libc_feresetroundf): New.
17838         (libc_feresetroundl): New.
17839         (libc_fetestexcept_mips): New.
17840         (libc_fetestexcept): New.
17841         (libc_fetestexceptf): New.
17842         (libc_fetestexceptl): New.
17843         (HAVE_RM_CTX): New.
17844         (libc_feholdexcept_setround_mips_ctx): New.
17845         (libc_feholdexcept_setround_ctx): New.
17846         (libc_feholdexcept_setroundf_ctx): New.
17847         (libc_feholdexcept_setroundl_ctx): New.
17848         (libc_fesetenv_mips_ctx): New.
17849         (libc_fesetenv_ctx): New.
17850         (libc_fesetenv_ctxf): New.
17851         (libc_fesetenv_ctxl): New.
17852         (libc_feupdateenv_mips_ctx): New.
17853         (libc_feupdateenv_ctx): New.
17854         (libc_feupdateenvf_ctx): New.
17855         (libc_feupdateenvl_ctx): New.
17856         (libc_feholdsetround_mips_ctx): New.
17857         (libc_feholdsetround_ctx): New.
17858         (libc_feholdsetroundf_ctx): New.
17859         (libc_feholdsetroundl_ctx): New.
17860         (libc_feresetround_mips_ctx): New.
17861         (libc_feresetround_ctx): New.
17862         (libc_feresetroundf_ctx): New.
17863         (libc_feresetroundl_ctx): New.
17865 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
17867         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17869         * manual/ipc.texi: New file.
17870         * manual/Makefile (chapters): Add ipc.
17871         * manual/job.texi: Add "Inter-Process Communication" to next.
17872         * manual/process.texi: Add "Inter-Process Communication" to prev.
17874 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17876         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17878 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
17880         * malloc/malloc.c (__libc_calloc): Simplify implementation.
17882         * manual/arith.texi: Fix spaces after sentences.
17883         * manual/charset.texi: Likewise.
17884         * manual/errno.texi: Likewise.
17885         * manual/install.texi: Likewise.
17886         * manual/llio.texi: Likewise.
17887         * manual/locale.texi: Likewise.
17888         * manual/maint.texi: Likewise.
17889         * manual/math.texi: Likewise.
17890         * manual/memory.texi: Likewise.
17891         * manual/message.texi: Likewise.
17892         * manual/probes.texi: Likewise.
17893         * manual/resource.texi: Likewise.
17894         * manual/signal.texi: Likewise.
17895         * manual/socket.texi: Likewise.
17896         * manual/stdio.texi: Likewise.
17897         * manual/string.texi: Likewise.
17898         * manual/time.texi: Likewise.
17899         * manual/users.texi: Likewise.
17901 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
17903         [BZ #16632]
17904         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17905         _DEFAULT_SOURCE is defined.
17907 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
17908             Carlos O'Donell  <carlos@redhat.com>
17910         [BZ #16613]
17911         * elf/dl-tls.c (_dl_count_modids): New function.
17912         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17913         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17914         audit library and increment generation counter.
17915         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17916         * elf/tst-audit9.c: New file.
17917         * elf/tst-auditmod9a.c: New file.
17918         * elf/tst-auditmod9b.c: New file.
17919         * elf/Makefile: Add rules to build and run tst-audit9.
17921 2014-02-25  Florian Weimer  <fweimer@redhat.com>
17923         [BZ #15347]
17924         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17926 2014-02-25  Will Newton  <will.newton@linaro.org>
17928         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17929         (__longjmp): Restore sp and lr before restoring callee
17930         saved registers.  Add longjmp and longjmp_target
17931         SystemTap probe point.
17932         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17933         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17934         Define to zero to match jmpbuf layout.
17935         * sysdeps/arm/setjmp.S: Include stap-probe.h.
17936         (__sigsetjmp): Save sp and lr before saving callee
17937         saved registers.  Add setjmp SystemTap probe point.
17939 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
17941         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17943 2014-02-24  Andreas Schwab  <schwab@suse.de>
17945         [BZ #15804]
17946         * elf/pldd.c (wait_for_ptrace_stop): New function.
17947         (main): Call it after attaching.
17949 2014-02-22  Roland McGrath  <roland@hack.frob.com>
17951         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17952         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17953         Versions files is now verboten.
17954         * hurd/Versions (libc: GLIBC_2.0):
17955         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17956         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17957         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17958         * mach/Versions: Likewise.
17960         * csu/Versions: Remove unused %include.
17961         * resolv/Versions: Likewise.
17963 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
17965         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17966         ($(objpfx)check-local-headers.out): Likewise.
17967         ($(objpfx)begin-end-check.out): Likewise.
17968         * Makerules (check-abi-%.out): Likewise.
17969         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17970         ($(objpfx)test2.cat): Likewise.
17971         ($(objpfx)de/libc.cat): Likewise.
17972         ($(objpfx)test-gencat.out): Likewise.
17973         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17974         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17975         ($(objpfx)noload-mem): Likewise.
17976         ($(objpfx)tst-pathopt.out): Likewise.
17977         ($(objpfx)tst-rtld-load-self.out): Likewise.
17978         ($(objpfx)tst-array1-cmp.out): Likewise.
17979         ($(objpfx)tst-array1-static-cmp.out): Likewise.
17980         ($(objpfx)tst-array2-cmp.out): Likewise.
17981         ($(objpfx)tst-array3-cmp.out): Likewise.
17982         ($(objpfx)tst-array4-cmp.out): Likewise.
17983         ($(objpfx)tst-array5-cmp.out): Likewise.
17984         ($(objpfx)tst-array5-static-cmp.out): Likewise.
17985         ($(objpfx)check-textrel.out): Likewise.
17986         ($(objpfx)check-execstack.out): Likewise.
17987         ($(objpfx)check-localplt.out): Likewise.
17988         ($(objpfx)order2-cmp.out): Likewise.
17989         ($(objpfx)tst-leaks1-mem): Likewise.
17990         ($(objpfx)tst-leaks1-static-mem): Likewise.
17991         ($(objpfx)tst-initorder-cmp.out): Likewise.
17992         ($(objpfx)tst-initorder2-cmp.out): Likewise.
17993         ($(objpfx)tst-unused-dep.out): Likewise.
17994         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17995         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17996         * iconv/Makefile (test-iconvconfig): Likewise.
17997         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17998         ($(objpfx)iconv-test.out): Likewise.
17999         ($(objpfx)tst-tables.out): Likewise.
18000         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18001         ($(objpfx)tst-gettext.out): Likewise.
18002         ($(objpfx)tst-translit.out): Likewise.
18003         ($(objpfx)tst-gettext2.out): Likewise.
18004         ($(objpfx)tst-gettext4.out): Likewise.
18005         ($(objpfx)tst-gettext6.out): Likewise.
18006         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18007         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18008         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18009         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18010         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18011         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18012         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18013         ($(objpfx)wordexp-tst.out): Likewise.
18014         ($(objpfx)annexc.out): Likewise.
18015         ($(objpfx)tst-fnmatch-mem): Likewise.
18016         ($(objpfx)bug-regex2-mem): Likewise.
18017         ($(objpfx)bug-regex14-mem): Likewise.
18018         ($(objpfx)bug-regex21-mem): Likewise.
18019         ($(objpfx)bug-regex31-mem): Likewise.
18020         ($(objpfx)tst-vfork3-mem): Likewise.
18021         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18022         ($(objpfx)tst-pcre-mem): Likewise.
18023         ($(objpfx)tst-boost-mem): Likewise.
18024         ($(objpfx)tst-getconf.out): Likewise.
18025         ($(objpfx)bug-ga2-mem): Likewise.
18026         ($(objpfx)bug-glob2-mem): Likewise.
18027         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18028         ($(objpfx)mtrace-tst-leaks2): Likewise.
18029         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18030         ($(objpfx)tst-printf.out): Likewise.
18031         ($(objpfx)tst-setvbuf1.out): Likewise.
18032         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18033         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18034         ($(objpfx)tst-fmtmsg.out): Likewise.
18035         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18036         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18038         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18039         * bits/sigaction.h [__USE_MISC]: Likewise.
18040         * bits/waitstatus.h: Update #endif comments.
18041         * ctype/ctype.h: Likewise.
18042         * dirent/dirent.h: Likewise.
18043         [__USE_MISC]: Remove redundant conditionals.
18044         * grp/grp.h: Update #endif comments.
18045         [__USE_GNU]: Remove redundant conditionals.
18046         [__USE_MISC]: Likewise.
18047         * inet/netinet/in.h [__USE_GNU]: Likewise.
18048         * io/sys/stat.h [__USE_MISC]: Likewise.
18049         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18050         * libio/bits/stdio.h: Update #endif comments.
18051         [__USE_MISC]: Remove redundant conditionals.
18052         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18053         * libio/stdio.h: Update #endif comments.
18054         [__USE_MISC]: Remove redundant conditionals.
18055         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18056         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18057         * math/math.h: Update #else and #endif comments.
18058         [__USE_MISC]: Remove redundant conditionals.
18059         * misc/sys/uio.h: Update #endif comments.
18060         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18061         * posix/glob.h [__USE_MISC]: Likewise.
18062         * posix/sys/types.h: Update #endif comments.
18063         [__USE_MISC]: Remove redundant conditionals.
18064         * posix/sys/wait.h: Update #endif comments.
18065         [__USE_MISC]: Remove redundant conditionals.
18066         * posix/unistd.h: Update #endif comments.
18067         [__USE_MISC]: Remove redundant conditionals.
18068         * pwd/pwd.h [__USE_GNU]: Likewise.
18069         [__USE_MISC]: Likewise.
18070         * resolv/netdb.h [__USE_GNU]: Likewise.
18071         * signal/signal.h: Update #endif comments.
18072         [__USE_MISC]: Remove redundant conditionals.
18073         * stdlib/stdlib.h: Update #else and #endif comments.
18074         [__USE_MISC]: Remove redundant conditionals.
18075         [__USE_GNU]: Likewise.
18076         * string/bits/string2.h [__USE_MISC]: Likewise.
18077         * string/string.h: Update #endif comments.
18078         [__USE_MISC]: Remove redundant conditionals.
18079         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18080         Likewise.
18081         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18082         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18083         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18084         Likewise.
18085         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18086         Likewise.
18087         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18088         comments.
18089         [__USE_MISC]: Remove redundant conditionals.
18090         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18091         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18092         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18093         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18094         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18095         Likewise.
18096         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18097         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18098         Likewise.
18099         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18100         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18101         Likewise.
18102         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18103         Likewise.
18104         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18105         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18106         Likewise.
18107         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18108         Likewise.
18109         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18110         * sysdeps/x86/bits/string.h: Update #endif comments.
18111         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18112         conditionals.
18113         * time/sys/time.h: Update #endif comments.
18114         * time/time.h: Likewise.
18115         [__USE_MISC]: Remove redundant conditionals.
18117 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18119         [BZ #16600]
18120         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18122 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18124         * Versions.def (librt): Add GLIBC_2.17.
18126 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18128         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18129         synonym for _SYS_AUXV_H to allow direct inclusion.
18130         * sysdeps/sparc/bits/hwcap.h: Likewise.
18131         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18132         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18133         * sysdeps/sparc/sysdep.h: Likewise.
18135 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18137         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18139 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18141         * benchtests/bench-strrchr.c: Print length instead of position.
18143 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18145         [BZ #16611]
18146         * sysdeps/unix/sysv/linux/kernel-features.h
18147         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18148         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18149         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18150         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18151         Likewise.
18152         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18153         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18154         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18155         (__ASSUME_SENDMMSG): Define instead of using previous
18156         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18157         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18158         (__ASSUME_SENDMMSG_SYSCALL): Define.
18159         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18160         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18161         Likewise.
18162         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18163         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18164         Likewise.
18165         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18166         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18167         Likewise.
18168         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18169         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18170         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18171         [__ASSUME_SENDMMSG]: Change conditionals to
18172         [__ASSUME_SENDMMSG_SOCKETCALL].
18173         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18174         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18175         Define.
18176         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18177         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18178         Likewise.
18179         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18180         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18181         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18182         [!__ASSUME_SENDMMSG]: Change conditional to
18183         [!__ASSUME_SENDMMSG_SOCKETCALL].
18184         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18185         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18186         Define.
18188         [BZ #16610]
18189         * sysdeps/unix/sysv/linux/kernel-features.h
18190         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18191         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18192         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18193         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18194         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18195         [__i386__ || __sparc__]
18196         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18197         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18198         (__ASSUME_RECVMMSG): Define instead of using previous
18199         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18200         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18201         (__ASSUME_RECVMMSG_SYSCALL): Define.
18202         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18203         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18204         Likewise.
18205         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18206         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18207         Likewise.
18208         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18209         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18210         Likewise.
18211         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18212         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18213         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18214         [__ASSUME_RECVMMSG]: Change condition to
18215         [__ASSUME_RECVMMSG_SOCKETCALL].
18216         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18217         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18218         Define.
18219         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18220         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18221         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18222         Likewise.
18223         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18224         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18225         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18226         [!__ASSUME_RECVMMSG]: Change condition to
18227         [!__ASSUME_RECVMMSG_SOCKETCALL].
18228         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18229         (__ASSUME_RECVMMSG_SYSCALL): Define.
18231         [BZ #16609]
18232         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18233         __powerpc__ || __s390__ || __sh__ || __sparc__]
18234         (__ASSUME_SOCKETCALL): Define.
18235         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18236         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18237         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18238         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18239         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18240         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18241         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18242         (__ASSUME_ACCEPT4): Define instead of using previous
18243         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18244         __powerpc__ || __sparc__ || __s390__)] condition.
18245         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18246         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18247         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18248         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18249         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18250         [!__ASSUME_ACCEPT4]: Change condition to
18251         [!__ASSUME_ACCEPT4_SOCKETCALL].
18252         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18253         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18254         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18255         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18256         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18257         __ASSUME_ACCEPT4_SYSCALL.
18258         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18259         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18260         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18261         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18262         __ASSUME_ACCEPT4_SYSCALL.
18263         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18264         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18265         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18266         [__ASSUME_ACCEPT4]: Change condition to
18267         [__ASSUME_ACCEPT4_SOCKETCALL].
18268         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18269         (__ASSUME_SOCKETCALL): Define.
18270         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18271         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18272         (__ASSUME_SOCKETCALL): Define.
18273         (__ASSUME_ACCEPT4): Remove.
18274         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18275         Define.
18276         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18277         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18278         Likewise.
18279         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18280         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18282         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18283         macro.
18284         (HWCAP_ARM_LPAE): Likewise.
18285         (HWCAP_ARM_EVTSTRM): Likewise.
18286         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18287         Add vpfd32, lpae and evtstrm.
18288         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18289         Increase to 22.
18291 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18293         * math/auto-libm-test-in: Add tests of clog10.
18294         * math/auto-libm-test-out: Regenerated.
18295         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18296         * sysdeps/i386/fpu/libm-test-ulps: Update.
18297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18299 2014-02-18  Andreas Schwab  <schwab@suse.de>
18301         [BZ #16574]
18302         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18303         Store non-zero if the second buffer was newly allocated.
18304         (send_dg): Likewise.
18305         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18306         to send_vc and send_dg.
18307         (res_nsend): Pass NULL for ansp2_malloced.
18308         * resolv/res_query.c (__libc_res_nquery): Add parameter
18309         answerp2_malloced and pass it down to __libc_res_nsend.
18310         (res_nquery): Pass additional NULL to __libc_res_nquery.
18311         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18312         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18313         second answer buffer if answerp2_malloced was set.
18314         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18315         (__libc_res_nquerydomain): Add parameter
18316         answerp2_malloced and pass it down to __libc_res_nquery.
18317         (res_nquerydomain): Pass additional NULL to
18318         __libc_res_nquerydomain.
18319         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18320         additional NULL to __libc_res_nsend and __libc_res_nquery.
18321         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18322         additional NULL to __libc_res_nsearch.
18323         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18324         parameter of __libc_res_nsearch to check for separately allocated
18325         second buffer.
18326         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18327         __libc_res_nquery.
18328         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18329         additional NULL to __libc_res_nquery.
18330         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18331         __libc_res_nsearch.
18332         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18333         * include/resolv.h: Update prototypes of __libc_res_nquery,
18334         __libc_res_nsearch, __libc_res_nsend.
18336 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18338         * math/auto-libm-test-in: Add tests of fma.
18339         * math/auto-libm-test-out: Regenerated.
18340         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18341         (fma_towardzero_test_data): Likewise.
18342         (fma_downward_test_data): Likewise.
18343         (fma_upward_test_data): Likewise.
18344         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18345         mpc_mode.
18346         (rounding_modes): Add values for new field.
18347         (func_calc_method): Add value mpfr_fff_f.
18348         (func_calc_desc): Add mpfr_fff_f union field.
18349         (test_function): Add field exact_args.
18350         (FUNC): Add macro argument EXACT_ARGS.
18351         (FUNC_mpfr_f_f): Update call to FUNC.
18352         (FUNC_mpfr_f_f): Likewise.
18353         (FUNC_mpfr_ff_f): Likewise.
18354         (FUNC_mpfr_if_f): Likewise.
18355         (FUNC_mpc_c_f): Likewise.
18356         (FUNC_mpc_c_c): Likewise.
18357         (test_functions): Add fma.  Update calls to FUNC.
18358         (handle_input_arg): Add argument exact_args.
18359         (add_test): Update call to handle_input_arg.
18360         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18361         (output_for_one_input_case): Update call to calc_generic_results.
18362         Recalculate exact zero results in each rounding mode.
18364         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18365         non-negative before setting low bit.
18366         * math/auto-libm-test-in: Mark one asin test possibly having
18367         spurious underflow.
18368         * math/auto-libm-test-out: Regenerated.
18369         * sysdeps/i386/fpu/libm-test-ulps: Update.
18370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18372 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18374         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18375         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18376         ports/sysdeps/unix/sysv/linux/microblaze.
18377         * README: Add missing listing for microblaze*-*-linux-gnu.
18379 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18381         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18382         duplicate code
18384 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18386         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18387         * sysdeps/unix/sysv/linux/ia64: Move directory from
18388         ports/sysdeps/unix/sysv/linux/ia64.
18389         * README: Update listing for ia64-*-linux-gnu.
18391 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18392             Joseph Myers  <joseph@codesourcery.com>
18394         * Makeconfig (test-name): New variable.
18395         (evaluate-test): Likewise.
18396         * Makerules (do-test-clean): Remove .test-result files.
18397         (common-mostlyclean): Likewise.
18398         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18399         * scripts/evaluate-test.sh: New file.
18401 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18403         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18404         separate $(objpfx)tst-fopenloc-cmp.out and
18405         $(objpfx)tst-fopenloc-mem.out targets.
18406         (tests): Update dependencies.
18407         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18408         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18409         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18410         (tst-rxspencer-no-utf8-ARGS): New variable.
18411         (tst-rxspencer-no-utf8-ENV): Likewise.
18412         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18413         instead of $(objpfx)tst-rxspencer-mem.
18414         ($(objpfx)tst-rxspencer-mem): Change target to
18415         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18416         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18417         * posix/tst-rxspencer-no-utf8.c: New file.
18419         * elf/Makefile ($(objpfx)order.out): Remove rule.
18420         [$(run-built-tests) = yes] (tests): Depend on
18421         $(objpfx)order-cmp.out.
18422         ($(objpfx)order-cmp.out): New rule.
18423         [$(run-built-tests) = yes] (tests): Depend on
18424         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18425         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18426         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18427         $(objpfx)tst-array5-static-cmp.out.
18428         ($(objpfx)tst-array1.out): Remove rule.
18429         ($(objpfx)tst-array1-cmp.out): New rule.
18430         ($(objpfx)tst-array1-static.out): Remove rule.
18431         ($(objpfx)tst-array1-static-cmp.out): New rule.
18432         ($(objpfx)tst-array2.out): Remove rule.
18433         ($(objpfx)tst-array2-cmp.out): New rule.
18434         ($(objpfx)tst-array3.out): Remove rule.
18435         ($(objpfx)tst-array3-cmp.out): New rule.
18436         ($(objpfx)tst-array4.out): Remove rule.
18437         ($(objpfx)tst-array4-cmp.out): New rule.
18438         ($(objpfx)tst-array5.out): Remove rule.
18439         ($(objpfx)tst-array5-cmp.out): New rule.
18440         ($(objpfx)tst-array5-static.out): Remove rule.
18441         ($(objpfx)tst-array5-static-cmp.out): New rule.
18442         [$(run-built-tests) = yes] (tests): Depend on
18443         $(objpfx)order2-cmp.out.
18444         ($(objpfx)order2.out): Remove rule.
18445         ($(objpfx)order2-cmp.out): New rule.
18446         ($(objpfx)tst-initorder.out): Remove rule.
18447         [$(run-built-tests) = yes] (tests): Depend on
18448         $(objpfx)tst-initorder-cmp.out.
18449         ($(objpfx)tst-initorder-cmp.out): New rule.
18450         ($(objpfx)tst-initorder2.out): Remove rule.
18451         [$(run-built-tests) = yes] (tests): Depend on
18452         $(objpfx)tst-initorder2-cmp.out.
18453         ($(objpfx)tst-initorder2-cmp.out): New rule.
18454         [$(run-built-tests) = yes] (tests): Depend on
18455         $(objpfx)tst-unused-dep-cmp.out.
18456         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18457         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18458         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18459         on $(objpfx)tst-setvbuf1-cmp.out.
18460         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18461         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18462         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18463         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18464         ($(objpfx)tst-svc.out): Remove rule.
18465         ($(objpfx)tst-svc-cmp.out): New rule.
18467 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18469         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18470         * ctype/ctype.h [__USE_MISC]: Likewise.
18471         * dirent/dirent.h [__USE_MISC]: Likewise.
18472         * grp/grp.h [__USE_MISC]: Likewise.
18473         * io/fcntl.h [__USE_MISC]: Likewise.
18474         * io/sys/stat.h [__USE_MISC]: Likewise.
18475         * libio/stdio.h [__USE_MISC]: Likewise.
18476         * posix/unistd.h [__USE_MISC]: Likewise.
18477         * pwd/pwd.h [__USE_MISC]: Likewise.
18478         * stdlib.h [__USE_MISC]: Likewise.
18479         * string/bits/string2.h [__USE_MISC]: Likewise.
18480         * string/string.h [__USE_MISC]: Likewise.
18481         * time/time.h [__USE_MISC]: Likewise.
18483 2014-02-13  Andreas Schwab  <schwab@suse.de>
18485         [BZ #16574]
18486         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18487         second answer buffer if it was separately allocated.
18489 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18491         * sysdeps/mips/math-tests.h: Include <features.h>.
18492         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18493         (ROUNDING_TESTS_long_double): Do not define.
18494         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18495         (EXCEPTION_TESTS_long_double): Likewise.
18496         * sysdeps/mips/mips64/libm-test-ulps: Update.
18498         * include/features.h (__USE_BSD): Remove macro definitions.
18499         (__USE_SVID): Likewise.
18500         (_BSD_SOURCE): Likewise.
18501         (_SVID_SOURCE): Likewise.
18502         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18503         from definition of _DEFAULT_SOURCE.
18504         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18505         [_DEFAULT_SOURCE].
18506         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18507         * bits/mman.h [__USE_BSD]: Likewise.
18508         * bits/termios.h [__USE_BSD]: Likewise.
18509         * bits/waitstatus.h [__USE_BSD]: Likewise.
18510         * ctype/ctype.h [__USE_SVID]: Likewise.
18511         * dirent/dirent.h [__USE_BSD]: Likewise.
18512         * grp/grp.h [__USE_SVID]: Likewise.
18513         [__USE_BSD]: Likewise.
18514         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18515         * io/fcntl.h [__USE_BSD]: Likewise.
18516         * io/ftw.h [__USE_BSD]: Likewise.
18517         * io/sys/stat.h [__USE_BSD]: Likewise.
18518         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18519         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18520         * libio/stdio.h [__USE_SVID]: Likewise.
18521         [__USE_BSD]: Likewise.
18522         * math/math.h [__USE_SVID]: Likewise.
18523         [__USE_BSD]: Likewise.
18524         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18525         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18526         * misc/search.h [__USE_SVID]: Likewise.
18527         * misc/sys/mman.h [__USE_BSD]: Likewise.
18528         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18529         * misc/sys/uio.h [__USE_BSD]: Likewise.
18530         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18531         * posix/glob.h [__USE_BSD]: Likewise.
18532         * posix/regex.h [__USE_BSD]: Likewise.
18533         * posix/sys/types.h [__USE_BSD]: Likewise.
18534         [__USE_SVID]: Likewise.
18535         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18536         * posix/sys/wait.h [__USE_BSD]: Likewise.
18537         [__USE_SVID]: Likewise.
18538         * posix/unistd.h [__USE_BSD]: Likewise.
18539         [__USE_SVID]: Likewise.
18540         * pwd/pwd.h [__USE_SVID]: Likewise.
18541         * resolv/netdb.h [__USE_BSD]: Likewise.
18542         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18543         * signal/signal.h [__USE_BSD]: Likewise.
18544         [__USE_SVID]: Likewise.
18545         * socket/sys/socket.h [__USE_BSD]: Likewise.
18546         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18547         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18548         [__USE_SVID]: Likewise.
18549         * string/bits/string2.h [__USE_BSD]: Likewise.
18550         [__USE_SVID]: Likewise.
18551         * string/bits/string3.h [__USE_BSD]: Likewise.
18552         * string/endian.h [__USE_BSD]: Likewise.
18553         * string/string.h [__USE_SVID]: Likewise.
18554         [__USE_BSD]: Likewise.
18555         * string/strings.h [__USE_BSD]: Likewise.
18556         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18557         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18558         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18559         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18560         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18561         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18562         Likewise.
18563         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18564         Likewise.
18565         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18566         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18567         Likewise.
18568         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18569         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18570         Likewise.
18571         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18572         Likewise.
18573         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18574         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18575         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18576         Likewise.
18577         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18578         Likewise.
18579         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18580         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18581         * termios/termios.h [__USE_BSD]: Likewise.
18582         * time/sys/time.h [__USE_BSD]: Likewise.
18583         * time/time.h [__USE_BSD]: Likewise.
18584         [__USE_SVID]: Likewise.
18586         * Makefile (subdir_targets): Remove subdir_lint.out.
18588         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18589         (do-tst-printf): Likewise.
18590         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18591         $(objpfx)tst-printf.out.
18593         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18595         * Makerules (check-abi-%): Change target to
18596         $(objpfx)check-abi-%.out.
18597         (check-abi target): Update dependencies.
18598         (check-abi-pattern variable): Redirect output of diff to $@.
18599         (check-abi variable): Likewise.
18600         * elf/Makefile (check-abi): Update dependencies.
18602         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18603         unused.
18604         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18605         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18606         subnormal range.
18607         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18608         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18609         value has largest subnormal exponent.
18610         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18611         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18612         * sysdeps/aarch64/soft-fp/sfp-machine.h
18613         (_FP_TININESS_AFTER_ROUNDING): New macro.
18614         * sysdeps/alpha/soft-fp/sfp-machine.h
18615         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18616         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18617         Likewise.
18618         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18619         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18620         * sysdeps/mips/soft-fp/sfp-machine.h
18621         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18622         * sysdeps/powerpc/soft-fp/sfp-machine.h
18623         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18624         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18625         Likewise.
18626         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18627         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18628         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18629         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18630         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18631         Likewise.
18633 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18635         [BZ #16545]
18636         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18637         model 1.
18639 2014-02-12  Richard Henderson  <rth@redhat.com>
18641         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18642         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18643         * sysdeps/unix/sysv/linux/alpha: Move directory from
18644         ports/sysdeps/unix/sysv/linux/alpha.
18645         * README: Update listing for alpha-*-linux-gnu.
18647 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18649         * include/features.h: Update comment documenting feature test
18650         macros.
18651         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18652         _DEFAULT_SOURCE.
18653         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18654         (_SVID_SOURCE): Likewise.
18655         (_DEFAULT_SOURCE): Update description of default features.
18656         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18657         with _GNU_SOURCE.
18658         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18659         (S_ISVTX): Likewise.
18660         * manual/math.texi (Mathematical Constants): Likewise.
18661         * manual/signal.texi (Interrupted Primitives): Likewise.
18662         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18663         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18664         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18665         Don't refer to _SVID_SOURCE in warning text.
18667         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18669         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18670         already defined.
18671         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18672         * sysdeps/mips/dl-lookup.c: Remove.
18673         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18675 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18677         [BZ #16447]
18678         * math/auto-libm-test-in: Add testcase for expl.
18679         * math/auto-libm-test-out: Regenerate.
18680         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18681         calculation of unsafe.
18682         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18684 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18686         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18687         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18688         ports/sysdeps/unix/sysv/linux/aarch64.
18689         * README: Update listing for aarch64*-*-linux-gnu.
18691 2014-02-11  Will Newton  <will.newton@linaro.org>
18693         * manual/probes.texi (Mathematical Function Probes): Use
18694         "triggered" instead of "hit".
18696         * manual/probes.texi (Internal Probes): Add documentation
18697         of setjmp, longjmp and longjmp_target probes.
18699         * include/stap-probe.h: Add comment about probe argument
18700         format.
18702         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18703         definition.  (tr_where, tr_freehook, tr_mallochook,
18704         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18706 2014-02-11  David S. Miller  <davem@davemloft.net>
18708         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18709         processing int_tests.
18711 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18713         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18714         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18715         * sysdeps/unix/sysv/linux/mips: Move directory from
18716         ports/sysdeps/unix/sysv/linux/mips.
18717         * README: Update listing for mips-*-linux-gnu and
18718         mips64-*-linux-gnu.
18720 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18722         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18723         * sysdeps/unix/sysv/linux/m68k: Move directory from
18724         ports/sysdeps/unix/sysv/linux/m68k.
18725         * README: Update listing for m68k-*-linux-gnu.
18727 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18729         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18730         * sysdeps/unix/sysv/linux/generic: Move directory from
18731         ports/sysdeps/unix/sysv/linux/generic.
18732         * sysdeps/unix/sysv/linux/tile: Move directory from
18733         ports/sysdeps/unix/sysv/linux/tile.
18734         * README: Update listing for tile*-*-linux-gnu.
18736 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18738         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18739         __builtin_expect.
18740         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18741         * catgets/open_catalog.c (__open_catalog): Likewise.
18742         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18743         * debug/confstr_chk.c: Likewise.
18744         * debug/fread_chk.c (__fread_chk): Likewise.
18745         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18746         * debug/getgroups_chk.c: Likewise.
18747         * debug/mbsnrtowcs_chk.c: Likewise.
18748         * debug/mbsrtowcs_chk.c: Likewise.
18749         * debug/mbstowcs_chk.c: Likewise.
18750         * debug/memcpy_chk.c: Likewise.
18751         * debug/memmove_chk.c: Likewise.
18752         * debug/mempcpy_chk.c: Likewise.
18753         * debug/memset_chk.c: Likewise.
18754         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18755         * debug/strcat_chk.c (__strcat_chk): Likewise.
18756         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18757         * debug/strncat_chk.c (__strncat_chk): Likewise.
18758         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18759         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18760         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18761         * debug/wcpncpy_chk.c: Likewise.
18762         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18763         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18764         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18765         * debug/wcsncpy_chk.c: Likewise.
18766         * debug/wcsnrtombs_chk.c: Likewise.
18767         * debug/wcsrtombs_chk.c: Likewise.
18768         * debug/wcstombs_chk.c: Likewise.
18769         * debug/wmemcpy_chk.c: Likewise.
18770         * debug/wmemmove_chk.c: Likewise.
18771         * debug/wmempcpy_chk.c: Likewise.
18772         * debug/wmemset_chk.c: Likewise.
18773         * dirent/scandirat.c (SCANDIRAT): Likewise.
18774         * dlfcn/dladdr1.c (dladdr1): Likewise.
18775         * dlfcn/dladdr.c (dladdr): Likewise.
18776         * dlfcn/dlclose.c (dlclose_doit): Likewise.
18777         * dlfcn/dlerror.c (__dlerror): Likewise.
18778         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18779         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18780         * dlfcn/dlopen.c (dlopen_doit): Likewise.
18781         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18782         * dlfcn/dlsym.c (dlsym_doit): Likewise.
18783         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18784         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18785         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18786         Likewise.
18787         * elf/dl-conflict.c: Likewise.
18788         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18789         * elf/dl-dst.h: Likewise.
18790         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18791         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18792         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18793         * elf/dl-init.c (call_init, _dl_init): Likewise.
18794         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18795         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18796         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18797         Likewise.
18798         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18799         Likewise.
18800         * elf/dl-minimal.c (__libc_memalign): Likewise.
18801         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18802         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18803         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18804         * elf/dl-sym.c (do_sym): Likewise.
18805         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18806         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18807         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18808         * elf/dl-writev.h (_dl_writev): Likewise.
18809         * elf/ldconfig.c (search_dir): Likewise.
18810         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18811         (dl_main): Likewise.
18812         * elf/setup-vdso.h (setup_vdso): Likewise.
18813         * grp/compat-initgroups.c (compat_call): Likewise.
18814         * grp/fgetgrent.c (fgetgrent): Likewise.
18815         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18816         * grp/putgrent.c (putgrent): Likewise.
18817         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18818         Likewise.
18819         * hurd/hurdinit.c: Likewise.
18820         * iconvdata/8bit-gap.c (struct): Likewise.
18821         * iconvdata/ansi_x3.110.c : Likewise.
18822         * iconvdata/big5.c : Likewise.
18823         * iconvdata/big5hkscs.c : Likewise.
18824         * iconvdata/cp1255.c: Likewise.
18825         * iconvdata/cp1258.c : Likewise.
18826         * iconvdata/cp932.c : Likewise.
18827         * iconvdata/euc-cn.c: Likewise.
18828         * iconvdata/euc-jisx0213.c : Likewise.
18829         * iconvdata/euc-jp.c: Likewise.
18830         * iconvdata/euc-jp-ms.c : Likewise.
18831         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18832         * iconvdata/gb18030.c : Likewise.
18833         * iconvdata/gbbig5.c (const): Likewise.
18834         * iconvdata/gbgbk.c: Likewise.
18835         * iconvdata/gbk.c : Likewise.
18836         * iconvdata/ibm1364.c : Likewise.
18837         * iconvdata/ibm930.c : Likewise.
18838         * iconvdata/ibm932.c: Likewise.
18839         * iconvdata/ibm933.c : Likewise.
18840         * iconvdata/ibm935.c : Likewise.
18841         * iconvdata/ibm937.c : Likewise.
18842         * iconvdata/ibm939.c : Likewise.
18843         * iconvdata/ibm943.c: Likewise.
18844         * iconvdata/iso_11548-1.c: Likewise.
18845         * iconvdata/iso-2022-cn.c : Likewise.
18846         * iconvdata/iso-2022-cn-ext.c : Likewise.
18847         * iconvdata/iso-2022-jp-3.c: Likewise.
18848         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18849         * iconvdata/iso-2022-kr.c : Likewise.
18850         * iconvdata/iso646.c (gconv_end): Likewise.
18851         * iconvdata/iso_6937-2.c : Likewise.
18852         * iconvdata/iso_6937.c : Likewise.
18853         * iconvdata/iso8859-1.c: Likewise.
18854         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18855         * iconvdata/shift_jisx0213.c : Likewise.
18856         * iconvdata/sjis.c : Likewise.
18857         * iconvdata/t.61.c : Likewise.
18858         * iconvdata/tcvn5712-1.c : Likewise.
18859         * iconvdata/tscii.c: Likewise.
18860         * iconvdata/uhc.c : Likewise.
18861         * iconvdata/unicode.c (gconv_end): Likewise.
18862         * iconvdata/utf-16.c (gconv_end): Likewise.
18863         * iconvdata/utf-32.c (gconv_end): Likewise.
18864         * iconvdata/utf-7.c (base64): Likewise.
18865         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18866         * iconv/gconv_close.c (__gconv_close): Likewise.
18867         * iconv/gconv_open.c (__gconv_open): Likewise.
18868         * iconv/gconv_simple.c (internal_ucs4_loop_single)
18869         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18870         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18871         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18872         (ucs4le_internal_loop_single): Likewise.
18873         * iconv/iconv.c (iconv): Likewise.
18874         * iconv/iconv_close.c: Likewise.
18875         * iconv/loop.c (SINGLE): Likewise.
18876         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18877         * include/atomic.h: Likewise.
18878         * inet/inet6_option.c (option_alloc): Likewise.
18879         * intl/bindtextdom.c (set_binding_values): Likewise.
18880         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18881         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18882         * intl/localealias.c (read_alias_file): Likewise.
18883         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18884         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18885         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18886         * libio/fmemopen.c (fmemopen): Likewise.
18887         * libio/iofgets.c (_IO_fgets): Likewise.
18888         * libio/iofgets_u.c (fgets_unlocked): Likewise.
18889         * libio/iofgetws.c (fgetws): Likewise.
18890         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18891         * libio/iogetdelim.c (_IO_getdelim): Likewise.
18892         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18893         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18894         * locale/findlocale.c (_nl_find_locale): Likewise.
18895         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18896         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18897         Likewise.
18898         * locale/setlocale.c (setlocale): Likewise.
18899         * login/programs/pt_chown.c (main): Likewise.
18900         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18901         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18902         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18903         (mmap, mmap64, mremap, munmap): Likewise.
18904         * math/e_exp2l.c: Likewise.
18905         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18906         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18907         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18908         * math/s_catan.c (__catan): Likewise.
18909         * math/s_catanf.c (__catanf): Likewise.
18910         * math/s_catanh.c (__catanh): Likewise.
18911         * math/s_catanhf.c (__catanhf): Likewise.
18912         * math/s_catanhl.c (__catanhl): Likewise.
18913         * math/s_catanl.c (__catanl): Likewise.
18914         * math/s_ccosh.c (__ccosh): Likewise.
18915         * math/s_ccoshf.c (__ccoshf): Likewise.
18916         * math/s_ccoshl.c (__ccoshl): Likewise.
18917         * math/s_cexp.c (__cexp): Likewise.
18918         * math/s_cexpf.c (__cexpf): Likewise.
18919         * math/s_cexpl.c (__cexpl): Likewise.
18920         * math/s_clog10.c (__clog10): Likewise.
18921         * math/s_clog10f.c (__clog10f): Likewise.
18922         * math/s_clog10l.c (__clog10l): Likewise.
18923         * math/s_clog.c (__clog): Likewise.
18924         * math/s_clogf.c (__clogf): Likewise.
18925         * math/s_clogl.c (__clogl): Likewise.
18926         * math/s_csin.c (__csin): Likewise.
18927         * math/s_csinf.c (__csinf): Likewise.
18928         * math/s_csinh.c (__csinh): Likewise.
18929         * math/s_csinhf.c (__csinhf): Likewise.
18930         * math/s_csinhl.c (__csinhl): Likewise.
18931         * math/s_csinl.c (__csinl): Likewise.
18932         * math/s_csqrt.c (__csqrt): Likewise.
18933         * math/s_csqrtf.c (__csqrtf): Likewise.
18934         * math/s_csqrtl.c (__csqrtl): Likewise.
18935         * math/s_ctan.c (__ctan): Likewise.
18936         * math/s_ctanf.c (__ctanf): Likewise.
18937         * math/s_ctanh.c (__ctanh): Likewise.
18938         * math/s_ctanhf.c (__ctanhf): Likewise.
18939         * math/s_ctanhl.c (__ctanhl): Likewise.
18940         * math/s_ctanl.c (__ctanl): Likewise.
18941         * math/w_pow.c: Likewise.
18942         * math/w_powf.c: Likewise.
18943         * math/w_powl.c: Likewise.
18944         * math/w_scalb.c (sysv_scalb): Likewise.
18945         * math/w_scalbf.c (sysv_scalbf): Likewise.
18946         * math/w_scalbl.c (sysv_scalbl): Likewise.
18947         * misc/error.c (error_tail): Likewise.
18948         * misc/pselect.c (__pselect): Likewise.
18949         * nis/nis_callback.c (__nis_create_callback): Likewise.
18950         * nis/nis_call.c (__nisfind_server): Likewise.
18951         * nis/nis_creategroup.c (nis_creategroup): Likewise.
18952         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18953         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18954         * nis/nis_getservlist.c (nis_getservlist): Likewise.
18955         * nis/nis_lookup.c (nis_lookup): Likewise.
18956         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18957         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18958         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18959         * nis/nis_xdr.c (xdr_endpoint): Likewise.
18960         * nis/nss_compat/compat-grp.c (getgrent_next_file)
18961         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18962         * nis/nss_compat/compat-initgroups.c (add_group)
18963         (internal_getgrent_r): Likewise.
18964         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18965         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18966         * nis/nss_compat/compat-spwd.c (getspent_next_file)
18967         (internal_getspnam_r): Likewise.
18968         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18969         (_nss_nis_getaliasbyname_r): Likewise.
18970         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18971         (_nss_nis_getntohost_r): Likewise.
18972         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18973         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18974         (_nss_nis_getgrgid_r): Likewise.
18975         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18976         (internal_nis_gethostent_r, internal_gethostbyname2_r)
18977         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18978         (_nss_nis_gethostbyname4_r): Likewise.
18979         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18980         (initgroups_netid): Likewise.
18981         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18982         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18983         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18984         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18985         (_nss_nis_getprotobynumber_r): Likewise.
18986         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18987         (_nss_nis_getsecretkey): Likewise.
18988         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18989         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18990         (_nss_nis_getpwuid_r): Likewise.
18991         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18992         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18993         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18994         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18995         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18996         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18997         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18998         Likewise.
18999         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19000         (_nss_nisplus_getntohost_r): Likewise.
19001         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19002         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19003         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19004         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19005         Likewise.
19006         * nis/nss_nisplus/nisplus-initgroups.c
19007         (_nss_nisplus_initgroups_dyn): Likewise.
19008         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19009         (_nss_nisplus_getnetbyaddr_r): Likewise.
19010         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19011         (_nss_nisplus_getprotobynumber_r): Likewise.
19012         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19013         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19014         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19015         Likewise.
19016         * nis/nss_nisplus/nisplus-service.c
19017         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19018         (_nss_nisplus_getservbyport_r): Likewise.
19019         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19020         (_nss_nisplus_getspnam_r): Likewise.
19021         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19022         Likewise.
19023         * nscd/aicache.c (addhstaiX): Likewise.
19024         * nscd/cache.c (cache_search, prune_cache): Likewise.
19025         * nscd/connections.c (register_traced_file, send_ro_fd)
19026         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19027         (main_loop_epoll): Likewise.
19028         * nscd/grpcache.c (addgrbyX): Likewise.
19029         * nscd/hstcache.c (addhstbyX): Likewise.
19030         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19031         * nscd/mem.c (gc, mempool_alloc): Likewise.
19032         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19033         (addinnetgrX): Likewise.
19034         * nscd/nscd-client.h (__nscd_acquire_maplock)
19035         (__nscd_drop_map_ref): Likewise.
19036         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19037         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19038         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19039         Likewise.
19040         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19041         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19042         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19043         (__nscd_get_map_ref): Likewise.
19044         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19045         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19046         Likewise.
19047         * nscd/pwdcache.c (addpwbyX): Likewise.
19048         * nscd/selinux.c (preserve_capabilities): Likewise.
19049         * nscd/servicescache.c (addservbyX): Likewise.
19050         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19051         * posix/fnmatch.c (fnmatch): Likewise.
19052         * posix/getopt.c (_getopt_internal_r): Likewise.
19053         * posix/glob.c (glob, glob_in_dir): Likewise.
19054         * posix/wordexp.c (exec_comm_child): Likewise.
19055         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19056         (getanswer_r, gaih_getanswer_slice): Likewise.
19057         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19058         * resolv/res_init.c: Likewise.
19059         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19060         * resolv/res_query.c (__libc_res_nquery): Likewise.
19061         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19062         Likewise.
19063         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19064         * stdio-common/perror.c (perror): Likewise.
19065         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19066         * stdio-common/tmpnam.c (tmpnam): Likewise.
19067         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19068         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19069         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19070         Likewise.
19071         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19072         * stdlib/putenv.c (putenv): Likewise.
19073         * stdlib/setenv.c (__add_to_environ): Likewise.
19074         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19075         * stdlib/strtol_l.c (INTERNAL): Likewise.
19076         * string/memmem.c (memmem): Likewise.
19077         * string/strerror.c (strerror): Likewise.
19078         * string/strnlen.c (__strnlen): Likewise.
19079         * string/test-memmem.c (simple_memmem): Likewise.
19080         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19081         * sunrpc/pm_getport.c (__get_socket): Likewise.
19082         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19083         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19084         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19085         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19086         Likewise.
19087         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19088         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19089         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19090         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19091         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19092         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19093         Likewise.
19094         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19095         Likewise.
19096         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19097         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19098         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19099         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19100         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19101         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19102         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19103         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19104         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19105         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19106         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19107         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19108         Likewise.
19109         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19110         Likewise.
19111         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19112         Likewise.
19113         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19114         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19115         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19116         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19117         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19118         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19119         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19120         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19121         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19122         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19123         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19124         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19125         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19126         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19127         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19128         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19129         Likewise.
19130         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19131         Likewise.
19132         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19133         Likewise.
19134         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19135         Likewise.
19136         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19137         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19138         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19139         Likewise.
19140         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19141         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19142         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19143         * sysdeps/posix/sleep.c: Likewise.
19144         * sysdeps/posix/tempname.c: Likewise.
19145         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19146         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19147         Likewise.
19148         * sysdeps/powerpc/powerpc32/dl-machine.h
19149         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19150         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19151         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19152         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19153         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19154         Likewise.
19155         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19156         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19157         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19158         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19159         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19160         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19161         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19162         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19163         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19164         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19165         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19166         (elf_machine_lazy_rel): Likewise.
19167         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19168         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19169         (elf_machine_lazy_rel): Likewise.
19170         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19171         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19172         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19173         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19174         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19175         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19176         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19177         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19178         Likewise.
19179         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19180         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19181         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19182         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19183         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19184         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19185         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19186         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19187         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19188         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19189         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19190         Likewise.
19191         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19192         (__posix_fallocate64_l64): Likewise.
19193         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19194         (posix_fallocate): Likewise.
19195         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19196         Likewise.
19197         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19198         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19199         (getifaddrs_internal): Likewise.
19200         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19201         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19202         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19203         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19204         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19205         (__posix_fallocate64_l64): Likewise.
19206         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19207         Likewise.
19208         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19209         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19210         (__get_clockfreq): Likewise.
19211         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19212         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19213         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19214         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19215         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19216         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19217         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19218         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19219         Likewise.
19220         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19221         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19222         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19223         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19224         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19225         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19226         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19227         Likewise.
19228         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19229         (posix_fallocate): Likewise.
19230         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19231         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19232         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19233         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19234         (elf_machine_rela, elf_machine_rela_relative)
19235         (elf_machine_lazy_rel): Likewise.
19236         * time/asctime.c (asctime_internal): Likewise.
19237         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19238         * time/tzset.c (__tzset_parse_tz): Likewise.
19239         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19240         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19241         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19242         * wcsmbs/wcsmbsload.h: Likewise.
19244         [BZ #15894]
19245         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19247         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19248         (arena_get2): Remove THREAD_STATS conditionals.
19249         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19250         (__malloc_stats, int): Likewise.
19252 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19254         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19255         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19257         * manual/setjmp.texi: Fix typos/grammar errors.
19259         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19260         Only return early when n is <= 0.  Delete unused return statement.
19262         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19263         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19264         * debug/tst-longjmp_chk3.c: New file.
19266         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19267         (test_main): Replace code with set_fortify_handler call.
19268         * debug/test-strcpy_chk.c: Likewise.
19269         * debug/tst-chk1.c: Likewise.
19270         * debug/tst-longjmp_chk.c: Likewise.
19271         * test-skeleton.c: Include fcntl.h & paths.h
19272         (set_fortify_handler): Define.
19274         * debug/tst-longjmp_chk.c: Add header comment and include
19275         ../test-skeleton.c.
19276         (do_test): Mark static.
19277         (TEST_FUNCTION): Define.
19279         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19280         (IP_PMTUDISC_INTERFACE): Likewise.
19281         (IP_MULTICAST_IF): Likewise.
19282         (IP_MULTICAST_TTL): Likewise.
19283         (IP_MULTICAST_LOOP): Likewise.
19284         (IP_ADD_MEMBERSHIP): Likewise.
19285         (IP_DROP_MEMBERSHIP): Likewise.
19286         (IP_UNBLOCK_SOURCE): Likewise.
19287         (IP_BLOCK_SOURCE): Likewise.
19288         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19289         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19290         (IP_MSFILTER): Likewise.
19291         (MCAST_JOIN_GROUP): Likewise.
19292         (MCAST_BLOCK_SOURCE): Likewise.
19293         (MCAST_UNBLOCK_SOURCE): Likewise.
19294         (MCAST_LEAVE_GROUP): Likewise.
19295         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19296         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19297         (MCAST_MSFILTER): Likewise.
19298         (IP_MULTICAST_ALL): Likewise.
19299         (IP_UNICAST_IF): Likewise.
19301         * timezone/Makefile: Delete $(have-ksh) check.
19302         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19303         * timezone/tzselect.ksh: Add +x mode bits.
19305         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19306         (ANON_INODE_FS_MAGIC): Likewise.
19307         (BDEVFS_MAGIC): Likewise.
19308         (BINFMTFS_MAGIC): Likewise.
19309         (BTRFS_TEST_MAGIC): Likewise.
19310         (CRAMFS_MAGIC_WEND): Likewise.
19311         (DEBUGFS_MAGIC): Likewise.
19312         (ECRYPTFS_SUPER_MAGIC): Likewise.
19313         (EXT3_SUPER_MAGIC): Likewise.
19314         (EXT4_SUPER_MAGIC): Likewise.
19315         (FUTEXFS_SUPER_MAGIC): Likewise.
19316         (HOSTFS_SUPER_MAGIC): Likewise.
19317         (HUGETLBFS_MAGIC): Likewise.
19318         (MINIX3_SUPER_MAGIC): Likewise.
19319         (MTD_INODE_FS_MAGIC): Likewise.
19320         (NILFS_SUPER_MAGIC): Likewise.
19321         (OPENPROM_SUPER_MAGIC): Likewise.
19322         (PIPEFS_MAGIC): Likewise.
19323         (PSTOREFS_MAGIC): Likewise.
19324         (QNX6_SUPER_MAGIC): Likewise.
19325         (RAMFS_MAGIC): Likewise.
19326         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19327         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19328         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19329         (SECURITYFS_MAGIC): Likewise.
19330         (SELINUX_MAGIC): Likewise.
19331         (SMACK_MAGIC): Likewise.
19332         (SOCKFS_MAGIC): Likewise.
19333         (SQUASHFS_MAGIC): Likewise.
19334         (STACK_END_MAGIC): Likewise.
19335         (TMPFS_MAGIC): Likewise.
19336         (USBDEVICE_SUPER_MAGIC): Likewise.
19337         (V9FS_MAGIC): Likewise.
19338         (XENFS_SUPER_MAGIC): Likewise.
19339         (CRAMFS_MAGIC): Fix typo in comment.
19340         (EXT2_SUPER_MAGIC): Update comment.
19341         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19343 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19345         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19346         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19347         * sysdeps/unix/sysv/linux/arm: Move directory from
19348         ports/sysdeps/unix/sysv/linux/arm.
19349         * README: Update listing for arm-*-linux-gnueabi.
19351         * README: Remove mention of am33.
19353 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19355         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19356         than the comma operator, to avoid "rhs of comma has no effect"
19357         compiler warnings.
19358         (__sigfillset, __sigandset, __sigorset): Likewise.
19359         * include/signal.h (__sigemptyset): Likewise.
19360         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19362 2014-02-07  Allan McRae  <allan@archlinux.org>
19364         * version.h (RELEASE): Set to "development".
19365         (VERSION): Set to "2.19.90"
19366         * NEWS: Add 2.20 section.
19368 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19370         [BZ #16529]
19371         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19373 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19375         * manual/contrib.texi: Update entry for Carlos O'Donell,
19376         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19378 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19380         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19382         * sysdeps/unix/sysv/linux/kernel-features.h
19383         [__LINUX_KERNEL_VERSION >= 0x020621]
19384         (__ASSUME_PROC_PID_TASK_COMM): Define.
19386 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19388         [BZ #16398]
19389         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19390         conversion when destination buffer does not have enough space.
19391         * libio/tst-ftell-partial-wide.c: New test case.
19392         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19394         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19395         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19396         Leonard and Allan McRae.
19398 2014-02-04  David S. Miller  <davem@davemloft.net>
19400         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19401         32-bit.
19403 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19406         New file
19407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19408         New file
19409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19410         New file.
19411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19412         New file.
19413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19414         New file.
19415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19416         New file.
19417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19418         New file.
19419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19420         New file.
19421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19422         New file.
19423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19424         New file.
19425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19426         New file.
19427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19428         New file.
19429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19430         New file.
19432 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19434         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19435         * shlib-versions: Likewise.
19437 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19438             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19440         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19441         (abilist-pattern): New variable, set to %-le.abilist.
19443         * Makerules (abilist-pattern): New variable.
19444         (vpath): Use $(abilist-pattern) in place of %.abilist.
19445         (check-abi-% pattern rule): Likewise.
19446         (check-abi, update-abi): Likewise.
19448 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19450         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19452 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19454         * manual/startup.texi: Add next, previous, and top entries for
19455         the `Program Arguments' and `Environment Variables' nodes.
19457 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19459         * manual/macros.texi: Add comments before MTASC-safety macros.
19461         * manual/users.texi: Document MTASC-safety properties.
19463         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19464         (pthread_getspecific, pthread_setspecific): Format with
19465         @deftypefun, and add @safety note.
19466         * manual/signal.texi: Move comments that analyze the above
19467         functions to their home place.
19469 2014-02-03  Allan McRae  <allan@archlinux.org>
19471         * po/sl.po: Update Slovenian translation from translation project.
19473 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19475         * manual/time.texi (timegm): Add missing blank after @c.
19476         Reported by Joseph Myers <joseph@codesourcery.com>.
19478 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19480         * manual/check-safety.sh: New.
19481         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19483         * manual/terminal.texi: Document MTASC-safety properties.
19485         * manual/filesys.texi: Document MTASC-safety properties.
19487         * manual/errno.texi: Document MTASC-safety properties.
19489         * manual/intro.texi: Document safety identifiers and
19490         conditionals.
19492         * manual/string.texi (wcstok): Fix prototype.
19493         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19495         * manual/time.texi: Document MTASC-safety properties.
19497         * manual/string.texi: Document MTASC-safety properties.
19499         * manual/threads.texi: Document MTASC-safety properties.
19501         * manual/stdio.texi: Document MTASC-safety properties.
19503         * manual/syslog.texi: Document MTASC-safety properties.
19505         * manual/sysinfo.texi: Document MTASC-safety properties.
19507         * manual/startup.texi: Document MTASC-safety properties.
19509         * manual/socket.texi: Document MTASC-safety properties.
19511         * manual/signal.texi: Document MTASC-safety properties.
19513 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19515         * manual/setjmp.texi: Document MTASC-safety properties.
19517         * manual/search.texi: Document MTASC-safety properties.
19519         * manual/resource.texi: Document MTASC-safety properties.
19521         * manual/process.texi: Document MTASC-safety properties.
19523         * manual/platform.texi: Document MTASC-safety properties.
19525         * manual/pipe.texi: Document MTASC-safety properties.
19527         * manual/pattern.texi: Document MTASC-safety properties.
19529         * manual/message.texi: Document MTASC-safety properties.
19531         [BZ #12751]
19532         * manual/memory.texi: Document MTASC-safety properties.
19534         * manual/math.texi: Document MTASC-safety properties.
19536         * manual/locale.texi: Document MTASC-safety properties.
19538         * manual/llio.texi: Document MTASC-safety properties.
19540         * manual/libdl.texi: New.
19542         * manual/lang.texi: Document MTASC-safety properties.
19544         * manual/job.texi: Document MTASC-safety properties.
19546         * manual/getopt.texi: Document MTASC-safety properties.
19548         * manual/ctype.texi: Document MTASC-safety properties.
19550 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19552         [BZ #16046]
19553         * csu/libc-tls.c (static_map): Remove variable.
19554         (__libc_setup_tls): Use main executable's link map for TLS data.
19555         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19556         casing for LM_ID_BASE and GL(dl_nns).
19557         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19558         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19559         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19560         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19561         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19562         member.
19563         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19564         l_phnum members.
19566 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19568         * manual/debug.texi: Document MTASC-safety properties.
19570 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19572         [BZ #16510]
19573         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19574         of __x86_64__ when disabling x87 inline functions.
19576 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19578         * manual/charset.texi: Document MTASC-safety properties.
19580         * manual/crypt.texi: Document MTASC-safety properties.
19582         * manual/conf.texi: Document MTASC-safety properties.
19584         * manual/arith.texi: Document MTASC-safety properties.
19586         * manual/argp.texi: Document MTASC-safety properties.
19588         * manual/macros.texi: Introduce macros to document multi
19589         thread, asynchronous signal and asynchronous cancellation
19590         safety properties.
19591         * manual/intro.texi: Introduce the properties themselves.
19593 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19595         * sysdeps/sh/sh4/Makefile: New file.
19597 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19599         * math/gen-libm-test.pl ($srcdir): New variable.
19600         ($auto_input): Use it.
19602 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19604         [BZ #16506]
19605         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19606         access beyond array bounds when parsing netgroups file.
19608         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19609         the old buffer before realloc.
19611 2014-01-27  Allan McRae  <allan@archlinux.org>
19613         * po/fr.po: Update French translation from translation project.
19615 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19617         * sysdeps/sh/libm-test-ulps: Regenerate.
19619 2014-01-24  David S. Miller  <davem@davemloft.net>
19621         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19623 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19625         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19626         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19628 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19630         [BZ #16474]
19631         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19632         string pointers after reallocation.
19634 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19636         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19637         __SH4A__ instead of __SH_FPU_ANY__.
19639 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19641         * sysdeps/sh/fpu_control.h: New file.
19642         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19643         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19644         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19645         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19646         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19647         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19648         * sysdeps/sh/sys/ucontext.h: Remove.
19649         * sysdeps/sh/sys: Remove directory.
19651 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19653         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19654         s390/sys/ucontext.h.
19655         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19656         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19658 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19660         [BZ #15605]
19661         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19663 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19665         [BZ#16431]
19666         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19667         Adjust the vDSO correctly for internal calls.
19668         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19670 2014-01-20  Allan McRae  <allan@archlinux.org>
19672         * po/ca.po: Update Catalan translation from translation project.
19674 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19676         * sysdeps/s390/sotruss-lib.c: New file.
19678 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19680         [BZ#16430]
19681         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19682         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19683         local calls issues by not having a PLT stub required for IFUNC calls.
19684         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19686 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19688         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19689         * math/test-fpucw-static.c: Likewise.
19691 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19693         [BZ #16453]
19694         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19696 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19698         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19699         implementation for powerpc.
19701 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19703         [BZ #14782]
19704         * sysdeps/posix/system.c (__libc_system): Do not enable
19705         asynchronous cancellation.
19707 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19709         [BZ #16427]
19710         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19711         handling only for numbers special also in the IEEE case.
19713 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19715         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19717 2014-01-11  Allan McRae  <allan@archlinux.org>
19719         * po/bg.po: Update Bulgarian translation from translation project.
19721         * po/de.po: Update German translation from translation project.
19723 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19725         * sysdeps/generic/gcc-compat.h: New file.
19727 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19729         * benchtests/asin-inputs: Correct slow inputs.
19730         * benchtests/acos-inputs: Likewise.
19732 2014-01-10  Allan McRae  <allan@archlinux.org>
19734         * po:sv.po: Update Swedish translation from translation project.
19736         * po/vi.po: Update Vietnamese translation from translation project.
19738         * po/eo.po: Update Esperanto translation from translation project.
19740         * po/cs.po: Update Czech translation from translation project.
19742         * po/nl.po: Update Dutch translation from translation project.
19744         * po/pl.po: Update Polish translation from translation project.
19746         * po/ru.po: Update Russian translation from translation project.
19748         * po/uk.po: Update Ukrainian translation from translation project.
19750 2014-01-08  Brooks Moses  <bmoses@google.com>
19752         * elf/dl-load.c: Fix comment typo.
19754 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
19756         * po/header.pot: Rename to...
19757         * po/pot.header: ... this.
19758         * po/Makefile: Use pot.header.
19760 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
19761             Maxim Kuvyrkov  <maxim@kugelworks.com>
19763         [BZ #16394]
19764         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19765         SRC and DEST against LEN.
19767 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19769         [BZ #16414]
19770         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19771         implementation.
19772         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19774 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19776         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19778 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
19780         [BZ #16408]
19781         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19782         for large positive arguments.
19784 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
19786         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19788         * math/auto-libm-test-in: Mark various tests with
19789         xfail-rounding:ldbl-128ibm.
19790         * math/auto-libm-test-out: Regenerated.
19792         [BZ #16407]
19793         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19794         Increase overflow threshold.
19796 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
19798         [BZ #14286]
19799         * stdio-common/vfprintf.c: Check for integer overflow.
19801 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19803         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19804         the first argument and return value of __tls_get_addr_internal.
19806 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19808         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19809         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19811 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19813         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19814         * sysdeps/s390/rtld-global-offsets.sym: New file.
19815         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19816         GLIBC_2.19 symbol.
19817         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19818         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19819         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19820         ... this.
19821         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19822         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19823         ... this.
19824         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19825         Regenerate.
19826         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19827         Regenerate.
19828         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19829         halfs of GPRs for high_gprs contexts.
19830         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19831         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
19832         field.
19833         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19834         uc_flags field.
19835         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19836         64 bit versions:
19837         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19838         for high GPRs (uc_high_gprs) and for future extensions
19839         (__reserved).
19840         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19841         for future extensions (__reserved).
19842         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19843         64 bit versions:
19844         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19845         SC_HIGHGPRS offset definition.
19846         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19847         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19849         * Versions.def: Add GLIBC_2.19 for libpthread.
19850         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19851         siglongjmp for libpthread with GLIBC_2.19 symver.
19852         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19853         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19854         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19855         * sysdeps/s390/__longjmp.c: New file.
19856         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19857         * sysdeps/s390/longjmp.c: New file.
19858         * sysdeps/s390/setjmp.S: New file.
19859         * sysdeps/s390/sigjmp.S: New file.
19860         * sysdeps/s390/v1-longjmp.c: New file.
19861         * sysdeps/s390/v1-setjmp.h: New file.
19862         * sysdeps/s390/v1-sigjmp.c: New file.
19863         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19864         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19865         GLIBC_2.19 version.
19866         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19867         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19868         versioned symbols for ____longjmp_chk.
19869         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19870         Likewise.
19871         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19872         Regenerate.
19873         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19874         Regenerate.
19875         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19876         Regenerate.
19877         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19878         Regenerate.
19879         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19880         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19881         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19882         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19883         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19884         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19885         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19886         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19887         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19888         * sysdeps/s390/rtld-__longjmp.c: New file.
19889         * sysdeps/s390/rtld-setjmp.S: New file.
19891 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
19893         [BZ #16400]
19894         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19895         Return -__logl (x) for small positive arguments without evaluating
19896         a polynomial.
19898 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
19900         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19901         Rename to ...
19902         (__ptrace_peeksiginfo_args): ... this.
19903         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19904         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19905         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19907 2014-01-06  Allan McRae  <allan@archlinux.org>
19909         * inet/netinet/in.h: Fix typo in comment.
19911 2014-01-05  Andreas Jaeger  <aj@suse.de>
19913         * sysdeps/i386/fpu/libm-test-ulps: Update.
19915 2014-01-05  Allan McRae  <allan@archlinux.org>
19917         * po/libc.pot: Regenerated.
19919         * malloc/memusagestat.c: Fix gettext call formatting.
19921 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
19923         * nscd/nscd.c: Improve usage() output.
19925 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
19927         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19928         * sysdeps/unix/sysv/linux/configure: Regenerated.
19929         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19930         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19932 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
19934         [BZ #16390]
19935         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19936         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19938 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19940         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19941         extra tokens at end of #undef directive.
19942         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19943         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19944         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19946 2014-01-03  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 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
19956         [BZ #16386]
19957         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19958         numbers with subnormal high part when calculating exponent.
19960         [BZ #16385]
19961         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19962         fabs.
19964         [BZ #16384]
19965         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19966         M_LN2l.
19967         (__ieee754_acoshl): Use __log1pl not __log1p.
19969 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
19971         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19972         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19973         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19974         (grow_heap, heap_trim, _int_new_arena, get_free_list)
19975         (reused_arena, arena_get2): Convert to GNU style.
19976         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19977         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19978         (memalign_check, __malloc_set_state): Likewise.
19979         * malloc/mallocbug.c (main): Likewise.
19980         * malloc/malloc.c (__malloc_assert, malloc_init_state)
19981         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19982         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19983         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19984         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19985         (__posix_memalign, malloc_info): Likewise.
19986         * malloc/malloc.h: Likewise.
19987         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19988         (mallochook, memalignhook, reallochook, mabort): Likewise.
19989         * malloc/mcheck.h: Likewise.
19990         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19991         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19992         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19993         * malloc/morecore.c (__default_morecore): Likewise.
19994         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19995         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19996         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19997         (print_and_abort): Likewise.
19998         * malloc/obstack.h: Likewise.
19999         * malloc/set-freeres.c (__libc_freeres): Likewise.
20000         * malloc/tst-mallocstate.c (main): Likewise.
20001         * malloc/tst-mtrace.c (main): Likewise.
20002         * malloc/tst-realloc.c (do_test): Likewise.
20004 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20006         [BZ #16366]
20007         * nscd/netgroupcache.c (do_notfound): New function.
20008         (addgetnetgrentX): Use it.
20010         [BZ # 16365]
20011         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20012         NSS_STATUS_NOTFOUND.
20014 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20016         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20019 2014-01-01  Allan McRae  <allan@archlinux.org>
20021         * scripts/update-copyrights: Update configure input file suffix.
20023         * NEWS: Update copyright year.
20024         * catgets/gencat.c: Likewise.
20025         * csu/version.c: Likewise.
20026         * debug/catchsegv.sh: Likewise.
20027         * debug/pcprofiledump.c: Likewise.
20028         * debug/xtrace.sh: Likewise.
20029         * elf/ldconfig.c: Likewise.
20030         * elf/ldd.bash.in: Likewise.
20031         * elf/pldd.c: Likewise.
20032         * elf/sotruss.ksh: Likewise.
20033         * elf/sprof.c: Likewise.
20034         * iconv/iconv_prog.c: Likewise.
20035         * iconv/iconvconfig.c: Likewise.
20036         * locale/programs/locale.c: Likewise.
20037         * locale/programs/localedef.c: Likewise.
20038         * login/programs/pt_chown.c: Likewise.
20039         * malloc/memusage.sh: Likewise.
20040         * malloc/memusagestat.c: Likewise.
20041         * malloc/mtrace.pl: Likewise.
20042         * manual/libc.texinfo: Likewise.
20043         * nscd/nscd.c: Likewise.
20044         * nss/getent.c: Likewise.
20045         * nss/makedb.c: Likewise.
20046         * posix/getconf.c: Likewise.
20047         * scripts/test-installation.pl: Likewise.
20049         * All files with FSF copyright notices: Update copyright dates
20050         using scripts/update-copyrights.
20051         * intl/plural.c: Regenerated.
20052         * locale/programs/charmap-kw.h: Likewise.
20053         * locale/programs/locfile-kw.h: Likewise.
20055 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20057         * sysdeps/unix/sysv/linux/configure: Regenerated.
20058         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20059         the linux/fanotify.h header.
20060         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20061         HAVE_LINUX_FANOTIFY_H is defined.
20063 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20065         * benchtests/cos-inputs: New inputs.
20066         * benchtests/sin-inputs: Likewise.
20068         * benchtests/atan-inputs: New inputs. Fix name of multiple
20069         precision fallback inputs.
20071         * benchtests/atanh-inputs: New inputs.
20072         * benchtests/tanh-inputs: Likewise.
20074         * benchtests/acosh-inputs: New inputs.
20075         * benchtests/asinh-inputs: Likewise.
20077         * benchtests/cosh-inputs: New inputs.
20078         * benchtests/sinh-inputs: Likewise.
20080         * benchtests/acos-inputs: Add more inputs.
20081         * benchtests/asin-inputs: Likewise.
20083 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20085         [BZ #16375]
20086         * manual/arith.texi: Fix spelling.
20087         * manual/charset.texi: Likewise.
20088         * manual/errno.texi: Likewise.
20089         * manual/filesys.texi: Likewise.
20090         * manual/lang.texi: Likewise.
20091         * manual/llio.texi: Likewise.
20092         * manual/locale.texi: Likewise.
20093         * manual/message.texi: Likewise.
20094         * manual/resource.texi: Likewise.
20095         * manual/search.texi: Likewise.
20096         * manual/setjmp.texi: Likewise.
20097         * manual/stdio.texi: Likewise.
20098         * manual/string.texi: Likewise.
20099         * manual/sysinfo.texi: Likewise.
20100         * manual/time.texi: Likewise.
20102 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20104         * po/sl.po: New file.
20106 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20108         * .gitignore: Add core/.gdbinit/.gdb_history.
20110 2013-12-27  Allan McRae  <allan@archlinux.org>
20112         [BZ #16369]
20113         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20114         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20116 2013-12-24  Brooks Moses  <bmoses@google.com>
20118         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20119         all compilers that claim C++98 compliance, not just GCC.
20120         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20121         Likewise.
20123 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20125         * NEWS: Restore accidentally deleted bug-fix entries.
20127 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20128             Ondřej Bílka  <neleai@seznam.cz>
20130         [BZ #15073]
20131         * malloc/malloc.c (_int_free): Perform sanity check only if we
20132         have_lock.
20134 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20136         [BZ #12986]
20137         * manual/stdio.texi (String Input Conversions): Clarify that character
20138         classes are not supported.
20140 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20144 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20146         [BZ #16337]
20147         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20148         Calculate results for small negative arguments directly rather
20149         than using reflection formula with special underflow handling.
20151         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20152         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20153         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20154         (fchflags): Likewise.
20155         (revoke): Likewise.
20156         (setlogin): Likewise.
20157         (sigaltstack): Likewise.
20158         (wait4): Likewise.
20159         (sigblock): Remove.
20160         (sigsetmask): Likewise.
20161         (wait3): Likewise.
20162         (waitpid): Likewise.
20163         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20164         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20165         file.
20166         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20167         * sysdeps/unix/bsd/Makefile: ... here.
20168         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20169         * sysdeps/unix/bsd/Versions: ... here.
20170         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20171         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20172         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20173         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20174         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20175         * sysdeps/unix/bsd/sigblock.c: ... here.
20176         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20177         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20178         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20179         * sysdeps/unix/bsd/sigvec.c: ... here.
20180         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20181         * sysdeps/unix/bsd/tcdrain.c: ... here.
20182         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20183         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20184         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20185         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20186         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20187         * sysdeps/unix/bsd/wait.c: ... here.
20188         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20189         * sysdeps/unix/bsd/wait3.c: ... here.
20190         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20191         * sysdeps/unix/bsd/waitpid.c: ... here.
20193 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20195         [BZ #16356]
20196         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20197         round-to-nearest for [!USE_AS_EXPM1L].
20198         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20199         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20200         more tests of exp and exp10.  Expect some exp10 tests to miss
20201         exceptions or fail in directed rounding modes.
20202         * math/auto-libm-test-out: Regenerated.
20203         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20204         (exp10_test_tonearest): New function.
20205         (exp10_towardzero_test_data): New array.
20206         (exp10_test_towardzero): New function.
20207         (exp10_downward_test_data): New array.
20208         (exp10_test_downward): New function.
20209         (exp10_upward_test_data): New array.
20210         (exp10_test_upward): New function.
20211         (main): Call the new functions.
20212         * sysdeps/i386/fpu/libm-test-ulps: Update.
20213         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20215 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20217         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20218         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20219         * math/auto-libm-test-out: Regenerated.
20220         * math/libm-test.inc (acosh_test_data): Add more tests.
20221         (atanh_test_data): Likewise.
20222         (ceil_test_data): Likewise.
20223         (copysign_test_data): Likewise.
20224         * sysdeps/i386/fpu/libm-test-ulps: Update.
20225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20227         * timezone/checktab.awk: Update from tzcode 2013i.
20228         * timezone/private.h: Likewise.
20229         * timezone/scheck.c: Likewise.
20230         * timezone/tzfile.h: Likewise.
20231         * timezone/tzselect.ksh: Likewise.
20232         * timezone/zdump.c: Likewise.
20233         * timezone/zic.c: Likewise.
20235         * math/auto-libm-test-in: Add tests of cpow.
20236         * math/auto-libm-test-out: Regenerated.
20237         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20238         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20239         mpc_cc_c.
20240         (func_calc_desc): Add mpc_cc_c union field.
20241         (test_functions): Add cpow.
20242         (special_fill_2pi): New function.
20243         (special_real_inputs): Add 2pi.
20244         (calc_generic_results): Handle mpc_cc_c.
20245         * sysdeps/i386/fpu/libm-test-ulps: Update.
20246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20248         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20249         csqrt, ctan and ctanh.
20250         * math/auto-libm-test-out: Regenerated.
20251         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20252         (TEST_COND_x86): Likewise.
20253         (ccos_test_data): Use AUTO_TESTS_c_c.
20254         (ccosh_test_data): Likewise.
20255         (cexp_test_data): Likewise.
20256         (clog_test_data): Likewise.
20257         (csqrt_test_data): Likewise.
20258         (ctan_test_data): Likewise.
20259         (ctan_tonearest_test_data): Likewise.
20260         (ctan_towardzero_test_data): Likewise.
20261         (ctan_downward_test_data): Likewise.
20262         (ctan_upward_test_data): Likewise.
20263         (ctanh_test_data): Likewise.
20264         (ctanh_tonearest_test_data): Likewise.
20265         (ctanh_towardzero_test_data): Likewise.
20266         (ctanh_downward_test_data): Likewise.
20267         (ctanh_upward_test_data): Likewise.
20268         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20269         mpc_c_c.
20270         (func_calc_desc): Add mpc_c_c union field.
20271         (FUNC_mpc_c_c): New macro.
20272         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20273         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20274         ctanh.
20275         (special_fill_min_subnorm_p120): New function.
20276         (special_real_inputs): Add min_subnorm_p120.
20277         (calc_generic_results): Handle mpc_c_c.
20278         * sysdeps/i386/fpu/libm-test-ulps: Update.
20279         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20281 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20283         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20284         (do_sin_slow): New functions.
20285         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20286         (cslow2, csloww1, csloww2): Use the new functions.
20288         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20289         Use M to change sign of result instead of X.  Assume X is
20290         positive.
20291         (csloww1): Likewise.
20292         (__sin): Adjust.
20293         (__cos): Adjust.
20295         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20296         arguments A and DA.
20297         (__sin): Adjust.
20298         (__cos): Likewise.
20300         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20301         (__cos): Likewise.
20302         (sloww1): Don't adjust sign of DX.
20303         (csloww1): Likewise.
20304         (sloww2): Use X directly and don't adjust sign of DX.
20305         (csloww2): Likewise.
20307 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20309         * math/auto-libm-test-in: Add tests of cabs and carg.
20310         * math/auto-libm-test-out: Regenerated.
20311         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20312         (carg_test_data): Likewise.
20313         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20314         mpc_c_f.
20315         (func_calc_desc): Add mpc_c_f union field.
20316         (test_functions): Add cabs and carg.
20317         (calc_generic_results): Handle mpc_c_f.
20319         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20320         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20321         as a macro and a compat symbol.
20322         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20323         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20324         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20325         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20326         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20327         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20328         not use .hidden.
20329         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20330         Likewise.
20331         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20332         Likewise.
20333         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20334         Likewise.
20335         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20336         Likewise.
20337         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20338         Likewise.
20339         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20340         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20341         from GLIBC_2.3.2.
20343 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20345         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20347 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20349         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20350         trailing whitespace removed.
20351         * scripts/config.guess: Update to version 2013-11-29.
20352         * scripts/config.sub: Update to version 2013-10-01.
20354         * math/auto-libm-test-in: Add tests of sincos.
20355         * math/auto-libm-test-out: Regenerated.
20356         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20357         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20358         mpfr_f_11.
20359         (func_calc_desc): Add mpfr_f_11 union field.
20360         (test_functions): Add sincos.
20361         (calc_generic_results): Handle mpfr_f_11.
20362         * sysdeps/i386/fpu/libm-test-ulps: Update.
20363         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20365 2013-12-19  Andreas Schwab  <schwab@suse.de>
20367         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20368         CALL_MCOUNT.
20369         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20370         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20371         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20373 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20375         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20376         * sysdeps/i386/fpu/libm-test-ulps: Update.
20377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20379         [BZ #16293]
20380         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20381         round-to-nearest mode when using frndint.
20382         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20383         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20384         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20385         Likewise.
20386         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20387         sinh test to fail.
20388         * math/auto-libm-test-out: Regenerated.
20389         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20390         (TEST_COND_x86): Likewise.
20391         (expm1_tonearest_test_data): New array.
20392         (expm1_test_tonearest): New function.
20393         (expm1_towardzero_test_data): New array.
20394         (expm1_test_towardzero): New function.
20395         (expm1_downward_test_data): New array.
20396         (expm1_test_downward): New function.
20397         (expm1_upward_test_data): New array.
20398         (expm1_test_upward): New function.
20399         (main): Run the new test functions.
20400         * sysdeps/i386/fpu/libm-test-ulps: Update.
20401         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20403         * include/features.h: Update comment documenting feature test
20404         macros.  Mention _DEFAULT_SOURCE in comment.
20405         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20406         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20407         _BSD_SOURCE and _SVID_SOURCE.
20408         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20409         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20410         !_SVID_SOURCE]: Likewise.
20411         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20412         (__USE_POSIX_IMPLICITLY): Define.
20413         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20414         (_POSIX_SOURCE): Undefine and redefine.
20415         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20416         (_POSIX_C_SOURCE): Likewise.
20417         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20418         (Feature Test Macros): Update documentation of default features.
20420 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20422         * benchtests/Makefile: Add bench-strtok.
20423         * benchtests/bench-strtok.c: New file: strtok benchtest.
20425 2013-12-19  Allan McRae  <allan@archlinux.org>
20427         * manual/install.texi: Suppress menu for plain text output.
20428         * INSTALL: Regenerated.
20430 2013-12-18  Brooks Moses  <bmoses@google.com>
20432         [BZ #15846]
20433         * misc/getauxval.c: Include errno.h.
20434         (__getauxval): Set errno to ENOENT if the requested type is not
20435         found.
20436         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20437         don't declare with __attribute_const__.
20438         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20439         * manual/startup.texi: Document that getauxval sets errno.
20441 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20443         * math/auto-libm-test-in: Add tests of jn and yn.
20444         * math/auto-libm-test-out: Regenerated.
20445         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20446         (yn_test_data): Likewise.
20447         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20448         mpfr_if_f.
20449         (func_calc_desc): Add mpfr_if_f union field.
20450         (FUNC_mpfr_if_f): New macro.
20451         (test_functions): Add jn and yn.
20452         (calc_generic_results): Assert type of second input for
20453         mpfr_ff_f.  Handle mpfr_if_f.
20454         (output_for_one_input_case): Disable all checking for arguments
20455         fitting floating-point types in case of an integer argument.
20456         * sysdeps/i386/fpu/libm-test-ulps: Update.
20457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20460         Don't expect fegetround reference in libm.so.
20462 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20464         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20465         $(config-cflags-nofma).
20467 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20469         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20470         * math/auto-libm-test-out: Regenerated.
20472         [BZ #16338]
20473         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20474         to determine exponent and adjust argument to have exponent of -1.
20475         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20476         log2.
20477         * math/auto-libm-test-out: Regenerated.
20478         * sysdeps/i386/fpu/libm-test-ulps: Update.
20479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20481 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20483         * manual/probes.texi: Remove cases when per-thread arenas are
20484         disabled.
20486 2013-12-18  Andreas Schwab  <schwab@suse.de>
20488         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20489         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20490         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20491         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20492         * sysdeps/i386/i686/multiarch/Makefile: Update.
20493         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20495 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20497         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20498         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20500 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20502         [BZ #15968]
20503         Support TZ transition times < 00:00:00.
20504         This is needed for version-3 tz-format files; it supports time
20505         stamps past 2037 for America/Godthab (the only entry in the tz
20506         database for which this change is relevant).
20507         * manual/time.texi (TZ Variable): Document transition times
20508         from -167:59:59 through -00:00:01.
20509         * time/tzset.c (tz_rule): Time of day is now signed.
20510         (__tzset_parse_tz): Parse negative time of day.
20512         Document TZ transition times >= 25:00:00.
20513         * manual/time.texi (TZ Variable): Document transition times from
20514         25:00:00 through 167:59:59.  These are already supported, and this
20515         support will help with version-3 tz-format files.
20517         * manual/time.texi (TZ Variable): Modernize North America example
20518         to reflect current (i.e., 2007-and-later) daylight saving rules.
20520         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20522 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20524         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20525         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20526         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20527         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20528         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20529         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20530         * sysdeps/unix/bsd/clock.c: Likewise.
20531         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20532         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20533         * sysdeps/unix/bsd/init-posix.c: Likewise.
20534         * sysdeps/unix/bsd/poll.c: Likewise.
20535         * sysdeps/unix/bsd/ptsname.c: Likewise.
20536         * sysdeps/unix/bsd/seekdir.c: Likewise.
20537         * sysdeps/unix/bsd/setegid.c: Likewise.
20538         * sysdeps/unix/bsd/seteuid.c: Likewise.
20539         * sysdeps/unix/bsd/setgid.c: Likewise.
20540         * sysdeps/unix/bsd/setrgid.c: Likewise.
20541         * sysdeps/unix/bsd/setruid.c: Likewise.
20542         * sysdeps/unix/bsd/setsid.c: Likewise.
20543         * sysdeps/unix/bsd/setuid.c: Likewise.
20544         * sysdeps/unix/bsd/sigaction.c: Likewise.
20545         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20546         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20547         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20548         * sysdeps/unix/bsd/telldir.c: Likewise.
20549         * sysdeps/unix/bsd/times.c: Likewise.
20550         * sysdeps/unix/bsd/usleep.c: Likewise.
20552         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20553         ($(objpfx)libbsd-compat.a): Remove rule.
20555         * include/features.h (__FAVOR_BSD): Do not define.
20556         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20557         features conflicting with POSIX.
20558         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20559         (_BSD_SOURCE): Remove description of not being a subset of other
20560         feature test macros.
20561         * manual/job.texi (getpgrp): Do not document BSD version.
20562         (getpgid): Do not document by reference to BSD getpgrp.
20563         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20564         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20565         * signal/signal.h [__FAVOR_BSD]: Likewise.
20566         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20567         instead of making contents conditional on [__FAVOR_BSD].
20568         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20570 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20572         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20574 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20576         [BZ #16314]
20577         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20578         values below 2**-450, not 2**-500.
20579         * math/auto-libm-test-in: Don't allow spurious underflow from
20580         hypot.
20581         * math/auto-libm-test-out: Regenerated.
20583         [BZ #16316]
20584         [BZ #16330]
20585         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20586         values of ha and hb and sort them after adjusting subnormal
20587         arguments.
20588         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20589         Likewise.
20590         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20591         values of ea and eb and sort them after adjusting subnormal
20592         arguments.
20593         * math/auto-libm-test-in: Do not expect some hypot tests of
20594         subnormals to fail.  Add more hypot tests.
20595         * math/auto-libm-test-out: Regenerated.
20597 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20599         [BZ #13304]
20600         * sysdeps/sh/s_fma.c: New file.
20601         * sysdeps/sh/s_fmaf.c: New file.
20602         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20603         version.
20604         * sysdeps/sh/Implies: Add sh/soft-fp.
20606 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20608         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20609         level of indirection to members `objname', `errstring', `malloced'.
20610         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20611         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20612         it as the __longjmp argument (just pass 1 instead).
20613         (_dl_catch_error): Initialize C with argument pointers and address of
20614         volatile local ERRCODE rather than copying values out of C at return.
20616 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20618         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20619         * math/auto-libm-test-out: Regenerated.
20620         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20621         (hypot_test_data): Likewise.
20622         (pow_test_data): Likewise.
20623         (pow_tonearest_test_data): Likewise.
20624         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20625         mpfr_ff_f.
20626         (func_calc_desc): Add mpfr_ff_f union field.
20627         (FUNC_mpfr_ff_f): New macro.
20628         (test_functions): Add atan2, hypot and pow.
20629         (special_fill_min): New function.
20630         (special_fill_minus_min): Likewise.
20631         (special_fill_min_subnorm): Likewise.
20632         (special_fill_minus_min_subnorm): Likewise.
20633         (special_real_inputs): Add min, -min, min_subnorm and
20634         -min_subnorm.
20635         (calc_generic_results): Handle mpfr_ff_f.
20636         * sysdeps/i386/fpu/libm-test-ulps: Update.
20637         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20639 2013-12-16  Will Newton  <will.newton@linaro.org>
20641         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20642         (Aligned Memory Blocks): Add documentation for aligned_alloc
20643         and suggest it as an alternative to posix_memalign.
20644         (Hooks for Malloc): Document __memalign_hook is also called
20645         for aligned_alloc.  (Summary of Malloc): Add summary for
20646         aligned alloc.  Document __memalign_hook is also called
20647         for aligned_alloc.
20649 2013-12-16  Will Newton  <will.newton@linaro.org>
20651         * manual/memory.texi (Malloc Examples): Clarify default
20652         alignment documentation.  Suggest posix_memalign rather
20653         than memalign or valloc.
20654         (Aligned Memory Blocks): Remove suggestion to use memalign
20655         or valloc.  Remove obsolete comment about BSD.
20656         Document memalign errno values and mark the function obsolete.
20657         Document posix_memalign returned error codes.  Mark valloc
20658         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20659         called for posix_memalign and valloc.
20660         (Summary of Malloc): Add posix_memalign to function summary.
20661         __memalign_hook is also called for posix_memalign and valloc.
20663 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20665         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20666         TAYLOR_SIN.
20667         (__sin): Adjust.
20668         (__cos): Likewise.
20669         (sloww): Use mynumber union.  Expand ternary operator into
20670         if-else statements.
20671         (cslow): use mynumber union.
20673 2013-12-16  Allan McRae  <allan@archlinux.org>
20675         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20676         * configure: Regenerated.
20678         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20680         [BZ #14120]
20681         * configure.ac: Added --enable-maintainer-mode. Check for
20682         autoconf when enabled.
20683         * configure: Regenerated.
20685         * nscd/nscd.service: New file.
20686         * nscd/nscd.tmpfiles: New file.
20688 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20690         [BZ #12100]
20691         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20692         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20693         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20694         (strstr): Add __strstr_sse2_unaligned ifunc.
20695         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20696         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20697         (strcasestr): Remove __strcasestr_sse42 ifunc.
20698         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20699         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20700         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20702 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20704         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20705         * sysdeps/sh/bits/fenv.h: ... here.
20706         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20708 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20710         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20712         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20713         hypotf multiarch implementations.
20714         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20715         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20716         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20717         multiarch hypot for PPC64.
20718         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20719         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20720         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20721         multiarch hypotf for PPC64.
20723         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20724         modff multiarch implementations.
20725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20726         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20727         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20728         multiarch modf for PPC64.
20729         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20730         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20732         multiarch modff for PPC64.
20734         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20735         and logl multiarch implementations.
20736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20738         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20739         multiarch logb for PPC64.
20740         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20741         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20742         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20743         multiarch logb for PPC64.
20744         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20747         multiarch logb for PPC64.
20749         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20750         isinff multiarch implementation.
20751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20752         file.
20753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20754         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20755         multiarch isinf for PPC64.
20756         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20757         file.
20758         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20759         multiarch isinff for PPC64.
20761         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20762         finitef multiarch implementation.
20763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20764         file.
20765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20767         multiarch finite for PPC64.
20768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20769         file.
20770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20771         multiarch finitef for PPC64.
20773         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20774         lrint multiarch implementation.
20775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20776         file.
20777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20778         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20779         multiarch llrint for PPC64.
20780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20781         multiarch lrint for PPC64.
20783         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20784         copysignf multiarch implementation.
20785         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20786         file.
20787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20788         file.
20789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20790         multiarch copysign for PPC64.
20791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20792         multiarch copysignf for PPC64.
20794         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20795         multiarch implementation.
20796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20797         file.
20798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20799         file.
20800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20801         file.
20802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20803         file.
20804         multiarch llround for PPC64.
20805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20806         multiarch trunc for PPC64.
20807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20808         multiarch truncf for PPC64.
20810         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20811         multiarch implementation.
20812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20813         file.
20814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20815         file.
20816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20817         file.
20818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20819         file.
20820         multiarch llround for PPC64.
20821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20822         multiarch round for PPC64.
20823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20824         multiarch roundf for PPC64.
20826         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20827         multiarch implementation.
20828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20829         file.
20830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20831         file.
20832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20833         file.
20834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20835         file.
20836         multiarch llround for PPC64.
20837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20838         multiarch floor for PPC64.
20839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20840         multiarch floorf for PPC64.
20842         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20843         multiarch implementation.
20844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20845         file.
20846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20847         file.
20848         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20849         file.
20850         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20851         file.
20852         multiarch llround for PPC64.
20853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20854         multiarch ceil for PPC64.
20855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20856         multiarch ceilf for PPC64.
20858         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20859         multiarch implementation.
20860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20861         file.
20862         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20863         file.
20864         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20865         file.
20866         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20867         multiarch llround for PPC64.
20868         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20869         multiarch lround for PPC64.
20871         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20872         multiarch implementation.
20873         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20875         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20876         file.
20877         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20878         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20879         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20880         multiarch isnan for PPC64.
20881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20882         multiarch isnanf for PPC64.
20884         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20885         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20886         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20887         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20888         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20891         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20892         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20893         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20894         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20896         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20897         multiarch implementations.
20898         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20899         (__libc_ifunc_impl_list): Likewise.
20900         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20901         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20902         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20903         multiarch stpcpy for PPC64.
20905         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20906         multiarch implementations.
20907         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20908         (__libc_ifunc_impl_list): Likewise.
20909         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20910         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20911         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20912         multiarch strcpy for PPC64.
20914         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20915         redefine function name.
20916         (_wordcopy_fwd_dest_aligned): Likewise.
20917         (_wordcopy_bwd_aligned): Likewise.
20918         (_wordcopy_bwd_dest_aligned): Likewise.
20919         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20920         multiarch implementations.
20921         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20922         (__libc_ifunc_impl_list): Likewise.
20923         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20924         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20925         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20926         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20927         multiarch wcscpy for PPC64.
20929         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20930         multiarch implementations.
20931         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20932         (__libc_ifunc_impl_list): Likewise.
20933         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20934         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20935         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20936         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20937         multiarch wcscpy for PPC64.
20939         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20940         multiarch implementations.
20941         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20942         (__libc_ifunc_impl_list): Likewise.
20943         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20944         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20945         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20946         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20947         multiarch wcsrchr for PPC64.
20949         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20950         multiarch implementations.
20951         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20952         (__libc_ifunc_impl_list): Likewise.
20953         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20954         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20955         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20956         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20957         multiarch wcschr for PPC64.
20959         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20960         multiarch implementations.
20961         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20962         (__libc_ifunc_impl_list): Likewise.
20963         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20964         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20965         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20966         multiarch strchrnul for PPC64.
20968         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20969         implementations.
20970         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20971         (__libc_ifunc_impl_list): Likewise.
20972         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20973         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20974         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20975         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20976         strchr for PPC64.
20978         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20979         implementations.
20980         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20981         (__libc_ifunc_impl_list): Likewise.
20982         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20983         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20984         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20985         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20986         strncmp for PPC64.
20988         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20989         multiarch implementations.
20990         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20991         (__libc_ifunc_impl_list): Likewise.
20992         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20993         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20994         strncasecmp for PPC64.
20995         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20996         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20997         multiarch strncasecmp_l for PPC64.
20999         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21000         multiarch implementations.
21001         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21002         (__libc_ifunc_impl_list): Likewise.
21003         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21004         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21005         multiarch strcasecmp for PPC64.
21006         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21007         file.
21008         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21009         multiarch strcasecmp_l for PPC64.
21011         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21012         implementations.
21013         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21014         (__libc_ifunc_impl_list): Likewise.
21015         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21016         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21017         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21018         strnlen for PPC64.
21020         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21021         implementations.
21022         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21023         (__libc_ifunc_impl_list): Likewise.
21024         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21025         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21026         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21027         strlen for PPC64.
21029         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21030         implementations.
21031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21032         (__libc_ifunc_impl_list): Likewise.
21033         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21034         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21035         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21036         rawmemrchr for PPC64.
21038         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21039         implementation.
21040         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21041         (__libc_ifunc_impl_list): Likewise.
21042         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21043         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21044         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21045         memrchr for PPC64.
21047         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21048         implementation.
21049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21050         (__libc_ifunc_impl_list): Likewise.
21051         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21052         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21053         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21054         memchr for PPC64.
21056         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21057         implementation.
21058         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21059         (__libc_ifunc_impl_list): Likewise.
21060         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21061         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21062         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21063         mempcpy for PPC64.
21065         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21066         avoid cretion of __bzero symbol.
21067         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21068         Likewise.
21069         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21070         Likewise.
21071         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21072         Likewise.
21073         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21074         multiarch implementations.
21075         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21076         (__libc_ifunc_impl_list): Likewise.
21077         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21078         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21079         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21080         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21081         bzero for PPC32.
21082         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21083         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21084         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21085         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21086         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21087         memset for PPC64.
21088         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21090         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21091         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21092         implementations.
21093         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21094         (__libc_ifunc_impl_list): Likewise.
21095         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21096         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21097         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21098         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21099         memcmp for PPC64.
21101         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21102         multiarch for POWER/PPC64.
21103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21104         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21105         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21106         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21107         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21108         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21109         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21110         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21111         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21112         memcpy for PPC64.
21114         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21115         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21116         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21117         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21118         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21119         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21120         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21121         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21122         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21123         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21124         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21125         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21126         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21127         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21128         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21137 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21139         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21141 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21143         * benchtests/Makefile (bench): Add exp2 and log2.
21144         (LDLIBS-bench-exp2): Add -lm.
21145         (LDLIBS-bench-log2): Likewise.
21146         * benchtests/exp2-inputs: New inputs file.
21147         * benchtests/log2-inputs: New inputs file.
21148         * benchtests/log-inputs: Add new inputs.
21149         * benchtests/tan-inputs: Likewise.
21151 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21153         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21154         definition...
21155         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21156         (csloww2): ... from here.
21158         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21159         instead of structures.
21160         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21161         (POLYNOMIAL): Likewise.
21162         (TAYLOR_SLOW): Likewise.
21163         (__sin): Likewise.
21164         (__cos): Likewise.
21165         (slow1): Likewise.
21166         (slow2): Likewise.
21167         (sloww): Likewise.
21168         (sloww1); Likewise.
21169         (sloww2): Likewise.
21170         (bsloww1): Likewise.
21171         (bsloww2): Likewise.
21172         (cslow2): Likewise.
21173         (csloww): Likewise.
21174         (csloww1): Likewise.
21175         (csloww2): Likewise.
21177 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21179         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21180         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21181         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21182         * malloc/hooks.c (realloc_check): Likewise.
21184         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21185         * malloc/arena.c: Remove PER_THREAD conditional.
21186         [!PER_THREAD]: Remove code.
21187         (ptmalloc_unlock_all2): Likewise.
21188         (ptmalloc_init): Likewise.
21189         (_int_new_arena): Likewise.
21190         (arena_get2): Likewise.
21191         * malloc/hooks.c (__malloc_get_state): Likewise.
21192         (__malloc_set_state): Likewise.
21193         * malloc/malloc.c: Likewise.
21194         (struct malloc_state): Likewise.
21195         (struct malloc_par): Likewise.
21196         (__libc_realloc): Likewise.
21197         (__libc_mallopt): Likewise.
21199 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21201         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21203 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21205         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21206         macro to a function.  Check for zero perturb_byte.
21207         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21209         * malloc/malloc.c: (force_reg): Remove.
21210         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21211         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21212         force_reg by atomic_forced_read.
21213         * malloc/arena.c (ptmalloc_init): Likewise.
21214         * malloc/hooks.c (top_check): Likewise.
21216 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21218         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21220 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21222         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21224 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21226         * math/auto-libm-test-in: Add tests of lgamma.
21227         * math/auto-libm-test-out: Regenerated.
21228         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21229         (M_LOG_2_SQRT_PIl): Likewise.
21230         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21231         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21232         mpfr_f_f1.
21233         (func_calc_desc): Add mpfr_f_f1 union field.
21234         (ARGS1): New macro.
21235         (ARGS2): Likewise.
21236         (ARGS3): Likewise.
21237         (ARGS4): Likewise.
21238         (RET1): Likewise.
21239         (RET2): Likewise.
21240         (CALC): Likewise.
21241         (FUNC): Likewise.
21242         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21243         (test_functions): Add lgamma.
21244         (calc_generic_results): Handle mpfr_f_f1.
21245         * sysdeps/i386/fpu/libm-test-ulps: Update.
21246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21248 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21250         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21251         __mpn_add_n for PowerPC64/POWER7.
21252         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21253         __mpn_sub_n for PowerPC64/POWER7.
21255         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21256         __mpn_addmul_1 for PowerPC64.
21257         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21258         __mpn_submul_1 for PowerPC64.
21259         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21260         for PowerPC64.
21261         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21262         for PowerPC64.
21264 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21266         [BZ #15089]
21267         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21269 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21271         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21273         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21274         add multiarch folders.
21275         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21276         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21277         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21278         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21279         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21280         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21281         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21282         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21283         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21284         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21285         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21291         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21294         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21296         New file.
21297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21298         New file.
21299         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21300         multiarch __ieee754_hypot for PowerPC32.
21301         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21302         New file.
21303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21304         New file.
21305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21306         multiarch __ieee754_hypotf for PowerPC32.
21308         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21309         long_double_symbol only if __logbl is defined.
21310         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21311         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21312         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21313         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21314         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21315         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21316         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21317         path for implementation.
21318         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21319         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21321         logb, and logbl multiarch implementations for PowerPC32.
21322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21323         file.
21324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21325         file.
21326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21327         multiarch logb for PowerPC32.
21328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21329         file.
21330         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21331         file.
21332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21333         multiarch logbf for PowerPC32.
21334         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21335         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21336         file.
21337         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21338         multiarch logbl implementation for PowerPC32.
21340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21341         and modff multiarch implementations.
21342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21343         New file.
21344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21345         New file.
21346         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21347         multiarch modf for PowerPC32.
21348         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21349         New file.
21350         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21351         New file.
21352         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21353         multiarch modff for PowerPC32.
21355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21356         and lrintf multiarch implementations.
21357         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21358         New file.
21359         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21360         New file.
21361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21362         multiarch lrint for PowerPC32.
21363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21364         file: multiarch lrintf for PowerPC32.
21366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21367         and lroundf multiarch implementations.
21368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21369         New file.
21370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21371         New file.
21372         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21373         New file.
21374         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21375         multiarch lround for PowerPC32.
21376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21377         file: multiarch lroundf for PowerPC32.
21379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21380         copysign and copysignf multiarch implementations.
21381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21382         New file.
21383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21384         New file.
21385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21386         file: multiarch copysign for PowerPC32.
21387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21388         file: multiarch copysignf for PowerPC32.
21390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21391         and truncf multiarch implementations.
21392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21393         New file.
21394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21395         file.
21396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21397         multiarch trunc for PowerPC32.
21398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21399         New file.
21400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21401         New file.
21402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21403         multiarch truncf for PowerPC32.
21405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21406         and roundf multiarch implementations.
21407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21408         New file.
21409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21410         file.
21411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21412         multiarch round for PowerPC32.
21413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21414         New file.
21415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21416         New file.
21417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21418         multiarch roundf for PowerPC32.
21420         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21421         and floorf multiarch implementations.
21422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21423         New file.
21424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21425         file.
21426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21427         multiarch floor for PowerPC32.
21428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21429         New file.
21430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21431         New file.
21432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21433         multiarch floorf for PowerPC32.
21435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21436         and ceilf multiarch implementations.
21437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21438         New file.
21439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21440         file.
21441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21442         multiarch ceil for PowerPC32.
21443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21444         New file.
21445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21446         file.
21447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21448         multiarch ceilf for PowerPC32.
21450         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21451         is defined.
21452         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21453         FINITEF is defined.
21454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21455         and finitef multiarch implementations.
21456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21457         New file.
21458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21459         file.
21460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21461         multiarch finite for PowerPC32.
21462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21463         New file.
21464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21465         file: multiarch finitef for PowerPC32.
21467         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21468         and isinff multiarch implementations.
21469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21470         file.
21471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21472         file.
21473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21474         multiarch isinf for PowerPC32.
21475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21476         New file.
21477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21478         multiarch isinff for PowerPC32.
21480         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21481         alias when __isnan is defined.
21482         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21483         and isnanf multiarch implementations.
21484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21485         file.
21486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21487         file.
21488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21489         file.
21490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21491         file.
21492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21493         multiarch isnan for PowerPC32.
21494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21495         New file.
21496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21497         New file.
21498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21499         multiarch isnanf for PowerPC32.
21501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21502         and sqrtf multiarch implementations.
21503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21504         file.
21505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21506         file.
21507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21508         multiarch sqrt for PowerPC32.
21509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21510         file.
21511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21512         file.
21513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21514         multiarch sqrtf for PowerPC32.
21516         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21517         and llroundf multiarch implementations.
21518         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21519         New file.
21520         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21521         New file.
21522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21523         New file.
21524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21525         file: multiarch llround for PowerPC32.
21526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21527         file: multiarch llroundf for PowerPC32.
21529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21530         multiarch PowerPC32 fpu implementations.
21531         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21532         New file.
21533         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21534         New file.
21535         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21536         multiarch llrint for PowerPC32.
21537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21538         New file.
21539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21540         New file.
21541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21542         file.
21544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21546         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21547         file.
21548         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21549         file.
21550         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21551         file.
21552         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21553         multiarch wordcopy for PPC32.
21554         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21555         wordcopy objects.
21556         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21557         (__libc_ifunc_impl_list): Likewise.
21558         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21559         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21560         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21561         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21562         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21563         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21565         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21566         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21567         file.
21568         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21569         file.
21570         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21571         file.
21572         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21573         multiarch wcscpy for PPC32.
21574         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21575         multiarch objects.
21576         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21577         (__libc_ifunc_impl_list): Likewise.
21578         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21579         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21580         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21581         sysdeps/powerpc/power6/wcscpy.c.
21583         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21584         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21585         file.
21586         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21587         file.
21588         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21589         file.
21590         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21591         multiarch wcsrchr for PPC32.
21592         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21593         multiarch objects.
21594         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21595         (__libc_ifunc_impl_list): Likewise.
21596         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21597         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21598         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21599         sysdeps/powerpc/power6/wcsrchr.c.
21601         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21602         file.
21603         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21604         file.
21605         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21606         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21607         multiarch wcschr for PPc32.
21608         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21609         multiarch objects.
21610         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21611         (__libc_ifunc_impl_list): Likewise.
21612         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21613         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21614         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21615         sysdeps/powerpc/power6/wcschr.c.
21617         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21618         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21619         file.
21620         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21621         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21622         file: multiarch strchr for PPC32.
21623         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21624         multiarch objects.
21625         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21626         (__libc_ifunc_impl_list): Likewise.
21628         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21629         name.
21630         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21631         file.
21632         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21633         file.
21634         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21635         multiarch strchrnul for PPC32.
21636         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21637         multiarch objects.
21638         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21639         (__libc_ifunc_impl_list): Likewise.
21641         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21642         file.
21643         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21644         multiarch strncasecmp for PPC32.
21645         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21646         file.
21647         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21648         multiarch strncasecmp_l for PPC32.
21649         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21650         strncasecmp multiarch objects.
21651         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21652         (__libc_ifunc_impl_list): Likewise.
21654         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21655         file.
21656         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21657         multiarch strncasecmp for PPC32.
21658         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21659         New file.
21660         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21661         multiarch strcasecmp_l for PPC32.
21662         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21663         multiarch objects.
21664         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21665         (__libc_ifunc_impl_list): Likewise.
21667         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21668         file.
21669         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21670         file.
21671         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21672         multiarch strncmp for PPC32.
21673         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21674         multiarch objects.
21675         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21676         (__libc_ifunc_impl_list): Likewise.
21678         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21679         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21680         file.
21681         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21682         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21683         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21684         multiarch objects.
21685         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21686         (__libc_ifunc_impl_list): Likewise.
21688         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21689         file.
21690         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21691         file.
21692         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21693         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21694         multiarch objects.
21695         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21696         (__libc_ifunc_impl_list): Likewise.
21698         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21699         file.
21700         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21701         file.
21702         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21703         multiarch rawmemchr for PPC32.
21704         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21705         multiarch objects.
21706         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21707         (__libc_ifunc_impl_list): Likewise.
21709         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21710         file.
21711         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21712         file.
21713         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21714         file: memrchr multiarch for PPC32.
21715         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21716         multiarch objects.
21717         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21718         (__libc_ifunc_impl_list): Likewise.
21720         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21721         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21722         file.
21723         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21724         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21725         multiarch memchr for PPC32.
21726         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21727         multiarch objects.
21728         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21729         (__libc_ifunc_impl_list): Likewise.
21731         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21732         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21733         file.
21734         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21735         file.
21736         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21737         file: multiarch mempcpy for PPC32.
21738         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21739         multiarch objects.
21740         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21741         (__libc_ifunc_impl_list): Likewise.
21743         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21744         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21745         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21746         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21747         multiarch bzero for PPC32.
21748         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21749         file.
21750         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21751         file.
21752         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21753         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21754         file: multiarch memset for PPC32.
21755         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21756         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21757         memset multiarch objects.
21758         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21759         (__libc_ifunc_impl_list): Likewise.
21761         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21762         file.
21763         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21764         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21765         memcmp for PPC32.
21766         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21767         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21768         multiarch objects.
21769         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21770         (__libc_ifunc_impl_list): Likewise.
21772         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21773         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21774         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21775         file.
21776         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21777         file.
21778         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21779         file.
21780         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21781         multiarch memcpy for PPC32.
21782         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21783         multiarch objects.
21784         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21785         (__libc_ifunc_impl_list): Likewise.
21787         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21788         support multiarch for POWER/PPC32.
21789         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21790         Likewise.
21791         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21793         Implies file to make multiarch folder appers before the fpu and
21794         default folder for power4 configuration.
21796 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
21798         * scripts/bench.pl: Append volatile keyword to type.
21800 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21802         * sysdeps/sh/sotruss-lib.c: New file.
21803         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21805 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21807         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21809 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
21811         [BZ #6810]
21812         * math/w_tgamma.c: Include <errno.h>.
21813         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
21814         * math/w_tgammaf.c: Include <errno.h>.
21815         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
21816         * math/w_tgammal.c: Include <errno.h>.
21817         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
21818         * math/auto-libm-test-in: Do not allow missing errno on tgamma
21819         underflow.  Add more tgamma tests.
21820         * math/auto-libm-test-out: Regenerated.
21821         * sysdeps/i386/fpu/libm-test-ulps: Update.
21822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21824         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21825         sin, sinh, tan, tanh, tgamma, y0 and y1.
21826         * math/auto-libm-test-out: Regenerated.
21827         * math/libm-test.inc (TEST_COND_x86_64): New macro.
21828         (TEST_COND_x86): Likewise.
21829         (M_E2l): Remove macro.
21830         (M_E3l): Likewise.
21831         (M_2_SQRT_PIl): Likewise.
21832         (M_SQRT_PIl): Likewise.
21833         (M_1_DIV_El): Likewise.
21834         (log_test_data): Use AUTO_TESTS_f_f.
21835         (log10_test_data): Likewise.
21836         (log1p_test_data): Likewise.
21837         (log2_test_data): Likewise.
21838         (sin_test_data): Likewise.
21839         (sin_tonearest_test_data): Likewise.
21840         (sin_towardzero_test_data): Likewise.
21841         (sin_downward_test_data): Likewise.
21842         (sin_upward_test_data): Likewise.
21843         (sinh_test_data): Likewise.
21844         (sinh_tonearest_test_data): Likewise.
21845         (sinh_towardzero_test_data): Likewise.
21846         (sinh_downward_test_data): Likewise.
21847         (sinh_upward_test_data): Likewise.
21848         (tan_test_data): Likewise.
21849         (tan_tonearest_test_data): Likewise.
21850         (tan_towardzero_test_data): Likewise.
21851         (tan_downward_test_data): Likewise.
21852         (tan_upward_test_data): Likewise.
21853         (tanh_test_data): Likewise.
21854         (tgamma_test_data): Likewise.
21855         (y0_test_data): Likewise.
21856         (y1_test_data): Likewise.
21857         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21858         (special_real_inputs): Add pi/4.
21859         * sysdeps/i386/fpu/libm-test-ulps: Update.
21860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21862 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21864         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21865         "longjmp_target" static probes.
21866         (__longjmp): Rename to __longjmp_symbol.
21867         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21868         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21869         on which longjmp to generate.
21870         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21871         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21872         probe.
21873         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21874         (__sigjmp_save): Rename to __sigjmp_save_symbol.
21875         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21876         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21877         and __sigjmp_save_symbol based on which sigsetjmp to generated.
21878         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21880         __longjmp_symbol based on which __longjmp to generate.
21881         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21882         probe.
21883         (setjmp): Rename to setjmp_symbol.
21884         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21885         (_setjmp): Rename to _setjmp_symbol.
21886         (__sigsetjmp): Rename to __sigsetjmp_symbol.
21887         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21888         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21889         which setjmp to generate.
21890         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21891         "longjmp_target" static probes.
21893 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
21895         * benchtests/README: Add note about output arguments.
21896         * benchtests/bench-sincos.c: Remove file.
21897         * benchtests/sincos-inputs: New file.
21898         * scripts/bench.pl: Identify output arguments and define
21899         static variables for them.
21901         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21903         [BZ #15941]
21904         * Makefile (INSTALL): Add install-plain.texi as the primary
21905         dependency.
21906         * manual/install-plain.texi: New file.
21907         * manual/install.texi: Include node directive only for
21908         non-plaintext output.
21910 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
21912         * stdlib/longlong.h: Update from GCC.
21914         [BZ #6807]
21915         [BZ #15901]
21916         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21917         * math/w_j0f.c (y0f): Likewise.
21918         * math/w_j0l.c (__y0l): Likewise.
21919         * math/w_j1.c (y1): Likewise.
21920         * math/w_j1f.c (y1f): Likewise.
21921         * math/w_j1l.c (__y1l): Likewise
21922         * math/w_jn.c (yn): Likewise.
21923         * math/w_jnf.c (ynf): Likewise.
21924         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21925         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
21926         value for Bessel function domain errors outside _SVID_ mode.
21927         Adjust sign of return value for yn (negative integer, 0).
21928         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21929         by zero in return for negative x and set sign appropriately for
21930         negative n.
21931         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21932         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21933         * math/libm-test.inc (y0_test_data): Add more tests and adjust
21934         expectations in error cases.
21935         (y1_test_data): Likewise.
21936         (yn_test_data): Likewise.
21937         * sysdeps/i386/fpu/libm-test-ulps: Update.
21938         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21940 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21942         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21943         "64" to "64-v1".  Add "64-v2".
21944         (abi-64-options): Rename to ...
21945         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
21946         (abi-64-condition): Rename to ...
21947         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
21948         (abi-64-ld-soname): Rename to ...
21949         (abi-64-v1-ld-soname): ... this.
21950         (abi-64-v2-options): Define.
21951         (abi-64-v2-condition): Likewise.
21952         (abi-64-v2-ld-soname): Likewise.
21953         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21954         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21959 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21960             Alan Modra  <amodra@gmail.com>
21962         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21963         New versions for use with the ELFv2 ABI.
21964         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21965         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21966         declaration.
21967         (struct La_ppc64v2_retval): Likewise.
21968         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21969         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21970         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21971         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21972         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21973         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21974         Do not save or restore CR.
21975         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21976         (_dl_profile_resolve): Do no save or restore CR.  Support extended
21977         return values for ELFv2 ABI.  Fix location of FPR return registers.
21978         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21979         updated values for _CALL_ELF == 2.
21980         (La_regs, La_retval, int_retval): Likewise.
21982 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
21984         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21985         (FRAME_MIN_SIZE_PARM): Likewise.
21986         (FRAME_BACKCHAIN): Likewise.
21987         (FRAME_CR_SAVE): Likewise.
21988         (FRAME_LR_SAVE): Likewise.
21989         (FRAME_TOC_SAVE): Likewise.
21990         (FRAME_PARM_SAVE): Likewise.
21991         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21992         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21993         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21994         (call_mcount_parm_offset): New macro.
21995         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21996         (PROF): Use symbolic stack frame offsets.
21997         (TAIL_CALL_SYSCALL_ERROR): Likewise.
21998         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21999         Redefine in terms of FRAME_MIN_SIZE.
22000         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22001         (_dl_profile_resolve): Likewise.  Update comment.
22002         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22003         symbols stack frame offsets.
22004         (__sigsetjmp): Likewise.
22005         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22006         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22007         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22008         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22011         (FRAME_BACKCHAIN): Remove.
22012         (FRAME_CR_SAVE): Likewise.
22013         (FRAME_LR_SAVE): Likewise.
22014         (FRAME_COMPILER_DW): Likewise.
22015         (FRAME_LINKER_DW): Likewise.
22016         (FRAME_TOC_SAVE): Likewise.
22017         (FRAME_PARM_SAVE): Likewise.
22018         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22019         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22020         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22022         (CHECK_SP): Use symbolic stack frame offsets.
22023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22024         zone" instead of caller's parameter save area for temp storage.
22025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22026         Likewise.  Also, use symbolic stack frame offsets.
22027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22028         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22029         our own stack frame instead of the caller's.
22030         (__socket): Use symbolic stack frame offsets.
22032 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22033             Alan Modra  <amodra@gmail.com>
22035         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22036         Define.
22037         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22038         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22039         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22040         New function.
22041         (elf_machine_fixup_plt): Call it.
22042         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22043         reloc arguments.
22044         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22045         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22046         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22047         r2 before calling target.
22049 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22050             Alan Modra  <amodra@gmail.com>
22052         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22053         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22054         versions of macros to support ELFv2 ABI.
22055         (LOCALENTRY): New macro.
22056         (ENTRY, EALIGN): Use it.
22057         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22058         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22059         fall through into ENTRY entry point.
22060         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22061         Only define if _CALL_ELF != 2.
22063         (elf_machine_matches_host): Verify ABI version matches.
22064         (RTLD_START): Use LOCALENTRY.
22065         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22066         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22067         (PLT_ENTRY_WORDS): New macro.
22068         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22069         (elf_machine_runtime_setup): Support ELFv2 ABI.
22070         (elf_machine_fixup_plt): Likewise.
22071         (elf_machine_plt_conflict): Likewise.
22072         (resolve_ifunc): Likewise.
22073         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22074         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22075         Likewise.
22076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22077         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22079         (makecontext): Support ELFv2 ABI.
22080         * elf/elf.h (EF_PPC64_ABI): Define.
22082 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22084         * sysdeps/powerpc/powerpc64/sysdep.h
22085         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22086         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22087         (ENTRY) [ASSEMBLER]: ... but instead here ...
22088         (EALIGN) [ASSEMBLER]: ... and here.
22089         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22090         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22091         (ENTRY_2) [!ASSEMBLER]: Use it.
22092         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22093         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22094         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22095         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22096         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22098         Use PPC64_LOAD_FUNCPTR.
22100         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22102 2013-12-04  Alan Modra  <amodra@gmail.com>
22104         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22105         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22106         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22107         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22109         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22110         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22111         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22112         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22113         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22114         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22116 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22119         (__makecontext): Fix incorrect CFI when backtracing out of
22120         context created via makecontext.
22121         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22122         (__setcontext): Fix incorrect CFI during switch to new context.
22123         (__novec_setcontext): Likewise.
22125 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22127         [BZ #4772]
22128         * time/strptime_l.c (__strptime_internal): Allow modifiers
22129         in strptime.
22130         * time/tst-strptime.c (day_tests): Add testcase.
22132 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22134         * scripts/bench.pl: Skip over blank lines.
22136 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22138         [BZ #926]
22139         * manual/time.texi (Calendar Time): Clarify what timezone functions
22140         use.
22142 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22144         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22146 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22148         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22149         implementation.
22150         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22151         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22152         * debug/memset_chk.c (__memset_chk): Likewise.
22153         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22154         * debug/strncpy_chk.c: Likewise.
22156 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22158         [BZ #15268]
22159         [BZ #15425]
22160         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22161         (__ieee754_exp): For possibly underflowing results, check size of
22162         result and force underflow exception if required.
22163         * math/auto-libm-test-in: Add more tests of exp.
22164         * math/auto-libm-test-out: Regenerated.
22165         * sysdeps/i386/fpu/libm-test-ulps: Update.
22166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22168         [BZ #16283]
22169         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22170         * math/w_exp2f.c (__exp2f): Likewise.
22171         * math/w_exp2l.c (__exp2l): Likewise.
22172         * math/auto-libm-test-in: Do not allow missing errno on exp2
22173         underflow.
22174         * math/auto-libm-test-out: Regenerated.
22176 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22178         [BZ #16274]
22179         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22180         handle filename validation.
22181         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22182         (do_open): Delete.
22184 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22186         [BZ #6786]
22187         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22188         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22189         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22190         <float.h>.
22191         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22192         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22193         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22194         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22195         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22196         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22197         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22198         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22199         Add more erfc tests.
22200         * math/auto-libm-test-out: Regenerated.
22201         * sysdeps/i386/fpu/libm-test-ulps: Update.
22202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22204         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22205         exp2, expm1, j0 and j1.
22206         * math/auto-libm-test-out: Regenerated.
22207         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22208         (erfc_test_data): Likewise.
22209         (exp_test_data): Likewise.
22210         (exp_tonearest_test_data): Likewise.
22211         (exp_towardzero_test_data): Likewise.
22212         (exp_downward_test_data): Likewise.
22213         (exp_upward_test_data): Likewise.
22214         (exp10_test_data): Likewise.
22215         (exp2_test_data): Likewise.
22216         (expm1_test_data): Likewise.
22217         (j0_test_data): Likewise.
22218         (j1_test_data): Likewise.
22219         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22220         (input_flag_type): Add flag_xfail_rounding.
22221         (input_flags): Add xfail-rounding.
22222         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22223         (output_for_one_input_case): Handle flag_xfail_rounding.
22224         * sysdeps/i386/fpu/libm-test-ulps: Update.
22225         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22227 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22229         [BZ #16289]
22230         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22231         division by 0.
22233 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22235         [BZ #16195]
22236         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22237         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22238         (STAP_PROBE0): New macro.
22239         (STAP_PROBE1): Likewise.
22240         (STAP_PROBE2): Likewise.
22241         (STAP_PROBE3): Likewise.
22242         (STAP_PROBE4): Likewise.
22244 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22246         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22248 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22250         * benchtests/Makefile (bench): Add sqrt.
22251         (LDLIBS-bench-sqrt): New.
22252         * benchtests/sqrt-input: New.
22254 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22256         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22257         (GAIH_EAI): Likewise.
22258         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22259         (gaih_inet): Likewise.
22260         (getaddrinfo): Don't use GAIH_EAI.
22262         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22263         (struct gaih): Remove definition.
22265 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22267         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22268         Use HERRNOP directly.
22270 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22272         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22274 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22276         * math/gen-auto-libm-tests.c (test_functions): Add more
22277         single-argument functions.
22278         (special_fill_pi_2): New function.
22279         (special_fill_minus_pi_2): Likewise.
22280         (special_fill_pi_6): Likewise.
22281         (special_fill_minus_pi_6): Likewise.
22282         (special_fill_pi_3): Likewise.
22283         (special_fill_2pi_3): Likewise.
22284         (special_fill_e): Likewise.
22285         (special_fill_1_e): Likewise.
22286         (special_fill_e_minus_1): Likewise.
22287         (special_real_inputs): Add more special inputs.
22288         (output_for_one_input_case): Do not require ERANGE on underflow to
22289         zero if round-to-nearest result does not underflow to zero, unless
22290         exact results required.
22291         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22292         atan, atanh, cbrt, cos and cosh.
22293         * math/auto-libm-test-out: Regenerated.
22294         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22295         (acos_tonearest_test_data): Likewise.
22296         (acos_towardzero_test_data): Likewise.
22297         (acos_downward_test_data): Likewise.
22298         (acos_upward_test_data): Likewise.
22299         (acosh_test_data): Likewise.
22300         (asin_test_data): Likewise.
22301         (asin_tonearest_test_data): Likewise.
22302         (asin_towardzero_test_data): Likewise.
22303         (asin_upward_test_data): Likewise.
22304         (asinh_test_data): Likewise.
22305         (atan_test_data): Likewise.
22306         (atanh_test_data): Likewise.
22307         (cbrt_test_data): Likewise.
22308         (cos_test_data): Likewise.
22309         (cos_tonearest_test_data): Likewise.
22310         (cos_towardzero_test_data): Likewise.
22311         (cos_downward_test_data): Likewise.
22312         (cos_upward_test_data): Likewise.
22313         (cosh_test_data): Likewise.
22314         (cosh_tonearest_test_data): Likewise.
22315         (cosh_towardzero_test_data): Likewise.
22316         (cosh_downward_test_data): Likewise.
22317         (cosh_upward_test_data): Likewise.
22318         * sysdeps/i386/fpu/libm-test-ulps: Update.
22319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22321 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22323         [BZ #6787]
22324         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22325         * math/w_exp10f.c (__exp10f): Likewise.
22326         * math/w_exp10l.c (__exp10l): Likewise.
22327         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22328         errno settings in existing tests.
22330         [BZ #14032]
22331         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22332         precision control set to double precision.
22333         * sysdeps/i386/fpu/w_sqrt.c: New file.
22334         * math/auto-libm-test-in: Add more tests.
22335         * math/auto-libm-test-out: Update.
22337         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22338         (sqrt_test_tonearest): New function.
22339         (sqrt_towardzero_test_data): New variable.
22340         (sqrt_test_towardzero): New function.
22341         (sqrt_downward_test_data): New variable.
22342         (sqrt_test_downward): New function.
22343         (sqrt_upward_test_data): New variable.
22344         (sqrt_test_upward): New function.
22345         (main): Call the new functions.
22347         * math/gen-auto-libm-tests.c: New file.
22348         * math/auto-libm-test-in: Likewise.
22349         * math/auto-libm-test-out: New generated file.
22350         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22351         variables.
22352         (%beautify): Add generated representations of zero.
22353         (top level): Set $auto_input and call parse_auto_input.
22354         (beautify): Remove trailing "f" from hex float constants.
22355         (parse_args): Handle XFAIL_TEST.
22356         (convert_condition): New function.
22357         (or_value): Likewise.
22358         (or_cond_value): Likewise.
22359         (generate_testfile): Handle AUTO_TESTS_* lines.
22360         (parse_auto_input): New function.
22361         * math/libm-test.inc (XFAIL_TEST): New macro.
22362         (ERRNO_UNCHANGED): Update value.
22363         (ERRNO_EDOM): Likewise.
22364         (ERRNO_ERANGE): Likewise.
22365         (IGNORE_RESULT): Likewise.
22366         (TEST_COND_flt_32): New macro.
22367         (TEST_COND_dbl_64): Likewise.
22368         (TEST_COND_ldbl_96_intel): Likewise.
22369         (TEST_COND_ldbl_96_m68k): Likewise.
22370         (TEST_COND_ldbl_128): Likewise.
22371         (TEST_COND_ldbl_128ibm): Likewise.
22372         (TEST_COND_long32): Likewise.
22373         (TEST_COND_long64): Likewise.
22374         (TEST_COND_before_rounding): Likewise.
22375         (TEST_COND_after_rounding): Likewise.
22376         (enable_test): Handle XFAIL_TEST flag.
22377         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22378         with finite results.
22379         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22380         auto-libm-test-out.
22382 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22383             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22385         [BZ #16214]
22386         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22387         __tls_get_addr_internal instead of __tls_get_offset in order to
22388         avoid GOT pointer dependency.  Make rtld export
22389         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22390         __tls_get_addr since we are a __tls_get_offset platform.
22391         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22392         GOT pointer being set up before.
22393         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22395 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22397         * manual/math.texi (Errors in Math Functions): Document accuracy
22398         goals.
22400         [BZ #15004]
22401         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22402         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22403         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22404         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22405         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22406         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22407         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22408         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22409         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22410         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22411         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22412         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22413         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22414         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22415         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22416         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22418         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22419         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22420         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22421         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22422         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22423         Likewise.
22424         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22425         Likewise.
22426         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22427         Likewise.
22428         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22429         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22430         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22431         atomic-feupdateenv and flt-rounds.
22432         * sysdeps/powerpc/nofpu/Versions (libc): Add
22433         __atomic_feholdexcept, __atomic_feclearexcept,
22434         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22435         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22436         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22437         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22438         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22439         here.
22440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22441         Update.
22443         * manual/arith.texi (FP Exceptions): Document that exceptions may
22444         not be raised when matherr is used.
22445         (Math Error Reporting): Document overflow in directed rounding
22446         modes.  Document that errno may not be set when finite values are
22447         returned on overflow.  Document intent to set errno on underflow
22448         only for underflow to zero.
22450         [BZ #16271]
22451         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22452         round-to-nearest then adjust result for other rounding modes.
22453         * include/fenv.h (fegetround): Use libm_hidden_proto.
22454         * math/fegetround.c (fegetround): Use libm_hidden_def.
22455         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22456         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22457         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22458         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22459         Likewise.
22460         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22461         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22462         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22463         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22465 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22467         [BZ #16077]
22468         * nss/Versions (libnss_files): Add
22469         _nss_files_gethostbyname3_r.
22470         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22471         New function.
22472         (HOST_DB_LOOKUP): Remove macro.
22473         (_nss_files_gethostbyname_r): Implement function without the
22474         HOST_DB_LOOKUP macro.
22475         (_nss_files_gethostbyname2_r): Likewise.
22477 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22479         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22481 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22483         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22484         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22485         warning.
22487 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22489         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22490         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22491         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22492         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22493         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22494         __fe_nomask_env_priv and attribute_hidden.
22495         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22496         (libc_feupdateenv_test_ppc): Likewise.
22497         (libc_feresetround_ppc): Likewise.
22498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22499         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22500         compat_symbol macro.
22501         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22502         (__fe_nomask_env): Likewise.
22503         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22505 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22507         * string/Makefile: Remove ifunc tests.
22508         * string/test-string.h: Define TEST_IFUNC.
22509         * string/test-bcopy-ifunc.c: Remove.
22510         * string/test-bzero-ifunc.c: Likewise.
22511         * string/test-memccpy-ifunc.c: Likewise.
22512         * string/test-memchr-ifunc.c: Likewise.
22513         * string/test-memcmp-ifunc.c: Likewise.
22514         * string/test-memcpy-ifunc.c: Likewise.
22515         * string/test-memmem-ifunc.c: Likewise.
22516         * string/test-memmove-ifunc.c: Likewise.
22517         * string/test-mempcpy-ifunc.c: Likewise.
22518         * string/test-memrchr-ifunc.c: Likewise.
22519         * string/test-memset-ifunc.c: Likewise.
22520         * string/test-rawmemchr-ifunc.c: Likewise.
22521         * string/test-stpcpy-ifunc.c: Likewise.
22522         * string/test-stpncpy-ifunc.c: Likewise.
22523         * string/test-strcasecmp-ifunc.c: Likewise.
22524         * string/test-strcasestr-ifunc.c: Likewise.
22525         * string/test-strcat-ifunc.c: Likewise.
22526         * string/test-strchr-ifunc.c: Likewise.
22527         * string/test-strchrnul-ifunc.c: Likewise.
22528         * string/test-strcmp-ifunc.c: Likewise.
22529         * string/test-strcpy-ifunc.c: Likewise.
22530         * string/test-strcspn-ifunc.c: Likewise.
22531         * string/test-strlen-ifunc.c: Likewise.
22532         * string/test-strncasecmp-ifunc.c: Likewise.
22533         * string/test-strncat-ifunc.c: Likewise.
22534         * string/test-strncmp-ifunc.c: Likewise.
22535         * string/test-strncpy-ifunc.c: Likewise.
22536         * string/test-strnlen-ifunc.c: Likewise.
22537         * string/test-strpbrk-ifunc.c: Likewise.
22538         * string/test-strrchr-ifunc.c: Likewise.
22539         * string/test-strspn-ifunc.c: Likewise.
22540         * string/test-strstr-ifunc.c: Likewise.
22542 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22544         * benchtests/Makefile: Remove ifunc tests.
22545         * benchtests/bench-string.h: Define TEST_IFUNC.
22546         * benchtests/bench-bcopy-ifunc.c: Remove.
22547         * benchtests/bench-bzero-ifunc.c: Likewise.
22548         * benchtests/bench-memccpy-ifunc.c: Likewise.
22549         * benchtests/bench-memchr-ifunc.c: Likewise.
22550         * benchtests/bench-memcmp-ifunc.c: Likewise.
22551         * benchtests/bench-memcpy-ifunc.c: Likewise.
22552         * benchtests/bench-memmem-ifunc.c: Likewise.
22553         * benchtests/bench-memmove-ifunc.c: Likewise.
22554         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22555         * benchtests/bench-memrchr-ifunc.c: Likewise.
22556         * benchtests/bench-memset-ifunc.c: Likewise.
22557         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22558         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22559         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22560         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22561         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22562         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22563         * benchtests/bench-strcat-ifunc.c: Likewise.
22564         * benchtests/bench-strchr-ifunc.c: Likewise.
22565         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22566         * benchtests/bench-strcmp-ifunc.c: Likewise.
22567         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22568         * benchtests/bench-strcpy-ifunc.c: Likewise.
22569         * benchtests/bench-strcspn-ifunc.c: Likewise.
22570         * benchtests/bench-strlen-ifunc.c: Likewise.
22571         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22572         * benchtests/bench-strncat-ifunc.c: Likewise.
22573         * benchtests/bench-strncmp-ifunc.c: Likewise.
22574         * benchtests/bench-strncpy-ifunc.c: Likewise.
22575         * benchtests/bench-strnlen-ifunc.c: Likewise.
22576         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22577         * benchtests/bench-strrchr-ifunc.c: Likewise.
22578         * benchtests/bench-strsep-ifunc.c: Likewise.
22579         * benchtests/bench-strspn-ifunc.c: Likewise.
22580         * benchtests/bench-strstr-ifunc.c: Likewise.
22582 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22584         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22586 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22588         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22589         * rt/aio.h: Likewise.
22590         * sysdeps/gnu/bits/utmp.h: Likewise.
22591         * sysdeps/gnu/bits/utmpx.h: Likewise.
22592         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22593         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22594         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22595         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22596         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22597         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22598         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22599         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22600         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22601         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22602         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22603         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22604         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22606         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22607         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22608         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22609         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22610         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22611         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22612         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22613         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22614         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22615         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22616         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22617         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22618         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22619         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22620         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22621         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22622         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22623         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22624         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22625         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22626         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22627         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22628         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22629         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22630         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22631         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22632         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22633         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22635 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22637         [BZ #16245]
22638         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22639         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22641 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22643         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22644         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22645         Likewise.
22647 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22649         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22650         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22651         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22652         (__fesetround): Remove define.
22653         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22654         rounding and exceptions handling.
22655         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22656         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22657         (__fe_nomask_env): Likewise.
22658         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22659         __fegetround instead of fegetround.
22660         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22661         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22663 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22665         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22666         it's there.
22668         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22670 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22672         [BZ #11157]
22673         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22674         (encrypt_r): Likewise.
22675         * malloc/obstack.h (obstack_free): Likewise.
22676         * posix/unistd.h (encrypt): Likewise.
22678 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22680         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22681         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22682         DL_CALL_DT_FINI() that call the functions directly.
22683         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22684         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22685         * elf/dl-fini.c: Likewise.
22687 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22689         * malloc/hooks.c (memalign_check): Add alignment rounding.
22690         * malloc/malloc.c (_mid_memalign): New function.
22691         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22692         Implement by calling _mid_memalign.
22693         * manual/probes.texi (Memory Allocation Probes): Remove
22694         memory_valloc_retry and memory_pvalloc_retry.
22696 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22698         * locale/programs/locarchive.c (open_archive): Add const
22699         qualifier to ARCHIVEFNAME and copy default fname to
22700         DEFAULT_FNAME.
22702         [BZ #15601]
22703         * libio/tst-widetext.input: Rename Oriya to Odia.
22704         * locale/iso-639.def: Likewise.
22706         * manual/probes.texi (Mathematical Function Probes): Add
22707         documentation for sin, cos, asin and acos probes.
22708         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22709         (__sin32): Add slowasin probe.
22710         (__cos32): Add slowacos probe.
22711         (__mpsin): Add slowsin probe.
22712         (__mpcos): Add slowcos probe.
22714 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22716         [BZ #15483]
22717         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22718         thread-local __sim_exceptions_thread and global
22719         __sim_exceptions_global.
22720         (__sim_disabled_exceptions): Change to thread-local
22721         __sim_disabled_exceptions_thread and global
22722         __sim_disabled_exceptions_global.
22723         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22724         and global __sim_round_mode_global.
22725         (__simulate_exceptions): Use thread-local floating-point state and
22726         set global state from it as needed.
22727         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22728         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22729         __sim_round_mode_thread.
22730         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22731         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22732         and global __sim_exceptions_global.
22733         (__sim_disabled_exceptions): Change to thread-local
22734         __sim_disabled_exceptions_thread and global
22735         __sim_disabled_exceptions_global.
22736         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22737         and global __sim_round_mode_global.
22738         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22739         (SIM_SET_GLOBAL): Likewise.
22740         * sysdeps/powerpc/soft-fp/sfp-machine.h
22741         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22742         __sim_round_mode_thread.
22743         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22744         __sim_disabled_exceptions_thread.
22745         (__sim_exceptions): Change to __sim_exceptions_thread.
22746         (__sim_disabled_exceptions): Change to
22747         __sim_disabled_exceptions_thread.
22748         (__sim_round_mode): Change to __sim_round_mode_thread.
22749         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22750         thread-local floating-point state and set global state from it as
22751         needed.
22752         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22753         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22754         (__sim_disabled_exceptions): Remove extern declaration.
22755         (feenableexcept): Use thread-local floating-point state and set
22756         global state from it as needed.
22757         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22758         extern declaration.
22759         (__sim_disabled_exceptions): Likewise.
22760         (__sim_round_mode): Likewise.
22761         (__fegetenv): Use thread-local floating-point state.
22762         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22763         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22764         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22765         floating-point state and set global state from it as needed.
22766         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22767         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22768         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22769         Likewise.
22770         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22771         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22772         Likewise.
22773         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22774         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22775         Use __sim_round_mode_thread.
22776         * math/test-fenv-tls.c: New file.
22777         * math/Makefile (tests): Add test-fenv-tls.
22778         ($(objpfx)test-fenv-tls): Depend on
22779         $(common-objpfx)nptl/libpthread.so.
22781 2013-11-19  Andreas Schwab  <schwab@suse.de>
22783         * locale/programs/locale.c (show_info): Decode wordarray elements.
22784         * locale/categories.def (LC_MONETARY): Add element for
22785         _NL_MONETARY_CRNCYSTR.
22786         * locale/C-monetary.c (conversion_rate): New variable.
22787         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22788         element.
22790 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
22792         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22793         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22795 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
22797         * elf/Makefile (tst-auxv): New test.
22798         * elf/tst-auxv.c: New
22799         * elf/rtld.c (dl_main): Adjust AT_EXECFN
22801 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
22803         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22804         (hidden_proto): Caller changed.
22805         (hidden_tls_proto): New macro.
22806         (libc_hidden_tls_proto): Likewise.
22807         (rtld_hidden_tls_proto): Likewise.
22808         (libm_hidden_tls_proto): Likewise.
22809         (libresolv_hidden_tls_proto): Likewise.
22810         (librt_hidden_tls_proto): Likewise.
22811         (libdl_hidden_tls_proto): Likewise.
22812         (libnss_files_hidden_tls_proto): Likewise.
22813         (libnsl_hidden_tls_proto): Likewise.
22814         (libnss_nisplus_hidden_tls_proto): Likewise.
22815         (libutil_hidden_tls_proto): Likewise.
22817 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
22819         [BZ #10253]
22820         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22821         (decompose_rpath): Defer expansion to fillin_rpath.
22822         (_dl_init_paths): Pass linkmap to fillin_rpath.
22824 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
22826         * benchtests/Makefile: Add strsep.
22827         * benchtests/bench-strsep.c: New file: strsep benchtest.
22828         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22830 2013-11-18  Andreas Schwab  <schwab@suse.de>
22832         * locale/programs/locale.c (show_info) [case byte]: Check for
22833         '\377' instead of '\177'.
22834         * locale/C-monetary.c (not_available): Always use "\377".
22835         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22836         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
22837         detect unavailable sign_posn locale elements.
22838         * locale/localeconv.c (__localeconv): For grouping and
22839         mon_grouping handle "\177" and "\377" like no grouping.
22840         (INT_ELEM): New macro.  Use it to set all numeric members.
22841         * locale/programs/ld-monetary.c (monetary_read)
22842         <tok_mon_grouping>: Normalize single -1 to the empty string.
22843         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22844         Likewise.
22846 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
22848         [BZ #16055]
22849         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22850         when we match (nil).
22851         * stdio-common/tst-sscanf.c (struct test): Add testcase.
22853 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
22855         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22856         (NO_TEST_INLINE): Update value.
22857         (ERRNO_UNCHANGED): Likewise.
22858         (ERRNO_EDOM): Likewise.
22859         (ERRNO_ERANGE): Likewise.
22860         (IGNORE_RESULT): Likewise.
22861         (check_float_internal): Check signs of NaN results if
22862         TEST_NAN_SIGN used.
22863         (check_complex): Pass TEST_NAN_SIGN flag through to second
22864         check_float_internal call.
22865         (copysign_test_data): Add tests with quiet NaNs as second
22866         argument.  Use TEST_NAN_SIGN.
22867         (fabs_test_data): Add test of negative quiet NaN argument.  Use
22868         TEST_NAN_SIGN.
22869         (signbit_test_data): Add tests of quiet NaN argument.
22870         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22872         * math/gen-libm-test.pl (show_exceptions): Take extra argument
22873         $ignore_result.
22874         (parse_args): Handle function results specified as IGNORE.
22875         * math/libm-test.inc (IGNORE_RESULT): New macro.
22876         (check_float_internal): Do not check numerical result if flag
22877         IGNORE_RESULT set.
22878         (check_complex): Pass through IGNORE_RESULT to second
22879         check_float_internal call.
22880         (check_int): Do not check numerical result if flag IGNORE_RESULT
22881         set.
22882         (check_long): Likewise.
22883         (check_bool): Likewise.
22884         (check_longlong): Likewise.
22885         (lrint_test_data): Add tests of infinite and NaN arguments.
22886         (lrint_tonearest_test_data): Likewise.
22887         (lrint_towardzero_test_data): Likewise.
22888         (lrint_downward_test_data): Likewise.
22889         (lrint_upward_test_data): Likewise.
22890         (llrint_test_data): Likewise.
22891         (llrint_tonearest_test_data): Likewise.
22892         (llrint_towardzero_test_data): Likewise.
22893         (llrint_downward_test_data): Likewise.
22894         (llrint_upward_test_data): Likewise.
22895         (lround_test_data): Likewise.
22896         (llround_test_data): Likewise.
22898         * math/libm-test.inc (NO_TEST_INLINE): New macro.
22899         (ERRNO_UNCHANGED): Update value.
22900         (ERRNO_EDOM): Likewise.
22901         (ERRNO_ERANGE): Likewise.
22902         (NO_TEST_INLINE_FLOAT): New macro.
22903         (NO_TEST_INLINE_DOUBLE): Likewise.
22904         (enable_test): New function.
22905         (RUN_TEST_f_f): Check enable_test before running test.
22906         (RUN_TEST_2_f): Likewise.
22907         (RUN_TEST_fff_f): Likewise.
22908         (RUN_TEST_c_f): Likewise.
22909         (RUN_TEST_f_f1): Likewise.
22910         (RUN_TEST_fF_f1): Likewise.
22911         (RUN_TEST_fI_f1): Likewise.
22912         (RUN_TEST_ffI_f1): Likewise.
22913         (RUN_TEST_c_c): Likewise.
22914         (RUN_TEST_cc_c): Likewise.
22915         (RUN_TEST_f_i): Likewise.
22916         (RUN_TEST_f_i_tg): Likewise.
22917         (RUN_TEST_ff_i_tg): Likewise.
22918         (RUN_TEST_f_b): Likewise.
22919         (RUN_TEST_f_b_tg): Likewise.
22920         (RUN_TEST_f_l): Likewise.
22921         (RUN_TEST_f_L): Likewise.
22922         (RUN_TEST_fFF_11): Likewise.
22923         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22924         conditionals.
22925         (cosh_test_data): Likewise.
22926         (exp_test_data): Likewise.
22927         (expm1_test_data): Likewise.
22928         (hypot_test_data): Likewise.
22929         (pow_test_data): Likewise.
22930         (sinh_test_data): Likewise.
22931         (tanh_test_data): Likewise.
22932         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22933         flags argument.
22935         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22936         tests with quiet NaN input and output.
22937         (acosh_test_data): Likewise.
22938         (asin_test_data): Likewise.
22939         (asinh_test_data): Likewise.
22940         (atan_test_data): Likewise.
22941         (atanh_test_data): Likewise.
22942         (atan2_test_data): Likewise.
22943         (cbrt_test_data): Likewise.
22944         (cos_test_data): Likewise.
22945         (cosh_test_data): Likewise.
22946         (erf_test_data): Likewise.
22947         (erfc_test_data): Likewise.
22948         (exp_test_data): Likewise.
22949         (exp10_test_data): Likewise.
22950         (exp2_test_data): Likewise.
22951         (expm1_test_data): Likewise.
22952         (hypot_test_data): Likewise.
22953         (j0_test_data): Likewise.
22954         (j1_test_data): Likewise.
22955         (jn_test_data): Likewise.
22956         (lgamma_test_data): Likewise.
22957         (log_test_data): Likewise.
22958         (log10_test_data): Likewise.
22959         (log1p_test_data): Likewise.
22960         (log2_test_data): Likewise.
22961         (pow_test_data): Likewise.
22962         (scalb_test_data): Likewise.
22963         (sin_test_data): Likewise.
22964         (sincos_test_data): Likewise.
22965         (sinh_test_data): Likewise.
22966         (tan_test_data): Likewise.
22967         (tanh_test_data): Likewise.
22968         (tgamma_test_data): Likewise.
22969         (y0_test_data): Likewise.
22970         (y1_test_data): Likewise.
22971         (yn_test_data): Likewise.
22973         [BZ #16167]
22974         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22975         argument being NaN and avoid computations with second argument in
22976         that case.
22977         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22978         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22979         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22981 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
22983         * locale/iso-639.def: Add Chitwani Tharu (the).
22985 2013-11-14  Andreas Schwab  <schwab@suse.de>
22987         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22988         word instead of empty string.
22990 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22993         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22995         (__fe_nomask_env): Likewise.
22997 2013-11-13  Steve Ellcey  <sellcey@mips.com>
22999         * benchtests/bench-timing.h: Include time.h.
23001 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23003         [BZ #15997]
23004         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23005         to 3.4.0 for x32.
23006         * sysdeps/unix/sysv/linux/configure: Regenerated.
23008 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23010         [BZ #16151]
23011         * stdlib/strtod_l.c (round_and_return): Do not consider
23012         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23013         exponent one less than half the least subnormal exponent.
23014         * stdlib/test-strtod-round-data: Add more tests.
23015         * stdlib/tst-strtod-round.c (tests): Regenerated.
23017 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23019         [BZ #14143]
23020         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23021         (__fe_mask_env): Likewise.
23022         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23023         libm_hidden_proto and add function prototype.
23024         (__fe_mask_env): Add function prototype.
23025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23026         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23028         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23030         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23032 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23034         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23035         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23037 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23039         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23040         of htab_find_slot().
23042 2013-11-11  David S. Miller  <davem@davemloft.net>
23044         [BZ #16150]
23045         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23046         symbol in the non-vis3 case in static builds.
23047         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23048         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23049         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23050         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23052 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23054         [BZ #387]
23055         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23056         it is empty.
23058 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23060         * benchtests/Makefile: Add bench-strtod.
23061         * benchtests/bench-strtod.c: New file: strtod benchtest
23063 2013-11-11  Andreas Schwab  <schwab@suse.de>
23065         [BZ #16153]
23066         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23067         terminating NUL in key length.
23069 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23071         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23072         Add artificial ODP entry for vDSO symbol for PPC64.
23073         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23074         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23076 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23078         [BZ #15374]
23079         * nss/getent.c (services_keys): Recognize services starting with digit.
23081 2013-11-06  David S. Miller  <davem@davemloft.net>
23083         [BZ #15985]
23084         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23085         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23087 2013-11-06  Will Newton  <will.newton@linaro.org>
23089         * manual/memory.texi (Malloc Examples): Remove register
23090         keyword from examples.
23092 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23094         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23096 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23098         [BZ #6981]
23099         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23100         depending on [__GCC_IEC_559 > 0].
23101         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23102         depending on [__GCC_IEC_559_COMPLEX > 0].
23104 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23106         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23107         to iso-639.def.
23109 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23111         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23113 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23115         [BZ #16112]
23116         * malloc/malloc (malloc_info): Do not handle first bin as
23117         special case.
23119 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23121         * locale/iso-639.def: Add Central Nahuatl (nhn).
23123 2013-11-01  Bruno Haible  <bruno@clisp.org>
23125         [BZ #7003]
23126         * manual/math.texi (BSD Random): Specify range upper bound as
23127         in POSIX.
23129 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23131         * locale/iso-639.def: Add Meadow Mari (mhr).
23133 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23135         [BZ #14752], [BZ #15763]
23136         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23137         Validate name.
23138         * rt/tst_shm.c: Add test for escaping directory.
23140 2013-10-31  Andreas Schwab  <schwab@suse.de>
23142         [BZ #15917]
23143         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23144         followed by 'x' as part of digit sequence.
23145         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23147 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23149         [BZ #16037]
23150         * configure.ac: allow GNU Make 4.0 and greater.
23151         * configure: Regenerated.
23153 2013-10-30  Will Newton  <will.newton@linaro.org>
23155         [BZ #16038]
23156         * malloc/hooks.c (memalign_check): Limit alignment to the
23157         maximum representable power of two.
23158         * malloc/malloc.c (__libc_memalign): Likewise.
23159         * malloc/tst-memalign.c (do_test): Add test for very
23160         large alignment values.
23161         * malloc/tst-posix_memalign.c (do_test): Likewise.
23163 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23165         [BZ #11087]
23166         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23167         (munmap_chunk): Likewise.
23168         (mremap_chunk): Likewise.
23170 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23172         [BZ #15799]
23173         * stdlib/div.c (div): Remove obsolete code.
23174         * stdlib/ldiv.c (ldiv): Likewise.
23175         * stdlib/lldiv.c (lldiv): Likewise.
23177 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23179         [BZ #16071]
23180         * nss/nss_files/files-XXX.c (get_contents_ret): New
23181         enumerator.
23182         (get_contents): New function.
23183         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23185 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23187         * configure.in: Moved to ...
23188         * configure.ac: ... here. Change reference to configure.in
23189         to configure.ac.
23190         * sysdeps/arm/preconfigure.ac: ... here.
23191         configure.in to configure.ac.
23192         * sysdeps/gnu/configure.in: Moved to ...
23193         * sysdeps/gnu/configure.ac: ... here.
23194         * sysdeps/i386/configure.in: Moved to ...
23195         * sysdeps/i386/configure.ac: ... here.
23196         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23197         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23198         * sysdeps/mach/configure.in: Moved to ...
23199         * sysdeps/mach/configure.ac: ... here.
23200         * sysdeps/mach/hurd/configure.in: Moved to ...
23201         * sysdeps/mach/hurd/configure.ac: ... here.
23202         * sysdeps/powerpc/configure.in: Moved to ...
23203         * sysdeps/powerpc/configure.ac: ... here.
23204         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23205         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23206         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23207         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23208         * sysdeps/s390/s390-32/configure.in: Moved to ...
23209         * sysdeps/s390/s390-32/configure.ac: ... here.
23210         * sysdeps/s390/s390-64/configure.in: Moved to ...
23211         * sysdeps/s390/s390-64/configure.ac: ... here.
23212         * sysdeps/sh/configure.in: Moved to ...
23213         * sysdeps/sh/configure.ac: ... here.
23214         * sysdeps/sparc/configure.in: Moved to ...
23215         * sysdeps/sparc/configure.ac: ... here.
23216         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23217         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23218         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23219         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23220         * sysdeps/x86_64/configure.in: Moved to ...
23221         * sysdeps/x86_64/configure.ac: ... here.
23222         * sysdeps/x86_64/preconfigure.in: Moved to ...
23223         * sysdeps/x86_64/preconfigure.ac: ... here.
23224         * aclocal.m4: Change reference to configure.in to configure.ac.
23225         * config.h.in: Likewise.
23226         * manual/install.texi: Likewise.
23227         * manual/maint.texi: Likewise.
23228         * Makefile: Likewise.
23229         * malloc/Makefile: Likewise.
23230         * nscd/Makefile: Likewise.
23231         * Makeconfig: Change reference to configure.in and
23232         preconfigure.in to configure.ac and preconfigure.ac
23233         respectively.
23234         * INSTALL: Regenerated.
23235         * configure: Likewise.
23236         * sysdeps/gnu/configure: Likewise.
23237         * sysdeps/i386/configure: Likewise.
23238         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23239         * sysdeps/mach/configure: Likewise.
23240         * sysdeps/mach/hurd/configure: Likewise.
23241         * sysdeps/powerpc/configure: Likewise.
23242         * sysdeps/powerpc/powerpc32/configure: Likewise.
23243         * sysdeps/powerpc/powerpc64/configure: Likewise.
23244         * sysdeps/s390/s390-32/configure: Likewise.
23245         * sysdeps/s390/s390-64/configure: Likewise.
23246         * sysdeps/sh/configure: Likewise.
23247         * sysdeps/sparc/configure: Likewise.
23248         * sysdeps/unix/sysv/linux/configure: Likewise.
23249         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23250         * sysdeps/x86_64/configure: Likewise.
23251         * sysdeps/x86_64/preconfigure: Likewise.
23253 2013-10-29  Andreas Schwab  <schwab@suse.de>
23255         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23257 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23259         * benchtests/pow-inputs: Add new inputs.
23261         * benchtests/exp-inputs: Add new inputs.
23263         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23264         conditional check for return value.
23265         (__cos32): Likewise.
23267 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23269         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23270         to provide a boost for large inputs with word alignment.
23271         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23272         implementation based on optimized PPC64 strcpy.
23273         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23274         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23275         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23276         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23278 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23280         [BZ #2801]
23281         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23283 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23285         [BZ #14876]
23286         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23287         * time/tst-strptime.c (day_tests): Add testcase.
23289 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23291         [BZ #14029]
23292         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23294 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23296         [BZ #16074]
23297         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23298         MAP_FAILED on error.
23300 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23302         [BZ #16072]
23303         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23304         heap for large requests.
23306 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23308         [BZ #9954]
23309         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23310         result if the result has no associated interface.
23311         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23312         interface for all 127.X.Y.Z addresses.
23314 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23316         * locale/iso-639.def: Add Ligurian (lij)
23318 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23320         [BZ #15825]
23321         * sunrpc/rpc_main.c: Document rpcgen -5.
23323 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23325         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23327 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23329         [BZ #10278]
23330         * posix/glob.c: Match only directories when trailing slash is present.
23331         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23332         (main): Add testcase.
23334 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23336         [BZ #15670]
23337         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23339 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23341         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23342         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23343         AUTH_DES and cindex for FIPS 140-2.
23344         (DES Encryption): Add cindex FIPS 46-3.
23346         * locale/locarchive.h (struct locarhandle): Add fname.
23347         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23348         if an optional argument was specified to --list-archive,
23349         otherwise NULL.
23350         * locale/programs/locarchive.c (show_archive_content): Take new
23351         argument fname and pass it via ah.fname to open_archive.
23352         * locale/programs/localedef.h: Update decl.
23353         (open_archive): If AH->fname is non-null, open that file
23354         rather than the default file name, and don't ignore ENOENT.
23355         (create_archive): Set AH.fname to NULL.
23356         (delete_locales_from_archive): Likewise.
23357         (add_locales_to_archive): Likewise.
23358         * locale/programs/locfile.c (write_all_categories): Likewise.
23360 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23361             Aldy Hernandez  <aldyh@redhat.com>
23363         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23364         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23365         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23366         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23367         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23368         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23369         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23370         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23371         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23372         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23373         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23374         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23375         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23376         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23377         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23378         Likewise.
23379         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23380         Likewise.
23381         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23382         Likewise.
23383         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23384         Likewise.
23385         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23386         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23387         Likewise.
23388         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23389         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23390         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23391         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23392         Likewise.
23393         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23394         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23395         * sysdeps/powerpc/preconfigure: Likewise.
23396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23397         Likewise.
23398         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23399         Replace contents of file by #include of <fenv_libc.h>.
23400         * sysdeps/powerpc/soft-fp/sfp-machine.h
23401         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23402         and <sys/prctl.h>.
23403         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23404         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23405         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23406         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23407         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23408         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23409         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23410         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23411         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23412         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23413         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23414         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23416         Allow copysignl PLT reference to be missing.
23418 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23419             Joseph Myers  <joseph@codesourcery.com
23421         [BZ #15948]
23422         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23423         single character.
23424         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23426 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23428         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23429         * elf/tst-tls1.c: Likewise.
23430         * elf/tst-tls10.h: Likewise.
23431         * elf/tst-tls14.c: Likewise.
23432         * elf/tst-tls2.c: Likewise.
23433         * elf/tst-tls3.c: Likewise.
23434         * elf/tst-tls4.c: Likewise.
23435         * elf/tst-tls5.c: Likewise.
23436         * elf/tst-tls6.c: Likewise.
23437         * elf/tst-tls7.c: Likewise.
23438         * elf/tst-tls8.c: Likewise.
23439         * elf/tst-tls9.c: Likewise.
23440         * elf/tst-tlsmod1.c: Likewise.
23441         * elf/tst-tlsmod13.c: Likewise.
23442         * elf/tst-tlsmod13a.c: Likewise.
23443         * elf/tst-tlsmod14a.c: Likewise.
23444         * elf/tst-tlsmod16a.c: Likewise.
23445         * elf/tst-tlsmod16b.c: Likewise.
23446         * elf/tst-tlsmod2.c: Likewise.
23447         * elf/tst-tlsmod3.c: Likewise.
23448         * elf/tst-tlsmod4.c: Likewise.
23449         * elf/tst-tlsmod5.c: Likewise.
23450         * elf/tst-tlsmod6.c: Likewise.
23452 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23454         [BZ #12486]
23455         * malloc/malloc.c: remove checks for statistics.
23457 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23459         [BZ #15277]
23460         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23461         * inet/tst-network.c: Add testcase.
23463 2013-10-17  Andreas Schwab  <schwab@suse.de>
23465         [BZ #15218]
23466         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23467         to determine canonical name.
23469 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23471         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23472         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23473         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23474         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23475         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23476         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23477         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23478         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23479         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23480         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23481         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23482         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23483         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23484         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23485         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23486         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23487         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23488         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23489         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23490         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23491         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23492         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23493         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23494         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23495         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23496         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23497         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23498         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23499         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23500         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23501         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23502         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23503         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23504         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23505         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23506         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23507         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23508         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23509         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23510         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23511         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23512         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23513         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23514         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23515         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23516         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23517         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23518         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23519         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23520         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23521         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23522         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23523         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23524         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23525         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23526         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23527         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23528         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23530 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23532         [BZ #16041]
23533         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23534         make result into a quiet NaN.
23536 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23538         * soft-fp/adddf3.c: Fix horizontal whitespace.
23539         * soft-fp/addsf3.c: Likewise.
23540         * soft-fp/addtf3.c: Likewise.
23541         * soft-fp/divdf3.c: Likewise.
23542         * soft-fp/divsf3.c: Likewise.
23543         * soft-fp/divtf3.c: Likewise.
23544         * soft-fp/double.h: Likewise.
23545         * soft-fp/eqdf2.c: Likewise.
23546         * soft-fp/eqsf2.c: Likewise.
23547         * soft-fp/eqtf2.c: Likewise.
23548         * soft-fp/extenddftf2.c: Likewise.
23549         * soft-fp/extended.h: Likewise.
23550         * soft-fp/extendsfdf2.c: Likewise.
23551         * soft-fp/extendsftf2.c: Likewise.
23552         * soft-fp/extendxftf2.c: Likewise.
23553         * soft-fp/fixdfdi.c: Likewise.
23554         * soft-fp/fixdfsi.c: Likewise.
23555         * soft-fp/fixdfti.c: Likewise.
23556         * soft-fp/fixsfdi.c: Likewise.
23557         * soft-fp/fixsfsi.c: Likewise.
23558         * soft-fp/fixsfti.c: Likewise.
23559         * soft-fp/fixtfdi.c: Likewise.
23560         * soft-fp/fixtfsi.c: Likewise.
23561         * soft-fp/fixtfti.c: Likewise.
23562         * soft-fp/fixunsdfdi.c: Likewise.
23563         * soft-fp/fixunsdfsi.c: Likewise.
23564         * soft-fp/fixunsdfti.c: Likewise.
23565         * soft-fp/fixunssfdi.c: Likewise.
23566         * soft-fp/fixunssfsi.c: Likewise.
23567         * soft-fp/fixunssfti.c: Likewise.
23568         * soft-fp/fixunstfdi.c: Likewise.
23569         * soft-fp/fixunstfsi.c: Likewise.
23570         * soft-fp/fixunstfti.c: Likewise.
23571         * soft-fp/floatdidf.c: Likewise.
23572         * soft-fp/floatdisf.c: Likewise.
23573         * soft-fp/floatditf.c: Likewise.
23574         * soft-fp/floatsidf.c: Likewise.
23575         * soft-fp/floatsisf.c: Likewise.
23576         * soft-fp/floatsitf.c: Likewise.
23577         * soft-fp/floattidf.c: Likewise.
23578         * soft-fp/floattisf.c: Likewise.
23579         * soft-fp/floattitf.c: Likewise.
23580         * soft-fp/floatundidf.c: Likewise.
23581         * soft-fp/floatundisf.c: Likewise.
23582         * soft-fp/floatunditf.c: Likewise.
23583         * soft-fp/floatunsidf.c: Likewise.
23584         * soft-fp/floatunsisf.c: Likewise.
23585         * soft-fp/floatunsitf.c: Likewise.
23586         * soft-fp/floatuntidf.c: Likewise.
23587         * soft-fp/floatuntisf.c: Likewise.
23588         * soft-fp/floatuntitf.c: Likewise.
23589         * soft-fp/fmadf4.c: Likewise.
23590         * soft-fp/fmasf4.c: Likewise.
23591         * soft-fp/fmatf4.c: Likewise.
23592         * soft-fp/gedf2.c: Likewise.
23593         * soft-fp/gesf2.c: Likewise.
23594         * soft-fp/getf2.c: Likewise.
23595         * soft-fp/ledf2.c: Likewise.
23596         * soft-fp/lesf2.c: Likewise.
23597         * soft-fp/letf2.c: Likewise.
23598         * soft-fp/muldf3.c: Likewise.
23599         * soft-fp/mulsf3.c: Likewise.
23600         * soft-fp/multf3.c: Likewise.
23601         * soft-fp/negdf2.c: Likewise.
23602         * soft-fp/negsf2.c: Likewise.
23603         * soft-fp/negtf2.c: Likewise.
23604         * soft-fp/op-1.h: Likewise.
23605         * soft-fp/op-2.h: Likewise.
23606         * soft-fp/op-4.h: Likewise.
23607         * soft-fp/op-8.h: Likewise.
23608         * soft-fp/op-common.h: Likewise.
23609         * soft-fp/quad.h: Likewise.
23610         * soft-fp/single.h: Likewise.
23611         * soft-fp/soft-fp.h: Likewise.
23612         * soft-fp/sqrtdf2.c: Likewise.
23613         * soft-fp/sqrtsf2.c: Likewise.
23614         * soft-fp/sqrttf2.c: Likewise.
23615         * soft-fp/subdf3.c: Likewise.
23616         * soft-fp/subsf3.c: Likewise.
23617         * soft-fp/subtf3.c: Likewise.
23618         * soft-fp/truncdfsf2.c: Likewise.
23619         * soft-fp/trunctfdf2.c: Likewise.
23620         * soft-fp/trunctfsf2.c: Likewise.
23621         * soft-fp/trunctfxf2.c: Likewise.
23622         * soft-fp/unorddf2.c: Likewise.
23623         * soft-fp/unordsf2.c: Likewise.
23624         * soft-fp/unordtf2.c: Likewise.
23626 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23628         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23629         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23631 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23633         * elf/dl-libc.c: Clear initfini list after freeing.
23635 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23637         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23638         * soft-fp/addsf3.c: Likewise.
23639         * soft-fp/addtf3.c: Likewise.
23640         * soft-fp/divdf3.c: Likewise.
23641         * soft-fp/divsf3.c: Likewise.
23642         * soft-fp/divtf3.c: Likewise.
23643         * soft-fp/double.h: Likewise.
23644         * soft-fp/eqdf2.c: Likewise.
23645         * soft-fp/eqsf2.c: Likewise.
23646         * soft-fp/eqtf2.c: Likewise.
23647         * soft-fp/extenddftf2.c: Likewise.
23648         * soft-fp/extended.h: Likewise.
23649         * soft-fp/extendsfdf2.c: Likewise.
23650         * soft-fp/extendsftf2.c: Likewise.
23651         * soft-fp/extendxftf2.c: Likewise.
23652         * soft-fp/fixdfdi.c: Likewise.
23653         * soft-fp/fixdfsi.c: Likewise.
23654         * soft-fp/fixdfti.c: Likewise.
23655         * soft-fp/fixsfdi.c: Likewise.
23656         * soft-fp/fixsfsi.c: Likewise.
23657         * soft-fp/fixsfti.c: Likewise.
23658         * soft-fp/fixtfdi.c: Likewise.
23659         * soft-fp/fixtfsi.c: Likewise.
23660         * soft-fp/fixtfti.c: Likewise.
23661         * soft-fp/fixunsdfdi.c: Likewise.
23662         * soft-fp/fixunsdfsi.c: Likewise.
23663         * soft-fp/fixunsdfti.c: Likewise.
23664         * soft-fp/fixunssfdi.c: Likewise.
23665         * soft-fp/fixunssfsi.c: Likewise.
23666         * soft-fp/fixunssfti.c: Likewise.
23667         * soft-fp/fixunstfdi.c: Likewise.
23668         * soft-fp/fixunstfsi.c: Likewise.
23669         * soft-fp/fixunstfti.c: Likewise.
23670         * soft-fp/floatdidf.c: Likewise.
23671         * soft-fp/floatdisf.c: Likewise.
23672         * soft-fp/floatditf.c: Likewise.
23673         * soft-fp/floatsidf.c: Likewise.
23674         * soft-fp/floatsisf.c: Likewise.
23675         * soft-fp/floatsitf.c: Likewise.
23676         * soft-fp/floattidf.c: Likewise.
23677         * soft-fp/floattisf.c: Likewise.
23678         * soft-fp/floattitf.c: Likewise.
23679         * soft-fp/floatundidf.c: Likewise.
23680         * soft-fp/floatundisf.c: Likewise.
23681         * soft-fp/floatunsidf.c: Likewise.
23682         * soft-fp/floatunsisf.c: Likewise.
23683         * soft-fp/floatuntidf.c: Likewise.
23684         * soft-fp/floatuntisf.c: Likewise.
23685         * soft-fp/floatuntitf.c: Likewise.
23686         * soft-fp/fmadf4.c: Likewise.
23687         * soft-fp/fmasf4.c: Likewise.
23688         * soft-fp/fmatf4.c: Likewise.
23689         * soft-fp/gedf2.c: Likewise.
23690         * soft-fp/gesf2.c: Likewise.
23691         * soft-fp/getf2.c: Likewise.
23692         * soft-fp/ledf2.c: Likewise.
23693         * soft-fp/lesf2.c: Likewise.
23694         * soft-fp/letf2.c: Likewise.
23695         * soft-fp/muldf3.c: Likewise.
23696         * soft-fp/mulsf3.c: Likewise.
23697         * soft-fp/multf3.c: Likewise.
23698         * soft-fp/negdf2.c: Likewise.
23699         * soft-fp/negsf2.c: Likewise.
23700         * soft-fp/negtf2.c: Likewise.
23701         * soft-fp/op-1.h: Likewise.
23702         * soft-fp/op-2.h: Likewise.
23703         * soft-fp/op-4.h: Likewise.
23704         * soft-fp/op-8.h: Likewise.
23705         * soft-fp/op-common.h: Likewise.
23706         * soft-fp/quad.h: Likewise.
23707         * soft-fp/single.h: Likewise.
23708         * soft-fp/soft-fp.h: Likewise.
23709         * soft-fp/sqrtdf2.c: Likewise.
23710         * soft-fp/sqrtsf2.c: Likewise.
23711         * soft-fp/sqrttf2.c: Likewise.
23712         * soft-fp/subdf3.c: Likewise.
23713         * soft-fp/subsf3.c: Likewise.
23714         * soft-fp/subtf3.c: Likewise.
23715         * soft-fp/truncdfsf2.c: Likewise.
23716         * soft-fp/trunctfdf2.c: Likewise.
23717         * soft-fp/trunctfsf2.c: Likewise.
23718         * soft-fp/trunctfxf2.c: Likewise.
23719         * soft-fp/unorddf2.c: Likewise.
23720         * soft-fp/unordsf2.c: Likewise.
23721         * soft-fp/unordtf2.c: Likewise.
23723 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23725         [BZ #15672]
23726         * misc/error.c (error_tail): Fix possible buffer overflow.
23728 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23730         [BZ #13028]
23731         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23732         address.
23734 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23736         [BZ #832]
23737         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23738         testing pipefail option.
23740 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23742         * soft-fp/double.h: Indent preprocessor directives inside #if.
23743         * soft-fp/extended.h: Likewise.
23744         * soft-fp/op-2.h: Likewise.
23745         * soft-fp/op-4.h: Likewise.
23746         * soft-fp/op-common.h: Likewise.
23747         * soft-fp/quad.h: Likewise.
23748         * soft-fp/single.h: Likewise.
23749         * soft-fp/soft-fp.h: Likewise.
23751 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
23753         * iconv/iconv_prog.c: Fix typos.
23754         * stdio-common/psiginfo-data.h: Likewise.
23756 2013-10-12   Reuben Thomas <rrt@sc3d.org>
23758         [BZ #15764]
23759         * locale/setlocale.c: Fix typo.
23761 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23763         [BZ #16036]
23764         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23765         signaling NaN arguments.
23766         * soft-fp/unordsf2.c (__unordsf2): Likewise.
23767         * soft-fp/unordtf2.c (__unordtf2): Likewise.
23769         [BZ #14910]
23770         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23771         unordered operands.
23772         * soft-fp/gesf2.c (__gesf2): Likewise.
23773         * soft-fp/getf2.c (__getf2): Likewise.
23774         * soft-fp/ledf2.c (__ledf2): Likewise.
23775         * soft-fp/lesf2.c (__lesf2): Likewise.
23776         * soft-fp/letf2.c (__letf2): Likewise.
23778         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23779         * soft-fp/eqsf2.c (__eqsf2): Likewise.
23780         * soft-fp/eqtf2.c (__eqtf2): Likewise.
23781         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23782         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23783         * soft-fp/fixdfti.c (__fixdfti): Likewise.
23784         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23785         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23786         * soft-fp/fixsfti.c (__fixsfti): Likewise.
23787         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23788         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23789         * soft-fp/fixtfti.c (__fixtfti): Likewise.
23790         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23791         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23792         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23793         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23794         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23795         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23796         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23797         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23798         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23799         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23800         * soft-fp/floatdisf.c (__floatdisf): Likewise.
23801         * soft-fp/floatsisf.c (__floatsisf): Likewise.
23802         * soft-fp/floattidf.c (__floattidf): Likewise.
23803         * soft-fp/floattisf.c (__floattisf): Likewise.
23804         * soft-fp/floattitf.c (__floattitf): Likewise.
23805         * soft-fp/floatundidf.c (__floatundidf): Likewise.
23806         * soft-fp/floatundisf.c (__floatundisf): Likewise.
23807         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23808         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23809         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23810         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23811         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23812         * soft-fp/gesf2.c (__gesf2): Likewise.
23813         * soft-fp/getf2.c (__getf2): Likewise.
23814         * soft-fp/ledf2.c (__ledf2): Likewise.
23815         * soft-fp/lesf2.c (__lesf2): Likewise.
23816         * soft-fp/letf2.c (__letf2): Likewise.
23818         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23819         Undefine and redefine.
23820         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23821         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23822         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23823         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23824         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23825         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23826         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23827         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23828         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23829         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23830         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23831         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23832         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23833         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23834         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23836         [BZ #16032]
23837         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23838         without decrementing exponent if mantissa >= that for the
23839         denominator, not >.
23840         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23841         denominator, not >.  Decrement exponent in < case instead of
23842         incrementing in >= case.
23843         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23844         without decrementing exponent if mantissa >= that for the
23845         denominator, not >.
23847         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23848         computing saturated result for unsigned overflow.
23850 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23851             Jeff Law  <law@redhat.com>
23853         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23854         (atan2Mp): Add systemtap probe marker.
23855         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23856         (__ieee754_log): Add systemtap probe marker.
23857         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23858         (atanMp): Add systemtap probe marker.
23859         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23860         (tanMp): Add systemtap probe marker.
23861         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23862         (__slowexp): Add systemtap probe marker.
23863         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23864         (__slowpow): Add systemtap probe marker.
23865         * manual/probes.texi: Document probes.
23867 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
23869         [BZ #15362]
23870         * libio/fileops.c (_IO_new_file_write): Return count of bytes
23871         written.
23872         (_IO_new_file_xsputn): Don't return EOF if nothing has been
23873         written.
23874         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23875         written to buffer but not flushed.
23876         * libio/iofwrite_u.c:  Likewise.
23877         * libio/iopadn.c:  Return bytes returned even if EOF was
23878         encountered.
23879         * libio/iowpadn.c:  Likewise.
23880         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23881         if _IO_padn does not write the whole buffer.
23882         [!COMPILE_WPRINTF] (PAD): Likewise.
23884 2013-10-10  David S. Miller  <davem@davemloft.net>
23886         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23887         directory block.
23889 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23891         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
23892         instead of FSF address.
23893         * soft-fp/fixdfti.c: Likewise.
23894         * soft-fp/fixsfti.c: Likewise.
23895         * soft-fp/fixtfti.c: Likewise.
23896         * soft-fp/fixunsdfti.c: Likewise.
23897         * soft-fp/fixunssfti.c: Likewise.
23898         * soft-fp/fixunstfti.c: Likewise.
23899         * soft-fp/floattidf.c: Likewise.
23900         * soft-fp/floattisf.c: Likewise.
23901         * soft-fp/floattitf.c: Likewise.
23902         * soft-fp/floatuntidf.c: Likewise.
23903         * soft-fp/floatuntisf.c: Likewise.
23904         * soft-fp/floatuntitf.c: Likewise.
23905         * soft-fp/trunctfxf2.c: Likewise.
23907         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
23908         * soft-fp/fixdfti.c: Likewise.
23909         * soft-fp/fixsfti.c: Likewise.
23910         * soft-fp/fixtfti.c: Likewise.
23911         * soft-fp/fixunsdfti.c: Likewise.
23912         * soft-fp/fixunssfti.c: Likewise.
23913         * soft-fp/fixunstfti.c: Likewise.
23914         * soft-fp/floattidf.c: Likewise.
23915         * soft-fp/floattisf.c: Likewise.
23916         * soft-fp/floattitf.c: Likewise.
23917         * soft-fp/floatuntidf.c: Likewise.
23918         * soft-fp/floatuntisf.c: Likewise.
23919         * soft-fp/floatuntitf.c: Likewise.
23920         * soft-fp/trunctfxf2.c: Likewise.
23922 2013-10-10  David S. Miller  <davem@davemloft.net>
23924         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23926 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
23928         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23929         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23930         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23931         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23932         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23933         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23934         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23936         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23937         for NaNs before doing comparisons on argument.
23938         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23939         Likewise.
23941 2013-10-10  Will Newton  <will.newton@linaro.org>
23943         * malloc/hooks.c (memalign_check): Ensure the value of bytes
23944         passed to _int_memalign does not overflow.
23946 2013-10-10  Torvald Riegel  <triegel@redhat.com>
23948         * scripts/bench.pl: Add include-sources directive.
23949         * benchtests/README: Update documentation.
23951 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
23953         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23954         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23955         instead of FP_INIT_ROUNDMODE.
23956         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23957         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23959         [BZ #16034]
23960         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
23961         copy class of input value.
23962         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
23963         not handle exceptions.
23964         * soft-fp/negsf2.c (__negsf2): Likewise.
23965         * soft-fp/negtf2.c (__negtf2): Likewise.
23966         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23968 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
23970         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23971         semicolon.  From Linux kernel.
23973 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
23975         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23977 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
23979         [BZ #156]
23980         * manual/socket.texi: Added statement about buffer
23981         for gethostbyname2_r.
23983 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
23985         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23986         Use .p2align directive instead, throughout.
23987         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23988         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23989         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23990         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23991         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23992         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23993         * sysdeps/x86_64/strchr.S: Likewise.
23994         * sysdeps/x86_64/strrchr.S: Likewise.
23996 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23998         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24000         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24002         * sysdeps/generic/math_private.h (__mpsin1): Remove
24003         declaration.
24004         (__mpcos1): Likewise.
24005         (__mpsin): New argument __range_reduce.
24006         (__mpcos): Likewise.
24007         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24008         (slow): Use __mpsin and __mpcos.
24009         (slow1): Likewise.
24010         (slow2): Likewise.
24011         (sloww): Likewise.
24012         (sloww1): Likewise.
24013         (sloww2): Likewise.
24014         (bsloww): Likewise.
24015         (bsloww1): Likewise.
24016         (bsloww2): Likewise.
24017         (cslow2): Likewise.
24018         (csloww): Likewise.
24019         (csloww1): Likewise.
24020         (csloww2): Likewise.
24021         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24022         range_reduce.  Merge in __mpsin1.
24023         (__mpcos): Likewise.
24024         (__mpsin1): Remove.
24025         (__mpcos1): Likewise.
24027 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24029         * locale/loadlocale.c (_nl_intern_locale_data): Use
24030         LOCFILE_ALIGNED_P.
24031         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24032         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24033         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24034         obstack data is appropriately aligned.
24035         (obstack_int32_grow_fast): Likewise.
24036         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24037         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24038         (add_locale_uint32_array): Likewise.
24040 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24042         * benchtests/Makefile: Remove ARGLIST and RET variables.
24043         ($(objpfx)bench-%.c): Pass only function name to the script.
24044         * benchtests/README: Update documentation.
24045         * benchtests/acos-inputs: Add new directives.
24046         * benchtests/acosh-inputs: Likewise.
24047         * benchtests/asin-inputs: Likewise.
24048         * benchtests/asinh-inputs: Likewise.
24049         * benchtests/atan-inputs: Likewise.
24050         * benchtests/atanh-inputs: Likewise.
24051         * benchtests/cos-inputs: Likewise.
24052         * benchtests/cosh-inputs: Likewise.
24053         * benchtests/exp-inputs: Likewise.
24054         * benchtests/log-inputs: Likewise.
24055         * benchtests/pow-inputs: Likewise.
24056         * benchtests/rint-inputs: Likewise.
24057         * benchtests/sin-inputs: Likewise.
24058         * benchtests/sinh-inputs: Likewise.
24059         * benchtests/tan-inputs: Likewise.
24060         * benchtests/tanh-inputs: Likewise.
24061         * scripts/bench.pl: Add support for new directives.
24063 2013-10-07  Alan Modra  <amodra@gmail.com>
24065         * README: Fix careless merge.
24067 2013-10-05  Alan Modra  <amodra@gmail.com>
24069         * NEWS: Mention powerpc64le support and bugs fixed.
24070         * README: Both big-endian and little-endian powerpc64 supported.
24072 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24074         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24075         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24076         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24077         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24079 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24081         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24082         match prototype.
24084 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24086         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24087         Move -mhard-float appending from
24088         ports/sysdeps/powerpc/powerpc32/Makefile.
24089         [$(with-fp) = yes] (ASFLAGS): Likewise.
24090         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24091         * sysdeps/powerpc/nofpu: Move directory from
24092         ports/sysdeps/powerpc/nofpu.
24093         * sysdeps/powerpc/soft-fp: Move directory from
24094         ports/sysdeps/powerpc/soft-fp.
24095         * sysdeps/powerpc/powerpc32/405: Move directory from
24096         ports/sysdeps/powerpc/powerpc32/405.
24097         * sysdeps/powerpc/powerpc32/440: Move directory from
24098         ports/sysdeps/powerpc/powerpc32/440.
24099         * sysdeps/powerpc/powerpc32/464: Move directory from
24100         ports/sysdeps/powerpc/powerpc32/464.
24101         * sysdeps/powerpc/powerpc32/476: Move directory from
24102         ports/sysdeps/powerpc/powerpc32/476.
24103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24104         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24106         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24108         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24110         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24112         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24113         * README: Update for powerpc-*-linux-gnu software floating point
24114         support in libc.
24116         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24117         case to powerpc/powerpc32*.
24118         * sysdeps/unix/sysv/linux/configure: Regenerated.
24120         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24121         (_FPU_MASK_OM): Define as 0x04.
24122         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24123         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24124         0x00c10080.
24125         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24126         0x0000003c.
24127         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24130         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24131         getcontext_e500.
24132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24133         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24134         setcontext_e500.
24135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24136         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24137         and setcontext_e500.
24139 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24141         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24143 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24145         * manual/threads.texi (Default Thread Attributes): Fix typo.
24147 2013-10-04  Will Newton  <will.newton@linaro.org>
24149         * malloc/Makefile: Add tst-memalign.
24150         * malloc/tst-memalign.c: New file.
24152         * malloc/tst-posix_memalign.c: Add comments.
24153         (do_test): Add comments and call free on all potentially
24154         allocated pointers. Add space after cast.
24156         * malloc/tst-pvalloc.c: Add comments.
24157         (do_test): Add comments and call free on all potentially
24158         allocated pointers. Remove duplicate check for NULL pointer.
24159         Add space after cast.
24161         * malloc/tst-valloc.c: Add comments.
24162         (do_test): Add comments and call free on all potentially
24163         allocated pointers. Remove duplicate check for NULL pointer.
24164         Add space after cast.
24166 2013-10-04  Alan Modra  <amodra@gmail.com>
24168         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24169         Use stdint types in rather than __attribute__((mode())).
24170         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24172 2013-10-04  Alan Modra  <amodra@gmail.com>
24174         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24175         Correct handling of unaligned relocs for little-endian.
24176         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24178 2013-10-04  Alan Modra  <amodra@gmail.com>
24180         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24181         * configure: Regenerate.
24182         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24183         * shlib-versions: Likewise.
24185 2013-10-04  Alan Modra  <amodra@gmail.com>
24187         * string/tester.c (test_memrchr): Increment reported test cycle.
24189 2013-10-04  Alan Modra  <amodra@gmail.com>
24191         * string/test-memcpy.c (do_one_test): When reporting errors, print
24192         string address and don't overrun end of string.
24194 2013-10-04  Alan Modra  <amodra@gmail.com>
24196         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24197         insrdi.  Make better use of reg selection to speed exit slightly.
24198         Schedule entry path a little better.  Remove useless "are we done"
24199         checks on entry to main loop.  Handle wrapping around zero address.
24200         Correct main loop count.  Handle single left-over word from main
24201         loop inline rather than by using loop_small.  Remove extra word
24202         case in loop_small caused by wrong loop count.  Add little-endian
24203         support.
24204         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24205         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24206         cache hint.
24207         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24208         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24209         support.  Avoid rlwimi.
24210         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24212 2013-10-04  Alan Modra  <amodra@gmail.com>
24214         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24215         insrdi.  Formatting.
24216         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24217         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24218         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24219         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24220         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24221         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24223 2013-10-04  Alan Modra  <amodra@gmail.com>
24225         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24226         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24227         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24228         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24229         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24230         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24231         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24232         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24233         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24234         use of regs.  Use power7 mtocrf.  Tidy function tails.
24236 2013-10-04  Alan Modra  <amodra@gmail.com>
24238         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24239         Formatting.  Consistently use rXXX register defines or rN defines.
24240         Use early exit labels that avoid restoring unused non-volatile regs.
24241         Make cr field use more consistent with rWORDn compares.  Rename
24242         regs used as shift registers for unaligned loop, using rN defines
24243         for short lifetime/multiple use regs.
24244         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24245         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24246         addi 1,1,64 to pop stack frame.  Simplify return value code.
24247         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24249 2013-10-04  Alan Modra  <amodra@gmail.com>
24251         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24252         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24253         rather than rlwimi.
24254         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24255         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24256         little-endian support.  Correct typos.
24257         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24258         rather than rlwimi.
24259         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24260         in loop and entry code to keep "and." results.
24261         (strchr): Add little-endian support.  Comment.  Move cntlzd
24262         earlier in tail.
24263         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24265 2013-10-04  Alan Modra  <amodra@gmail.com>
24267         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24268         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24269         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24270         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24272 2013-10-04  Alan Modra  <amodra@gmail.com>
24274         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24275         (rTMP): Define as r11.
24276         (strcmp): Add little-endian support.  Optimise tail.
24277         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24278         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24279         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24280         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24281         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24282         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24283         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24285 2013-10-04  Alan Modra  <amodra@gmail.com>
24287         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24288         little-endian support.  Remove unnecessary "are we done" tests.
24289         Handle "s" wrapping around zero and extremely large "size".
24290         Correct main loop count.  Handle single left-over word from main
24291         loop inline rather than by using small_loop.  Correct comments.
24292         Delete "zero" tail, use "end_max" instead.
24293         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24295 2013-10-04  Alan Modra  <amodra@gmail.com>
24297         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24298         support.  Don't branch over align.
24299         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24300         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24301         support.  Rearrange tmp reg use to suit.  Comment.
24302         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24304 2013-10-04  Alan Modra  <amodra@gmail.com>
24306         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24308 2013-10-04  Alan Modra  <amodra@gmail.com>
24310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24311         conditional form of branch and link when obtaining pc.
24312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24314 2013-10-04  Alan Modra  <amodra@gmail.com>
24316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24317         HIWORD/LOWORD.
24318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24319         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24321 2013-10-04  Alan Modra  <amodra@gmail.com>
24323         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24324         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24325         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24326         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24327         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24328         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24329         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24330         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24331         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24332         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24334 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24335             Alistair Popple <alistair@ozlabs.au.ibm.com>
24336             Alan Modra <amodra@gmail.com>
24338         [BZ #15723]
24339         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24340         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24341         _dl_hwcap access for little-endian.
24342         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24343         destroy vmx regs when saving unaligned.
24344         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24345         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24346         destroy vmx regs when saving unaligned.
24348 2013-10-04  Alan Modra  <amodra@gmail.com>
24350         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24351         Don't use a union to pack hi/low value.
24353 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24355         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24356         for little-endian.
24357         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24358         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24359         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24360         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24361         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24363 2013-10-04  Alan Modra  <amodra@gmail.com>
24365         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24366         constants to usual value for .cst8 section, and remove redundant
24367         high address load.
24368         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24369         constant for 0x1p52.  Load little-endian words of double from
24370         correct stack offsets.
24372 2013-10-04  Alan Modra  <amodra@gmail.com>
24374         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24375         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24376         words of double from correct stack offsets.
24377         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24378         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24379         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24380         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24381         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24382         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24383         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24384         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24385         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24386         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24387         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24388         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24389         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24390         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24391         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24392         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24393         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24395 2013-10-04  Alan Modra  <amodra@gmail.com>
24397         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24398         64-bit int/double union.
24399         (_FPU_SETCW): Likewise.
24400         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24401         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24403 2013-10-04  Alan Modra  <amodra@gmail.com>
24405         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24406         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24408 2013-10-04  Alan Modra  <amodra@gmail.com>
24410         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24411         use vector int constants.
24412         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24414 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24416         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24417         array with long long.
24418         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24419         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24420         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24421         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24422         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24423         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24424         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24425         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24426         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24427         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24428         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24429         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24430         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24432 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24434         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24435         (__signbit): Likewise.  Correct for little-endian.
24436         (__signbitl): Call __signbit.
24437         (lrint): Correct for little-endian.
24438         (lrintf): Call lrint.
24440 2013-10-04  Alan Modra  <amodra@gmail.com>
24442         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24443         union 32-bit int array member with 64-bit int array.
24444         (t515, tm256): Double rather than long double.
24445         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24447 2013-10-04  Alan Modra  <amodra@gmail.com>
24449         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24450         Delete.
24451         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24452         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24453         version of math_ldbl.h.
24455 2013-10-04  Alan Modra  <amodra@gmail.com>
24457         [BZ #15734], [BZ #15735]
24458         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24459         all uses of ieee875 long double macros and unions.  Simplify test
24460         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24461         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24462         normalize after ldbl_extract_mantissa, and don't add hidden bit
24463         already handled.  Don't treat low word of ieee854 mantissa like
24464         low word of IBM long double and mask off bit when testing for
24465         zero.
24466         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24467         all uses of ieee875 long double macros and unions.  Simplify tests
24468         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24469         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24470         two1022, instead use their values.  Recognise that tests for large
24471         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24472         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24473         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24474         test for 0.0L and nan.  Correct negation.
24475         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24476         ieee875 long double macros and unions.  Correct output for large
24477         magnitude x.  Correct absolute value calculation.
24478         (__erfcl): Likewise.
24479         * math/libm-test.inc: Add tests for errors discovered in IBM long
24480         double versions of fmodl, remainderl, erfl and erfcl.
24482 2013-10-04  Alan Modra  <amodra@gmail.com>
24484         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24485         all uses of ieee854 long double macros and unions.  Simplify tests
24486         for long doubles that are fully specified by the high double.
24487         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24488         Likewise.
24489         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24490         Remove dead code too.
24491         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24492         (__ieee754_ynl): Likewise.
24493         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24494         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24495         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24496         Remove dead code too.
24497         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24498         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24499         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24500         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24501         Simplify.
24502         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24503         Simplify.
24504         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24505         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24506         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24507         Comment on variable precision.
24508         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24509         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24510         Likewise.
24511         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24512         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24513         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24514         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24515         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24517 2013-10-04  Alan Modra  <amodra@gmail.com>
24519         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24520         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24521         all uses of ieee854 long double macros and unions.
24522         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24523         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24524         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24525         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24526         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24527         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24528         Likewise.
24529         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24530         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24531         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24532         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24533         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24534         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24535         Simplify sign and nan test too.
24536         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24537         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24538         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24539         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24540         Likewise.
24541         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24542         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24543         Likewise.
24544         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24545         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24546         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24547         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24548         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24549         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24551 2013-10-04  Alan Modra  <amodra@gmail.com>
24553         * stdio-common/printf_size.c (__printf_size): Don't use
24554         union ieee854_long_double in fpnum union.
24555         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24556         signbit macro to retrieve sign from long double.
24557         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24558         retrieve sign from long double.
24559         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24560         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24561         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24562         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24563         * math/test-misc.c (main): Don't use union ieee854_long_double.
24565 2013-10-04  Alan Modra  <amodra@gmail.com>
24567         [BZ #15680]
24568         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24569         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24570         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24571         calculation.  Remove unnecessary test for denormal exponent.
24572         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24573         Correct handling of denormals.  Avoid undefined shift behaviour.
24574         Correct normalisation of low mantissa when low double is denormal.
24575         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24576         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24577         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24578         Correct normalisation of low mantissa.  Test for overflow of high
24579         mantissa and normalise.
24580         (ldbl_nearbyint): Use more readable constant for two52.
24581         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24582         (__mpn_construct_long_double): Fix test for overflow of high
24583         mantissa and correct normalisation.  Avoid undefined shift.
24585 2013-10-04  Alan Modra  <amodra@gmail.com>
24587         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24588         (union ibm_extended_long_double): Define as an array of ieee754_double.
24589         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24590         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24591         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24592         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24593         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24594         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24595         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24596         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24597         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24598         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24599         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24601 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24603         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24604         page size instead of calling getpagesize.
24606         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24607         (LOCFILE_ALIGN_MASK): Likewise.
24608         (LOCFILE_ALIGN_UP): Likewise.
24609         (LOCFILE_ALIGNED_P): Likewise.
24610         * locale/programs/ld-collate.c (collate_output): Use the new
24611         macros instead of __alignof__ (int32_t).
24612         * locale/weight.h (findidx): Likewise.
24614 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24616         [BZ #431]
24617         * manual/string.texi: Fix strncat and wcsncat.
24619 2013-10-03  Brooks Moses  <bmoses@google.com>
24621         [BZ #15915]
24622         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24623         * Makerules: ...here, and adjust associated comments.
24625 2013-10-02  Will Newton  <will.newton@linaro.org>
24627         * malloc/Makefile: Add tst-pvalloc.
24628         * malloc/tst-pvalloc.c: New file.
24630 2013-10-02  Will Newton  <will.newton@linaro.org>
24632         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24633         improve test coverage.
24635 2013-10-02  Will Newton  <will.newton@linaro.org>
24637         * malloc/Makefile: Add tst-posix_memalign.
24638         * malloc/tst-posix_memalign.c: New file.
24640 2013-10-01  Eric Blake  <eblake@redhat.com>
24642         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24643         Use __THROWNL rather than __THROW on static functions.
24645 2013-09-30  Petr Machata  <pmachata@redhat.com>
24647         * elf/elf.h (R_AARCH64_ABS16): New macro.
24648         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24649         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24650         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24651         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24652         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24653         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24654         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24655         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24656         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24657         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24658         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24659         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24660         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24661         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24662         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24663         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24664         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24665         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24666         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24667         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24668         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24669         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24670         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24671         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24672         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24673         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24674         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24675         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24676         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24677         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24678         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24679         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24680         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24681         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24682         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24683         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24684         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24685         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24686         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24687         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24688         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24689         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24690         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24691         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24692         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24693         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24694         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24695         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24696         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24697         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24698         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24699         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24700         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24701         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24702         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24703         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24704         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24705         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24706         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24707         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24708         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24709         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24710         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24711         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24712         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24713         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24714         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24715         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24716         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24717         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24718         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24719         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24720         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24721         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24722         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24723         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24724         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24725         (R_AARCH64_TLSDESC_LDR): Likewise.
24726         (R_AARCH64_TLSDESC_ADD): Likewise.
24727         (R_AARCH64_TLSDESC_CALL): Likewise.
24729 2013-09-30  Andreas Schwab  <schwab@suse.de>
24731         [BZ #15048]
24732         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24733         the nss database lookup.
24734         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24735         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24737 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24739         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24741 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24743         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24744         ${Bash-specific parameter/pattern/string} parameter expansion.
24745         * sysdeps/unix/make-syscalls.sh: Likewise.
24747 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24749         * sysdeps/sh/stackguard-macros.h: New file.
24751 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
24753         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24754         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24755         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24756         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24757         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24758         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24760 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24762         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24763         Fix thread ID register.
24765 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
24767         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24768         [POSIX || UNIX98]: Require rather than permitting all symbols from
24769         <time.h>.
24770         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24771         element of struct sched_param.
24772         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24773         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24774         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24775         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24776         constant.
24778 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
24780         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24781         argument calculation.
24783 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24785         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24786         Expect macro.
24787         [POSIX] (pthread_attr_t): Do not require type.
24788         [POSIX] (pthread_cond_t): Likewise.
24789         [POSIX] (pthread_condattr_t): Likewise.
24790         [POSIX] (pthread_key_t): Likewise.
24791         [POSIX] (pthread_mutex_t): Likewise.
24792         [POSIX] (pthread_mutexattr_t): Likewise.
24793         [POSIX] (pthread_once_t): Likewise.
24794         [POSIX] (pthread_t): Likewise.
24795         [POSIX-based standards] (pthread_atfork): Expect function.
24797 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
24798             Richard Sandiford  <richard@codesourcery.com>
24800         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24801         (swap_endianness_p): New extern variable.
24802         (set_big_endian): New inline function.
24803         (maybe_swap_uint32): Likewise.
24804         (maybe_swap_uint32_array): Likewise.
24805         (maybe_swap_uint32_obstack): Likewise.
24806         * locale/programs/locfile.c: Include <stdbool.h>.
24807         (swap_endianness_p): New variable.
24808         (add_locale_uint32): Call maybe_swap_uint32.
24809         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24810         (write_locale_data): Call maybe_swap_uint32_array.
24811         * locale/programs/ld-collate.c (obstack_int32_grow): Call
24812         maybe_swap_uint32.
24813         (obstack_int32_grow_fast): Likewise.
24814         (output_weightwc): Call maybe_swap_uint32_obstack.
24815         (collate_output): Likewise.
24816         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24817         (OPT_LITTLE_ENDIAN): Likewise.
24818         (options): Add --little-endian and --big-endian options.
24819         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24820         * locale/programs/locarchive.c: Include "locfile.h".
24821         (GET): New macro.
24822         (SET): Likewise.
24823         (INC): Likewise.
24824         (create_archive): Use the new macros to access fields of
24825         structures directly mapped from or written to locale archives.
24826         (oldlocrecentcmp): Likewise.
24827         (enlarge_archive): Likewise.
24828         (insert_name): Likewise.
24829         (add_alias): Likewise.
24830         (add_locale): Likewise.
24831         (delete_locales_from_archive): Likewise.
24832         (show_archive_content): Likewise.
24833         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
24834         locale data.
24836 2013-09-24  Roland McGrath  <roland@hack.frob.com>
24838         * manual/freemanuals.texi: Updated from (newly) canonical copy at
24839         http://www.gnu.org/doc/freemanuals.texi.
24840         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24842 2013-09-24  Will Newton  <will.newton@linaro.org>
24844         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24845         macro.
24847 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
24849         * locale/hashval.h (compute_hashval): Interpret bytes of key as
24850         unsigned char.
24852 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
24854         * manual/threads.texi (POSIX Threads): Fix a typo.
24856 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
24858         [BZ #14547]
24859         * string/tst-strcoll-overflow.c: New test case.
24860         * string/Makefile (xtests): Add tst-strcoll-overflow.
24861         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24862         cache if string sizes may cause integer overflow.
24864         [BZ #14547]
24865         * string/strcoll_l.c (coll_seq): New members rule, idx,
24866         save_idx and back_us.
24867         (get_next_seq_nocache): New function.
24868         (do_compare_nocache): New function.
24869         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24870         when malloc fails.
24872 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
24874         [BZ #15754]
24875         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24876         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24877         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24879         [BZ #15754]
24880         * elf/Makefile (tests): Add tst-ptrguard1.
24881         (tests-static): Add tst-ptrguard1-static.
24882         (tst-ptrguard1-ARGS): Define.
24883         (tst-ptrguard1-static-ARGS): Define.
24884         * elf/tst-ptrguard1.c: New file.
24885         * elf/tst-ptrguard1-static.c: New file.
24886         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24887         * sysdeps/i386/stackguard-macros.h: Likewise.
24888         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24889         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24890         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24891         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24892         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24893         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24895 2013-09-23  Hector Marco  <hecmargi@upv.es>
24896             Ismael Ripoll  <iripoll@disca.upv.es>
24897             Carlos O'Donell  <carlos@redhat.com>
24899         [BZ #15754]
24900         * sysdeps/generic/stackguard-macros.h: Define
24901         __pointer_chk_guard_local and POINTER_CHK_GUARD.
24902         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24903         Define __pointer_chk_guard_local.
24904         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24905         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24907 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
24909         [BZ #15859]
24910         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24912 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
24914         * include/string.h (__ffs): Declare as hidden.
24915         * string/ffs.c (__ffs): Define as hidden.
24916         * sysdeps/i386/ffs.c (__ffs): Likewise.
24917         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24918         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24919         * sysdeps/s390/ffs.c (__ffs): Likewise.
24920         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24922 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
24924         * NEWS: Mention malloc probes.
24926         * malloc/arena.c (new_heap): New memory_heap_new probe.
24927         (grow_heap): New memory_heap_more probe.
24928         (shrink_heap): New memory_heap_less probe.
24929         (heap_trim): New memory_heap_free probe.
24930         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24931         (systrim): New memory_sbrk_less probe.
24932         * manual/probes.texi: Document them.
24934         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24935         * manual/probes.texi: Document it.
24937         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24938         (__libc_realloc): Add memory_realloc_retry probe.
24939         (__libc_memalign): Add memory_memalign_retry probe.
24940         (__libc_valloc): Add memory_valloc_retry probe.
24941         (__libc_pvalloc): Add memory_pvalloc_retry probe.
24942         (__libc_calloc): Add memory_calloc_retry probe.
24943         * manual/probes.texi: Document them.
24945         * malloc/arena.c (get_free_list): Add probe
24946         memory_arena_reuse_free_list.
24947         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24948         and memory_arena_reuse.
24949         (arena_get2) [!PER_THREAD]: Likewise.
24950         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24951         memory_arena_reuse_realloc.
24952         * manual/probes.texi: Document them.
24954         * malloc/malloc.c (__libc_free): Add
24955         memory_mallopt_free_dyn_thresholds probe.
24956         (__libc_mallopt): Add multiple memory_mallopt probes.
24957         * manual/probes.texi: Document them.
24959         * malloc/malloc.c: Include stap-probe.h.
24960         (__libc_mallopt): Add memory_mallopt probe.
24961         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24962         * manual/probes.texi: New.
24963         * manual/Makefile (chapters): Add probes.
24964         * manual/threads.texi: Set next node.
24966 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
24968         [BZ #15963, #13985]
24969         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24970         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24971         Add `Chinese' to `nan' entry name.
24973 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24975         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24976         (POLYNOMIAL): Likewise.
24977         (TAYLOR_SINCOS): Likewise.
24978         (TAYLOR_SLOW): Likewise.
24979         (__sin): Use TAYLOR_SINCOS.
24980         (__cos): Likewise.
24981         (slow): Use TAYLOR_SLOW.
24982         (sloww): Likewise.
24983         (bsloww): Likewise.
24984         (csloww): Likewise.
24986 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
24988         * stdlib/strtod_l.c: Fix buffer overrun.
24990 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24992         * benchtests/Makefile (bench): Add sincos.
24993         * benchtests/bench-sincos.c: New file.
24995         * math/libm-test.inc (cos_test_data): New test inputs.
24996         (sin_test_data): Likewise.
24998         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24999         macro.
25000         (__sin): Use it.
25001         (__cos): Likewise.
25002         (slow1): Likewise.
25003         (slow2): Likewise.
25004         (sloww1): Likewise.
25005         (sloww2): Likewise.
25006         (bsloww1): Likewise.
25007         (bsloww2): Likewise.
25008         (cslow2): Likewise.
25009         (csloww1): Likewise.
25010         (csloww2): Likewise.
25012         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25013         function.
25014         (__sin): Use it.
25015         (__cos): Likewise.
25017         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25018         gotos.
25019         (__cos): Likewise.
25021 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25023         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25024         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25025         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25026         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25027         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25028         * elf/cache.c (print_entry): Handle the new cache flags.
25030 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25031             Aldy Hernandez  <aldyh@redhat.com>
25033         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25034         Change condition to [_SOFT_FLOAT].
25035         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25036         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25037         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25038         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25039         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25040         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25041         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25042         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25043         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25044         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25045         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25046         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25047         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25048         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25049         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25050         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25051         declaration.
25053 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25055         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25056         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25057         (__longjmp): Use LOAD_GP to load saved GPRs.
25058         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25059         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25060         (__sigsetjmp): Use SAVE_GP to save GPRs.
25062         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25063         Do not append -msoft-float.
25064         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25066 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25068         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25070 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25072         [BZ #15966]
25073         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25074         (_FPU_GETCW): Use initial "__" on variable and field names but not
25075         on macro parameter name.
25076         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25077         parentheses around reference to macro parameter.
25079 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25081         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25082         prototype.
25083         (ctype_startup): Use uint32_t in cast and sizeof for
25084         ctype->charnames.
25086 2013-09-11  Jia Liu  <proljc@gmail.com>
25088         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25089         __daddr_t_defined.
25090         [__FreeBSD__]: Likewise.
25092 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25094         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25095         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25096         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25097         (strchr): Remove __strchr_sse42 ifunc selection.
25098         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25099         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25101 2013-09-11  Will Newton  <will.newton@linaro.org>
25103         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25104         parameter to RES. Remove hardcoded 1000 value.
25105         * benchtests/bench-skeleton.c (main): Pass RES parameter
25106         to TIMING_INIT and multiply result by 1000.
25108 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25110         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25112 2013-09-11  Andreas Schwab  <schwab@suse.de>
25114         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25115         if not defined.
25116         (O_TMPFILE) [__USE_GNU]: Define.
25117         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25118         Define.
25120 2013-09-11  Will Newton  <will.newton@linaro.org>
25122         [BZ #15857]
25123         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25124         does not overflow.
25126 2013-09-11  Will Newton  <will.newton@linaro.org>
25128         [BZ #15856]
25129         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25130         does not overflow.
25132 2013-09-11  Will Newton  <will.newton@linaro.org>
25134         [BZ #15855]
25135         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25136         does not overflow.
25138 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25140         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25141         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25142         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25143         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25144         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25146 2013-09-10  Allan McRae  <allan@archlinux.org>
25148         [BZ #15748]
25149         * manual/arith.texi (Parsing of Floats): Clarify
25150         cross-reference.
25152         [BZ #15849]
25153         * manual/install.texi (Running make install): Mention
25154         --enable-pt-chown.
25155         * INSTALL: Regenerated.
25157 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25159         * csu/init-first.c (_init): Remove the !SHARED condition around
25160         FPU control word initialization.
25161         * elf/dl-support.c (_dl_fpu_control): New variable.
25162         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25163         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25164         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25165         * math/test-fpucw-static.c: New file.
25166         * math/test-fpucw-ieee.c: New file.
25167         * math/test-fpucw-ieee-static.c: New file.
25168         * math/Makefile (tests): Add `test-fpucw-ieee' and
25169         `$(tests-static)'.
25170         (tests-static): New variable.
25171         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25172         dependency to...
25173         [($(build-shared),yes)]
25174         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25175         ... this.
25176         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25177         New dependency.
25179 2013-09-09  Allan McRae  <allan@archlinux.org>
25181         [BZ #15939]
25182         * manual/string.texi (Collation Functions): Fix typo in
25183         strcoll example.
25184         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25186         [BZ #15893]
25187         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25189         [BZ #15892]
25190         * libio/memstream.c (open_memstream): Fix memory leak.
25191         * libio/wmemstream.c (open_wmemstream): Likewise.
25193         [BZ #15895]
25194         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25196 2013-09-09  Will Newton  <will.newton@linaro.org>
25198         * malloc/Makefile: Add tst-realloc to tests.
25199         * malloc/tst-realloc.c: New file.
25201 2013-09-09  Allan McRae  <allan@archlinux.org>
25203         [BZ #15844]
25204         * COPYING: Update from GNU website to fix FSF address.
25205         * COPYING.LIB: Likewise.
25207 2013-09-06  David S. Miller  <davem@davemloft.net>
25209         * po/zh_TW.po: Update Chinese (traditional) translation from
25210         translation project.
25212 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25213             Joseph Myers  <joseph@codesourcery.com>
25215         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25216         "localeinfo.h".
25217         (obstack_chunk_alloc): New macro.
25218         (obstack_chunk_free): Likewise.
25219         (record_offset): New function.
25220         (init_locale_data): Likewise.
25221         (align_locale_data): Likewise.
25222         (add_locale_empty): Likewise.
25223         (add_locale_raw_data): Likewise.
25224         (add_locale_raw_obstack): Likewise.
25225         (add_locale_string): Likewise.
25226         (add_locale_wstring): Likewise.
25227         (add_locale_uint32): Likewise.
25228         (add_locale_uint32_array): Likewise.
25229         (add_locale_char): Likewise.
25230         (start_locale_structure): Likewise.
25231         (end_locale_structure): Likewise.
25232         (start_locale_prelude): Likewise.
25233         (end_locale_prelude): Likewise.
25234         (write_locale_data): Take locale_file structure rather than an
25235         iovec.
25236         * locale/programs/locfile.h: Include "obstack.h".
25237         (struct locale_file): Change to store locale file contents instead
25238         of header.
25239         (init_locale_data): New prototype.
25240         (align_locale_data): Likewise.
25241         (add_locale_empty): Likewise.
25242         (add_locale_raw_data): Likewise.
25243         (add_locale_raw_obstack): Likewise.
25244         (add_locale_string): Likewise.
25245         (add_locale_wstring): Likewise.
25246         (add_locale_uint32): Likewise.
25247         (add_locale_uint32_array): Likewise.
25248         (add_locale_char): Likewise.
25249         (start_locale_structure): Likewise.
25250         (end_locale_structure): Likewise.
25251         (start_locale_prelude): Likewise.
25252         (end_locale_prelude): Likewise.
25253         (write_locale_data): Update prototype.
25254         * locale/programs/3level.h (struct TABLE): Remove result field.
25255         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25256         Use new locale_file interface.
25257         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25258         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25259         * locale/programs/ld-address.c (address_output): Use new
25260         locale_file interface.
25261         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25262         NO_ADD_LOCALE.
25263         (collate_finish): Don't call collseq_table_finalize.
25264         (collate_output): Use new locale_file interface.
25265         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25266         in file.
25267         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25268         (TABLE): Move defines earlier in file.
25269         (ELEMENT): Likewise.
25270         (DEFAULT): Likewise.
25271         (wctrans_table_add): Move macro and inline function earlier in
25272         file.
25273         (struct wctype_table): Move type earlier in file.
25274         (add_locale_wctype_table): New static prototype.
25275         (struct locale_ctype_t): Use logical types instead of struct iovec
25276         pointers for members.
25277         (ctype_output): Use new locale_file interface.
25278         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25279         new locale_file interface.
25280         (allocate_arrays): Update for use of new locale_file interface.
25281         * locale/programs/ld-identification.c (identification_output): Use
25282         new locale_file interface.
25283         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25284         * locale/programs/ld-messages.c (messages_output): Likewise.
25285         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25286         * locale/programs/ld-name.c (name_output): Likewise.
25287         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25288         * locale/programs/ld-paper.c (paper_output): Likewise.
25289         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25290         * locale/programs/ld-time.c (time_output): Likewise.
25292 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25294         * benchtests/Makefile: Add memrchr benchmark.
25295         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25296         benchmark as memrchr.
25297         * benchtests/bench-memrchr-ifunc.c: New file.
25298         * benchtests/bench-memrchr.c: New file.
25300 2013-09-06   Will Newton  <will.newton@linaro.org>
25302         * benchtests/Makefile (string-bench): Add memcpy.
25304 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25305             Cong Wang  <amwang@redhat.com>
25307         [BZ #15850]
25308         * sysdeps/unix/sysv/linux/bits/in.h
25309         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25310         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25311         before __USE_KERNEL_IPV6_DEFS uses.
25312         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25313         IPPROTO_BEETPH.
25314         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25315         sockaddr_in6, or ipv6_mreq.
25317 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25319         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25320         memory access for final bytes in some large inputs.
25321         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25323 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25325         * string/test-memrchr.c: New file.
25326         * string/test-memrchr-ifunc.c: New file.
25327         * string/Makefile: Add new memrchr testcase.
25329 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25331         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25332         fanotify_init returns EPERM.
25334 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25336         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25337         errors.
25338         (top level): Treat second token from macro or constant entries for
25339         allowed headers as allowed.
25340         * include/complex.h: Condition internal declarations on
25341         [!_ISOMAC].
25342         * include/fenv.h: Condition include of <stdbool.h> and internal
25343         declarations on [!_ISOMAC].
25345 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25347         [BZ #15923]
25348         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25350 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25352         * configure.in (--enable-versioning): Remove configure option.
25353         (libc_cv_asm_symver_directive): Remove configure test.
25354         (libc_cv_ld_version_script_option): Likewise.
25355         (VERSIONING): Remove variable and AC_SUBST.
25356         (DO_VERSIONING): Remove AC_DEFINE.
25357         * configure: Regenerated.
25358         * config.h.in (DO_VERSIONING): Remove macro.
25359         * Makerules [$(versioning) = yes]: Change conditionals to
25360         [$(build-shared) = yes].
25361         * config.make.in (versioning): Remove variable.
25362         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25363         [$(build-shared) = yes].
25364         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25365         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25366         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25367         [$(build-shared) = yes].
25368         * extra-lib.mk [$(versioning) = yes]: Likewise.
25369         * hurd/Makefile [$(versioning) = yes]: Likewise.
25370         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25371         [SHARED].
25372         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25373         [SHARED].
25374         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25375         [SHARED && !NO_HIDDEN].
25376         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25377         [SHARED].
25378         [SHARED && DO_VERSIONING]: Likewise..
25379         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25380         [$(build-shared) = yes].
25381         * manual/install.texi (--disable-versioning): Remove
25382         documentation.
25383         * INSTALL: Regenerated.
25384         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25385         to [SHARED].
25386         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25387         [$(build-shared) = yes].
25388         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25389         * sysdeps/i386/i686/multiarch/strstr-c.c
25390         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25391         [SHARED && !NO_HIDDEN].
25392         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25393         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25394         * sysdeps/powerpc/powerpc32/dl-machine.c
25395         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25396         * sysdeps/powerpc/powerpc32/sysdep.h
25397         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25398         to [SHARED && PIC && !NO_HIDDEN].
25399         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25400         conditional to [SHARED].
25402 2013-09-04   Will Newton  <will.newton@linaro.org>
25404         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25405         * benchtests/bench-string.h: Include bench-timing.h instead
25406         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25407         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25408         call to HP_TIMING_DIFF_INIT.
25409         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25410         instead of hp-timing.h macros.
25411         * benchtests/bench-memchr.c: Likewise.
25412         * benchtests/bench-memcmp.c: Likewise.
25413         * benchtests/bench-memcpy.c: Likewise.
25414         * benchtests/bench-memmem.c: Likewise.
25415         * benchtests/bench-memmove.c: Likewise.
25416         * benchtests/bench-memset.c: Likewise.
25417         * benchtests/bench-rawmemchr.c: Likewise.
25418         * benchtests/bench-strcasecmp.c: Likewise.
25419         * benchtests/bench-strcasestr.c: Likewise.
25420         * benchtests/bench-strcat.c: Likewise.
25421         * benchtests/bench-strchr.c: Likewise.
25422         * benchtests/bench-strcmp.c: Likewise.
25423         * benchtests/bench-strcpy.c: Likewise.
25424         * benchtests/bench-strcpy_chk.c: Likewise.
25425         * benchtests/bench-strlen.c: Likewise.
25426         * benchtests/bench-strncasecmp.c: Likewise.
25427         * benchtests/bench-strncat.c: Likewise.
25428         * benchtests/bench-strncmp.c: Likewise.
25429         * benchtests/bench-strncpy.c: Likewise.
25430         * benchtests/bench-strnlen.c: Likewise.
25431         * benchtests/bench-strpbrk.c: Likewise.
25432         * benchtests/bench-strrchr.c: Likewise.
25433         * benchtests/bench-strspn.c: Likewise.
25434         * benchtests/bench-strstr.c: Likewise.
25436 2013-09-04  Will Newton  <will.newton@linaro.org>
25438         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25440 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25442         [BZ #15427]
25443         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25444         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25445         * math/libm-test.inc (lgamma_test_data): Add more tests.
25446         * sysdeps/i386/fpu/libm-test-ulps: Update.
25447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25449 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25451         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25452         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25453         Add ifunc.
25454         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25455         Add strcmp-sse2-unaligned
25456         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25458 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25460         * Versions.def (libc): Add GLIBC_2.19.
25462 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25464         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25465         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25467 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25469         [BZ #14155]
25470         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25471         intermediate calculations in recurrence.
25472         (__ieee754_ynf): Likewise.
25473         * math/libm-test.inc (jn_test_data): Do not allow spurious
25474         underflow exception.  Add more tests.
25475         (yn_test_data): Add more tests.
25476         * sysdeps/i386/fpu/libm-test-ulps: Update.
25477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25479 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25481         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25483 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25485         * csu/init-first.c: Fix then/than typos.
25486         * locale/programs/ld-collate.c: Likewise.
25487         * locale/programs/linereader.h: Likewise.
25488         * manual/charset.texi: Likewise.
25489         * manual/filesys.texi: Likewise.
25490         * manual/stdio.texi: Likewise.
25491         * manual/string.texi: Likewise.
25492         * stdlib/fmtmsg.c: Likewise.
25493         * sysdeps/i386/stpncpy.S: Likewise.
25494         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25495         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25496         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25497         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25499 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25501         * elf/dl-open.c: Fix typos.
25502         * iconvdata/gbbig5.c: Likewise.
25503         * iconvdata/iso-2022-jp.c: Likewise.
25504         * iconv/gconv_int.h: Likewise.
25505         * iconv/loop.c: Likewise.
25506         * nis/rpcsvc/nis.h: Likewise.
25507         * resolv/ns_name.c: Likewise.
25508         * stdio-common/vfscanf.c: Likewise.
25509         * streams/stropts.h: Likewise.
25510         * sunrpc/rpc_thread.c: Likewise.
25511         * sysdeps/i386/strpbrk.S: Likewise.
25512         * sysdeps/ieee754/k_standard.c: Likewise.
25513         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25514         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25515         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25516         * sysdeps/mach/hurd/profil.c: Likewise.
25517         * sysdeps/s390/dl-procinfo.h: Likewise.
25518         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25519         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25520         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25521         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25522         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25524 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25526         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25527         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25529 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25531         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25532         aix specific files.
25533         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25534         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25535         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25536         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25537         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25538         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25539         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25540         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25542 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25543             Roland McGrath  <roland@hack.frob.com>
25545         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25546         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25548 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25550         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25551         __executable_start symbol instead of _start.
25553 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25555         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25556         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25557         Move macros to...
25558         * sysdeps/gnu/ldsodefs.h: ... this new file.
25560         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25561         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25562         instead of ELFOSABI_LINUX.
25564         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25565         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25566         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25567         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25568         Likewise.
25569         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25570         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25571         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25572         Likewise.
25573         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25574         (ibm_extended_long_double): Add ieee_nan member.
25575         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25576         (do_test): New function.
25578         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25579         TEST_TRUNC.
25580         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25581         functions, renamed from truncdfsf_test, trunctfsf_test,
25582         trunctfdf_test.
25583         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25584         functions.
25585         (do_test): Run all these.
25587 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25589         * argp/argp-help.c: Fix typos.
25590         * argp/argp-parse.c: Likewise.
25591         * debug/backtracesyms.c: Likewise.
25592         * elf/elf.h: Likewise.
25593         * malloc/malloc.c: Likewise.
25594         * nis/nis_print.c: Likewise.
25595         * resolv/res_comp.c: Likewise.
25596         * stdlib/stdlib.h: Likewise.
25597         * sunrpc/clnt_tcp.c: Likewise.
25598         * sunrpc/clnt_udp.c: Likewise.
25599         * sunrpc/clnt_unix.c: Likewise.
25600         * sysdeps/unix/bsd/ptsname.c: Likewise.
25601         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25602         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25603         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25604         Likewise.
25605         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25606         Likewise.
25607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25608         Likewise.
25609         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25611 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25613         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25614         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25616 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25618         [BZ #15897]
25619         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25620         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25621         ($(objpfx)bug-dl-leaf): New rule.
25622         ($(objpfx)bug-dl-leaf.so): Likewise.
25623         ($(objpfx)bug-dl-leaf.out): Likewise.
25624         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25625         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25626         * dlfcn/bug-dl-leaf.c: New test.
25627         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25628         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25629         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25630         (dlclose): Likewise.
25631         (dlmopen): Likewise.
25633 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25635         * include/netdb.h [!_ISOMAC]:
25636         Don't include <tls.h>.
25637         (h_errno, __libc_h_errno): Move declaration and macros out of
25638         [_LIBC_REENTRANT].
25640         * include/resolv.h [_RESOLV_H_]:
25641         Don't include <tls.h>.
25642         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25643         * resolv/res_libc.c: Don't include <tls.h>.
25644         (_res): Use __attribute__ ((nocommon)) in place of
25645         __attribute__ ((section (".bss"))).
25647         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25648         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25650         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25652         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25653         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25655         * resolv/res_mkquery.c: Include <sys/time.h>.
25657         * inet/ifreq.c: Moved to ...
25658         * sysdeps/unix/ifreq.c: ... here.
25659         * inet/ifreq.c: New file, true stub version.
25661         * socket/sa_len.c: New file.
25662         * socket/Makefile (aux): Add it.
25663         * sysdeps/unix/sysv/linux/Makefile
25664         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25665         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25666         and #include <socket/sa_len.c>.
25667         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25668         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25670         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25671         * bits/socket.h: ... here.
25673         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25674         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25675         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25677 2013-08-27  Andreas Schwab  <schwab@suse.de>
25679         [BZ #15736]
25680         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25681         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25682         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25683         * string/test-strcasecmp.c (test_main): Run tests in several
25684         locales.
25685         * string/test-strncasecmp.c (test_main): Likewise.
25687         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25688         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25689         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25690         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25691         (__strncasecmp_ssse3) [PIC]: Likewise.
25693 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25695         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25697         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25698         instead of explicitly declaring xdecrypt.
25699         * nis/nss_nis/nis-publickey.c: Likewise.
25701 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25703         [BZ #15890]
25704         * nscd/aicache.c: Include res_hconf.h.
25705         (addhstaiX): Initialize res_hconf.
25707 2013-08-26  Andreas Schwab  <schwab@suse.de>
25709         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25710         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25712 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25714         * nscd/aicache.c (addhstaiX): Fix indentation.
25716 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25718         * configure.ac: Quote $build_pt_chown test.
25719         * configure: Regenerated.
25721 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25723         [BZ #15532]
25724         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25725         * math/s_cexpf.c (__cexpf): Likewise.
25726         * math/s_cexpl.c (__cexpl): Likewise.
25727         * math/libm-test.inc (cexp_test_data): Correct expected return
25728         value for NaN + i0.  Add another test.
25730 2013-08-22  David S. Miller  <davem@davemloft.net>
25732         * po/ca.po: Update Catalan translation from translation project.
25733         * po/uk.po: Add Ukrainian translations from translation project.
25735 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25737         [BZ #15797]
25738         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25739         is infinite, not alongside NaN test.
25740         * math/s_fdimf.c (__fdimf): Likewise.
25741         * math/s_fdiml.c (__fdiml): Likewise.
25742         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25743         errno is unchanged.
25745 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25747         * argp/argp-help.c: Fix typos.
25748         * crypt/speeds.c: Likewise.
25749         * csu/check_fds.c: Likewise.
25750         * elf/dl-load.c: Likewise.
25751         * elf/dl-open.c: Likewise.
25752         * elf/reldep3.c: Likewise.
25753         * elf/reldep.c: Likewise.
25754         * elf/sprof.c: Likewise.
25755         * iconv/iconv_charmap.c: Likewise.
25756         * iconv/skeleton.c: Likewise.
25757         * iconv/strtab.c: Likewise.
25758         * io/lockf64.c: Likewise.
25759         * libio/libioP.h: Likewise.
25760         * resolv/gai_notify.c: Likewise.
25761         * resolv/ns_name.c: Likewise.
25762         * resolv/ns_samedomain.c: Likewise.
25763         * resolv/res_send.c: Likewise.
25764         * stdlib/random.c: Likewise.
25765         * sunrpc/rpc/xdr.h: Likewise.
25766         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25767         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25768         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25769         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25770         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25771         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25772         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25773         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25774         * sysdeps/mach/hurd/check_fds.c: Likewise.
25775         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25776         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25777         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25778         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25779         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25780         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25781         * sysdeps/pthread/aio_notify.c: Likewise.
25782         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25783         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25784         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25785         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25786         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25788 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25790         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25791         version if bit_Slow_SSE4_2 is set.
25792         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25793         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25795 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25797         [BZ #15867]
25798         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25799         trampoline stack frame information.
25800         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25801         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25802         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25803         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25804         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25805         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25806         (_libc_vdso_platform_setup): Initialize the signal trampolines.
25807         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25808         sa_flags value.
25809         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25810         interrupting a syscall and set with option SA_SIGINFO.
25812 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25814         [BZ #15531]
25815         * math/s_cproj.c (__cproj): Only return an infinity if one part of
25816         argument is infinite.
25817         * math/s_cprojf.c (__cprojf): Likewise.
25818         * math/s_cprojl.c (__cprojl): Likewise.
25819         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25820         * math/libm-test.inc (cproj_test_data): Add more tests.
25822         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25824         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25825         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25826         size.  Use __ffs to determine corresponding shift.
25828 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
25829             Roland McGrath  <roland@hack.frob.com>
25831         * Makefile (INSTALL): Remove trailing blank lines from output of
25832         makeinfo.
25834 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25836         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25837         Align 32 bit compat elf_greg to 8 bytes.
25839 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
25841         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25843 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
25845         * string/strcoll_l.c (coll_seq): New structure.
25846         (get_next_seq_cached): New function.
25847         (get_next_seq): New function.
25848         (do_compare): New function.
25849         (STRCOLL): Use GNU style definition.  Simplify implementation
25850         by using get_next_seq, get_next_seq_cached and do_compare.
25852 2013-08-16  Florian Weimer  <fweimer@redhat.com>
25854         [BZ #14699]
25855         CVE-2013-4237
25856         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25857         member.
25858         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25859         member.
25860         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25861         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25862         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
25863         conditional.
25864         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25865         GETDENTS_64BIT_ALIGNED.
25866         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25867         * manual/filesys.texi (Reading/Closing Directory): Document
25868         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
25869         strongly.
25870         * manual/conf.texi (Limits for Files): Add portability note to
25871         NAME_MAX, PATH_MAX.
25872         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25874 2013-08-13  Andreas Schwab  <schwab@suse.de>
25876         [BZ #15749]
25877         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25878         of fabs.
25879         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25880         LDBL_MAX_EXP >= 16384]: Add tests for it.
25882 2013-08-12  David S. Miller  <davem@davemloft.net>
25884         * version.h (RELEASE): Set to "development".
25885         (VERSION): Set to "2.18.90".
25886         * NEWS: Add 2.19 section.
25888 2013-08-03  David S. Miller  <davem@davemloft.net>
25890         * po/ko.po: Update Korean translation from translation project.
25892 2013-08-01  David S. Miller  <davem@davemloft.net>
25894         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
25895         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25896         Bilka.
25898 2013-07-30  David S. Miller  <davem@davemloft.net>
25900         * po/fr.po: Update French translation from translation project.
25902 2013-07-28  David S. Miller  <davem@davemloft.net>
25904         * po/cs.po: Update Czech translation from translation project.
25906         * po/sv.po: Update Swedish translation from translation project.
25908 2013-07-27  David S. Miller  <davem@davemloft.net>
25910         * po/eo.po: Update Esperanto translation from translation project.
25912         * po/vi.po: Update Vietnamese translation from translation project.
25914         * po/de.po: Update German translation from translation project.
25916 2013-07-26  David S. Miller  <davem@davemloft.net>
25918         * po/bg.po: Update Bulgarian translation from translation project.
25920         * po/nl.po: Update Dutch translation from translation project.
25921         * po/pl.po: Update Polish translation from translation project.
25922         * po/ru.po: Update Russian translation from translation project.
25924 2013-07-24  David S. Miller  <davem@davemloft.net>
25926         * po/libc.pot: Update.
25928 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25930         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25931         variable page size.
25932         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25933         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25934         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25936 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25938         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25940 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
25941             Andreas Schwab  <schwab@suse.de>
25942             Roland McGrath  <roland@hack.frob.com>
25943             Joseph Myers  <joseph@codesourcery.com>
25944             Carlos O'Donell  <carlos@redhat.com>
25946         [BZ #15755]
25947         * config.h.in: Define HAVE_PT_CHOWN.
25948         * config.make.in (build-pt-chown): New variable.
25949         * configure.in (--enable-pt_chown): New configure option.
25950         * configure: Regenerate.
25951         * login/Makefile: Include Makeconfig.  Build pt_chown only if
25952         build-pt-chown is enabled.
25953         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25954         pt_chown to fix pty ownership.
25955         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25956         CLOSE_ALL_FDS.
25957         * manual/install.texi (Configuring and compiling): Mention
25958         --enable-pt_chown. Add @findex for grantpt.
25959         * INSTALL: Regenerate.
25961 2013-07-20  David S. Miller  <davem@davemloft.net>
25963         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25964         difference between 32-bit and 64-bit.
25966 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
25968         [BZ #15711]
25969         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25970         Avoid system header dependency with -ffreestanding.
25971         ($(objpfx)bits/syscall%d): Likewise.
25973 2013-07-13  David S. Miller  <davem@davemloft.net>
25975         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25976         underflows from atanl/atan2l due to bug 15319.
25977         (casinh_test_data): Likewise.
25979 2013-07-07  David S. Miller  <davem@davemloft.net>
25981         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25983 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
25985         * sysdeps/i386/fpu/libm-test-ulps: Update.
25986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25988 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25990         * configure.in (--enable-lock-elision): Fix message text.
25991         * INSTALL: Regenerate.
25992         * configure: Regenerate.
25994 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25996         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25998 2013-07-03  Andreas Jaeger  <aj@suse.de>
26000         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26001         define.
26002         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26003         (ptrace_peeksiginfo_args): Add.
26004         (__ptrace_peeksiginfo_flags): Add.
26005         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26006         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26007         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26009 2013-07-03  Allan McRae  <allan@archlinux.org>
26011         * sysdeps/i386/fpu/libm-test-ulps: Update.
26013 2013-07-02  David S. Miller  <davem@davemloft.net>
26015         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26017 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26019         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26021 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26023         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26026 2013-07-02  Andi Kleen <ak@linux.intel.com>
26028         * config.h.in (ENABLE_LOCK_ELISION): Add.
26029         * configure.in (--enable-lock-elision): Add option.
26030         * manual/install.texi: Document --enable lock elision.
26031         * configure: Regenerate
26032         * INSTALL: Regenerate.
26034 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26036         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26037         SSE4.2 strcasecmp for libc.a.
26038         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26040 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26042         [BZ #13304]
26043         * soft-fp/op-common.h (_FP_FMA): New macro.
26044         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26045         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26046         (_FP_MUL_MEAT_1_imm): ... here.
26047         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26048         (_FP_MUL_MEAT_1_wide): ... here.
26049         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26050         (_FP_MUL_MEAT_1_hard): ... here.
26051         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26052         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26053         (_FP_MUL_MEAT_2_wide): ... here.
26054         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26055         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26056         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26057         (_FP_MUL_MEAT_2_gmp): ... here.
26058         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26059         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26060         (_FP_MUL_MEAT_4_wide): ... here.
26061         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26062         (_FP_MUL_MEAT_4_gmp): ... here.
26063         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26064         (_FP_WFRACBITS_DW_S): Likewise.
26065         (_FP_WFRACXBITS_DW_S): Likewise.
26066         (_FP_HIGHBIT_DW_S): Likewise.
26067         (FP_FMA_S): Likewise.
26068         (_FP_FRAC_HIGH_DW_S): Likewise.
26069         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26070         (_FP_WFRACBITS_DW_D): Likewise.
26071         (_FP_WFRACXBITS_DW_D): Likewise.
26072         (_FP_HIGHBIT_DW_D): Likewise.
26073         (FP_FMA_D): Likewise.
26074         (_FP_FRAC_HIGH_DW_D): Likewise.
26075         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26076         (_FP_WFRACBITS_DW_E): Likewise.
26077         (_FP_WFRACXBITS_DW_E): Likewise.
26078         (_FP_HIGHBIT_DW_E): Likewise.
26079         (FP_FMA_E): Likewise.
26080         (_FP_FRAC_HIGH_DW_E): Likewise.
26081         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26082         (_FP_WFRACBITS_DW_Q): Likewise.
26083         (_FP_WFRACXBITS_DW_Q): Likewise.
26084         (_FP_HIGHBIT_DW_Q): Likewise.
26085         (FP_FMA_Q): Likewise.
26086         (_FP_FRAC_HIGH_DW_Q): Likewise.
26087         * soft-fp/fmasf4.c: New file.
26088         * soft-fp/fmadf4.c: Likewise.
26089         * soft-fp/fmatf4.c: Likewise.
26091 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26093         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26094         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26095         Silvermont.
26096         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26097         macro.
26098         (index_Slow_SSE4_2): Likewise.
26099         (index_Prefer_PMINUB_for_stringop): Likewise.
26100         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26101         bit_Slow_SSE4_2 is set.
26102         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26103         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26105 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26107         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26108         rtld_global._dl_hwcap2.
26109         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26110         POWER8.
26111         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26112         POWER8 feature descriptions defined in _dl_hwcap2.
26113         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26114         string handling for POWER8 feature bits.
26115         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26116         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26117         _dl_powerpc_cap_flags.
26118         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26119         * sysdeps/powerpc/rtld-global-offsets.sym
26120         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26121         _dl_hwcap2 in the rtld_global_ro structure.
26123 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26125         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26126         hardware capabilities in support of AT_HWCAP2.
26127         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26128         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26129         GLRO(dl_hwcap2).
26130         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26131         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26132         explicitly the unknown a_type display mechanism is used.
26133         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26134         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26135         struct member.
26136         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26137         to macro prototype for AT_HWCAP2 support.
26138         * sysdeps/i386/dl-procinfo.h: Likewise.
26139         * sysdeps/s390/dl-procinfo.h: Likewise.
26140         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26141         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26142         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26143         return -1 for unknown a_type display fallback.
26144         * sysdeps/sparc/dl-procinfo.h: Likewise.
26145         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26146         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26148 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26150         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26151         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26153 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26155         [BZ #12492]
26156         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26157         mprotect making __stack_prot writable.
26159 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26160             Joseph Myers  <joseph@codesourcery.com>
26162         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26163         as being properly aligned.
26165 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26167         * dlfcn/modstatic5.c: New file.
26168         * dlfcn/tststatic5.c: New file.
26169         * dlfcn/Makefile (tests): Add tststatic5.
26170         (tests-static): Likewise.
26171         (modules-names): Add modstatic5.
26172         (tststatic5-ENV): New variable.
26173         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26175         [BZ #15022]
26176         * elf/dl-support.c (_dl_main_map): New variable.
26177         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26178         (_dl_nns, _dl_load_adds): Set to 1.
26179         (_dl_initial_searchlist): Refer to _dl_main_map.
26180         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26181         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26182         call to _dl_get_origin.
26183         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26184         around call_map.
26185         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26186         * dlfcn/modstatic3.c: New file.
26187         * dlfcn/tststatic3.c: New file.
26188         * dlfcn/tststatic4.c: New file.
26189         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26190         (tests-static): Likewise.
26191         (modules-names): Add modstatic3.
26192         (tststatic3-ENV, tststatic4-ENV): New variables.
26193         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26194         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26196 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26198         * configure.in (CC): Require GCC version 4.4 or later.
26199         * configure: Regenerated.
26200         * manual/install.texi (Tools for Compilation): Update GCC version
26201         requirement.
26202         * INSTALL: Regenerated.
26204 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26206         [BZ #15674]
26207         * string/test-memcmp.c (check2): New.
26208         (main): Call check2.
26210         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26212 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26214         [BZ #15022]
26215         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26216         over to...
26217         (dl_open_worker) [!SHARED]: ... here.
26219 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26221         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26223 2013-06-25  Richard Henderson  <rth@redhat.com>
26225         * locale/programs/locarchive.c: Include <libc-internal.h>
26227 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26229         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26230         trailing whitespace removed.
26232 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26234         [BZ #10283]
26235         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26236         * locale/programs/locarchive.c: Include libc-mmap.h.
26237         (prepare_address_space): Take two new outputs (the mmap base and len).
26238         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26239         values.
26240         (create_archive): Declare new mmap base and len values for
26241         prepare_address_space, and store the result in ah.
26242         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26243         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26244         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26245         Declare new mmap base and len values for
26246         prepare_address_space, and store the result in new_ah.
26247         (open_archive): Declare new mmap base and len values for
26248         prepare_address_space, and store the result in ah.
26249         (close_archive): If ah->mmap_base is not NULL, use that and
26250         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26251         * sysdeps/generic/libc-mmap.h: New file.
26253 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26255         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26256         (ALIGN_UP): Likewise.
26257         (PTR_ALIGN_DOWN): Likewise.
26258         (PTR_ALIGN_UP): Likewise.
26260 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26262         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26263         entry mapped to PPC_PLATFORM_POWER8.
26264         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26265         POWER8.
26266         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26267         (_dl_string_platform): Add case for exporting platform position for
26268         POWER8.
26269         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26270         search path to sysdeps/powerpc/powerpc32/power8 directory.
26271         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26272         search path to sysdeps/powerpc/powerpc64/power8 directory.
26273         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26274         power7 directories.
26275         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26276         power7 directories.
26278 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26280         * INSTALL: Regenerate.
26282         * nscd/connections.c (nscd_init): Fix comment.
26284 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26286         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26288         [BZ #15667]
26289         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26290         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26292 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26294         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26295         DL_DST_REQ_STATIC.
26296         (DL_DST_REQ_STATIC): Remove macro.
26298 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26300         [BZ #7006]
26301         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26302         with a shift of 0 bits.
26304 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26306         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26307         $(tststatic-ENV).
26309 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26311         [BZ #15655]
26312         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26314 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26316         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26317         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26318         accepts -fno-tree-loop-distribute-patterns.
26319         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26320         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26321         recursive call.
26322         * string/memset.c (memset): Likewise.
26323         * string/test-memmove.c (simple_memmove): Disable loop transformation
26324         to library calls.
26325         * string/test-memset.c (simple_memset): Likewise.
26326         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26327         * benchtests/bench-memset.c (simple_memset): Likewise.
26328         * configure: Regenerated.
26330 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26332         * math/test-misc.c (main): Ignore fesetround failure when failures
26333         of subsequent rounding tests would be ignored.
26335         [BZ #15654]
26336         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26337         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26338         * math/fegetenv.c (__fegetenv): Return 0.
26339         * math/fegetexcept.c (fegetexcept): Return 0.
26340         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26341         FE_TONEAREST.
26342         * math/feholdexcpt.c (feholdexcept): Return 0.
26343         * math/fesetenv.c (__fesetenv): Return 0.
26344         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26345         argument FE_TONEAREST.
26346         * math/feupdateenv.c (__feupdateenv): Return 0.
26347         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26349 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26351         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26352         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26353         ($(objpfx)rtld-%.os rules): Use them.
26355 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26357         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26358         fields.
26360 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26362         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26363         length of target pattern, then descending length of dependency pattern.
26364         * configure.in (AWK): Require gawk 3.1.2 or newer.
26365         * manual/install.texi (Tools for Compilation): Say that we do.
26366         * configure: Regenerated.
26368         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26369         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26370         * scripts/sysd-rules.awk: ... this new script.
26371         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26372         than a glob-style pattern.
26374 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26376         * math/test-misc.c (main): Do not treat incorrectly rounded
26377         conversions as failure unless ROUNDING_TESTS passes.
26379 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26381         [BZ #15631]
26382         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26383         restore exception state around main square root computation, then
26384         check for inexactness explicitly.
26386         * math/libm-test.inc (fma_test_data): Add another test.
26388 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26390         * manual/threads.texi (Non-POSIX Extensions): New document
26391         node.  Document pthread_getattr_default_np and
26392         pthread_setattr_default_np.
26394         * Versions.def (libpthread): Add GLIBC_2.18.
26395         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26397         Likewise.
26398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26399         Likewise.
26400         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26401         Likewise.
26402         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26403         Likewise.
26404         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26405         Likewise.
26406         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26407         Likewise.
26408         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26409         Likewise.
26410         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26411         Likewise.
26412         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26413         Likewise.
26415 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26417         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26418         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26420 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26421             H.J. Lu  <hjl.tools@gmail.com>
26423         [BZ #15627]
26424         * sysdeps/x86_64/rtld-memset.c: Remove file.
26425         * sysdeps/x86_64/rtld-memset.S: New file.
26427 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26429         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26430         (test_in_one_mode): Take arguments for whether the rounding mode
26431         is supported for each floating-point type.
26432         (do_test): Pass new arguments to test_in_one_mode using
26433         ROUNDING_TESTS.
26435 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26437         * posix/tst-waitid.c (do_test): Distinguish different instances of
26438         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26439         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26440         before entering the kernel for waitpid.
26442 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26444         * NEWS: Fix note on clock function precision.  Text by Roland
26445         McGrath.
26447 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26449         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26450         it into place only when and if the sanity check passes.
26452 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26454         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26455         output for whether conversion result is exact.  Take argument
26456         indicating whether type is IBM long double.
26457         (round_for_all): Change need_exact field to ibm_ld.
26458         * stdlib/tst-strtod-round.c (struct exactness): New type.
26459         (struct test): Change bool ld_ok field to struct exactness exact.
26460         (TEST): Update all definitions for change to field.
26461         (tests): Regenerate array contents.
26462         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26463         field value.  Check for IBM long double here.
26464         (do_test): Update calls to test_in_one_mode.
26466 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26468         [BZ #12515]
26469         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26470         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26472 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26474         [BZ #15605]
26475         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26476         generated by the compiler on loop optimizations.
26477         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26478         general definitions.
26480 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26482         * math/bug-nextafter.c: Include <math-tests.h>.
26483         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26484         the relevant type.
26485         * math/bug-nexttoward.c: Include <math-tests.h>.
26486         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26487         the relevant type.
26488         * math/test-misc.c: Include <math-tests.h>.
26489         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26490         the relevant type.
26492 2013-06-12  Andreas Jaeger  <aj@suse.de>
26494         * po/ia.po: Update Interlingua translation from translation
26495         project.
26497 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26499         * include/fenv.h: Include stdbool.h.
26500         (struct rm_ctx): New structure.
26501         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26502         Define macro.
26503         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26504         (SET_RESTORE_ROUNDF): Likewise.
26505         (SET_RESTORE_ROUNDL): Likewise.
26506         (SET_RESTORE_ROUND_NOEX): Likewise.
26507         (SET_RESTORE_ROUND_NOEXF): Likewise.
26508         (SET_RESTORE_ROUND_NOEXL): Likewise.
26509         (SET_RESTORE_ROUND_53BIT): Likewise.
26510         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26511         (libc_feresetround_noexf_ctx): Likewise.
26512         (libc_feresetround_noexl_ctx): Likewise.
26513         (libc_feholdsetround_53bit_ctx): Likewise.
26514         (libc_feresetround_53bit_ctx): Likewise.
26515         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26516         (libc_feholdexcept_setround_sse_ctx): New function.
26517         (libc_fesetenv_sse_ctx): Likewise.
26518         (libc_feupdateenv_sse_ctx): Likewise.
26519         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26520         (libc_feholdexcept_setround_387_ctx): Likewise.
26521         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26522         (libc_feholdsetround_387_prec_ctx): Likewise.
26523         (libc_feholdsetround_387_ctx): Likewise.
26524         (libc_feholdsetround_387_53bit_ctx): Likewise.
26525         (libc_feholdsetround_sse_ctx): Likewise.
26526         (libc_feresetround_sse_ctx): Likewise.
26527         (libc_feresetround_387_ctx): Likewise.
26528         (libc_feupdateenv_387_ctx): Likewise.
26529         (libc_feholdexcept_setroundf_ctx): Define macro.
26530         (libc_fesetenvf_ctx): Likewise.
26531         (libc_feupdateenvf_ctx): Likewise.
26532         (libc_feholdsetroundf_ctx): Likewise.
26533         (libc_feresetroundf_ctx): Likewise.
26534         (libc_feholdexcept_setround_ctx): Likewise.
26535         (libc_fesetenv_ctx): Likewise.
26536         (libc_feupdateenv_ctx): Likewise.
26537         (libc_feholdsetround_ctx): Likewise.
26538         (libc_feresetround_ctx): Likewise.
26539         (libc_feholdexcept_setroundl_ctx): Likewise.
26540         (libc_feupdateenvl_ctx): Likewise.
26541         (libc_feholdsetroundl_ctx): Likewise.
26542         (libc_feresetroundl_ctx): Likewise.
26543         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26544         (libc_feresetround_53bit_ctx): Likewise.
26546 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26548         * locale/iso-639.def: Convert to UTF-8.
26550 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26552         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26553         (EXCEPTION_TESTS_double): Likewise.
26554         (EXCEPTION_TESTS_long_double): Likewise.
26555         (EXCEPTION_TESTS): Likewise.
26556         * math/libm-test.inc (test_exceptions): Only test exceptions if
26557         EXCEPTION_TESTS (FLOAT).
26559 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26561         * benchtests/Makefile (string-bench): Add strcpy_chk and
26562         stpcpy_chk.
26563         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26564         * benchtests/bench-stpcpy_chk.c: New file.
26565         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26566         * benchtests/bench-strcpy_chk.c: New file.
26567         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26568         code.
26569         (do_test): Likewise.
26571 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26573         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26574         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26575         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26576         with tabs where appropriate.
26577         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26578         dl-procinfo.h.
26579         [PPC_PLATFORM_PPC440]: Likewise.
26580         [PPC_PLATFORM_PPC464]: Likewise.
26581         [PPC_PLATFORM_PPC476]: Likewise.
26582         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26583         ppc464, and ppc476 platform strings merging from ports/
26584         dl-procinfo.h.
26586 2013-06-11  Andreas Schwab  <schwab@suse.de>
26588         [BZ #14991]
26589         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26590         (from_ucs4_idx): Regenerate.
26591         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26592         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26593         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26594         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26595         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26596         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26597         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26598         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26599         from FROM_LOOP and TO_LOOP specific macros.
26600         (BODY): Handle combining characters.
26601         * iconvdata/BIG5HKSCS.irreversible: Update.
26602         * iconvdata/BIG5HKSCS.precomposed: New file.
26603         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26604         characters.
26605         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26607 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26609         * include/sys/time.h: Fix indentation and add copyright header.
26611         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26612         (do_test): Likewise.
26613         * string/test-memchr.c (do_one_test): Likewise.
26614         (do_test): Likewise.
26615         * string/test-memcmp.c (do_one_test): Likewise.
26616         (do_test): Likewise.
26617         * string/test-memcpy.c (do_one_test): Likewise.
26618         (do_test): Likewise.
26619         * string/test-memmem.c (do_one_test): Likewise.
26620         (do_test): Likewise.
26621         (do_random_tests): Likewise.
26622         * string/test-memmove.c (do_one_test): Likewise.
26623         (do_test): Likewise.
26624         * string/test-memset.c (do_one_test): Likewise.
26625         (do_test): Likewise.
26626         * string/test-rawmemchr.c (do_one_test): Likewise.
26627         (do_test): Likewise.
26628         * string/test-strcasecmp.c (do_one_test): Likewise.
26629         (do_test): Likewise.
26630         * string/test-strcasestr.c (do_one_test): Likewise.
26631         (do_test): Likewise.
26632         * string/test-strcat.c (do_one_test): Likewise.
26633         (do_test): Likewise.
26634         * string/test-strchr.c (do_one_test): Likewise.
26635         (do_test): Likewise.
26636         * string/test-strcmp.c (do_one_test): Likewise.
26637         (do_test): Likewise.
26638         * string/test-strcpy.c (do_one_test): Likewise.
26639         (do_test): Likewise.
26640         * string/test-string.h: Likewise.
26641         (test_init): Likewise.
26642         * string/test-strlen.c (do_one_test): Likewise.
26643         (do_test): Likewise.
26644         * string/test-strncasecmp.c (do_one_test): Likewise.
26645         (do_test): Likewise.
26646         * string/test-strncat.c (do_one_test): Likewise.
26647         (do_test): Likewise.
26648         * string/test-strncmp.c (do_one_test): Likewise.
26649         (do_test_limit): Likewise.
26650         (do_test): Likewise.
26651         * string/test-strncpy.c (do_one_test): Likewise.
26652         (do_test): Likewise.
26653         * string/test-strnlen.c (do_one_test): Likewise.
26654         (do_test): Likewise.
26655         * string/test-strpbrk.c (do_one_test): Likewise.
26656         (do_test): Likewise.
26657         * string/test-strrchr.c (do_one_test): Likewise.
26658         (do_test): Likewise.
26659         * string/test-strspn.c (do_one_test): Likewise.
26660         (do_test): Likewise.
26661         * string/test-strstr.c (do_one_test): Likewise.
26662         (do_test): Likewise.
26664         * benchtests/Makefile (string-bench): Add string benchmarks.
26665         * benchtests/bench-bcopy-ifunc.c: New file.
26666         * benchtests/bench-bcopy.c: New file.
26667         * benchtests/bench-bzero-ifunc.c: New file.
26668         * benchtests/bench-bzero.c: New file.
26669         * benchtests/bench-memccpy-ifunc.c: New file.
26670         * benchtests/bench-memccpy.c: New file.
26671         * benchtests/bench-memchr-ifunc.c: New file.
26672         * benchtests/bench-memchr.c: New file.
26673         * benchtests/bench-memcmp-ifunc.c: New file.
26674         * benchtests/bench-memcmp.c: New file.
26675         * benchtests/bench-memmem-ifunc.c: New file.
26676         * benchtests/bench-memmem.c: New file.
26677         * benchtests/bench-memmove-ifunc.c: New file.
26678         * benchtests/bench-memmove.c: New file.
26679         * benchtests/bench-mempcpy-ifunc.c: New file.
26680         * benchtests/bench-mempcpy.c: New file.
26681         * benchtests/bench-memset-ifunc.c: New file.
26682         * benchtests/bench-memset.c: New file.
26683         * benchtests/bench-rawmemchr-ifunc.c: New file.
26684         * benchtests/bench-rawmemchr.c: New file.
26685         * benchtests/bench-stpcpy-ifunc.c: New file.
26686         * benchtests/bench-stpcpy.c: New file.
26687         * benchtests/bench-stpncpy-ifunc.c: New file.
26688         * benchtests/bench-stpncpy.c: New file.
26689         * benchtests/bench-strcasecmp-ifunc.c: New file.
26690         * benchtests/bench-strcasecmp.c: New file.
26691         * benchtests/bench-strcasestr-ifunc.c: New file.
26692         * benchtests/bench-strcasestr.c: New file.
26693         * benchtests/bench-strcat-ifunc.c: New file.
26694         * benchtests/bench-strcat.c: New file.
26695         * benchtests/bench-strchr-ifunc.c: New file.
26696         * benchtests/bench-strchr.c: New file.
26697         * benchtests/bench-strchrnul-ifunc.c: New file.
26698         * benchtests/bench-strchrnul.c: New file.
26699         * benchtests/bench-strcmp-ifunc.c: New file.
26700         * benchtests/bench-strcmp.c: New file.
26701         * benchtests/bench-strcpy-ifunc.c: New file.
26702         * benchtests/bench-strcpy.c: New file.
26703         * benchtests/bench-strcspn-ifunc.c: New file.
26704         * benchtests/bench-strcspn.c: New file.
26705         * benchtests/bench-strlen-ifunc.c: New file.
26706         * benchtests/bench-strlen.c: New file.
26707         * benchtests/bench-strncasecmp-ifunc.c: New file.
26708         * benchtests/bench-strncasecmp.c: New file.
26709         * benchtests/bench-strncat-ifunc.c: New file.
26710         * benchtests/bench-strncat.c: New file.
26711         * benchtests/bench-strncmp-ifunc.c: New file.
26712         * benchtests/bench-strncmp.c: New file.
26713         * benchtests/bench-strncpy-ifunc.c: New file.
26714         * benchtests/bench-strncpy.c: New file.
26715         * benchtests/bench-strnlen-ifunc.c: New file.
26716         * benchtests/bench-strnlen.c: New file.
26717         * benchtests/bench-strpbrk-ifunc.c: New file.
26718         * benchtests/bench-strpbrk.c: New file.
26719         * benchtests/bench-strrchr-ifunc.c: New file.
26720         * benchtests/bench-strrchr.c: New file.
26721         * benchtests/bench-strspn-ifunc.c: New file.
26722         * benchtests/bench-strspn.c: New file.
26723         * benchtests/bench-strstr-ifunc.c: New file.
26724         * benchtests/bench-strstr.c: New file.
26726         * benchtests/Makefile: Disable parallel execution of targets.
26727         (string-bench): Add memcpy.
26728         (benchset): New variable to store a list of benchmark sets.
26729         (bench-func): Renamed from bench.
26730         (bench-set): New target.
26731         (bench): Depend on bench-func and bench-set.
26732         * benchtests/README: Add section on benchmark sets.
26733         * benchtests/bench-memcpy-ifunc.c: New file.
26734         * benchtests/bench-memcpy.c: New file.
26735         * benchtests/bench-string.h: New file.
26737 2013-06-11  Andreas Schwab  <schwab@suse.de>
26739         [BZ #15577]
26740         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26741         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26742         values in the triple.
26743         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26744         terminator in the group key.
26746 2013-06-11  Andreas Jaeger  <aj@suse.de>
26748         * po/zh_TW.po: Update Chinese (traditional) translation from
26749         translation project.
26751 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26753         * include/time.h (__clock_gettime): Add libc_hidden_proto.
26754         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26755         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
26756         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26757         (clock_getcpuclockid): Likewise.
26758         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26759         Add weak_alias and libc_hidden_def.
26760         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26761         * rt/clock_gettime.c (clock_gettime): Rename to
26762         __clock_gettime.  Add weak_alias and libc_hidden_def.
26763         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26764         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26765         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
26766         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26767         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26768         Likewise.
26769         * rt/clock_settime.c (clock_settime): Rename to
26770         __clock_settime.  Add weak_alias and libc_hidden_def.
26771         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26773 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
26775         * mach/err_boot.sub: Remove trailing whitespace.
26776         * mach/err_ipc.sub: Likewise.
26777         * mach/err_mach.sub: Likewise.
26779         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26780         (ROUNDING_TESTS_double): Likewise.
26781         (ROUNDING_TESTS_long_double): Likewise.
26782         (ROUNDING_TESTS): Likewise.
26783         * math/libm-test.inc: Include <math-tests.h>.
26784         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26785         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26786         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26787         (IF_ROUND_INIT_FE_UPWARD): Likewise.
26789 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26791         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26792         of assigning.
26794 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
26796         * sysdeps/gnu/errlist.awk: Do not generate space at end of
26797         otherwise empty TRANS lines.
26798         * sysdeps/gnu/errlist.c: Regenerated.
26800         * catgets/gencat.c (error_print): Use (void) in function
26801         definition.
26802         * crypt/crypt_util.c (__init_des): Likewise.
26803         * crypt/speeds.c (Stop): Likewise.
26804         (main): Likewise.
26805         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26806         * inet/ruserpass.c (token): Likewise.
26807         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26808         * intl/localealias.c (extend_alias_table): Likewise.
26809         * intl/plural-exp.c (init_germanic_plural): Likewise.
26810         * libio/fcloseall.c (__fcloseall): Likewise.
26811         * libio/genops.c (_IO_flush_all): Likewise.
26812         (_IO_flush_all_linebuffered): Likewise.
26813         (_IO_cleanup): Likewise.
26814         (_IO_iter_begin): Likewise.
26815         (_IO_iter_end): Likewise.
26816         (_IO_list_lock): Likewise.
26817         (_IO_list_unlock): Likewise.
26818         (_IO_list_resetlock): Likewise.
26819         * libio/getchar.c (getchar): Likewise.
26820         * libio/getchar_u.c (getchar_unlocked): Likewise.
26821         * libio/getwchar.c (getwchar): Likewise.
26822         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26823         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26824         * login/getpt.c (__getpt): Likewise.
26825         * login/tst-utmp.c (main): Likewise.
26826         * malloc/hooks.c (__malloc_check_init): Likewise.
26827         * malloc/malloc.c (__malloc_stats): Likewise.
26828         * malloc/mtrace.c (tr_break): Likewise.
26829         (mtrace): Likewise.
26830         (muntrace): Likewise.
26831         * misc/fstab.c (endfsent): Likewise.
26832         * misc/getclktck.c (__getclktck): Likewise.
26833         * misc/getdtsz.c (__getdtablesize): Likewise.
26834         * misc/gethostid.c (gethostid): Likewise.
26835         * misc/getpagesize.c (__getpagesize): Likewise.
26836         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26837         (__get_nprocs): Likewise.
26838         (__get_phys_pages): Likewise.
26839         (__get_avphys_pages): Likewise.
26840         * misc/getttyent.c (getttyent): Likewise.
26841         (setttyent): Likewise.
26842         (endttyent): Likewise.
26843         * misc/getusershell.c (getusershell): Likewise.
26844         (endusershell): Likewise.
26845         (setusershell): Likewise.
26846         (initshells): Likewise.
26847         * misc/hsearch.c (__hdestroy): Likewise.
26848         * misc/sync.c (sync): Likewise.
26849         * misc/syslog.c (closelog_internal): Likewise.
26850         (closelog): Likewise.
26851         * misc/ttyslot.c (ttyslot): Likewise.
26852         * misc/vhangup.c (vhangup): Likewise.
26853         * posix/fork.c (__fork): Likewise.
26854         * posix/getegid.c (__getegid): Likewise.
26855         * posix/geteuid.c (__geteuid): Likewise.
26856         * posix/getgid.c (__getgid): Likewise.
26857         * posix/getpid.c (__getpid): Likewise.
26858         * posix/getppid.c (__getppid): Likewise.
26859         * posix/getuid.c (__getuid): Likewise.
26860         * posix/pause.c (pause): Likewise.
26861         * posix/setpgrp.c (setpgrp): Likewise.
26862         * posix/setsid.c (__setsid): Likewise.
26863         * posix/test-vfork.c (noop): Likewise.
26864         * resolv/gethnamaddr.c (_endhtent): Likewise.
26865         (_gethtent): Likewise.
26866         (ht_endhostent): Likewise.
26867         (gethostent): Likewise.
26868         (dns_service): Likewise.
26869         * stdlib/drand48.c (drand48): Likewise.
26870         * stdlib/lrand48.c (lrand48): Likewise.
26871         * stdlib/mrand48.c (mrand48): Likewise.
26872         * stdlib/rand.c (rand): Likewise.
26873         * stdlib/random.c (__random): Likewise.
26874         * stdlib/setenv.c (clearenv): Likewise.
26875         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26876         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26877         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26878         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26879         (__get_nprocs): Likewise.
26880         (__get_phys_pages): Likewise.
26881         (__get_avphys_pages): Likewise.
26882         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26883         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26884         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26885         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26886         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26887         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26888         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26889         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26890         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26891         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26892         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26893         * sysdeps/mach/hurd/sync.c (sync): Likewise.
26894         * sysdeps/posix/clock.c (clock): Likewise.
26895         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26896         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26897         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26898         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26899         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26900         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26901         (__get_nprocs_conf): Likewise.
26902         (__get_phys_pages): Likewise.
26903         (__get_avphys_pages): Likewise.
26904         * time/clock.c (clock): Likewise.
26905         * time/tzset.c (__tzname_max): Likewise.
26907 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
26909         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26910         (__bswap_32): Do not use "register".
26911         * crypt/crypt.c (_ufc_doit_r): Likewise.
26912         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26913         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26914         * gmon/gmon.c (__monstartup): Likewise.
26915         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26916         * hurd/hurdmalloc.c (more_memory): Likewise.
26917         (malloc): Likewise.
26918         (free): Likewise.
26919         (realloc): Likewise.
26920         (malloc_fork_prepare): Likewise.
26921         (malloc_fork_parent): Likewise.
26922         (malloc_fork_child): Likewise.
26923         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26924         (_svcauth_des): Likewise.
26925         * inet/inet_lnaof.c (inet_lnaof): Likewise.
26926         * inet/inet_net.c (inet_network): Likewise.
26927         * inet/inet_netof.c (inet_netof): Likewise.
26928         * inet/rcmd.c (__validuser2_sa): Likewise.
26929         * io/fts.c (fts_open): Likewise.
26930         (fts_load): Likewise.
26931         (fts_close): Likewise.
26932         (fts_read): Likewise.
26933         (fts_children): Likewise.
26934         (fts_build): Likewise.
26935         (fts_stat): Likewise.
26936         (fts_sort): Likewise.
26937         (fts_alloc): Likewise.
26938         (fts_lfree): Likewise.
26939         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26940         (_IO_file_xsgetn): Likewise.
26941         (_IO_file_xsgetn_mmap): Likewise.
26942         * libio/iofopncook.c (_IO_cookie_read): Likewise.
26943         (_IO_cookie_write): Likewise.
26944         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26945         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26946         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26947         * malloc/obstack.c (_obstack_begin): Likewise.
26948         (_obstack_begin_1): Likewise.
26949         (_obstack_newchunk): Likewise.
26950         (_obstack_allocated_p): Likewise.
26951         (obstack_free): Likewise.
26952         (_obstack_memory_used): Likewise.
26953         * misc/getttyent.c (getttynam): Likewise.
26954         (getttyent): Likewise.
26955         (skip): Likewise.
26956         (value): Likewise.
26957         * misc/getusershell.c (initshells): Likewise.
26958         * misc/syslog.c (__vsyslog_chk): Likewise.
26959         * misc/ttyslot.c (ttyslot): Likewise.
26960         * nis/nis_hash.c (__nis_hash): Likewise.
26961         * posix/fnmatch_loop.c (FCT): Likewise.
26962         * posix/getconf.c (print_all): Likewise.
26963         (main): Likewise.
26964         * posix/getopt.c (exchange): Likewise.
26965         * posix/glob.c (globfree): Likewise.
26966         (prefix_array): Likewise.
26967         (__glob_pattern_type): Likewise.
26968         * resolv/arpa/nameser.h (NS_GET16): Likewise.
26969         (NS_GET32): Likewise.
26970         (NS_PUT16): Likewise.
26971         (NS_PUT32): Likewise.
26972         * resolv/gethnamaddr.c (getanswer): Likewise.
26973         (gethostbyname2): Likewise.
26974         (gethostbyaddr): Likewise.
26975         (_gethtent): Likewise.
26976         (_gethtbyname2): Likewise.
26977         (_gethtbyaddr): Likewise.
26978         * resolv/ns_print.c (dst_s_get_int16): Likewise.
26979         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26980         * resolv/res_init.c (__res_vinit): Likewise.
26981         (net_mask): Likewise.
26982         * resolv/res_mkquery.c (outchar): Likewise.
26983         (PRINT): Likewise.
26984         * stdio-common/printf_fp.c (outchar): Likewise.
26985         (PRINT): Likewise.
26986         * stdio-common/printf_fphex.c (outchar): Likewise.
26987         (PRINT): Likewise.
26988         * stdio-common/printf_size.c (outchar): Likewise.
26989         (PRINT): Likewise.
26990         * stdio-common/test_rdwr.c (main): Likewise.
26991         * stdio-common/tfformat.c (matches): Likewise.
26992         * stdio-common/vfprintf.c (outchar): Likewise.
26993         (printf_unknown): Likewise.
26994         (buffered_vfprintf): Likewise.
26995         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26996         * stdio-common/xbug.c (AppendToBuffer): Likewise.
26997         (ReadFile): Likewise.
26998         * stdlib/qsort.c (SWAP): Likewise.
26999         (_quicksort): Likewise.
27000         * stdlib/setenv.c (__add_to_environ): Likewise.
27001         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27002         * stdlib/strtol_l.c (__strtol_l): Likewise.
27003         * stdlib/tst-strtod.c (main): Likewise.
27004         * stdlib/tst-strtol.c (main): Likewise.
27005         * stdlib/tst-strtoll.c (main): Likewise.
27006         * string/bits/string2.h (__strcmp_cc): Likewise.
27007         (__strcmp_cg): Likewise.
27008         (__strcspn_c1): Likewise.
27009         (__strcspn_c2): Likewise.
27010         (__strcspn_c3): Likewise.
27011         (__strspn_c1): Likewise.
27012         (__strspn_c2): Likewise.
27013         (__strspn_c3): Likewise.
27014         (__strsep_1c): Likewise.
27015         (__strsep_2c): Likewise.
27016         (__strsep_3c): Likewise.
27017         * string/memccpy.c (__memccpy): Likewise.
27018         * string/stpcpy.c (__stpcpy): Likewise.
27019         * string/strcmp.c (strcmp): Likewise.
27020         * string/strrchr.c (strrchr): Likewise.
27021         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27022         Likewise.
27023         * sysdeps/mach/hurd/getcwd.c
27024         (_hurd_canonicalize_directory_name_internal): Likewise.
27025         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27026         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27027         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27028         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27029         Likewise, in both definitions.
27030         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27031         definitions.
27032         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27033         64] (__bswap_64): Likewise.
27034         * time/test_time.c (main): Likewise.
27035         * time/tzfile.c (__tzfile_read): Likewise.
27036         (__tzfile_compute): Likewise.
27037         * time/tzset.c (__tzset_parse_tz): Likewise.
27038         (tzset_internal): Likewise.
27039         (compute_change): Likewise.
27040         * wcsmbs/wcscat.c (__wcscat): Likewise.
27041         * wcsmbs/wcschr.c (wcschr): Likewise.
27042         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27043         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27044         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27045         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27046         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27047         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27048         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27049         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27050         * wcsmbs/wmemset.c (wmemset): Likewise.
27052 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27054         * scripts/config.guess: Update to version 2013-05-16.
27055         * scripts/config.sub: Update to version 2013-04-24.
27056         * scripts/install-sh: Update to version 2011-11-20.07.
27057         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27058         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27060 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27062         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27063         * elf/sln.c: Likewise.
27064         * hurd/hurd/ioctl.h: Likewise.
27065         * hurd/hurdmalloc.c: Likewise.
27066         * hurd/xattr.c: Likewise.
27067         * include/shlib-compat.h: Likewise.
27068         * inet/ruserpass.c: Likewise.
27069         * libio/iofgets_u.c: Likewise.
27070         * libio/iofgetws_u.c: Likewise.
27071         * locale/programs/ld-identification.c: Likewise.
27072         * locale/programs/ld-time.c: Likewise.
27073         * mach/msg-destroy.c: Likewise.
27074         * nss/nss_files/files-netgrp.c: Likewise.
27075         * resolv/res_data.c: Likewise.
27076         * soft-fp/op-1.h: Likewise.
27077         * soft-fp/op-2.h: Likewise.
27078         * soft-fp/op-4.h: Likewise.
27079         * soft-fp/op-common.h: Likewise.
27080         * stdio-common/printf_fphex.c: Likewise.
27081         * stdlib/strtod_l.c: Likewise.
27082         * sunrpc/rpc/clnt.h: Likewise.
27083         * sysdeps/generic/framestate.c: Likewise.
27084         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27085         * sysdeps/i386/bsd-setjmp.S: Likewise.
27086         * sysdeps/i386/__longjmp.S: Likewise.
27087         * sysdeps/i386/setjmp.S: Likewise.
27088         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27089         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27090         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27091         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27092         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27093         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27094         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27095         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27096         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27097         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27098         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27099         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27100         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27101         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27102         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27103         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27104         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27105         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27106         * sysdeps/ieee754/support.c: Likewise.
27107         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27108         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27109         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27110         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27111         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27112         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27113         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27114         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27115         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27116         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27117         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27118         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27119         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27120         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27121         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27122         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27123         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27126 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27128         * posix/transbug.c: Remove executable mode.
27130 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27132         * crypt/speeds.c: Remove trailing whitespace.
27133         * dlfcn/default.c: Likewise.
27134         * elf/ifuncdep2.c: Likewise.
27135         * elf/ifuncmain1.c: Likewise.
27136         * elf/ifuncmain1vis.c: Likewise.
27137         * elf/testobj.h: Likewise.
27138         * elf/tst-stackguard1.c: Likewise.
27139         * gmon/sys/gmon.h: Likewise.
27140         * hurd/hurdmsg.c: Likewise.
27141         * hurd/new-fd.c: Likewise.
27142         * hurd/ports-get.c: Likewise.
27143         * iconvdata/ibm1008_420.c: Likewise.
27144         * inet/tst-getni1.c: Likewise.
27145         * inet/tst-getni2.c: Likewise.
27146         * libio/ioungetc.c: Likewise.
27147         * libio/wfiledoalloc.c: Likewise.
27148         * manual/libm-err-tab.pl: Likewise.
27149         * math/w_dremf.c: Likewise.
27150         * misc/ftruncate.c: Likewise.
27151         * posix/bug-glob2.c: Likewise.
27152         * posix/tst-pcre.c: Likewise.
27153         * posix/wait4.c: Likewise.
27154         * resolv/README: Likewise.
27155         * resolv/res_debug.h: Likewise.
27156         * resolv/tst-inet_ntop.c: Likewise.
27157         * setjmp/bug269-setjmp.c: Likewise.
27158         * soft-fp/extended.h: Likewise.
27159         * soft-fp/op-1.h: Likewise.
27160         * soft-fp/op-2.h: Likewise.
27161         * soft-fp/op-4.h: Likewise.
27162         * soft-fp/op-8.h: Likewise.
27163         * soft-fp/testit.c: Likewise.
27164         * stdio-common/bug16.c: Likewise.
27165         * stdlib/random.c: Likewise.
27166         * sunrpc/rpcsvc/rquota.x: Likewise.
27167         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27168         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27169         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27170         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27171         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27172         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27173         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27174         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27175         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27176         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27177         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27178         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27179         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27180         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27181         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27182         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27183         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27184         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27185         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27186         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27187         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27188         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27189         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27190         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27191         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27192         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27193         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27194         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27195         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27196         * sysdeps/ieee754/s_lib_version.c: Likewise.
27197         * sysdeps/mach/hurd/check_fds.c: Likewise.
27198         * sysdeps/mach/hurd/getsockname.c: Likewise.
27199         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27200         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27201         * sysdeps/powerpc/bits/link.h: Likewise.
27202         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27203         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27204         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27205         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27206         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27207         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27208         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27209         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27210         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27211         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27212         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27213         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27214         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27215         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27216         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27217         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27218         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27219         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27220         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27221         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27222         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27223         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27224         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27225         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27226         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27227         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27228         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27229         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27230         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27231         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27232         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27233         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27234         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27235         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27236         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27237         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27238         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27239         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27240         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27241         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27242         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27243         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27244         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27245         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27246         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27247         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27248         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27249         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27250         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27251         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27252         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27253         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27254         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27255         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27256         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27257         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27258         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27259         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27260         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27261         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27262         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27263         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27264         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27265         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27266         * sysdeps/powerpc/sysdep.h: Likewise.
27267         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27268         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27269         * sysdeps/sh/dl-trampoline.S: Likewise.
27270         * sysdeps/sh/memset.S: Likewise.
27271         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27272         * sysdeps/sh/strlen.S: Likewise.
27273         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27274         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27275         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27276         * sysdeps/sparc/sparc32/rem.S: Likewise.
27277         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27278         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27279         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27280         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27281         * sysdeps/sparc/sparc32/urem.S: Likewise.
27282         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27283         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27284         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27285         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27286         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27287         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27288         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27289         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27290         * sysdeps/unix/bsd/times.c: Likewise.
27291         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27292         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27293         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27296         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27297         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27298         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27299         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27300         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27301         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27302         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27303         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27304         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27305         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27306         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27307         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27308         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27309         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27310         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27311         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27312         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27313         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27314         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27315         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27316         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27317         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27318         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27319         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27320         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27321         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27322         * sysdeps/x86_64/strcspn.S: Likewise.
27324 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27326         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27327         generated file.  Regenerate properly from gen-translit.pl.
27328         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27329         locale/C-translit.h.
27331 2013-06-05  Andreas Schwab  <schwab@suse.de>
27333         [BZ #15100]
27334         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27335         week as 6 instead of -1.
27336         * time/tst-strptime.c (day_tests): Add test case.
27338 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27340         * sysdeps/generic/math_private.h
27341         (libc_feholdexcept_setround_53bit): Replace with
27342         libc_feholdsetround_53bit.
27343         (libc_feupdateenv_53bit): Replace with
27344         libc_feresetround_53bit.
27345         (SET_RESTORE_ROUND_53BIT): Adjust.
27347 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27349         * string/test-strchrnul.c: Add copyright header.
27351         * posix/tst-getaddrinfo4.c: Increase test timeout.
27353 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27355         [BZ #15536]
27356         * math/libm-test.inc (MAX_EXP): Remove
27357         (MIN_EXP): Define.
27358         (ulp): Use MIN_EXP - MANT_DIG.
27359         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27361 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27363         * po/be.po: Revert last change.
27364         * po/zh_CN.po: Likewise.
27365         * po/header.pot: Likewise.
27367 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27369         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27370         link-libc-deps to empty as target-specific variable.
27371         * Makerules (link-libc-args): New variable.
27372         (libc-for-link): Likewise.
27373         (link-libc-deps): Likewise.
27374         (lib%.so): Depend on $(link-libc-deps).  Link with
27375         $(link-libc-args).
27376         (build-module): Link with $(link-libc-args).
27377         (build-module-asneeded): Likewise.
27378         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27379         list of objects.
27380         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27381         target-specific variable.
27382         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27383         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27384         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27385         libc.
27386         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27387         libc and ld.so.
27388         ($(objpfx)libpcprofile.so): Likewise.
27389         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27390         libc_nonshared.a.
27391         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27392         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27393         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27394         $(link-libc-deps).
27395         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27396         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27397         * login/Makefile ($(objpfx)libutil.so): Likewise.
27398         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27399         * math/Makefile ($(objpfx)libm.so): Likewise.
27400         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27401         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27402         variable instead of depending directly on libc.
27403         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27404         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27405         $(link-libc-deps).
27406         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27407         libc.
27408         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27409         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27410         ($(objpfx)libanl.so): Likewise.
27411         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27412         ld.so.
27413         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27414         $(link-libc-deps).
27415         * sysdeps/i386/fpu/Makefile: Remove file.
27416         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27417         ($(objpfx)libm.so): Remove dependency on ld.so.
27419 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27421         [BZ # 15553]
27422         * nis/yp_xdr.c (XDRMAXNAME): Define.
27423         (XDRMAXRECORD): Define.
27424         (xdr_domainname): Use XDRMAXNAME.
27425         (xdr_mapname): Likewise.
27426         (xdr_peername): Likewise.
27427         (xdr_keydat): Use XDRMAXRECORD.
27428         (xdr_valdat): Likewise.
27430 2013-05-30  Jeff Law  <law@redhat.com>
27432         [BZ #14256]
27433         * manual/errno.texi (ESTALE): Update to account for more than
27434         just NFS file systems.
27435         * sysdeps/gnu/errlist.c: Regenerated.
27437 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27439         [BZ #15465]
27440         * elf/Makefile (tests): Add tst-null-argv.
27441         (modules-names):  Add tst-null-argv-lib.
27442         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27443         (tst-null-argv-ENV): Set environment for tst-null-argv.
27444         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27445         (RTLD_PROGNAME): New macro.
27446         * elf/tst-null-argv.c: New test case.
27447         * elf/tst-null-argv-lib.c: Library for test case.
27448         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27449         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27450         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27451         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27452         * elf/dl-init.c (call_init): Likewise.
27453         (_dl_init): Likewise.
27454         * elf/dl-load.c (print_search_path): Likewise.
27455         (_dl_map_object): Likewise.
27456         * elf/dl-lookup.c (do_lookup_x): Likewise.
27457         (add_dependency): Likewise.
27458         (_dl_lookup_symbol_x): Likewise.
27459         (_dl_debug_bindings): Likewise.
27460         * elf/dl-open.c (_dl_show_scope): Likewise.
27461         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27462         * elf/dl-version.c (match_symbol): Likewise.
27463         (_dl_check_map_versions): Likewise.
27464         * elf/rtld.c (dl_main): Likewise.
27465         (print_unresolved): Use RTLD_PROGNAME.
27466         (print_missing_version): Likewise.
27467         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27468         (elf_machine_rela): Likewise.
27469         * sysdeps/powerpc/powerpc32/dl-machine.c
27470         (__process_machine_rela): Likewise.
27471         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27472         Likewise.
27473         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27474         Likewise.
27475         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27476         Likewise.
27477         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27478         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27479         Likewise.
27480         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27481         Likewise.
27482         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27484 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27486         * po/be.po: Add descriptive title.
27487         * po/zh_CN.po: Likewise.
27488         * po/header.pot: Likewise.
27490 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27492         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27493         error message.
27494         (enlarge_archive): Likewise.
27496 2013-05-28  Ben North  <ben@redfrontdoor.org>
27498         * manual/arith.texi (frexp): It is the magnitude of the return
27499         value which lies in [0.5, 1), not the return value itself.
27501 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27503         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27505 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27507         * stdio-common/bug26.c (main): Correct fscanf template.
27509         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27510         declare _dl_skip_args.
27512         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27513         Don't declare.
27515         * manual/platform.texi: Add missing @end deftypefun.
27517 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27519         [BZ #15529]
27520         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27521         bit of mantissa of 2^16382.
27522         * math/libm-test.inc (hypot_test_data): Add more tests.
27524         * math/libm-test.inc: Add drem and pow10 to list of tested
27525         functions.
27526         (pow10_test): New function.
27527         (drem_test): Likewise.
27528         (drem_test_tonearest): Likewise.
27529         (drem_test_towardzero): Likewise.
27530         (drem_test_downward): Likewise.
27531         (drem_test_upward): Likewise.
27532         (main): Call the new functions.
27534         * math/libm-test.inc (finite_test_data): Remove.
27535         (finite_test): Run tests from isfinite_test_data.
27536         (gamma_test_data): Remove.
27537         (gamma_test): Run tests from lgamma_test_data.
27538         * sysdeps/i386/fpu/libm-test-ulps: Update.
27539         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27541 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27543         * manual/platform.texi: Add PowerPC PPR function set documentation.
27544         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27545         implementation.
27547 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27549         * math/libm-test.inc (MAX_EXP): Define.
27550         (ULPDIFF): Define.
27551         (ulp): New function.
27552         (check_float_internal): Use ULPDIFF.
27553         (cpow_test): Disable failing test.
27554         (check_ulp): Test ulp() implemetnation.
27555         (main): Call check_ulp before starting tests.
27557 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27559         * math/gen-libm-test.pl (generate_testfile): Do not handle
27560         START_DATA and END_DATA.
27561         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27562         END_DATA.
27563         (acos_tonearest_test_data): Likewise.
27564         (acos_towardzero_test_data): Likewise.
27565         (acos_downward_test_data): Likewise.
27566         (acos_upward_test_data): Likewise.
27567         (acosh_test_data): Likewise.
27568         (asin_test_data): Likewise.
27569         (asin_tonearest_test_data): Likewise.
27570         (asin_towardzero_test_data): Likewise.
27571         (asin_downward_test_data): Likewise.
27572         (asin_upward_test_data): Likewise.
27573         (asinh_test_data): Likewise.
27574         (atan_test_data): Likewise.
27575         (atanh_test_data): Likewise.
27576         (atan2_test_data): Likewise.
27577         (cabs_test_data): Likewise.
27578         (cacos_test_data): Likewise.
27579         (cacosh_test_data): Likewise.
27580         (carg_test_data): Likewise.
27581         (casin_test_data): Likewise.
27582         (casinh_test_data): Likewise.
27583         (catan_test_data): Likewise.
27584         (catanh_test_data): Likewise.
27585         (cbrt_test_data): Likewise.
27586         (ccos_test_data): Likewise.
27587         (ccosh_test_data): Likewise.
27588         (ceil_test_data): Likewise.
27589         (cexp_test_data): Likewise.
27590         (cimag_test_data): Likewise.
27591         (clog_test_data): Likewise.
27592         (clog10_test_data): Likewise.
27593         (conj_test_data): Likewise.
27594         (copysign_test_data): Likewise.
27595         (cos_test_data): Likewise.
27596         (cos_tonearest_test_data): Likewise.
27597         (cos_towardzero_test_data): Likewise.
27598         (cos_downward_test_data): Likewise.
27599         (cos_upward_test_data): Likewise.
27600         (cosh_test_data): Likewise.
27601         (cosh_tonearest_test_data): Likewise.
27602         (cosh_towardzero_test_data): Likewise.
27603         (cosh_downward_test_data): Likewise.
27604         (cosh_upward_test_data): Likewise.
27605         (cpow_test_data): Likewise.
27606         (cproj_test_data): Likewise.
27607         (creal_test_data): Likewise.
27608         (csin_test_data): Likewise.
27609         (csinh_test_data): Likewise.
27610         (csqrt_test_data): Likewise.
27611         (ctan_test_data): Likewise.
27612         (ctan_tonearest_test_data): Likewise.
27613         (ctan_towardzero_test_data): Likewise.
27614         (ctan_downward_test_data): Likewise.
27615         (ctan_upward_test_data): Likewise.
27616         (ctanh_test_data): Likewise.
27617         (ctanh_tonearest_test_data): Likewise.
27618         (ctanh_towardzero_test_data): Likewise.
27619         (ctanh_downward_test_data): Likewise.
27620         (ctanh_upward_test_data): Likewise.
27621         (erf_test_data): Likewise.
27622         (erfc_test_data): Likewise.
27623         (exp_test_data): Likewise.
27624         (exp_tonearest_test_data): Likewise.
27625         (exp_towardzero_test_data): Likewise.
27626         (exp_downward_test_data): Likewise.
27627         (exp_upward_test_data): Likewise.
27628         (exp10_test_data): Likewise.
27629         (exp2_test_data): Likewise.
27630         (expm1_test_data): Likewise.
27631         (fabs_test_data): Likewise.
27632         (fdim_test_data): Likewise.
27633         (finite_test_data): Likewise.
27634         (floor_test_data): Likewise.
27635         (fma_test_data): Likewise.
27636         (fma_towardzero_test_data): Likewise.
27637         (fma_downward_test_data): Likewise.
27638         (fma_upward_test_data): Likewise.
27639         (fmax_test_data): Likewise.
27640         (fmin_test_data): Likewise.
27641         (fmod_test_data): Likewise.
27642         (fpclassify_test_data): Likewise.
27643         (frexp_test_data): Likewise.
27644         (gamma_test_data): Likewise.
27645         (hypot_test_data): Likewise.
27646         (ilogb_test_data): Likewise.
27647         (isfinite_test_data): Likewise.
27648         (isgreater_test_data): Likewise.
27649         (isgreaterequal_test_data): Likewise.
27650         (isinf_test_data): Likewise.
27651         (isless_test_data): Likewise.
27652         (islessequal_test_data): Likewise.
27653         (islessgreater_test_data): Likewise.
27654         (isnan_test_data): Likewise.
27655         (isnormal_test_data): Likewise.
27656         (issignaling_test_data): Likewise.
27657         (isunordered_test_data): Likewise.
27658         (j0_test_data): Likewise.
27659         (j1_test_data): Likewise.
27660         (jn_test_data): Likewise.
27661         (ldexp_test_data): Likewise.
27662         (lgamma_test_data): Likewise.
27663         (lrint_test_data): Likewise.
27664         (lrint_tonearest_test_data): Likewise.
27665         (lrint_towardzero_test_data): Likewise.
27666         (lrint_downward_test_data): Likewise.
27667         (lrint_upward_test_data): Likewise.
27668         (llrint_test_data): Likewise.
27669         (llrint_tonearest_test_data): Likewise.
27670         (llrint_towardzero_test_data): Likewise.
27671         (llrint_downward_test_data): Likewise.
27672         (llrint_upward_test_data): Likewise.
27673         (log_test_data): Likewise.
27674         (log10_test_data): Likewise.
27675         (log1p_test_data): Likewise.
27676         (log2_test_data): Likewise.
27677         (logb_test_data): Likewise.
27678         (logb_downward_test_data): Likewise.
27679         (lround_test_data): Likewise.
27680         (llround_test_data): Likewise.
27681         (modf_test_data): Likewise.
27682         (nearbyint_test_data): Likewise.
27683         (nextafter_test_data): Likewise.
27684         (nexttoward_test_data): Likewise.
27685         (pow_test_data): Likewise.
27686         (pow_tonearest_test_data): Likewise.
27687         (pow_towardzero_test_data): Likewise.
27688         (pow_downward_test_data): Likewise.
27689         (pow_upward_test_data): Likewise.
27690         (remainder_test_data): Likewise.
27691         (remainder_tonearest_test_data): Likewise.
27692         (remainder_towardzero_test_data): Likewise.
27693         (remainder_downward_test_data): Likewise.
27694         (remainder_upward_test_data): Likewise.
27695         (remquo_test_data): Likewise.
27696         (rint_test_data): Likewise.
27697         (rint_tonearest_test_data): Likewise.
27698         (rint_towardzero_test_data): Likewise.
27699         (rint_downward_test_data): Likewise.
27700         (rint_upward_test_data): Likewise.
27701         (round_test_data): Likewise.
27702         (scalb_test_data): Likewise.
27703         (scalbn_test_data): Likewise.
27704         (scalbln_test_data): Likewise.
27705         (signbit_test_data): Likewise.
27706         (sin_test_data): Likewise.
27707         (sin_tonearest_test_data): Likewise.
27708         (sin_towardzero_test_data): Likewise.
27709         (sin_downward_test_data): Likewise.
27710         (sin_upward_test_data): Likewise.
27711         (sincos_test_data): Likewise.
27712         (sinh_test_data): Likewise.
27713         (sinh_tonearest_test_data): Likewise.
27714         (sinh_towardzero_test_data): Likewise.
27715         (sinh_downward_test_data): Likewise.
27716         (sinh_upward_test_data): Likewise.
27717         (sqrt_test_data): Likewise.
27718         (tan_test_data): Likewise.
27719         (tan_tonearest_test_data): Likewise.
27720         (tan_towardzero_test_data): Likewise.
27721         (tan_downward_test_data): Likewise.
27722         (tan_upward_test_data): Likewise.
27723         (tanh_test_data): Likewise.
27724         (tgamma_test_data): Likewise.
27725         (trunc_test_data): Likewise.
27726         (y0_test_data): Likewise.
27727         (y1_test_data): Likewise.
27728         (yn_test_data): Likewise.
27729         (significand_test_data): Likewise.
27731         * math/gen-libm-test.pl (@functions): Remove variable.
27732         (generate_testfile): Don't handle START and END lines.
27733         * math/libm-test.inc (START): New macro.
27734         (END): Likewise.
27735         (END_COMPLEX): Likewise.
27736         (acos_test): Use END macro without arguments.
27737         (acos_test_tonearest): Likewise.
27738         (acos_test_towardzero): Likewise.
27739         (acos_test_downward): Likewise.
27740         (acos_test_upward): Likewise.
27741         (acosh_test): Likewise.
27742         (asin_test): Likewise.
27743         (asin_test_tonearest): Likewise.
27744         (asin_test_towardzero): Likewise.
27745         (asin_test_downward): Likewise.
27746         (asin_test_upward): Likewise.
27747         (asinh_test): Likewise.
27748         (atan_test): Likewise.
27749         (atanh_test): Likewise.
27750         (atan2_test): Likewise.
27751         (cabs_test): Likewise.
27752         (cacos_test): Use END_COMPLEX macro without arguments.
27753         (cacosh_test): Likewise.
27754         (carg_test): Use END macro without arguments.
27755         (casin_test): Use END_COMPLEX macro without arguments.
27756         (casinh_test): Likewise.
27757         (catan_test): Likewise.
27758         (catanh_test): Likewise.
27759         (cbrt_test): Use END macro without arguments.
27760         (ccos_test): Use END_COMPLEX macro without arguments.
27761         (ccosh_test): Likewise.
27762         (ceil_test): Use END macro without arguments.
27763         (cexp_test): Use END_COMPLEX macro without arguments.
27764         (cimag_test): Use END macro without arguments.
27765         (clog_test): Use END_COMPLEX macro without arguments.
27766         (clog10_test): Likewise.
27767         (conj_test): Likewise.
27768         (copysign_test): Use END macro without arguments.
27769         (cos_test): Likewise.
27770         (cos_test_tonearest): Likewise.
27771         (cos_test_towardzero): Likewise.
27772         (cos_test_downward): Likewise.
27773         (cos_test_upward): Likewise.
27774         (cosh_test): Likewise.
27775         (cosh_test_tonearest): Likewise.
27776         (cosh_test_towardzero): Likewise.
27777         (cosh_test_downward): Likewise.
27778         (cosh_test_upward): Likewise.
27779         (cpow_test): Use END_COMPLEX macro without arguments.
27780         (cproj_test): Likewise.
27781         (creal_test): Use END macro without arguments.
27782         (csin_test): Use END_COMPLEX macro without arguments.
27783         (csinh_test): Likewise.
27784         (csqrt_test): Likewise.
27785         (ctan_test): Likewise.
27786         (ctan_test_tonearest): Likewise.
27787         (ctan_test_towardzero): Likewise.
27788         (ctan_test_downward): Likewise.
27789         (ctan_test_upward): Likewise.
27790         (ctanh_test): Likewise.
27791         (ctanh_test_tonearest): Likewise.
27792         (ctanh_test_towardzero): Likewise.
27793         (ctanh_test_downward): Likewise.
27794         (ctanh_test_upward): Likewise.
27795         (erf_test): Use END macro without arguments.
27796         (erfc_test): Likewise.
27797         (exp_test): Likewise.
27798         (exp_test_tonearest): Likewise.
27799         (exp_test_towardzero): Likewise.
27800         (exp_test_downward): Likewise.
27801         (exp_test_upward): Likewise.
27802         (exp10_test): Likewise.
27803         (exp2_test): Likewise.
27804         (expm1_test): Likewise.
27805         (fabs_test): Likewise.
27806         (fdim_test): Likewise.
27807         (finite_test): Likewise.
27808         (floor_test): Likewise.
27809         (fma_test): Likewise.
27810         (fma_test_towardzero): Likewise.
27811         (fma_test_downward): Likewise.
27812         (fma_test_upward): Likewise.
27813         (fmax_test): Likewise.
27814         (fmin_test): Likewise.
27815         (fmod_test): Likewise.
27816         (fpclassify_test): Likewise.
27817         (frexp_test): Likewise.
27818         (gamma_test): Likewise.
27819         (hypot_test): Likewise.
27820         (ilogb_test): Likewise.
27821         (isfinite_test): Likewise.
27822         (isgreater_test): Likewise.
27823         (isgreaterequal_test): Likewise.
27824         (isinf_test): Likewise.
27825         (isless_test): Likewise.
27826         (islessequal_test): Likewise.
27827         (islessgreater_test): Likewise.
27828         (isnan_test): Likewise.
27829         (isnormal_test): Likewise.
27830         (issignaling_test): Likewise.
27831         (isunordered_test): Likewise.
27832         (j0_test): Likewise.
27833         (j1_test): Likewise.
27834         (jn_test): Likewise.
27835         (ldexp_test): Likewise.
27836         (lgamma_test): Likewise.
27837         (lrint_test): Likewise.
27838         (lrint_test_tonearest): Likewise.
27839         (lrint_test_towardzero): Likewise.
27840         (lrint_test_downward): Likewise.
27841         (lrint_test_upward): Likewise.
27842         (llrint_test): Likewise.
27843         (llrint_test_tonearest): Likewise.
27844         (llrint_test_towardzero): Likewise.
27845         (llrint_test_downward): Likewise.
27846         (llrint_test_upward): Likewise.
27847         (log_test): Likewise.
27848         (log10_test): Likewise.
27849         (log1p_test): Likewise.
27850         (log2_test): Likewise.
27851         (logb_test): Likewise.
27852         (logb_test_downward): Likewise.
27853         (lround_test): Likewise.
27854         (llround_test): Likewise.
27855         (modf_test): Likewise.
27856         (nearbyint_test): Likewise.
27857         (nextafter_test): Likewise.
27858         (nexttoward_test): Likewise.
27859         (pow_test): Likewise.
27860         (pow_test_tonearest): Likewise.
27861         (pow_test_towardzero): Likewise.
27862         (pow_test_downward): Likewise.
27863         (pow_test_upward): Likewise.
27864         (remainder_test): Likewise.
27865         (remainder_test_tonearest): Likewise.
27866         (remainder_test_towardzero): Likewise.
27867         (remainder_test_downward): Likewise.
27868         (remainder_test_upward): Likewise.
27869         (remquo_test): Likewise.
27870         (rint_test): Likewise.
27871         (rint_test_tonearest): Likewise.
27872         (rint_test_towardzero): Likewise.
27873         (rint_test_downward): Likewise.
27874         (rint_test_upward): Likewise.
27875         (round_test): Likewise.
27876         (scalb_test): Likewise.
27877         (scalbn_test): Likewise.
27878         (scalbln_test): Likewise.
27879         (signbit_test): Likewise.
27880         (sin_test): Likewise.
27881         (sin_test_tonearest): Likewise.
27882         (sin_test_towardzero): Likewise.
27883         (sin_test_downward): Likewise.
27884         (sin_test_upward): Likewise.
27885         (sincos_test): Likewise.
27886         (sinh_test): Likewise.
27887         (sinh_test_tonearest): Likewise.
27888         (sinh_test_towardzero): Likewise.
27889         (sinh_test_downward): Likewise.
27890         (sinh_test_upward): Likewise.
27891         (sqrt_test): Likewise.
27892         (tan_test): Likewise.
27893         (tan_test_tonearest): Likewise.
27894         (tan_test_towardzero): Likewise.
27895         (tan_test_downward): Likewise.
27896         (tan_test_upward): Likewise.
27897         (tanh_test): Likewise.
27898         (tgamma_test): Likewise.
27899         (trunc_test): Likewise.
27900         (y0_test): Likewise.
27901         (y1_test): Likewise.
27902         (yn_test): Likewise.
27903         (significand_test): Likewise.
27905 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
27907         [BZ #15381]
27908         * libio/genops.c (_IO_no_init): Initialize wide struct info.
27910 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
27912         [BZ #14894]
27913         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27914         __ppc_mdoio and __ppc_mdoom.
27915         * manual/platform.texi: Document new functions __ppc_yield,
27916         __ppc_mdoio and __ppc_mdoom.
27918 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
27920         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27921         (main): Mention "tls" pseudo-hwcap is legacy.
27922         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27924 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
27926         * math/gen-libm-test.pl (parse_args): Output only string of
27927         arguments as text for test name, not full call or descriptions of
27928         tests for extra outputs.
27929         (generate_testfile): Do not pass function name to parse_args.
27930         Generate this_func variable from START.
27931         * math/libm-test.inc (struct test_f_f_data): Rename test_name
27932         field to arg_str.
27933         (struct test_ff_f_data): Likewise.
27934         (test_ff_f_data_nexttoward): Likewise.
27935         (struct test_fi_f_data): Likewise.
27936         (struct test_fl_f_data): Likewise.
27937         (struct test_if_f_data): Likewise.
27938         (struct test_fff_f_data): Likewise.
27939         (struct test_c_f_data): Likewise.
27940         (struct test_f_f1_data): Likewise.  Remove field extra_name.
27941         (struct test_fF_f1_data): Likewise.
27942         (struct test_ffI_f1_data): Likewise.
27943         (struct test_c_c_data): Rename test_name field to arg_str.
27944         (struct test_cc_c_data): Likewise.
27945         (struct test_f_i_data): Likewise.
27946         (struct test_ff_i_data): Likewise.
27947         (struct test_f_l_data): Likewise.
27948         (struct test_f_L_data): Likewise.
27949         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
27950         and extra2_name.
27951         (COMMON_TEST_SETUP): New macro.
27952         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27953         (COMMON_TEST_CLEANUP): Likewise.
27954         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27955         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
27956         macros.
27957         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27958         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
27959         macros.
27960         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27961         (RUN_TEST_fff_f): Take argument string.  Call new setup and
27962         cleanup macros.
27963         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27964         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
27965         macros.
27966         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27967         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
27968         macros.
27969         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27970         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
27971         cleanup macros.
27972         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27973         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
27974         cleanup macros.
27975         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27976         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
27977         cleanup macros.
27978         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27979         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
27980         macros.
27981         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27982         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
27983         macros.
27984         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27985         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
27986         macros.
27987         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27988         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
27989         cleanup macros.
27990         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27991         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
27992         cleanup macros.
27993         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27994         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
27995         macros.
27996         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27997         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
27998         cleanup macros.
27999         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28000         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28001         macros.
28002         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28003         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28004         macros.
28005         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28006         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28007         cleanup macros.
28008         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28010 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28012         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28013         to _sifields.sigfault.
28014         (si_addr_lsb): Define new macro.
28015         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28016         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28017         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28019 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28021         [BZ #15441]
28022         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28023         returns -1.
28024         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28025         null return -1.
28026         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28027         loading the domain.
28029 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28031         * math/gen-libm-test.pl (parse_args): Do not include expected
28032         result in test name.
28033         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28034         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28035         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28036         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28037         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28040 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28042         * benchtests/Makefile: Sort function entries.
28044         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28045         tanh, asinh, acosh, atanh.
28046         * benchtests/acos-inputs: New file.
28047         * benchtests/acosh-inputs: New file.
28048         * benchtests/asin-inputs: New file.
28049         * benchtests/asinh-inputs: New file.
28050         * benchtests/atanh-inputs: New file.
28051         * benchtests/cosh-inputs: New file.
28052         * benchtests/log-inputs: New file.
28053         * benchtests/sinh-inputs: New file.
28054         * benchtests/tanh-inputs: New file.
28056 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28058         [BZ #15339]
28059         * posix/tst-getaddrinfo4.c: New test.
28060         * posix/Makefile (tests): Add it.
28062 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28064         [BZ #15339]
28065         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28066         when no services were used.
28067         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28068         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28070 2013-05-21  Andreas Schwab  <schwab@suse.de>
28072         [BZ #15014]
28073         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28074         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28075         successful.
28076         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28077         redundant variable declarations and reallocation of buffer when
28078         parsing as IPv6 address.  Always set NSS status when called from
28079         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28080         buffer too small.  Correct computation of needed size.
28081         * nss/Makefile (tests): Add test-digits-dots.
28082         * nss/test-digits-dots.c: New test.
28084 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28086         * benchtests/Makefile: Remove instructions for adding
28087         benchmark tests.
28088         * benchtests/README: New file to explain how to execute and
28089         enhance the benchmark tests.
28091 2013-05-21  Andreas Schwab  <schwab@suse.de>
28093         [BZ #15493]
28094         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28095         * setjmp/tst-sigsetjmp.c: New test.
28097 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28099         * sysdeps/x86_64/memset.S (memset): New implementation.
28100         (__bzero): Likewise.
28101         (__memset_tail): New function.
28103 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28105         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28106         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28107         __memcpy_sse2_unaligned ifunc selection.
28108         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28109         Add memcpy-sse2-unaligned.S.
28110         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28111         Add: __memcpy_sse2_unaligned.
28113 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28115         [BZ #15490]
28116         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28117         math_force_eval before restoring floating-point envrionment.
28118         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28119         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28120         Likewise.
28121         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28122         <math_private.h>.
28123         (__nearbyintl): Use math_force_eval before restoring
28124         floating-point environment.
28125         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28127         * math/gen-libm-test.pl (special_functions): Remove.
28128         (parse_args): Don't handle TEST_extra.  Handle functions with no
28129         return value.
28130         * math/libm-test.inc (struct test_sincos_data): Replace with
28131         struct test_fFF_11_data.
28132         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28133         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28134         (sincos_test_data): Change element type to struct
28135         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28136         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28137         RUN_TEST_LOOP_sincos.
28138         * math/README.libm-test: Don't mention special handling of
28139         individual functions.
28140         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28141         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28142         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28143         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28144         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28147         * math/gen-libm-test.pl (get_variable): Remove function.
28148         (parse_args): Don't show pointer parameters to call in test
28149         names.  Use "extra output N" in test names for extra outputs
28150         rather than naming variables.
28152 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28154         [BZ #15488]
28155         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28156         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28157         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28158         double tests.
28159         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28160         disable.
28161         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28162         check_long_double.
28164         * math/gen-libm-test.pl (@tests): Remove variable.
28165         ($count): Likewise.
28166         (new_test): Remove function.
28167         (show_exceptions): New function.
28168         (special_functions): Use show_exceptions instead of new_test.
28169         (parse_args): Likewise.
28170         (generate_testfile): Pass only function name in generated call to
28171         print_max_error or print_complex_max_error.
28172         (get_ulps): Do not handle complex tests specially.
28173         (output_test): Rename to ...
28174         (get_all_ulps_for_test): ... this.  Return a string rather than
28175         printing to a file.  Require ulps to be present.
28176         (output_ulps): Generate arrays rather than #defines.
28177         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28178         (struct ulp_data): New type.
28179         (BUILD_COMPLEX_ULP): Remove macro.
28180         (compare_ulp_data): New function.
28181         (find_ulps): Likewise.
28182         (find_test_ulps): Likewise.
28183         (find_function_ulps): Likewise.
28184         (find_complex_function_ulps): Likewise.
28185         (print_max_error): Determine allowed ulps using
28186         find_function_ulps.
28187         (print_complex_max_error): Determine allowed ulps using
28188         find_complex_function_ulps.
28189         (check_float_internal): Determine max ulps using find_test_ulps.
28190         (check_float): Do not take max_ulp parameter.  Update call to
28191         check_float_internal.
28192         (check_complex): Likewise.
28193         (check_int): Do not take max_ulp parameter.
28194         (check_long): Likewise.
28195         (check_bool): Likewise.
28196         (check_longlong): Likewise.
28197         (struct test_f_f_data): Remove max_ulp field.
28198         (struct test_ff_f_data): Likewise.
28199         (struct test_ff_f_data_nexttoward): Likewise.
28200         (struct test_fi_f_data): Likewise.
28201         (struct test_fl_f_data): Likewise.
28202         (struct test_if_f_data): Likewise.
28203         (struct test_fff_f_data): Likewise.
28204         (struct test_c_f_data): Likewise.
28205         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28206         (struct test_fF_f1_data): Likewise.
28207         (struct test_ffI_f1_data): Likewise.
28208         (struct test_c_c_data): Remove max_ulp field.
28209         (struct test_cc_c_data): Likewise.
28210         (struct test_f_i_data): Likewise.
28211         (struct test_ff_i_data): Likewise.
28212         (struct test_f_l_data): Likewise.
28213         (struct test_f_L_data): Likewise.
28214         (struct test_sincos_data): Likewise.
28215         (RUN_TEST_f_f): Do not handle ulps.
28216         (RUN_TEST_LOOP_f_f): Likewise.
28217         (RUN_TEST_2_f): Likewise.
28218         (RUN_TEST_LOOP_2_f): Likewise.
28219         (RUN_TEST_fff_f): Likewise.
28220         (RUN_TEST_LOOP_fff_f): Likewise.
28221         (RUN_TEST_c_f): Likewise.
28222         (RUN_TEST_LOOP_c_f): Likewise.
28223         (RUN_TEST_f_f1): Likewise.
28224         (RUN_TEST_LOOP_f_f1): Likewise.
28225         (RUN_TEST_fF_f1): Likewise.
28226         (RUN_TEST_LOOP_fF_f1): Likewise.
28227         (RUN_TEST_fI_f1): Likewise.
28228         (RUN_TEST_LOOP_fI_f1): Likewise.
28229         (RUN_TEST_ffI_f1): Likewise.
28230         (RUN_TEST_LOOP_ffI_f1): Likewise.
28231         (RUN_TEST_c_c): Likewise.
28232         (RUN_TEST_LOOP_c_c): Likewise.
28233         (RUN_TEST_cc_c): Likewise.
28234         (RUN_TEST_LOOP_cc_c): Likewise.
28235         (RUN_TEST_f_i): Likewise.
28236         (RUN_TEST_LOOP_f_i): Likewise.
28237         (RUN_TEST_f_i_tg): Likewise.
28238         (RUN_TEST_LOOP_f_i_tg): Likewise.
28239         (RUN_TEST_ff_i_tg): Likewise.
28240         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28241         (RUN_TEST_f_b): Likewise.
28242         (RUN_TEST_LOOP_f_b): Likewise.
28243         (RUN_TEST_f_b_tg): Likewise.
28244         (RUN_TEST_LOOP_f_b_tg): Likewise.
28245         (RUN_TEST_f_l): Likewise.
28246         (RUN_TEST_LOOP_f_l): Likewise.
28247         (RUN_TEST_f_L): Likewise.
28248         (RUN_TEST_LOOP_f_L): Likewise.
28249         (RUN_TEST_sincos): Likewise.
28250         (RUN_TEST_LOOP_sincos): Likewise.
28252 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28254         [BZ #15480]
28255         [BZ #15485]
28256         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28257         main case of finite arguments, set rounding mode to FE_TONEAREST
28258         and discard exceptions.
28259         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28260         exceptions.
28261         (remainder_tonearest_test_data): New variable.
28262         (remainder_test_tonearest): New function.
28263         (remainder_towardzero_test_data): New variable.
28264         (remainder_test_towardzero): New function.
28265         (remainder_downward_test_data): New variable.
28266         (remainder_test_downward): New function.
28267         (remainder_upward_test_data): New variable.
28268         (remainder_test_upward): New function.
28269         (main): Call the new test functions.
28271         * math/libm-test.inc (struct test_f_f1_data): Remove field
28272         extra_init.
28273         (struct test_fF_f1_data): Likewise.
28274         (struct test_ffI_f1_data): Likewise.
28275         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28276         based on value of EXTRA_EXPECTED.
28277         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28278         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28279         EXTRA_VAR based on value of EXTRA_EXPECTED.
28280         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28281         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28282         EXTRA_VAR based on value of EXTRA_EXPECTED.
28283         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28284         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28285         EXTRA_VAR based on value of EXTRA_EXPECTED.
28286         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28287         * math/gen-libm-test.pl (parse_args): Don't output initializers
28288         for extra output values.
28290         * math/libm-test.inc (check_int): Expect result to be exactly
28291         equal to expected value and do not handle ulps.
28292         (check_long): Likewise.
28293         (check_longlong): Likewise.
28295         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28296         exceptions.
28297         (cimag_test_data): Likewise.
28298         (conj_test_data): Likewise.
28299         (copysign_test_data): Likewise.
28300         (cproj_test_data): Likewise.
28301         (creal_test_data): Likewise.
28302         (fabs_test_data): Likewise.
28303         (fdim_test_data): Likewise.
28304         (finite_test_data): Likewise.
28305         (floor_test_data): Likewise.
28306         (fmax_test_data): Likewise.
28307         (fmin_test_data): Likewise.
28308         (fmod_test_data): Likewise.
28309         (fpclassify_test_data): Likewise.
28310         (frexp_test_data): Likewise.
28311         (ilogb_test_data): Likewise.
28312         (isfinite_test_data): Likewise.
28313         (isgreater_test_data): Likewise.
28314         (isgreaterequal_test_data): Likewise.
28315         (isinf_test_data): Likewise.
28316         (isless_test_data): Likewise.
28317         (islessequal_test_data): Likewise.
28318         (islessgreater_test_data): Likewise.
28319         (isnan_test_data): Likewise.
28320         (isnormal_test_data): Likewise.
28321         (issignaling_test_data): Likewise.
28322         (isunordered_test_data): Likewise.
28323         (ldexp_test_data): Likewise.
28324         (lrint_test_data): Likewise.
28325         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28326         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28327         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28328         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28329         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28330         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28331         test input.
28332         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28333         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28334         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28335         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28336         that test input.
28337         (lrint_downward_test_data): Test for "inexact" exceptions.
28338         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28339         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28340         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28341         test input.
28342         (lrint_upward_test_data): Test for "inexact" exceptions.
28343         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28344         test input.
28345         (llrint_test_data): Test for "inexact" exceptions.
28346         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28347         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28348         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28349         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28350         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28351         (llrint_downward_test_data): Test for "inexact" exceptions.
28352         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28353         (llrint_upward_test_data): Test for "inexact" exceptions.
28354         (logb_test_data): Likewise.
28355         (logb_downward_test_data): Likewise.
28356         (nextafter_test_data): Likewise.
28357         (nexttoward_test_data): Likewise.
28358         (remainder_test_data): Likewise.
28359         (remquo_test_data): Likewise.
28360         (scalbn_test_data): Likewise.
28361         (scalbln_test_data): Likewise.
28362         (signbit_test_data): Likewise.
28363         (sqrt_test_data): Likewise.
28364         (significand_test_data): Likewise.
28366 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28368         [BZ #15424]
28369         * benchtests/bench-modf.c (struct args): Mark arg0 as
28370         volatile.
28371         * scripts/bench.pl: Mark members of struct args as volatile.
28373 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28375         [BZ # 15497]
28376         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28377         negative infinity on POWER6 or lower.
28378         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28380 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28382         [BZ #15442]
28383         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28384         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28385         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28386         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28387         (_FP_SETQNAN): New macro.
28388         (_FP_SETQNAN_SEMIRAW): Likewise.
28389         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28390         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28391         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28392         (FP_EXTEND): Use _FP_FRAC_SNANP.
28393         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28394         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28395         into account.
28396         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28397         New macro.
28398         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28399         Likewise.
28401 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28403         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28404         with DIVIDE_BY_ZERO_EXCEPTION.
28405         (gamma_test_data): Likewise.
28406         (lgamma_test_data): Likewise.
28407         (log_test_data): Likewise.
28408         (log10_test_data): Likewise.
28409         (log2_test_data): Likewise.
28410         (tgamma_test_data): Likewise.
28412         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28413         (acos_test_tonearest): Likewise.
28414         (acos_test_towardzero): Likewise.
28415         (acos_test_downward): Likewise.
28416         (acos_test_upward): Likewise.
28417         (acosh_test): Likewise.
28418         (asin_test): Likewise.
28419         (asin_test_tonearest): Likewise.
28420         (asin_test_towardzero): Likewise.
28421         (asin_test_downward): Likewise.
28422         (asin_test_upward): Likewise.
28423         (asinh_test): Likewise.
28424         (atan_test): Likewise.
28425         (atanh_test): Likewise.
28426         (atan2_test): Likewise.
28427         (cabs_test): Likewise.
28428         (cacos_test): Likewise.
28429         (cacosh_test): Likewise.
28430         (casin_test): Likewise.
28431         (casinh_test): Likewise.
28432         (catan_test): Likewise.
28433         (catanh_test): Likewise.
28434         (cbrt_test): Likewise.
28435         (ccos_test): Likewise.
28436         (ccosh_test): Likewise.
28437         (cexp_test): Likewise.
28438         (clog_test): Likewise.
28439         (clog10_test): Likewise.
28440         (cos_test): Likewise.
28441         (cos_test_tonearest): Likewise.
28442         (cos_test_towardzero): Likewise.
28443         (cos_test_downward): Likewise.
28444         (cos_test_upward): Likewise.
28445         (cosh_test): Likewise.
28446         (cosh_test_tonearest): Likewise.
28447         (cosh_test_towardzero): Likewise.
28448         (cosh_test_downward): Likewise.
28449         (cosh_test_upward): Likewise.
28450         (cpow_test): Likewise.
28451         (csin_test): Likewise.
28452         (csinh_test): Likewise.
28453         (csqrt_test): Likewise.
28454         (ctan_test): Likewise.
28455         (ctan_test_tonearest): Likewise.
28456         (ctan_test_towardzero): Likewise.
28457         (ctan_test_downward): Likewise.
28458         (ctan_test_upward): Likewise.
28459         (ctanh_test): Likewise.
28460         (ctanh_test_tonearest): Likewise.
28461         (ctanh_test_towardzero): Likewise.
28462         (ctanh_test_downward): Likewise.
28463         (ctanh_test_upward): Likewise.
28464         (erf_test): Likewise.
28465         (erfc_test): Likewise.
28466         (exp_test): Likewise.
28467         (exp_test_tonearest): Likewise.
28468         (exp_test_towardzero): Likewise.
28469         (exp_test_downward): Likewise.
28470         (exp_test_upward): Likewise.
28471         (exp10_test): Likewise.
28472         (exp2_test): Likewise.
28473         (expm1_test): Likewise.
28474         (fmod_test): Likewise.
28475         (gamma_test): Likewise.
28476         (hypot_test): Likewise.
28477         (j0_test): Likewise.
28478         (j1_test): Likewise.
28479         (jn_test): Likewise.
28480         (lgamma_test): Likewise.
28481         (log_test): Likewise.
28482         (log10_test): Likewise.
28483         (log1p_test): Likewise.
28484         (log2_test): Likewise.
28485         (logb_test_downward): Likewise.
28486         (pow_test): Likewise.
28487         (pow_test_tonearest): Likewise.
28488         (pow_test_towardzero): Likewise.
28489         (pow_test_downward): Likewise.
28490         (pow_test_upward): Likewise.
28491         (remainder_test): Likewise.
28492         (remquo_test): Likewise.
28493         (sin_test): Likewise.
28494         (sin_test_tonearest): Likewise.
28495         (sin_test_towardzero): Likewise.
28496         (sin_test_downward): Likewise.
28497         (sin_test_upward): Likewise.
28498         (sincos_test): Likewise.
28499         (sinh_test): Likewise.
28500         (sinh_test_tonearest): Likewise.
28501         (sinh_test_towardzero): Likewise.
28502         (sinh_test_downward): Likewise.
28503         (sinh_test_upward): Likewise.
28504         (sqrt_test): Likewise.
28505         (tan_test): Likewise.
28506         (tan_test_tonearest): Likewise.
28507         (tan_test_towardzero): Likewise.
28508         (tan_test_downward): Likewise.
28509         (tan_test_upward): Likewise.
28510         (tanh_test): Likewise.
28511         (tgamma_test): Likewise.
28512         (y0_test): Likewise.
28513         (y1_test): Likewise.
28514         (yn_test): Likewise.
28516         * math/gen-libm-test.pl (adjust_arg): Remove function.
28517         (special_function): Remove argument $in_func.  Only handle
28518         generating output for tables of tests, not inside functions.
28519         (parse_args): Likewise.
28520         (generate_testfile): Remove variable $in_func.  Update call to
28521         parse_args.
28522         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28523         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28524         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28525         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28526         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28527         (MAX_VALUE_INIT): Rename macro to max_value.
28528         (MIN_VALUE_INIT): Rename macro to min_value.
28529         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28530         (plus_zero): Remove variable.
28531         (minus_zero): Likewise.
28532         (plus_infty): Likewise.
28533         (minus_infty): Likewise.
28534         (qnan_value): Likewise.
28535         (max_value): Likewise.
28536         (min_value): Likewise.
28537         (min_subnorm_value): Likewise.
28539 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28541         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28542         uint64_t or uint32_t usage.
28543         * crypt/sha256-block.c: Likewise.
28544         * crypt/sha256-crypt.c: Likewise.
28545         * crypt/sha256.c: Likewise.
28546         * crypt/sha512-block.c: Likewise.
28547         * crypt/sha512-crypt.c: Likewise.
28548         * crypt/sha512.c: Likewise.
28549         * debug/backtrace-tst.c: Likewise.
28550         * debug/pcprofiledump.c: Likewise.
28551         * elf/cache.c: Likewise.
28552         * elf/dl-cache.c: Likewise.
28553         * elf/dl-misc.c: Likewise.
28554         * elf/dl-profile.c: Likewise.
28555         * elf/dl-support.c: Likewise.
28556         * elf/ldconfig.c: Likewise.
28557         * elf/sprof.c: Likewise.
28558         * iconv/dummy-repertoire.c: Likewise.
28559         * iconv/iconv_charmap.c: Likewise.
28560         * iconv/skeleton.c: Likewise.
28561         * iconvdata/8bit-generic.c: Likewise.
28562         * iconvdata/cp737.h: Likewise.
28563         * iconvdata/cp775.h: Likewise.
28564         * iconvdata/ibm1008.h: Likewise.
28565         * iconvdata/ibm1025.h: Likewise.
28566         * iconvdata/ibm1046.h: Likewise.
28567         * iconvdata/ibm1097.h: Likewise.
28568         * iconvdata/ibm1112.h: Likewise.
28569         * iconvdata/ibm1122.h: Likewise.
28570         * iconvdata/ibm1123.h: Likewise.
28571         * iconvdata/ibm1124.h: Likewise.
28572         * iconvdata/ibm1129.h: Likewise.
28573         * iconvdata/ibm1130.h: Likewise.
28574         * iconvdata/ibm1132.h: Likewise.
28575         * iconvdata/ibm1133.h: Likewise.
28576         * iconvdata/ibm1137.h: Likewise.
28577         * iconvdata/ibm1140.h: Likewise.
28578         * iconvdata/ibm1141.h: Likewise.
28579         * iconvdata/ibm1142.h: Likewise.
28580         * iconvdata/ibm1143.h: Likewise.
28581         * iconvdata/ibm1144.h: Likewise.
28582         * iconvdata/ibm1145.h: Likewise.
28583         * iconvdata/ibm1146.h: Likewise.
28584         * iconvdata/ibm1147.h: Likewise.
28585         * iconvdata/ibm1148.h: Likewise.
28586         * iconvdata/ibm1149.h: Likewise.
28587         * iconvdata/ibm1153.h: Likewise.
28588         * iconvdata/ibm1154.h: Likewise.
28589         * iconvdata/ibm1155.h: Likewise.
28590         * iconvdata/ibm1156.h: Likewise.
28591         * iconvdata/ibm1157.h: Likewise.
28592         * iconvdata/ibm1158.h: Likewise.
28593         * iconvdata/ibm1160.h: Likewise.
28594         * iconvdata/ibm1161.h: Likewise.
28595         * iconvdata/ibm1162.h: Likewise.
28596         * iconvdata/ibm1163.h: Likewise.
28597         * iconvdata/ibm1164.h: Likewise.
28598         * iconvdata/ibm1166.h: Likewise.
28599         * iconvdata/ibm1167.h: Likewise.
28600         * iconvdata/ibm12712.h: Likewise.
28601         * iconvdata/ibm1390.h: Likewise.
28602         * iconvdata/ibm1399.h: Likewise.
28603         * iconvdata/ibm16804.h: Likewise.
28604         * iconvdata/ibm4517.h: Likewise.
28605         * iconvdata/ibm4899.h: Likewise.
28606         * iconvdata/ibm4909.h: Likewise.
28607         * iconvdata/ibm4971.h: Likewise.
28608         * iconvdata/ibm5347.h: Likewise.
28609         * iconvdata/ibm803.h: Likewise.
28610         * iconvdata/ibm856.h: Likewise.
28611         * iconvdata/ibm901.h: Likewise.
28612         * iconvdata/ibm902.h: Likewise.
28613         * iconvdata/ibm9030.h: Likewise.
28614         * iconvdata/ibm9066.h: Likewise.
28615         * iconvdata/ibm921.h: Likewise.
28616         * iconvdata/ibm922.h: Likewise.
28617         * iconvdata/ibm9448.h: Likewise.
28618         * iconvdata/isiri-3342.h: Likewise.
28619         * iconvdata/jis0201.h: Likewise.
28620         * include/link.h: Likewise.
28621         * include/netdb.h: Likewise.
28622         * inet/check_native.c: Likewise.
28623         * inet/check_pf.c: Likewise.
28624         * inet/getipv4sourcefilter.c: Likewise.
28625         * inet/getnameinfo.c: Likewise.
28626         * inet/getsourcefilter.c: Likewise.
28627         * inet/htonl.c: Likewise.
28628         * inet/setipv4sourcefilter.c: Likewise.
28629         * inet/setsourcefilter.c: Likewise.
28630         * inet/test-inet6_opt.c: Likewise.
28631         * inet/tst-network.c: Likewise.
28632         * locale/C-collate.c: Likewise.
28633         * locale/C-ctype.c: Likewise.
28634         * locale/C-time.c: Likewise.
28635         * locale/C-translit.h: Likewise.
28636         * locale/loadarchive.c: Likewise.
28637         * locale/programs/3level.h: Likewise.
28638         * locale/programs/charmap.c: Likewise.
28639         * locale/programs/charmap.h: Likewise.
28640         * locale/programs/ld-address.c: Likewise.
28641         * locale/programs/ld-collate.c: Likewise.
28642         * locale/programs/ld-ctype.c: Likewise.
28643         * locale/programs/ld-identification.c: Likewise.
28644         * locale/programs/ld-measurement.c: Likewise.
28645         * locale/programs/ld-messages.c: Likewise.
28646         * locale/programs/ld-monetary.c: Likewise.
28647         * locale/programs/ld-name.c: Likewise.
28648         * locale/programs/ld-numeric.c: Likewise.
28649         * locale/programs/ld-paper.c: Likewise.
28650         * locale/programs/ld-telephone.c: Likewise.
28651         * locale/programs/ld-time.c: Likewise.
28652         * locale/programs/linereader.c: Likewise.
28653         * locale/programs/locale.c: Likewise.
28654         * locale/programs/locarchive.c: Likewise.
28655         * locale/programs/locfile.h: Likewise.
28656         * locale/programs/repertoire.c: Likewise.
28657         * locale/programs/simple-hash.c: Likewise.
28658         * locale/programs/simple-hash.h: Likewise.
28659         * malloc/memusage.c: Likewise.
28660         * malloc/memusagestat.c: Likewise.
28661         * nis/nis_defaults.c: Likewise.
28662         * nis/nis_hash.c: Likewise.
28663         * nis/nis_print.c: Likewise.
28664         * nis/nis_xdr.c: Likewise.
28665         * nscd/connections.c: Likewise.
28666         * nscd/hstcache.c: Likewise.
28667         * nscd/nscd_gethst_r.c: Likewise.
28668         * nscd/nscd_getserv_r.c: Likewise.
28669         * nscd/nscd_helper.c: Likewise.
28670         * nscd/servicescache.c: Likewise.
28671         * nss/makedb.c: Likewise.
28672         * nss/nss_db/db-XXX.c: Likewise.
28673         * nss/nss_db/db-initgroups.c: Likewise.
28674         * nss/nss_db/db-netgrp.c: Likewise.
28675         * nss/nss_files/files-network.c: Likewise.
28676         * nss/nss_files/files-parse.c: Likewise.
28677         * posix/bug-regex5.c: Likewise.
28678         * posix/fnmatch_loop.c: Likewise.
28679         * posix/regcomp.c: Likewise.
28680         * posix/regexec.c: Likewise.
28681         * posix/tst-rfc3484-2.c: Likewise.
28682         * posix/tst-rfc3484-3.c: Likewise.
28683         * posix/tst-rfc3484.c: Likewise.
28684         * resolv/nss_dns/dns-canon.c: Likewise.
28685         * resolv/nss_dns/dns-network.c: Likewise.
28686         * resolv/res_init.c: Likewise.
28687         * resolv/res_mkquery.c: Likewise.
28688         * resolv/tst-aton.c: Likewise.
28689         * stdlib/cxa_atexit.c: Likewise.
28690         * stdlib/cxa_finalize.c: Likewise.
28691         * stdlib/gen-fpioconst.c: Likewise.
28692         * stdlib/strtol_l.c: Likewise.
28693         * string/tst-endian.c: Likewise.
28694         * sunrpc/auth_des.c: Likewise.
28695         * sunrpc/clnt_udp.c: Likewise.
28696         * sunrpc/rtime.c: Likewise.
28697         * sunrpc/svcauth_des.c: Likewise.
28698         * sunrpc/xdr.c: Likewise.
28699         * sunrpc/xdr_intXX_t.c: Likewise.
28700         * sunrpc/xdr_rec.c: Likewise.
28701         * sysdeps/generic/ldconfig.h: Likewise.
28702         * sysdeps/generic/ldsodefs.h: Likewise.
28703         * sysdeps/generic/memusage.h: Likewise.
28704         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28705         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28706         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28707         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28708         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28709         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28710         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28711         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28712         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28713         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28714         * sysdeps/posix/getaddrinfo.c: Likewise.
28715         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28716         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28717         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28718         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28719         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28720         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28721         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28722         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28723         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28724         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28725         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28726         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28727         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28728         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28729         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28730         * sysdeps/x86_64/dl-tls.h: Likewise.
28731         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28732         * time/alt_digit.c: Likewise.
28733         * time/era.c: Likewise.
28734         * wcsmbs/tst-c16c32-1.c: Likewise.
28736 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28738         * math/libm-test.inc (struct test_sincos_data): New type.
28739         (RUN_TEST_LOOP_sincos): New macro.
28740         (sincos_test_data): New variable.
28741         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28743 2013-05-16  Richard Henderson  <rth@redhat.com>
28745         * math/atest-exp2.c (LIMB64): New macro.
28746         (CONSTSZ): New macro.
28747         (mp_exp1, mp_exp_m1, mp_log2): New variables.
28748         (hexdig): Move ...
28749         (print_mpn_fp): ... to function scope.
28750         (read_mpn_hex): Remove.
28751         (get_log2): Remove.
28752         (exp2_mpn): Use mp_log2.
28753         (main): Use mp_exp1.
28755 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28757         * math/libm-test.inc: Remove comment about not testing "inexact"
28758         exceptions.
28759         (INEXACT_EXCEPTION): New macro.
28760         (NO_INEXACT_EXCEPTION): Likewise.
28761         (INVALID_EXCEPTION_OK): Update value.
28762         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28763         (OVERFLOW_EXCEPTION_OK): Likewise.
28764         (UNDERFLOW_EXCEPTION_OK): Likewise.
28765         (IGNORE_ZERO_INF_SIGN): Likewise.
28766         (ERRNO_UNCHANGED): Likewise.
28767         (ERRNO_EDOM): Likewise.
28768         (ERRNO_ERANGE): Likewise.
28769         (test_exceptions): Handle testing "inexact" exceptions.
28770         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28771         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28772         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28773         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28774         INEXACT_EXCEPTION.
28775         (rint_towardzero_test_data): Likewise.
28776         (rint_downward_test_data): Likewise.
28777         (rint_upward_test_data): Likewise.
28779         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28780         with OVERFLOW_EXCEPTION.
28781         (exp10_test_data): Likewise.
28782         (exp2_test_data): Likewise.
28783         (expm1_test_data): Likewise.
28784         (lgamma_test_data): Likewise.
28785         (pow_test_data): Likewise.
28786         (tgamma_test_data): Likewise.
28787         (yn_test_data): Remove duplicate test of overflow.
28789         * math/libm-test.inc (struct test_cc_c_data): New type.
28790         (RUN_TEST_LOOP_cc_c): New macro.
28791         (cpow_test_data): New variable.
28792         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28794         * math/libm-test.inc (struct test_f_L_data): New type.
28795         (RUN_TEST_LOOP_f_L): New macro.
28796         (llrint_test_data): New variable.
28797         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28798         (llrint_tonearest_test_data): New variable.
28799         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28800         (llrint_towardzero_test_data): New variable.
28801         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28802         (llrint_downward_test_data): New variable.
28803         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28804         (llrint_upward_test_data): New variable.
28805         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28806         (llround_test_data): New variable.
28807         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28809 2013-05-13  Peter Collingbourne  <pcc@google.com>
28811         * math/atest-exp2.c (get_log2): Remove const attribute.
28813 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28815         * math/libm-test.inc (struct test_f_l_data): New type.
28816         (RUN_TEST_LOOP_f_l): New macro.
28817         (lrint_test_data): New variable.
28818         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28819         (lrint_tonearest_test_data): New variable.
28820         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28821         (lrint_towardzero_test_data): New variable.
28822         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28823         (lrint_downward_test_data): New variable.
28824         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28825         (lrint_upward_test_data): New variable.
28826         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28827         (lround_test_data): New variable.
28828         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28830 2013-05-15  Peter Collingbourne  <pcc@google.com>
28832         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28833         (EXTRACT_WORDS64) Use where appropriate.
28834         (INSERT_WORDS64) Likewise.
28836         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28837         constraints with x constraints.
28838         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28840         * malloc/obstack.c (_obstack_compat): Add initializer.
28842 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28844         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28845         si_trapno and add si_addr_lsb to _sifields.sigfault.
28846         (si_trapno): Remove macro.
28847         (si_addr_lsb): Define new macro.
28848         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28850 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
28852         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28853         instead of TEST_f_l.
28854         (llrint_test_tonearest): Likewise.
28855         (llrint_test_towardzero): Likewise.
28856         (llrint_test_downward): Likewise.
28857         (llrint_test_upward): Likewise.
28858         (llround_test): Likewise.
28860         * math/libm-test.inc (struct test_f_i_data): Add comment.
28861         (RUN_TEST_LOOP_f_b): New macro.
28862         (RUN_TEST_LOOP_f_b_tg): Likewise.
28863         (finite_test_data): New variable.
28864         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28865         (isfinite_test_data): New variable.
28866         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28867         (isinf_test_data): New variable.
28868         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28869         (isnan_test_data): New variable.
28870         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28871         (isnormal_test_data): New variable.
28872         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28873         (issignaling_test_data): New variable.
28874         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28875         (signbit_test_data): New variable.
28876         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28878         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28879         with INVALID_EXCEPTION.
28880         (acosh_test_data): Likewise.
28881         (asin_test_data): Likewise.
28882         (atanh_test_data): Likewise.
28883         (fmod_test_data): Likewise.
28884         (log_test_data): Likewise.
28885         (log10_test_data): Likewise.
28886         (log2_test_data): Likewise.
28887         (pow_test_data): Likewise.
28888         (sqrt_test_data): Likewise.
28889         (y0_test_data): Likewise.
28890         (y1_test_data): Likewise.
28891         (yn_test_data): Likewise.
28893         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28894         function contents.
28896         * math/libm-test.inc (struct test_ff_i_data): New type.
28897         (RUN_TEST_LOOP_ff_i_tg): New macro.
28898         (isgreater_test_data): New variable.
28899         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28900         (isgreaterequal_test_data): New variable.
28901         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28902         (isless_test_data): New variable.
28903         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28904         (islessequal_test_data): New variable.
28905         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28906         (islessgreater_test_data): New variable.
28907         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28908         (isunordered_test_data): New variable.
28909         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28911 2013-05-14  David S. Miller  <davem@davemloft.net>
28913         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28915 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
28917         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28919         * math/libm-test.inc (struct test_fF_f1_data): Change type of
28920         extra_test to int.
28921         (struct test_f_i_data): Change type of max_ulp to int.
28923         * math/libm-test.inc (test_ffI_f1_data): New type.
28924         (RUN_TEST_LOOP_ffI_f1): New macro.
28925         (remquo_test_data): New variable.
28926         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28928         * setjmp/tst-setjmp-fp.c: New file.
28929         * setjmp/Makefile (tests): Add tst-setjmp-fp.
28930         (link-libm): New variable.
28931         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28933         * math/libm-test.inc (struct test_f_i_data): New type.
28934         (RUN_TEST_LOOP_f_i): New macro.
28935         (RUN_TEST_LOOP_f_i_tg): Likewise.
28936         (fpclassify_test_data): New variable.
28937         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28938         (ilogb_test_data): New variable.
28939         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28941         * math/libm-test.inc (scalbln_test): Correct function name in END
28942         call.
28944         * math/libm-test.inc (struct test_f_f1_data): Add comment.
28945         (RUN_TEST_LOOP_fI_f1): New macro.
28946         (frexp_test_data): New variable.
28947         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28949         * math/libm-test.inc (struct test_fF_f1_data): New type.
28950         (RUN_TEST_LOOP_fF_f1): New macro.
28951         (modf_test_data): New variable.
28952         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28954         * math/libm-test.inc (struct test_f_f1_data): New type.
28955         (RUN_TEST_LOOP_f_f1): New macro.
28956         (gamma_test_data): New variable.
28957         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28958         (lgamma_test_data): New variable.
28959         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28961 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
28963         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28964         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28965         (main): Comment "tls" pseudo-hwcap.
28967 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
28969         * math/libm-test.inc (struct test_fl_f_data): New type.
28970         (RUN_TEST_LOOP_fl_f): New variable.
28971         (scalbln_test_data): New variable.
28972         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28974         * math/libm-test.inc (struct test_fi_f_data): New type.
28975         (RUN_TEST_LOOP_fi_f): New macro.
28976         (ldexp_test_data): New variable.
28977         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28978         (scalbn_test_data): New variable.
28979         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28981         * math/libm-test.inc (struct test_c_f_data): New type.
28982         (RUN_TEST_LOOP_c_f): New macro.
28983         (cabs_test_data): New variable.
28984         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28985         (carg_test_data): New variable.
28986         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28987         (cimag_test_data): New variable.
28988         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28989         (creal_test_data): New variable.
28990         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28992         * math/libm-test.inc (struct test_if_f_data): New type.
28993         (RUN_TEST_LOOP_if_f): New macro.
28994         (jn_test_data): New variable.
28995         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28996         (yn_test_data): New variable.
28997         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28999         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29001 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29003         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29004         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29006 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29008         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29009         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29010         (bench-deps): Add bench-timing.h.
29011         * benchtests-bench-skeleton.c: Include bench-timing.h.
29012         (main): Use TIMING_* macros instead of clock_gettime.
29013         * benchtests/bench-timing.h: New file.
29015         [BZ #14582]
29016         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29017         Renamed from _LIB_VERSION.
29018         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29020 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29022         * math/libm-test.inc (struct test_fff_f_data): New type.
29023         (RUN_TEST_LOOP_fff_f): New macro.
29024         (fma_test_data): New variable.
29025         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29026         (fma_towardzero_test_data): New variable.
29027         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29028         (fma_downward_test_data): New variable.
29029         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29030         (fma_upward_test_data): New variable.
29031         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29033         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29034         (struct test_c_c_data): New type.
29035         (RUN_TEST_LOOP_c_c): New macro.
29036         (cacos_test_data): New variable.
29037         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29038         (cacosh_test_data): New variable.
29039         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29040         (casin_test_data): New variable.
29041         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29042         (casinh_test_data): New variable.
29043         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29044         (catan_test_data): New variable.
29045         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29046         (catanh_test_data): New variable.
29047         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29048         (ccos_test_data): New variable.
29049         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29050         (ccosh_test_data): New variable.
29051         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29052         (cexp_test_data): New variable.
29053         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29054         (clog_test_data): New variable.
29055         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29056         (clog10_test_data): New variable.
29057         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29058         (conj_test_data): New variable.
29059         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29060         (cproj_test_data): New variable.
29061         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29062         (csin_test_data): New variable.
29063         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29064         (csinh_test_data): New variable.
29065         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29066         (csqrt_test_data): New variable.
29067         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29068         (ctan_test_data): New variable.
29069         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29070         (ctan_tonearest_test_data): New variable.
29071         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29072         (ctan_towardzero_test_data): New variable.
29073         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29074         (ctan_downward_test_data): New variable.
29075         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29076         (ctan_upward_test_data): New variable.
29077         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29078         (ctanh_test_data): New variable.
29079         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29080         (ctanh_tonearest_test_data): New variable.
29081         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29082         (ctanh_towardzero_test_data): New variable.
29083         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29084         (ctanh_downward_test_data): New variable.
29085         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29086         (ctanh_upward_test_data): New variable.
29087         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29088         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29089         of BUILD_COMPLEX.
29091         * math/libm-test.inc (struct test_ff_f_data): New type.
29092         (struct test_ff_f_data_nexttoward): Likewise.
29093         (RUN_TEST_LOOP_2_f): New macro.
29094         (RUN_TEST_LOOP_ff_f): Likewise.
29095         (atan2_test_data): New variable.
29096         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29097         (copysign_test_data): New variable.
29098         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29099         (fdim_test_data): New variable.
29100         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29101         (fmax_test_data): New variable.
29102         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29103         (fmin_test_data): New variable.
29104         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29105         (fmod_test_data): New variable.
29106         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29107         (hypot_test_data): New variable.
29108         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29109         (nextafter_test_data): New variable.
29110         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29111         (nexttoward_test_data): New variable.
29112         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29113         (pow_test_data): New variable.
29114         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29115         (pow_tonearest_test_data): New variable.
29116         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29117         (pow_towardzero_test_data): New variable.
29118         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29119         (pow_downward_test_data): New variable.
29120         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29121         (pow_upward_test_data): New variable.
29122         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29123         (remainder_test_data): New variable.
29124         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29125         (scalb_test_data): New variable.
29126         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29127         * sysdeps/i386/fpu/libm-test-ulps: Update.
29129 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29131         * math/libm-test.inc (fma_test): Use max_value instead of local
29132         variable fltmax.
29133         (nextafter_test): Likewise.
29135         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29136         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29137         (acos_downward_test_data): New variable.
29138         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29139         (acos_upward_test_data): New variable.
29140         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29141         (acosh_test_data): New variable.
29142         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29143         (asin_test_data): New variable.
29144         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29145         (asin_tonearest_test_data): New variable.
29146         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29147         (asin_towardzero_test_data): New variable.
29148         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29149         (asin_downward_test_data): New variable.
29150         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29151         (asin_upward_test_data): New variable.
29152         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29153         (asinh_test_data): New variable.
29154         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29155         (atan_test_data): New variable.
29156         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29157         (atanh_test_data): New variable.
29158         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29159         (cbrt_test_data): New variable.
29160         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29161         (ceil_test_data): New variable.
29162         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29163         (cos_test_data): New variable.
29164         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29165         (cos_tonearest_test_data): New variable.
29166         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29167         (cos_towardzero_test_data): New variable.
29168         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29169         (cos_downward_test_data): New variable.
29170         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29171         (cos_upward_test_data): New variable.
29172         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29173         (cosh_test_data): New variable.
29174         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29175         (cosh_tonearest_test_data): New variable.
29176         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29177         (cosh_towardzero_test_data): New variable.
29178         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29179         (cosh_downward_test_data): New variable.
29180         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29181         (cosh_upward_test_data): New variable.
29182         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29183         (erf_test_data): New variable.
29184         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29185         (erfc_test_data): New variable.
29186         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29187         (exp_test_data): New variable.
29188         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29189         (exp_tonearest_test_data): New variable.
29190         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29191         (exp_towardzero_test_data): New variable.
29192         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29193         (exp_downward_test_data): New variable.
29194         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29195         (exp_upward_test_data): New variable.
29196         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29197         (exp10_test_data): New variable.
29198         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29199         (exp2_test_data): New variable.
29200         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29201         (expm1_test_data): New variable.
29202         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29203         (fabs_test_data): New variable.
29204         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29205         (floor_test_data): New variable.
29206         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29207         (j0_test_data): New variable.
29208         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29209         (j1_test_data): New variable.
29210         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29211         (log_test_data): New variable.
29212         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29213         (log10_test_data): New variable.
29214         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29215         (log1p_test_data): New variable.
29216         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29217         (log2_test_data): New variable.
29218         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29219         (logb_test_data): New variable.
29220         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29221         (logb_downward_test_data): New variable.
29222         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29223         (nearbyint_test_data): New variable.
29224         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29225         (rint_test_data): New variable.
29226         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29227         (rint_tonearest_test_data): New variable.
29228         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29229         (rint_towardzero_test_data): New variable.
29230         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29231         (rint_downward_test_data): New variable.
29232         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29233         (rint_upward_test_data): New variable.
29234         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29235         (round_test_data): New variable.
29236         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29237         (sin_test_data): New variable.
29238         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29239         (sin_tonearest_test_data): New variable.
29240         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29241         (sin_towardzero_test_data): New variable.
29242         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29243         (sin_downward_test_data): New variable.
29244         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29245         (sin_upward_test_data): New variable.
29246         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29247         (sinh_test_data): New variable.
29248         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29249         (sinh_tonearest_test_data): New variable.
29250         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29251         (sinh_towardzero_test_data): New variable.
29252         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29253         (sinh_downward_test_data): New variable.
29254         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29255         (sinh_upward_test_data): New variable.
29256         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29257         (sqrt_test_data): New variable.
29258         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29259         (tan_test_data): New variable.
29260         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29261         (tan_tonearest_test_data): New variable.
29262         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29263         (tan_towardzero_test_data): New variable.
29264         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29265         (tan_downward_test_data): New variable.
29266         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29267         (tan_upward_test_data): New variable.
29268         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29269         (tanh_test_data): New variable.
29270         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29271         (tgamma_test_data): New variable.
29272         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29273         (trunc_test_data): New variable.
29274         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29275         (y0_test_data): New variable.
29276         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29277         (y1_test_data): New variable.
29278         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29279         (significand_test_data): New variable.
29280         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29282 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29284         [BZ #12387]
29285         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29287 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29289         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29291 2013-05-10  Andreas Jaeger  <aj@suse.de>
29293         [BZ #15448]
29294         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29295         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29297 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29299         * math/gen-libm-test.pl (adjust_arg): New function.
29300         (special_functions): Handle generating output in both functions
29301         and arrays.
29302         (parse_args): Likewise.
29303         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29304         $in_func argument to parse_args.
29305         * math/libm-test.inc (struct test_f_f_data): New type.
29306         (IF_ROUND_INIT_): New macro.
29307         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29308         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29309         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29310         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29311         (ROUND_RESTORE_): Likewise.
29312         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29313         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29314         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29315         (ROUND_RESTORE_FE_UPWARD): Likewise.
29316         (RUN_TEST_LOOP_f_f): New macro.
29317         (acos_test_data): New variable.
29318         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29319         (acos_tonearest_test_data): New variable.
29320         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29322 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29324         * benchtests/bench-skeleton.c (startup): Fix coding style.
29326 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29328         [BZ #6809]
29329         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29330         negative infinity argument.
29331         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29332         negative infinity argument.
29333         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29334         negative infinity argument.
29335         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29336         domain errors.
29338 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29340         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29341         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29342         * iconv/iconv_prog.c (main): Likewise.
29343         * locale/programs/charmap-dir.c (charmap_readdir)
29344         (fopen_uncompressed): Likewise.
29345         * locale/programs/locfile.c (siblings_uncached)
29346         (write_locale_data): Use lstat64 instead of lstat.
29347         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29348         stat.
29350 2013-05-10  Andreas Jaeger  <aj@suse.de>
29352         [BZ #15395]
29353         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29354         localization.
29355         Include <locale.h>.
29357 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29359         * elf/dl-close.c (_dl_close_worker): Add comments.
29361 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29363         [BZ #15359]
29364         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29365         high part of pi/2.
29366         (__ieee754_rem_pio2l): Update comments.
29368         [BZ #15429]
29369         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29370         high part of pi/2.
29371         (__ieee754_rem_pio2l): Update comments.
29373         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29374         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29376         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29377         M_PI_4l.
29379         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29380         (M_PI_34_LOG10El): Likewise.
29381         (M_PI2_LOG10El): Likewise.
29382         (M_PI4_LOG10El): Likewise.
29383         (M_PI_LOG10El): Likewise.
29385 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29387         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29389 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29391         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29392         (MINUS_ZERO_INIT): Likewise.
29393         (PLUS_INFTY_INIT): Likewise.
29394         (MINUS_INFTY_INIT): Likewise.
29395         (QNAN_VALUE_INIT): Likewise.
29396         (MAX_VALUE_INIT): Likewise.
29397         (MIN_VALUE_INIT): Likewise.
29398         (MIN_SUBNORM_VALUE_INIT): Likewise.
29399         (plus_zero): Initialize with PLUS_ZERO_INIT.
29400         (minus_zero): Initialize with MINUS_ZERO_INIT.
29401         (plus_infty): Initialize with PLUS_INFTY_INIT.
29402         (minus_infty): Initialize with MINUS_INFTY_INIT.
29403         (qnan_value): Initialize with QNAN_VALUE_INIT.
29404         (max_value): Initialize with MAX_VALUE_INIT.
29405         (min_value): Initialize with MIN_VALUE_INIT.
29406         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29408         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29409         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29410         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29411         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29413         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29414         (RUN_TEST_2_f): Likewise.
29415         (RUN_TEST_ff_f): Likewise.
29416         (RUN_TEST_fi_f): Likewise.
29417         (RUN_TEST_fl_f): Likewise.
29418         (RUN_TEST_fff_f): Likewise.
29419         (RUN_TEST_c_f): Likewise.
29420         (RUN_TEST_f_f1): Likewise.
29421         (RUN_TEST_fF_f1): Likewise.
29422         (RUN_TEST_fI_f1): Likewise.
29423         (RUN_TEST_ffI_f1): Likewise.
29424         (RUN_TEST_c_c): Likewise.
29425         (RUN_TEST_cc_c): Likewise.
29426         (RUN_TEST_f_i): Likewise.
29427         (RUN_TEST_f_i_tg): Likewise.
29428         (RUN_TEST_ff_i_tg): Likewise.
29429         (RUN_TEST_f_b): Likewise.
29430         (RUN_TEST_f_b_tg): Likewise.
29431         (RUN_TEST_f_l): Likewise.
29432         (RUN_TEST_f_L): Likewise.
29433         (RUN_TEST_sincos): Likewise.
29434         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29435         whether to show exceptions.  Do not include ");\n" in return
29436         value.
29437         (special_functions): Output call to RUN_TEST_sincos instead of
29438         check_float calls.  Update calls to new_test.
29439         (parse_args): Output call to single RUN_TEST_* macro instead of
29440         check_* calls and other assignments.  Update calls to new_test.
29442         [BZ #2546]
29443         [BZ #2560]
29444         [BZ #5159]
29445         [BZ #15426]
29446         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29447         input to result for tgamma overflow.
29448         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29449         (gamma_coeff): New variable.
29450         (NCOEFF): New macro.
29451         (gamma_positive): New function.
29452         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29453         underflow here.  Use gamma_positive instead of exp (lgamma) for
29454         other arguments.
29455         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29456         (gamma_coeff): New variable.
29457         (NCOEFF): New macro.
29458         (gammaf_positive): New function.
29459         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29460         underflow here.  Use gamma_positive instead of exp (lgamma) for
29461         other arguments.
29462         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29463         (gamma_coeff): New variable.
29464         (NCOEFF): New macro.
29465         (gammal_positive): New function.
29466         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29467         underflow here.  Use gamma_positive instead of exp (lgamma) for
29468         other arguments.
29469         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29470         (gamma_coeff): New variable.
29471         (NCOEFF): New macro.
29472         (gammal_positive): New function.
29473         (__ieee754_gammal_r): Handle positive infinity, overflow and
29474         underflow here.  Handle NaN the same as positive infinity.  Remove
29475         check x < 0xffffffff for negative integers.  Use gamma_positive
29476         instead of exp (lgamma) for other arguments.
29477         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29478         (gamma_coeff): New variable.
29479         (NCOEFF): New macro.
29480         (gammal_positive): New function.
29481         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29482         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29483         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29484         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29485         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29486         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29487         * sysdeps/generic/math_private.h (__gamma_productf): New
29488         prototype.
29489         (__gamma_product): Likewise.
29490         (__gamma_productl): Likewise.
29491         * math/Makefile (libm-calls): Add gamma_product.
29492         * math/libm-test.inc (tgamma_test): Add more tests.
29493         * sysdeps/i386/fpu/libm-test-ulps: Update.
29494         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29496 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29498         * benchtests/bench-skeleton.c (main): Preheat CPU.
29500 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29502         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29504 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29506         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29507         and _dl_skip_args_internal.
29509 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29511         * manual/message.texi (Message Translation): Talk about users.
29512         Message to key mapping impacts design.
29514 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29516         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29518         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29520         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29521         * sysdeps/wordsize-64/glob64.c: ... here.
29523         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29524         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29525         New macros.
29527         * debug/getlogin_r_chk.c: Moved to ...
29528         * login/getlogin_r_chk.c: ... here.
29529         * debug/Makefile (routines): Move getlogin_r_chk to ...
29530         * login/Makefile (routines): ... here.
29531         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29532         * login/Versions (libc: GLIBC_2.4): ... here.
29534         * io/poll.c (__poll): Renamed from poll.
29535         Add libc_hidden_def.
29536         (poll): Define as weak alias.
29538         * debug/ptsname_r_chk.c: Moved to ...
29539         * login/ptsname_r_chk.c: ... here.
29540         * debug/Makefile (routines): Move ptsname_r_chk to ...
29541         * login/Makefile (routines): ... here.
29542         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29543         * login/Versions (libc: GLIBC_2.4): ... here.
29545         * posix/getlogin.c: Moved to ...
29546         * login/getlogin.c: ... here.
29547         * posix/getlogin_r.c: Moved to ...
29548         * login/getlogin_r.c: ... here.
29549         * posix/getlogin_r.c: Moved to ...
29550         * login/getlogin_r.c: ... here.
29551         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29552         * login/Makefile (routines): ... here.
29553         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29554         * login/Versions (libc: GLIBC_2.0): ... here.
29556         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29557         (setrlimit): Define as weak alias.
29559         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29560         Call __ names for open, ftruncate, and close.
29561         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29562         (truncate): Define as weak alias.
29564 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29566         * math/gen-libm-test.pl (parse_args): Initialize x before each
29567         test of frexp, modf and remquo.
29569         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29570         test signgam value.
29572 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29574         [BZ #15418]
29575         [BZ #15419]
29576         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29577         internal tests.
29578         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29580 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29582         * elf/dl-writev.h: New file.
29583         * elf/dl-misc.c: Include it.
29584         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29585         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29587 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29589         * math/libm-test.inc (noXFails): Remove variable.
29590         (noXPasses): Likewise.
29591         (BUILD_COMPLEX_INT): Remove macro.
29592         (print_screen): Remove xfail argument.
29593         (print_screen_max_error): Likewise.
29594         (update_stats): Likewise.
29595         (print_max_error): Likewise.  Update calls to other affected
29596         functions.
29597         (print_complex_max_error): Likewise.
29598         (test_single_exception): Update calls to print_screen.
29599         (test_single_errno): Likewise.
29600         (check_float_internal): Remove xfail argument.  Update calls to
29601         other affected functions.
29602         (check_float): Likewise.
29603         (check_complex): Likewise.
29604         (check_int): Likewise.
29605         (check_long): Likewise.
29606         (check_bool): Likewise.
29607         (check_longlong): Likewise.
29608         (main): Don't print noXFails and noXPasses.
29609         * math/gen-libm-test.pl (top level): Don't mention expected
29610         failure handling in comment.
29611         (new_test): Don't handle expected failures.
29612         (parse_args): Don't mention expected failure handling in comment.
29613         (generate_testfile): Don't handle expected failures.
29614         (parse_ulps): Likewise.
29615         (print_ulps_file): Likewise.
29616         (get_failure): Remove function.
29617         (output_test): Don't handle expected failures.
29618         * make/README.libm-test: Don't mention expected failure handling.
29620         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29621         (minus_zero): Likewise.
29622         (plus_infty): Likewise.
29623         (minus_infty): Likewise.
29624         (qnan_value): Likewise.
29625         (max_value): Likewise.
29626         (min_value): Likewise.
29627         (min_subnorm_value): Likewise.
29628         (initialize): Do not initialize those variables dynamically.
29630 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29632         * io/open.c (__open_2): Moved to ...
29633         * io/open_2.c: ... this new file.
29634         * io/open64.c (__open64_2): Moved to ...
29635         * io/open64_2.c: ... this new file.
29636         * io/openat.c (__openat_2): Moved to ...
29637         * io/openat_2.c: ... this new file.
29638         * io/openat64.c (__openat64_2): Moved to ...
29639         * io/openat64_2.c: ... this new file.
29640         * io/Makefile (routines): Add them.
29641         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29642         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29643         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29644         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29645         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29646         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29647         (__openat64): Add hidden_ver.
29648         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29649         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29651         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29652         Separately conditionalize setting of GLRO(dl_sysinfo) so
29653         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29654         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29656 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29658         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29659         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29660         definition.
29661         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29662         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29663         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29664         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29665         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29667 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29669         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29670         test signgam value.
29672         * math/libm-test.inc (hypot_test): Do not use
29673         IGNORE_ZERO_INF_SIGN.
29675 2013-05-03  Andreas Jaeger  <aj@suse.de>
29677         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29678         Linux 3.9.
29679         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29680         (PF_MAX): Adjust for VSOCK change.
29682 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29684         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29686 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29688         [BZ #15264]
29689         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29690         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29691         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29693 2013-05-02  David S. Miller  <davem@davemloft.net>
29695         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29697 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29699         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29701 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29703         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29705 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29707         [BZ #14952]
29708         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29709         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29710         Use __attribute__ ((__gnu_inline__)).
29711         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29712         Don't use __attribute__ ((__gnu_inline__)).
29714 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29716         [BZ #15423]
29717         * math/s_catan.c (__catan): Handle small real or imaginary part of
29718         input specially to avoid spurious underflow.
29719         * math/s_catanf.c (__catanf): Likewise.
29720         * math/s_catanh.c (__catanh): Likewise.
29721         * math/s_catanhf.c (__catanhf): Likewise.
29722         * math/s_catanhl.c (__catanhl): Likewise.
29723         * math/s_catanl.c (__catanl): Likewise.
29724         * math/libm-test.inc (catan_test): Add more tests.
29725         (catanh_test): Likewise.
29726         * sysdeps/i386/fpu/libm-test-ulps: Update.
29727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29729 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29731         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29733 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29735         [BZ #15416]
29736         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29737         accurately for denominator in atan2.
29738         * math/s_catanf.c (__catanf): Likewise.
29739         * math/s_catanh.c (__catanh): Likewise.
29740         * math/s_catanhf.c (__catanhf): Likewise.
29741         * math/s_catanhl.c (__catanhl): Likewise.
29742         * math/s_catanl.c (__catanl): Likewise.
29743         * math/libm-test.inc (catan_test): Add more tests.
29744         (catanh_test): Likewise.
29745         * sysdeps/i386/fpu/libm-test-ulps: Update.
29746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29748 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
29750         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29752         * benchtests/Makefile (bench): Remove slow benchmarks.
29753         * benchtests/atan-inputs: Add slow benchmark inputs.
29754         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29755         (BENCH_FUNC): Accept variant offset.
29756         (VARIANT): Define.
29757         * benchtests/bench-skeleton.c (main): Run benchmark for each
29758         variant.
29759         * benchtests/cos-inputs: Add slow benchmark inputs.
29760         * benchtests/exp-inputs: Likewise.
29761         * benchtests/pow-inputs: Likewise.
29762         * benchtests/sin-inputs: Likewise.
29763         * benchtests/slowatan-inputs: Remove.
29764         * benchtests/slowatan.c: Remove.
29765         * benchtests/slowcos-inputs: Remove.
29766         * benchtests/slowcos.c: Remove.
29767         * benchtests/slowexp-inputs: Remove.
29768         * benchtests/slowexp.c: Remove.
29769         * benchtests/slowpow-inputs: Remove.
29770         * benchtests/slowpow.c: Remove.
29771         * benchtests/slowsin-inputs: Remove.
29772         * benchtests/slowsin.c: Remove.
29773         * benchtests/slowtan-inputs: Remove.
29774         * benchtests/slowtan.c: Remove.
29775         * benchtests/tan-inputs: Add slow benchmark inputs.
29776         * scripts/bench.pl: Parse comments and directives.
29778         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
29779         in CPPFLAGS.
29780         ($(objpfx)bench-%.c): Remove *-ITER.
29781         * benchtests/bench-modf.c: Remove definition of ITER.
29782         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29783         (main): Loop for DURATION seconds instead of fixed number of
29784         iterations.
29785         * scripts/bench.pl: Don't expect iterations in parameters.
29787 2013-04-29  Roland McGrath  <roland@hack.frob.com>
29789         * io/fchdir.c (__fchdir): Renamed from fchdir.
29790         (fchdir): Define as weak alias.
29792 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29794         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29795         (ERRNO_EDOM): Likewise.
29796         (ERRNO_ERANGE): Likewise.
29797         (noErrnoTests): New variable.
29798         (init_max_error): Set errno to 0.
29799         (test_single_errno): New function.
29800         (test_errno): Likewise.
29801         (check_float_internal): Call test_errno.  Set errno to 0.
29802         (check_complex): Refer to errno tests in comment.
29803         (check_int): Call test_errno.  Set errno to 0.
29804         (check_long): Likewise.
29805         (check_bool): Likewise.
29806         (check_longlong): Likewise.
29807         (cos_test): Use ERRNO_* flags for errno tests instead of
29808         check_int.
29809         (expm1_test): Likewise.
29810         (fmod_test): Likewise.
29811         (ilogb_test): Likewise.
29812         (lgamma_test): Likewise.
29813         (pow_test): Likewise.
29814         (remainder_test): Likewise.
29815         (sin_test): Likewise.
29816         (tan_test): Likewise.
29817         (yn_test): Likewise.
29818         (initialize): Set errno to 0.
29819         (main): Print number of errno tests.
29820         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29822 2013-04-29  Andreas Jaeger  <aj@suse.de>
29824         [BZ #15084]
29825         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29826         and RES_USEVC.
29828         [BZ #15085]
29829         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29830         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29831         unimplemented.
29833         [BZ #15380]
29834         * stdlib/random.c (__initstate): Return NULL if
29835         __initstate fails.
29837         [BZ #15086]
29838         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29839         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29840         RES_SNGLKUPREOP.
29842 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29844         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29846 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
29848         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29849         of individual tests.
29850         (casin_test): Likewise.
29851         (casinh_test): Likewise.
29853 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
29855         [BZ #15409]
29856         * math/s_catan.c (__catan): Handle arguments with large real or
29857         imaginary part separately without squaring.
29858         * math/s_catanf.c (__catanf): Likewise.
29859         * math/s_catanh.c (__catanh): Likewise.
29860         * math/s_catanhf.c (__catanhf): Likewise.
29861         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29862         and redefine.
29863         (__catanhl): Handle arguments with large real or imaginary part
29864         separately without squaring.
29865         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29866         and redefine.
29867         (__catanl): Handle arguments with large real or imaginary part
29868         separately without squaring.
29869         * math/libm-test.inc (catan_test): Add more tests.
29870         (catanh_test): Likewise.
29871         * sysdeps/i386/fpu/libm-test-ulps: Update.
29872         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29874 2013-04-27  Andreas Jaeger  <aj@suse.de>
29876         [BZ #15007]
29877         * stdlib/stdlib.h: Update guards for qecvt.
29878         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29879         <stdlib.h>.
29881 2013-04-27  Allan McRae  <allan@archlinux.org>
29883         * sysdeps/i386/fpu/libm-test-ulps: Update.
29885 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
29887         [BZ #15406]
29888         * math/s_catan.c: Include <float.h>.
29889         (__catan): Ensure underflow exception occurs for underflowed
29890         result.
29891         * math/s_catanf.c: Include <float.h>.
29892         (__catanf): Ensure underflow exception occurs for underflowed
29893         result.
29894         * math/s_catanh.c: Include <float.h>.
29895         (__catanh): Ensure underflow exception occurs for underflowed
29896         result.
29897         * math/s_catanhf.c: Include <float.h>.
29898         (__catanhf): Ensure underflow exception occurs for underflowed
29899         result.
29900         * math/s_catanhl.c: Include <float.h>.
29901         (__catanhl): Ensure underflow exception occurs for underflowed
29902         result.
29903         * math/s_catanl.c: Include <float.h>.
29904         (__catanl): Ensure underflow exception occurs for underflowed
29905         result.
29906         * math/libm-test.inc (catan_test): Add more tests.
29907         (catanh_test): Likewise.
29909         [BZ #15405]
29910         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29911         underflowed result.
29912         * math/s_ccoshf.c (__ccoshf): Likewise.
29913         * math/s_ccoshl.c (__ccoshl): Likewise.
29914         * math/s_csin.c (__csin): Likewise.
29915         * math/s_csinf.c (__csinf): Likewise.
29916         * math/s_csinh.c (__csinh): Likewise.
29917         * math/s_csinhf.c (__csinhf): Likewise.
29918         * math/s_csinhl.c (__csinhl): Likewise.
29919         * math/s_csinl.c (__csinl): Likewise.
29920         * math/libm-test.inc (ccos_test): Add more tests.
29921         (ccosh_test): Likewise.
29922         (csin_test): Likewise.
29923         (csinh_test): Likewise.
29925 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29927         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29928         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29929         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29930         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29931         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29932         powerpc/power5+/fpu folders.
29933         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29936 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29938         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29940 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
29942         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29943         additions to variable.
29944         [$(config-machine) = x86_64] (modules-names): Likewise.
29945         ($(objpfx)tst-audit3): Remove dependency.
29946         ($(objpfx)tst-audit3.out): Likewise.
29947         ($(objpfx)tst-audit4): Likewise.
29948         ($(objpfx)tst-audit4.out): Likewise.
29949         ($(objpfx)tst-audit5): Likewise.
29950         ($(objpfx)tst-audit5.out): Likewise.
29951         ($(objpfx)tst-audit6): Likewise.
29952         ($(objpfx)tst-audit6.out): Likewise.
29953         ($(objpfx)tst-audit7): Likewise.
29954         ($(objpfx)tst-audit7.out): Likewise.
29955         (tst-audit3-ENV): Remove variable.
29956         (tst-audit4-ENV): Likewise.
29957         (tst-audit5-ENV): Likewise.
29958         (tst-audit6-ENV): Likewise.
29959         (tst-audit7-ENV): Likewise.
29960         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29961         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29962         addition to variable.
29963         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29964         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29965         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29966         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29967         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29968         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29969         tst-audit3, tst-audit4 and tst-audit5.
29970         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29971         tst-audit6 and tst-audit7.
29972         [$(subdir) = elf] (modules-names): Add audit modules for those
29973         tests.
29974         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29975         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29976         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29977         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29978         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29979         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29980         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29981         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29982         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29983         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29984         [$(subdir) = elf] (tst-audit3-ENV): New variable.
29985         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29986         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29987         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29988         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29989         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29990         Likewise.
29991         [$(subdir) = elf && $(config-cflags-avx) = yes]
29992         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29993         [$(subdir) = elf && $(config-cflags-avx) = yes]
29994         (CFLAGS-tst-auditmod4a.c): Likewise.
29995         [$(subdir) = elf && $(config-cflags-avx) = yes]
29996         (CFLAGS-tst-auditmod4b.c): Likewise.
29997         [$(subdir) = elf && $(config-cflags-avx) = yes]
29998         (CFLAGS-tst-auditmod6b.c): Likewise.
29999         [$(subdir) = elf && $(config-cflags-avx) = yes]
30000         (CFLAGS-tst-auditmod6c.c): Likewise.
30001         [$(subdir) = elf && $(config-cflags-avx) = yes]
30002         (CFLAGS-tst-auditmod7b.c): Likewise.
30003         * elf/tst-audit3.c: Move to ...
30004         * sysdeps/x86_64/tst-audit3.c: ... here.
30005         * elf/tst-audit4.c: Move to ...
30006         * sysdeps/x86_64/tst-audit4.c: ... here.
30007         * elf/tst-audit5.c: Move to ...
30008         * sysdeps/x86_64/tst-audit5.c: ... here.
30009         * elf/tst-audit6.c: Move to ...
30010         * sysdeps/x86_64/tst-audit6.c: ... here.
30011         * elf/tst-audit7.c: Move to ...
30012         * sysdeps/x86_64/tst-audit7.c: ... here.
30013         * elf/tst-auditmod3a.c: Move to ...
30014         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30015         * elf/tst-auditmod3b.c: Move to ...
30016         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30017         * elf/tst-auditmod4a.c: Move to ...
30018         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30019         * elf/tst-auditmod4b.c: Move to ...
30020         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30021         * elf/tst-auditmod5a.c: Move to ...
30022         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30023         * elf/tst-auditmod5b.c: Move to ...
30024         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30025         * elf/tst-auditmod6a.c: Move to ...
30026         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30027         * elf/tst-auditmod6b.c: Move to ...
30028         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30029         * elf/tst-auditmod6c.c: Move to ...
30030         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30031         * elf/tst-auditmod7a.c: Move to ...
30032         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30033         * elf/tst-auditmod7b.c: Move to ...
30034         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30036 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30038         [BZ #15366]
30039         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30040         define unconditionally.
30041         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30042         define unconditionally.
30043         (INT8_C, INT16_C, etc.): Likewise.
30045 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30047         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30048         __ehdr_start with hidden visibility.
30050         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30052 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30054         * math/libm-test.inc (cos_test): Use accurate hex constants.
30055         (sincost_test): Likewise.
30057 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30059         * math/libm-test.inc (catan_test): Add more tests.
30060         (catanh_test): Likewise.
30062         * math/s_catanf.c (__catanf): Use suffixed floating-point
30063         constants.
30064         * math/s_catanhf.c (__catanhf): Likewise.
30065         * math/s_catanhl.c (__catanhl): Likewise.
30066         * math/s_catanl.c (__catanl): Likewise.
30068         [BZ #15394]
30069         * math/s_catan.c (__catan): Calculate imaginary part of result
30070         with log1p not log unless computing log of number close to 0.
30071         * math/s_catanf.c (__catanf): Likewise.
30072         * math/s_catanl.c (__catanl): Likewise.
30073         * math/s_catanh.c (__catanh): Calculate real part of result with
30074         log1p not log unless computing log of number close to 0.
30075         * math/s_catanhf.c (__catanhf): Likewise.
30076         * math/s_catanhl.c (__catanhl): Likewise.
30077         * math/libm-test.inc (catan_test): Add more tests.
30078         (catanh_test): Likewise.
30079         * sysdeps/i386/fpu/libm-test-ulps: Update.
30080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30082 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30084         * benchtests/Makefile: Mention files in which fast and slow
30085         paths of math functions are implemented.
30087 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30089         * sysdeps/posix/timespec_get.c: New file.
30091 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30093         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30094         POWER.
30095         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30096         for POWER.
30097         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30098         powerpc/power5/fpu folders.
30099         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30100         * benchtests/Makefile: Add modf testcase.
30101         * benchtests/bench-modf.c: New file: Benchmark test for mo
30103 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30105         [BZ #14888]
30106         * time/Makefile (tests): Add tst-strptime-whitespace.
30107         * time/strptime_l.c (get_number): Use ISSPACE.
30108         (__strptime_internal): Likewise.
30109         * time/tst-strptime-whitespace.c: New test case.
30111 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30113         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30114         member.
30115         (_nss_files_init): Set it here.
30117 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30119         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30120         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30121         unsigned.
30123 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30125         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30127 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30129         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30130         size just once.
30132 2013-04-21  David S. Miller  <davem@davemloft.net>
30134         * po/ru.po: Update Russion translation from translation project.
30136 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30138         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30139         and setfsgid.
30141 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30143         * configure.in: Remove i386 configure warning. Remove i386 case.
30144         * configure: Regenerate.
30145         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30146         Add example to error message.
30147         * sysdeps/i386/configure: Regenerate.
30149 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30151         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30152         slowtan.
30153         * benchtests/cos-inputs: New file.
30154         * benchtests/slowcos-inputs: New file.
30155         * benchtests/slowcos.c: New file.
30156         * benchtests/slowtan-inputs: New file.
30157         * benchtests/slowtan.c: New file.
30158         * benchtests/tan-inputs: New file.
30160 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30162         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30163         considered kosher.
30165 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30167         * benchtests/Makefile: Include cppflags-iterator.mk to add
30168         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30170         * Makefile.in (bench-clean): New target.
30171         * benchtests/Makefile (bench-clean): Likewise.
30173 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30175         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30177 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30179         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30181 2013-04-15  Andreas Schwab  <schwab@suse.de>
30183         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30184         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30185         * nscd/pwdcache.c (cache_addpw): Likewise.
30186         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30187         more than recsize.
30189 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30191         * benchtests/Makefile (bench): Write all output to
30192         bench-out.tmp together.
30194 2013-04-15  Andreas Schwab  <schwab@suse.de>
30196         * nscd/nscd.c (main): Don't fork again after closing files.
30198 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30200         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30202         * benchtests/Rules (bench-deps): Collect dependencies into a
30203         single variable.  Add Makefile to dependencies.
30204         ($(objpfx)bench-%.c): Depend on bench-deps.
30206 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30207             Xavier Roche  <roche+kml2@exalead.com>
30209         [BZ #15361]
30210         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30211         just that it's a file descriptor.
30212         * manual/llio.texi (Synchronizing AIO Operations): Update description
30213         for EBADF error from aio_fsync.
30215 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30217         * Rules (bench): Move target definition...
30218         * benchtests/Makefile: ... here.
30220 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30222         * math/libm-test.inc (cos_test): Fix PI/2 test.
30223         (sincos_test): Likewise.
30224         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30225         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30227 2013-04-11  Andreas Schwab  <schwab@suse.de>
30229         [BZ #13988]
30230         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30231         accept exponent character only when digits were seen.
30232         * stdio-common/Makefile (tests): Add bug26.
30233         * stdio-common/bug26.c: New file.
30235         [BZ #14293]
30236         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30237         non-freeable.
30239 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30241         * Makeconfig (rtld-prefix): Define built linker prefix.
30242         * Rules (run-bench): Use it.
30243         * math/Makefile (run-regen-ulps): Likewise.
30245         * Rules (bench): Remove eval.
30247 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30248             Roland McGrath  <roland@hack.frob.com>
30249             Ondrej Bilka  <neleai@seznam.cz>
30251         [BZ #15346]
30252         * time/getdate.c: Include ctype.h and alloca.h.
30253         (__getdate_r): Trim leading and trailing spaces of input.
30254         * time/tst-getdate.c (tests): Add tests with leading and
30255         trailing spaces.
30257 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30259         [BZ #14280]
30260         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30261         when computing value.
30263 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30265         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30266         Use testrun.sh to run libm tests.
30268         [BZ #15309]
30269         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30271 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30273         [BZ #15264]
30274         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30276 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30278         * Makefile.in (regen-ulps): New target.
30279         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30280         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30281         [ifneq (no,$(PERL)] (regen-ulps): New target.
30282         [ifeq (no,$(PERL)] (regen-ulps): New target.
30283         * math/libm-test.inc (ulps_file_name): Define.
30284         (output_dir): New variable.
30285         (options): Add "output-dir" option.
30286         (parse_opt): Handle 'o' case.
30287         (main): If output_dir is non-NULL use it as a prefix
30288         otherwise use "".
30289         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30291 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30293         [BZ #10060, #10062]
30294         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30295         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30296         fail configure if __sync_val_compare_and_swap is not inlined.
30297         * sysdeps/i386/configure: Regenerate.
30298         * configure.in: Build for i686 when configured for i386.
30299         * configure: Regenerate.
30300         * README: Remove i386 reference.
30302 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30304         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30305         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30307 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30309         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30310         (lmsnanval): New variables.
30311         (F): Add conversion tests.
30312         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30313         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30315         * stdio-common/tstdiomisc.c (F): Properly collect individual
30316         tests' results.
30318         [BZ #14686, #15336]
30319         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30320         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30321         Instead, use input NaN values or generate a qNaN by arithmetic
30322         operation.  Also fix bugs to comply with the standard.
30323         * math/libm-test.inc (remainder_test): Add more tests.
30325         [BZ #15335, #15342]
30326         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30327         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30328         input NaN values or generate a qNaN by arithmetic operation.
30330         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30331         unreachable code.
30333         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30334         definitions.
30336 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30338         [BZ #14478]
30339         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30340         underflowed result.
30341         * math/s_cexpf.c (__cexpf): Likewise.
30342         * math/s_cexpl.c (__cexpl): Likewise.
30343         * math/libm-test.inc (cexp_test): Add more tests.
30345 2013-04-03  Andreas Schwab  <schwab@suse.de>
30347         [BZ #15330]
30348         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30349         order arrays from heap if bigger than alloca cutoff.
30351 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30353         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30354         (SNAN_TESTS_double): Refer to GCC PR56831.
30355         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30356         GCC PR56828.
30358 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30360         * Rules (bench): Move bench.out after the run is complete.
30362         * Rules (bench): Echo currently running benchmark.
30364         * benchtests/Makefile (bench): Add atan and slowatan.
30365         * benchtests/atan-inputs: New file.
30366         * benchtests/slowatan-inputs: New file.
30367         * benchtests/slowatan.c: New file.
30369         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30370         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30371         its value.
30373         [BZ #15305]
30374         * sysdeps/unix/sysv/linux/kernel-features.h
30375         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30376         __ASSUME_XFS_RESTRICTED_CHOWN.
30377         * sysdeps/unix/sysv/linux/pathconf.c
30378         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30379         Save and restore errno.
30381 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30383         [BZ #15327]
30384         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30385         arguments using __kernel_casinh.
30386         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30387         arguments using __kernel_casinhf.
30388         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30389         arguments using __kernel_casinhl.
30390         * math/libm-test.inc (cacosh_test): Add more tests.
30391         * sysdeps/i386/fpu/libm-test-ulps: Update.
30392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30394 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30396         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30397         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30399         * bench/Makefile (bench): Add sin and slowsin.
30400         * benchtests/sin-inputs: New file.
30401         * benchtests/slowsin-inputs: New file.
30402         * benchtests/slowsin.c: New file.
30404         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30405         (bench): Add slowexp and slowpow.
30406         (exp-ITER): Increase iterations.
30407         (pow-ITER): Likewise.
30408         * benchtests/exp-inputs: Change input.
30409         * benchtests/pow-inputs: Likewise.
30410         * benchtests/slowexp-inputs: New file.
30411         * benchtests/slowexp.c: New file.
30412         * benchtests/slowpow-inputs: New file.
30413         * benchtests/slowpow.c: New file.
30415 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30417         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30418         instructions.
30419         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30420         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30421         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30422         * benchtests/Makefile: Add rint benchtest.
30423         * benchtests/rint-inputs: Input for rint benchtest.
30425 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30427         * Versions.def (libm): Add GLIBC_2.18.
30428         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30429         hidden libm prototypes.
30430         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30431         * math/Makefile (libm-calls): Add s_issignaling.
30432         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30433         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30434         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30435         declaration.
30436         * math/math.h [__USE_GNU] (issignaling): New macro.
30437         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30438         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30439         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30440         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30441         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30442         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30443         * manual/arith.texi (issignaling): New section.
30444         * manual/libm-err-tab.pl (@all_functions): Update comment.
30445         * math/gen-libm-test.pl (parse_args): Apply special handling for
30446         issignaling.
30447         * math/libm-test.inc (print_float, issignaling_test): New
30448         functions.
30449         (check_float_internal): Add issignaling checks.
30450         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30451         default definition.
30452         * sysdeps/powerpc/math-tests.h: New file.
30453         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30454         tests.
30455         * math/test-snan.c (TEST_FUNC): Likewise.
30457 2013-03-30  David S. Miller  <davem@davemloft.net>
30459         * po/de.po: Update from translation team.
30461 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30463         [BZ #10357]
30464         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30465         imaginary part less than 1.0 and real part less than 0.5
30466         specially.
30467         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30468         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30469         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30470         (cacos_test): Add more tests.
30471         (casin_test): Likewise.
30472         (casinh_test): Likewise.
30473         * sysdeps/i386/fpu/libm-test-ulps: Update.
30474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30476 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30478         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30479         ONE with its value.
30481         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30482         (__pow_mp): Replace ONE and MONE with their values.
30483         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30484         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30485         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30486         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30487         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30488         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30490         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30492         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30493         (__pow_mp): Replace ZERO and MZERO with their values.
30494         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30495         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30496         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30497         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30498         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30499         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30500         (__sqr): Likewise.
30502         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30504         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30506 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30508         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30509         Declare with __attribute__ ((weak)).
30510         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30511         Call __call_tls_dtors only if it's not NULL.
30513 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30515         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30516         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30517         magic __ehdr_start linker symbol if it's defined.
30518         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30519         them up here if it was already done.
30521         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30522         (_dl_aux_init): Use const in cast when setting it.
30523         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30524         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30525         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30527         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30528         Declare them here.
30529         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30530         * csu/libc-tls.c: Nor here.
30531         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30533         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30534         (__libc_message): Never call vsyslog.
30536 2013-03-28  Alan Modra  <amodra@gmail.com>
30538         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30539         Define as empty.
30540         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30541         Likewise.
30543 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30545         [BZ #15214]
30546         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30547         underflow.
30548         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30550 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30552         [BZ #15304]
30553         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30554         Don't add gid passed as argument.
30556         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30558 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30560         [BZ #15307]
30561         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30562         imaginary part between 1.0 and 1.5 and real part less than 0.5
30563         specially.
30564         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30565         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30566         * math/libm-test.inc (cacos_test): Add more tests.
30567         (casin_test): Likewise.
30568         (casinh_test): Likewise.
30569         * sysdeps/i386/fpu/libm-test-ulps: Update.
30570         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30572 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30574         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30575         constants.
30576         (norm): Likewise.
30577         (denorm): Likewise.
30578         (__dbl_mp): Likewise.
30579         (add_magnitudes): Likewise.
30580         (sub_magnitudes): Likewise.
30581         (__add): Likewise.
30582         (__sub): Likewise.
30583         (__mul): Likewise.
30584         (__sqr): Likewise.
30585         (__inv): Likewise.
30586         (__dvd): Likewise.
30588         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30589         commented code.
30590         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30591         (__dubcos): Likewise.
30592         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30593         (__ieee754_acos): Likewise.
30594         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30595         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30596         (__exp1): Likewise.
30597         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30598         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30599         (log1): Likewise.
30600         (my_log2): Likewise.
30601         (checkint): Likewise.
30602         * sysdeps/ieee754/dbl-64/e_remainder.c
30603         (__ieee754_remainder): Likewise.
30604         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30605         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30606         (bsloww): Likewise.
30607         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30609         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30610         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30611         MANTISSA_STORE_T to store computations on mantissa.  Use
30612         macros for rounding and division.
30613         (denorm): Likewise.
30614         (__dbl_mp): Likewise.
30615         (add_magnitudes): Likewise.
30616         (sub_magnitudes): Likewise.
30617         (__mul): Likewise.
30618         (__sqr): Likewise.
30619         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30620         powers of two in terms of TWOPOW macro.
30621         (mp_no): Make type of mantissa as MANTISSA_T.
30622         [!RADIXI]: Define RADIXI.
30623         [!TWO52]: Define TWO52.
30624         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30626 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30628         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30629         llroundl symbol when building for PPC32.
30631 2013-03-24  Mark H Weaver  <mhw@netris.org>
30633         * manual/arith.texi (Normalization Functions): Fix prototypes for
30634         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30636 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30638         [BZ #13889]
30639         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30640         high value to check if expl overflow.
30641         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30642         to check for underflow and overflow.
30643         * math/libm-test.inc: Add exp test.
30645 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30647         [BZ #11120]
30648         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30649         with NOT_IN_libc.
30651 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30653         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30654         symbol.
30656 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30658         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30659         wrap blocks consisting of several statements.
30661         * sysdeps/generic/math-tests.h: New file.
30662         * sysdeps/i386/fpu/math-tests.h: Likewise.
30663         * math/test-snan.c: Include it.
30664         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30666 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30668         [BZ #15285]
30669         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30670         (__ieee754_j0l): Do not improve calculations using cos of twice
30671         input for inputs above LDBL_MAX / 2.0L.
30672         (__ieee754_y0l): Likewise.
30673         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30674         (__ieee754_j1l): Do not improve calculations using cos of twice
30675         input for inputs above LDBL_MAX / 2.0L.
30676         (__ieee754_y1l): Likewise.
30677         * math/libm-test.inc (j0_test): Add another test.
30678         (j1_test): Likewise.
30679         (y0_test): Likewise.
30680         (y1_test): Likewise.
30681         * sysdeps/i386/fpu/libm-test-ulps: Update.
30683 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30685         * Rules ($(objpfx)bench-%.c): Include code from a C source
30686         file.
30688 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30690         [BZ #15287]
30691         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30692         imaginary part 1.0 and real part less than 0.5 specially.
30693         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30694         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30695         * math/libm-test.inc (cacos_test): Add more tests.
30696         (casin_test): Likewise.
30697         (casinh_test): Likewise.
30698         * sysdeps/i386/fpu/libm-test-ulps: Update.
30699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30701 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30703         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30704         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30706 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30708         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30709         * config.make.in (config-cflags-sse4): Remove variable.
30710         (config-cflags-avx): Likewise.
30711         (config-cflags-sse2avx): Likewise.
30712         (config-cflags-novzeroupper): Likewise.
30713         (config-asflags-i686): Likewise.
30714         (have-mfma4): Likewise.
30715         (have-as-vis3): Likewise.
30716         (MIG): Likewise.
30717         * configure.in (MIG): Do not AC_SUBST.
30718         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30719         (libc_cv_cc_sse4): Do not AC_SUBST.
30720         (libc_cv_cc_avx): Likewise.
30721         (libc_cv_cc_sse2avx): Likewise.
30722         (libc_cv_cc_novzeroupper): Likewise.
30723         (libc_cv_cc_fma4): Likewise.
30724         (libc_cv_as_i686): Likewise.
30725         (libc_cv_sparc_as_vis3): Likewise.
30726         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30727         LIBC_CONFIG_VAR.
30728         (config-asflags-i686): Likewise.
30729         (config-cflags-avx): Likewise.
30730         (config-cflags-sse2avx): Likewise.
30731         (have-mfma4): Likewise.
30732         (config-cflags-novzeroupper): Likewise.
30733         * sysdeps/mach/configure.in (MIG): Likewise.
30734         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30735         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30736         LIBC_CONFIG_VAR.
30737         (config-cflags-avx): Likewise.
30738         (config-cflags-sse2avx): Likewise.
30739         (have-mfma4): Likewise.
30740         (config-cflags-novzeroupper): Likewise.
30741         * configure: Regenerated.
30742         * sysdeps/i386/configure: Likewise.
30743         * sysdeps/mach/configure: Likewise.
30744         * sysdeps/sparc/configure: Likewise.
30745         * sysdeps/x86_64/configure: Likewise.
30747 2013-03-20  Roland McGrath  <roland@hack.frob.com>
30749         [BZ #14812]
30750         * locale/programs/localedef.c (options): Put N_ translation marker
30751         on argument names, not just descriptions.
30753 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30755         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30757 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
30759         [BZ #14176]
30760         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30762 2013-03-19  Roland McGrath  <roland@hack.frob.com>
30764         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30765         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30766         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30767         [!BEFORE_ABORT] (before_abort): New function.
30768         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30769         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30770         (writev_for_fatal): New function.
30771         (WRITEV_FOR_FATAL): New macro; call that.
30772         (backtrace_and_maps): New function.
30773         (BEFORE_ABORT): New macro; call that.
30774         (struct str_list): Type removed.
30775         (__libc_message, __libc_fatal): Functions removed.
30776         Include <sysdeps/posix/libc_fatal.c> instead.
30778 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
30780         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30781         constants.
30782         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30783         double constants.
30785 2013-03-19  Andreas Schwab  <schwab@suse.de>
30787         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30788         * sysdeps/gnu/configure: Regenerate.
30790         * configure.in: Substitute libc_cv_rtlddir.
30791         * configure: Regenerate.
30792         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30793         * Makeconfig (rtlddir, inst_rtlddir): New variables.
30794         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30795         * elf/Makefile (install-others, CFLAGS-interp.c)
30796         (ldso_install, common-ldd-rewrite): Likewise.
30797         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30798         $(inst_slibdir)/$(rtld-installed-name).
30799         * scripts/rellns-sh: Add -p option.
30800         * Makerules (make-shlib-link): Use rellns-sh to get relative name
30801         for source.
30803 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
30805         * manual/nptl.texi: Renamed to ...
30806         * manual/threads.texi: ... this.
30807         * manual/Makefile (chapters): Update.
30809 2013-03-18  Roland McGrath  <roland@hack.frob.com>
30811         [BZ #14812]
30812         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30813         on argument names, not just descriptions.
30814         * malloc/memusagestat.c (options): Likewise.
30815         * nss/getent.c (options): Likewise.
30817 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
30819         [BZ #14812]
30820         * iconv/iconv_prog.c (options): Put N_ translation marker
30821         on argument names, not just descriptions.
30822         * iconv/iconvconfig.c (options): Likewise.
30824 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
30826         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30827         implementation which is faster on all x86_64 architectures.
30828         Tested on AMD, Intel Nehalem, SNB, IVB.
30829         * sysdeps/x86_64/strnlen.S: Likewise.
30831         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30832         Remove all multiarch strlen and strnlen versions.
30833         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30834         Remove strlen and strnlen related parts.
30836         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30837         Inline strlen part.
30838         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30840         * sysdeps/x86_64/multiarch/strlen.S: Remove.
30841         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30842         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30843         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30844         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30845         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30847 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
30849         * manual/memory.texi (Malloc Tunable Parameters):
30850         Sort parameters alphabetically. Add comments for missing entries.
30852 2013-03-17  David S. Miller  <davem@davemloft.net>
30854         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30856 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
30858         [BZ #15283]
30859         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30860         for arguments at most half maximum finite value.
30861         * math/libm-test.inc (j0_test): Add more tests.
30862         (j1_test): Likewise.
30863         (y0_test): Likewise.
30864         (y1_test): Likewise.
30865         * sysdeps/i386/fpu/libm-test-ulps: Update.
30866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30868         [BZ #14155]
30869         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30870         1 / x and functions P and Q for arguments above 0x1p256L.
30871         (__ieee754_y0l): Likewise.
30872         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30873         (__ieee754_y1l): Likewise.
30874         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30875         (j1_test): Likewise.
30876         (y0_test): Likewise.
30877         (y1_test): Likewise.
30879 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
30881         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30882         variable.
30884 2013-03-15  Roland McGrath  <roland@hack.frob.com>
30886         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30887         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30888         zero since it's initialized to EXEC_PAGESIZE.
30890         * sysdeps/unix/sysv/linux/ldsodefs.h
30891         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30892         * sysdeps/generic/ldsodefs.h: ... here.
30894 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
30896         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30898         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30899         math/test-snan.c.
30900         * math/test-snan.c: Renamed from
30901         sysdeps/powerpc/fpu/test-powerpc-snan.c.
30902         * math/Makefile (tests): Add test-snan.
30903         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30904         test-powerpc-snan.
30906         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30907         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
30908         functions.
30909         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
30910         __builtin_nan family of functions.
30911         * math/libm-test.inc (initialize): Initialize qnan_value with
30912         __builtin_nan family of functions.
30913         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30914         Remove variables.
30915         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30916         Remove functions.
30917         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
30918         storage class.  Initialize qNaN_var and sNaN_var with
30919         __builtin_nan and __builtin_nans families of functions,
30920         respectively.
30922         * math/libm-test.inc (acosh_test): Also test with qNaN input.
30923         (sqrt_test): Remove duplicate test with qNaN input.
30924         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30925         (round_test, signbit_test, significand_test): Note missing +/-Inf
30926         as well as qNaN tests.
30928         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30929         qNaN_var.  Fix a few strings, too.
30930         * math/libm-test.inc (nan_value): Rename to qnan_value.
30931         * math/gen-libm-test.pl (%beautify): Adjust to that.
30932         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30933         * math/test-misc.c (main): Likewise.
30934         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30935         to __qnan_bytes, and __qnan_union, respectively.
30936         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30937         Likewise.
30938         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30939         and lqnanval, respectively.
30940         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30941         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30942         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30943         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30945         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30946         * math/test-misc.c (main) [__x86_64__]: Enable test for long
30947         doubles.
30949         * math/test-misc.c (main): Fix copy'n'pastos.
30950         * misc/tst-efgcvt.c (special): Likewise.
30952         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30953         Remove declarations.
30955 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30957         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30958         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30959         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30960         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30962 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30964         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30965         macro to return vdso values correctly in IFUNC implementations.
30966         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30967         Optimization by using IFUNC.
30969 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30970             Richard Henderson  <rth@redhat.com>
30971             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30973         * Makefile.in (bench): New target.
30974         * NEWS: Mention the benchmark framework.
30975         * Rules (bench): Likewise.
30976         (binaries-bench): Generate binaries for functions to
30977         benchmark.
30978         * benchtests/Makefile: New makefile for benchmark tests.
30979         * benchtests/bench-skeleton.c: New skeleton file for benchmark
30980         programs.
30981         * benchtests/exp-inputs: New input file for EXP function.
30982         * benchtests/pow-inputs: New input file for POW function.
30983         * scripts/bench.pl: New script to generate source files for
30984         benchmark programs.
30986 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30988         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30989         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30990         computations on mantissa.  Use macros for rounding and
30991         division.
30992         (denorm): Likewise.
30993         (__dbl_mp): Likewise.
30994         (add_magnitudes): Likewise.
30995         (sub_magnitudes): Likewise.
30996         (__mul): Likewise.
30997         (__sqr): Likewise.
30998         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30999         powers of two in terms of TWOPOW macro.
31000         (mp_no): Make type of mantissa as MANTISSA_T.
31001         [!RADIXI]: Define RADIXI.
31002         [!TWO52]: Define TWO52.
31003         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31005         * manual/nptl.texi (cindex): Modify threads to pthreads.
31007 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31009         * sysdeps/x86_64/preconfigure: Regenerated.
31011 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31013         [BZ #14155]
31014         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31015         0x1p28 and above.
31016         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31017         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31018         0x1p28 and above.
31019         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31020         * math/libm-test.inc (j0_test): Do not allow one spurious
31021         underflow exception.
31022         (y1_test): Likewise.
31024 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31026         * manual/Makefile (chapters): Add nptl.
31027         * manual/debug.texi (Debugging Support): Add link to Threads
31028         chapter.
31029         * manual/nptl.texi: New file.
31031         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31033 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31035         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31036         for non-NULL pointer before the memory validity test. Pointed
31037         out by Holger Brunck <holger.brunck@keymile.com>.
31039 2013-03-13  Andreas Schwab  <schwab@suse.de>
31041         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31042         instead of .os.
31044 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31046         * timezone/zic.c: Update from tzcode 2013b.
31048 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31050         * manual/install.texi (Configuring and compiling):
31051         Mention i686 and i586.
31052         * INSTALL: Regenerate.
31054 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31056         * sysdeps/init_array/elf-init.c: New file.
31057         * csu/elf-init.c
31058         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31059         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31061         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31062         __gmon_start__ as global, but as static with a .preinit_array pointer.
31063         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31064         * sysdeps/init_array/crti.S: New file, empty except for comments.
31065         * sysdeps/init_array/crtn.S: Likewise.
31067 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31069         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31070         definining bcopy.
31071         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31072         Remove Prefer_SSE_for_memop.
31073         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31074         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31075         HAS_PREFER_SSE_FOR_MEMOP.
31076         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31077         memset-x86-64.
31078         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31079         Remove bzero, memset ifunc support.
31080         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31081         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31082         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31083         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31085 2013-03-11  Andreas Schwab  <schwab@suse.de>
31087         [BZ #15234]
31088         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31089         by SHLIB_COMPAT.
31090         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31091         (GLIBC_2.16): Remove pthread_atfork.
31093 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31095         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31096         (ptestcases.h): Likewise.
31098 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31100         * Makeconfig ($(common-objpfx)config.status): Depend on
31101         sysdeps/*/preconfigure{,.in} too.
31103 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31105         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31106         (__free_hook): Use void * instead of __malloc_ptr_t.
31107         (__malloc_hook): Likewise.
31108         (__realloc_hook): Likewise.
31109         (__memalign_hook): Likewise.
31110         (__after_morecore_hook): Likewise.
31111         * malloc/arena.c (save_malloc_hook): Likewise.
31112         (save_free_hook): Likewise.
31113         * malloc/hooks.c (malloc_hook_ini): Likewise.
31114         (realloc_hook_ini): Likewise.
31115         (memalign_hook_ini): Likewise.
31116         * malloc/malloc.c (malloc_hook_ini): Likewise.
31117         (realloc_hook_ini): Likewise.
31118         (memalign_hook_ini): Likewise.
31119         (__free_hook): Likewise.
31120         (__malloc_hook): Likewise.
31121         (__realloc_hook): Likewise.
31122         (__memalign_hook): Likewise.
31123         (__libc_malloc): Likewise.
31124         (__libc_free): Likewise.
31125         (__libc_realloc): Likewise.
31126         (__libc_memalign): Likewise.
31127         (__libc_valloc): Likewise.
31128         (__libc_pvalloc): Likewise.
31129         (__libc_calloc): Likewise.
31130         (__posix_memalign): Likewise.
31131         * malloc/morecore.c (__sbrk): Likewise.
31132         (__default_morecore): Likewise.
31134         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31136         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31137         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31138         __malloc_ptrdiff_t.
31140         * malloc/malloc.h (__malloc_size_t): Remove macro.
31141         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31142         __malloc_size_t.
31143         (old_memalign_hook): Likewise.
31144         (old_realloc_hook): Likewise.
31145         (struct hdr): Likewise.
31146         (flood): Likewise.
31147         (mallochook): Likewise.
31148         (memalignhook): Likewise.
31149         (reallochook): Likewise.
31150         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31151         (tr_old_realloc_hook): Likewise.
31152         (tr_old_memalign_hook): Likewise.
31153         (tr_mallochook): Likewise.
31154         (tr_reallochook): Likewise.
31155         (tr_memalignhook): Likewise.
31157 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31159         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31160         default_ldbl_pack and using as default implementation.
31161         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31162         implementation.
31163         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31164         redundant definition.
31165         (ldbl_insert_mantissa): Likewise.
31166         (ldbl_canonicalize): Likewise.
31167         (ldbl_nearbyint): Likewise.
31168         (ldbl_pack): Rename to ldbl_pack_ppc.
31169         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31170         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31171         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31173 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31175         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31176         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31177         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31178         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31179         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31180         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31181         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31182         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31184 2013-03-07  Andreas Jaeger  <aj@suse.de>
31186         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31187         bits/mman-linux.h.
31189 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31191         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31192         Include mpa.h and declare __MPEXP.
31193         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31194         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31195         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31196         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31197         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31198         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31199         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31201         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31202         (__slowpow): Use long double EXPL and LOGL functions to
31203         compute POW.
31204         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31205         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31206         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31207         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31208         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31209         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31211         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31212         intermediate variable to calculate exponent.
31213         (__sqr): Likewise.
31214         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31215         Likewise.
31216         (__sqr): Likewise.
31218         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31219         [!NO__SQR]: Define __sqr.
31220         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31221         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31222         sysdeps/ieee754/dbl-64/mpa.c.
31223         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31225         [BZ #12723]
31226         * posix/Makefile (tests): Add tst-pathconf.
31227         * posix/tst-pathconf.c: New test case.
31228         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31229         _PC_PIPE_BUF.
31230         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31232 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31234         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31236 2013-03-06  Andreas Jaeger  <aj@suse.de>
31238         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31239         definition via __MAP_ANONYMOUS.
31241         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31242         it's not part of Linux headers.
31244         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31245         (MAP_HUGE_MASK): Define.
31247         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31248         Define.
31249         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31250         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31251         Define.
31252         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31253         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31254         Define.
31255         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31256         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31257         Define.
31258         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31260         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31261         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31262         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31263         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31264         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31265         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31267         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31268         Handle f2fs.
31270         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31271         Handle f2fs and efivarfs.
31273         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31274         f2fs.
31276         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31277         (EFIVARFS_MAGIC): Add.
31278         (F2FS_LINK_MAX): Add.
31280 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31282         * stdio-common/vfprintf.c: Replace __builtin_expect with
31283         __glibc_unlikely.
31285 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31287         [BZ #13550]
31288         * sysdeps/generic/bp-sym.h: Remove file.
31289         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31290         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31291         <bp-sym.h> and <bp-asm.h>.
31292         (__longjmp): Don't use BP_SYM.
31293         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31294         and <bp-asm.h>.
31295         (memcpy): Don't use BP_SYM.
31296         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31297         <bp-sym.h> and <bp-asm.h>.
31298         (memcpy): Don't use BP_SYM.
31299         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31300         <bp-asm.h>.
31301         (memcpy): Don't use BP_SYM.
31302         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31303         <bp-asm.h>.
31304         (memset): Don't use BP_SYM.
31305         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31306         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31307         (__bzero): Don't use BP_SYM.
31308         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31309         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31310         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31311         <bp-sym.h> and <bp-asm.h>.
31312         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31313         pointers.
31314         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31315         <bp-sym.h> and <bp-asm.h>.
31316         (memcpy): Don't use BP_SYM.
31317         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31318         <bp-sym.h> and <bp-asm.h>.
31319         (memset): Don't use BP_SYM.
31320         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31321         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31322         (__bzero): Don't use BP_SYM.
31323         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31324         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31325         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31326         <bp-sym.h> and <bp-asm.h>.
31327         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31328         pointers.
31329         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31330         <bp-sym.h> and <bp-asm.h>.
31331         (memcpy): Don't use BP_SYM.
31332         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31333         <bp-sym.h> and <bp-asm.h>.
31334         (memset): Don't use BP_SYM.
31335         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31336         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31337         (__bzero): Don't use BP_SYM.
31338         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31339         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31340         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31341         <bp-sym.h> and <bp-asm.h>.
31342         (__memchr): Don't use BP_SYM.
31343         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31344         <bp-sym.h> and <bp-asm.h>.
31345         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31346         pointers.
31347         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31348         <bp-sym.h> and <bp-asm.h>.
31349         (memcpy): Don't use BP_SYM.
31350         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31351         <bp-sym.h> and <bp-asm.h>.
31352         (__mempcpy): Don't use BP_SYM.
31353         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31354         <bp-sym.h> and <bp-asm.h>.
31355         (__memrchr): Don't use BP_SYM.
31356         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31357         <bp-sym.h> and <bp-asm.h>.
31358         (memset): Don't use BP_SYM.
31359         (__bzero): Likewise.
31360         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31361         <bp-sym.h> and <bp-asm.h>.
31362         (__rawmemchr): Don't use BP_SYM.
31363         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31364         <bp-sym.h> and <bp-asm.h>.
31365         (__STRCMP): Don't use BP_SYM.
31366         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31367         <bp-sym.h> and <bp-asm.h>.
31368         (strchr): Don't use BP_SYM.
31369         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31370         <bp-sym.h> and <bp-asm.h>.
31371         (__strchrnul): Don't use BP_SYM.
31372         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31373         <bp-sym.h> and <bp-asm.h>.
31374         (strlen): Don't use BP_SYM.
31375         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31376         <bp-sym.h> and <bp-asm.h>.
31377         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31378         pointers.
31379         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31380         <bp-sym.h> and <bp-asm.h>.
31381         (__strnlen): Don't use BP_SYM.
31382         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31383         <bp-sym.h> and <bp-asm.h>.
31384         (__GI__setjmp): Don't use BP_SYM.
31385         (_setjmp): Likewise.
31386         (__sigsetjmp): Likewise.
31387         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31388         (L(start_addresses)): Don't use BP_SYM.
31389         (_start): Likewise.
31390         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31391         <bp-asm.h>.
31392         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31393         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31394         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31395         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31396         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31397         <bp-asm.h>.
31398         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31399         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31400         about bounded pointers.
31401         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31402         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31403         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31404         <bp-asm.h>.
31405         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31406         about bounded pointers.  Remove GKM FIXME comments.
31407         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31408         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31409         <bp-asm.h>.
31410         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31411         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31412         Remove GKM FIXME comments.
31413         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31414         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31415         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31416         <bp-asm.h>.
31417         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31418         about bounded pointers.  Remove GKM FIXME comment.
31419         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31420         and <bp-asm.h>.
31421         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31422         pointers.
31423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31424         <bp-sym.h> and <bp-asm.h>.
31425         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31427         <bp-sym.h> and <bp-asm.h>.
31428         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31429         comment.
31431 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31433         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31434         call free(NULL).
31436 2013-03-05  David S. Miller  <davem@davemloft.net>
31438         * po/es.po: Update from translation team.
31440 2013-03-05  Andreas Jaeger  <aj@suse.de>
31442         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31443         <bits/mman-linux.h>.
31444         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31445         is fine.
31446         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31447         <bits/mman-linux.h> to end of file.
31448         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31449         is fine.
31450         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31451         <bits/mman-linux.h> to end of file.
31452         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31453         is fine.
31454         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31455         <bits/mman-linux.h> to end of file.
31457         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31458         (MCL_CURRENT, MCL_FUTURE): Define here.
31460 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31462         [BZ #15232]
31463         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31464         attribute_hidden.
31465         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31467 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31469         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31470         fourth parameter needed for rt_sigprocmask syscall.
31471         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31472         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31473         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31474         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31475         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31476         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31478 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31480         [BZ #13550]
31481         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31482         comment about bounded pointers.
31483         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31484         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31486 2013-03-04  Andreas Jaeger  <aj@suse.de>
31488         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31489         common definitions.
31491         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31492         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31493         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31494         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31495         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31496         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31498 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31500         [BZ #15055]
31501         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31502         __ieee754_sqrl instead of __sqrl.
31504 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31506         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31507         * sysdeps/powerpc/fpu_control.h: ... here.
31508         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31509         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31510         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31511         * sysdeps/powerpc/bits/mathinline.h: ... here.
31513 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31515         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31516         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31517         to just [NEED_DL_SYSINFO_DSO].
31518         * elf/dl-support.c: Likewise.
31519         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31520         * elf/rtld.c (dl_main): Likewise.
31521         * elf/setup-vdso.h (setup_vdso): Likewise.
31522         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31523         * sysdeps/unix/sysv/linux/dl-sysdep.c
31524         (_dl_discover_osversion): Likewise.
31526 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31528         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31529         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31531 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31533         * NEWS: Mention libm performance improvements and non-x86 PI
31534         futex support.
31536         * csu/libc-start.c (__pthread_initialize_minimal): Change
31537         function arguments.
31538         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31540 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31542         [BZ #13550]
31543         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31544         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31545         <bp-sym.h> and <bp-asm.h>.
31546         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31547         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31548         and <bp-asm.h>.
31549         (memcpy): Don't use BP_SYM.
31550         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31551         <bp-asm.h>.
31552         (__mpn_add_n): Don't use BP_SYM.
31553         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31554         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31555         and <bp-asm.h>.
31556         (__mpn_addmul_1): Don't use BP_SYM.
31557         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31558         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31559         <bp-sym.h>.
31560         (_setjmp): Don't use BP_SYM.
31561         (__novmx_setjmp): Likewise.
31562         (__GI__setjmp): Likewise.
31563         (__vmx_setjmp): Likewise.
31564         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31565         <bp-sym.h>.
31566         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31567         (__bzero): Don't use BP_SYM.
31568         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31569         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31570         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31571         <bp-sym.h> and <bp-asm.h>.
31572         (memcpy): Don't use BP_SYM.
31573         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31574         <bp-sym.h> and <bp-asm.h>.
31575         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31576         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31577         <bp-sym.h> and <bp-asm.h>.
31578         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31579         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31580         <bp-asm.h>.
31581         (__mpn_lshift): Don't use BP_SYM.
31582         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31583         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31584         <bp-asm.h>.
31585         (memset): Don't use BP_SYM.
31586         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31587         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31588         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31589         <bp-asm.h>.
31590         (__mpn_mul_1): Don't use BP_SYM.
31591         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31592         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31593         <bp-sym.h> and <bp-asm.h>.
31594         (memcmp): Don't use BP_SYM.
31595         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31596         <bp-sym.h> and <bp-asm.h>.
31597         (memcpy): Don't use BP_SYM.
31598         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31599         <bp-sym.h> and <bp-asm.h>.
31600         (memset): Don't use BP_SYM.
31601         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31602         <bp-sym.h> and <bp-asm.h>.
31603         (strncmp): Don't use BP_SYM.
31604         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31605         <bp-sym.h> and <bp-asm.h>.
31606         (memcpy): Don't use BP_SYM.
31607         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31608         <bp-sym.h> and <bp-asm.h>.
31609         (memset): Don't use BP_SYM.
31610         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31611         <bp-sym.h> and <bp-asm.h>.
31612         (__memchr): Don't use BP_SYM.
31613         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31614         <bp-sym.h> and <bp-asm.h>.
31615         (memcmp): Don't use BP_SYM.
31616         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31617         <bp-sym.h> and <bp-asm.h>.
31618         (memcpy): Don't use BP_SYM.
31619         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31620         <bp-sym.h> and <bp-asm.h>.
31621         (__mempcpy): Don't use BP_SYM.
31622         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31623         <bp-sym.h> and <bp-asm.h>.
31624         (__memrchr): Don't use BP_SYM.
31625         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31626         <bp-sym.h> and <bp-asm.h>.
31627         (memset): Don't use BP_SYM.
31628         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31629         <bp-sym.h> and <bp-asm.h>.
31630         (__rawmemchr): Don't use BP_SYM.
31631         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31632         <bp-sym.h> and <bp-asm.h>.
31633         (__STRCMP): Don't use BP_SYM.
31634         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31635         <bp-sym.h> and <bp-asm.h>.
31636         (strchr): Don't use BP_SYM.
31637         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31638         <bp-sym.h> and <bp-asm.h>.
31639         (__strchrnul): Don't use BP_SYM.
31640         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31641         <bp-sym.h> and <bp-asm.h>.
31642         (strlen): Don't use BP_SYM.
31643         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31644         <bp-sym.h> and <bp-asm.h>.
31645         (strncmp): Don't use BP_SYM.
31646         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31647         <bp-sym.h> and <bp-asm.h>.
31648         (__strnlen): Don't use BP_SYM.
31649         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31650         <bp-asm.h>.
31651         (__mpn_rshift): Don't use BP_SYM.
31652         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31653         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31654         <bp-sym.h> and <bp-asm.h>.
31655         (__sigsetjmp): Don't use BP_SYM.
31656         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31657         (L(start_addresses)): Don't use BP_SYM.
31658         (_start): Likewise.
31659         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31660         <bp-asm.h>.
31661         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31662         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31663         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31664         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31665         <bp-asm.h>.
31666         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31667         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31668         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31669         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31670         <bp-asm.h>.
31671         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31672         comments.
31673         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31674         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31675         <bp-asm.h>.
31676         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31677         FIXME comments.
31678         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31679         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31680         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31681         <bp-asm.h>.
31682         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31683         comment.
31684         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31685         and <bp-asm.h>.
31686         (strncmp): Don't use BP_SYM,
31687         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31688         <bp-asm.h>.
31689         (__mpn_sub_n): Don't use BP_SYM.
31690         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31691         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31692         and <bp-asm.h>.
31693         (__mpn_submul_1): Don't use BP_SYM.
31694         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31696         <bp-sym.h> and <bp-asm.h>.
31697         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31699         <bp-sym.h> and <bp-asm.h>.
31700         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31701         comment.
31703 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31705         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31706         Use ZK to minimize writes to Z.
31707         (sub_magnitudes): Simplify code a bit.
31708         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31709         Use ZK to minimize writes to Z.
31710         (sub_magnitudes): Simplify code a bit.
31712 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31714         * csu/gmon-start.c: Add special exception to license text.
31716 2013-02-27  Richard Henderson  <rth@redhat.com>
31718         * scripts/config.guess: Update from config.git.
31719         * scripts/config.sub: Likewise.
31721 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31723         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31725         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31727         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31729         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31731         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31733 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31735         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31736         [$(build-shared = yes].
31738 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31740         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31741         (__mul): Reduce iterations for calculating mantissa.
31743         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31744         MPTWO.
31745         (__mpranred): Likewise.
31747         [BZ #15160]
31748         * malloc/memusagestat.c (main): Draw graphs for heap and stack
31749         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31751 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
31753         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31754         Define __attribute__.
31756 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31758         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31759         unused.
31760         * posix/regex_internal.h (__attribute): Remove.
31761         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31762         (re_string_context_at): Likewise.
31763         (bitset_not): Use __attribute__ and mark function as possibly
31764         unused.
31765         (bitset_merge): Likewise.
31766         (bitset_mask): Likewise.
31767         (re_string_char_size_at): Likewise.
31768         (re_string_wchar_at): Likewise.
31769         (re_string_elem_size_at): Likewise.
31771 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
31773         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31774         code.
31775         (cc32): Likewise.
31777         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31778         (__acr): Likewise.
31779         (__cpy): Likewise.
31780         (norm): Likewise.
31781         (denorm): Likewise.
31782         (__dbl_mp): Likewise.
31783         (add_magnitudes): Likewise.
31784         (sub_magnitudes): Likewise.
31785         (__mul): Likewise.
31786         (__inv): Likewise.
31788         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31789         style.
31791         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31792         style.
31794         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31795         code.
31797         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31798         up changes with default code.
31799         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31800         Likewise.
31802 2013-02-24  Allan McRae  <allan@archlinux.org>
31804         * manual/socket.texi (The Internet Namespace): Order menu items
31805         to match that in the file.
31807         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31808         node listing of the info page menu.
31810 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
31812         [BZ #13550]
31813         * sysdeps/i386/bp-asm.h: Remove file.
31814         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31815         (PARMS): Do not use macros from bp-asm.h.
31816         (S1): Likewise.
31817         (S2): Likewise.
31818         (SIZE): Likewise.
31819         (__mpn_add_n): Do not use BP_SYM
31820         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31821         "bp-asm.h".
31822         (PARMS): Do not use macros from bp-asm.h.
31823         (S1): Likewise.
31824         (SIZE): Likewise.
31825         (__mpn_addmul_1): Do not use BP_SYM
31826         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31827         "bp-asm.h".
31828         (PARMS): Do not use macros from bp-asm.h.
31829         (SIGMSK): Likewise.
31830         (_setjmp): Likewise.  Do not use BP_SYM.
31831         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31832         "bp-asm.h".
31833         (PARMS): Do not use macros from bp-asm.h.
31834         (SIGMSK): Likewise.
31835         (setjmp): Likewise.  Do not use BP_SYM.
31836         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31837         "bp-asm.h".
31838         (PARMS): Do not use macros from bp-asm.h.
31839         (__frexp): Do not use BP_SYM.
31840         (frexp): Likewise.
31841         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31842         "bp-asm.h".
31843         (PARMS): Do not use macros from bp-asm.h.
31844         (__frexpf): Do not use BP_SYM.
31845         (frexpf): Likewise.
31846         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31847         "bp-asm.h".
31848         (PARMS): Do not use macros from bp-asm.h.
31849         (__frexpl): Do not use BP_SYM.
31850         (frexpl): Likewise.
31851         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31852         "bp-asm.h".
31853         (PARMS): Do not use macros from bp-asm.h.
31854         (__remquo): Do not use BP_SYM.
31855         (remquo): Likewise.
31856         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31857         "bp-asm.h".
31858         (PARMS): Do not use macros from bp-asm.h.
31859         (__remquof): Do not use BP_SYM.
31860         (remquof): Likewise.
31861         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31862         "bp-asm.h".
31863         (PARMS): Do not use macros from bp-asm.h.
31864         (__remquol): Do not use BP_SYM.
31865         (remquol): Likewise.
31866         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31867         "bp-asm.h".
31868         (PARMS): Do not use macros from bp-asm.h.
31869         (DEST): Likewise.
31870         (SRC): Likewise.
31871         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
31872         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31873         "bp-asm.h".
31874         (PARMS): Do not use macros from bp-asm.h.
31875         (strlen): Do not use BP_SYM.
31876         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31877         "bp-asm.h".
31878         (PARMS): Do not use macros from bp-asm.h.
31879         (S1): Likewise.
31880         (S2): Likewise.
31881         (SIZE): Likewise.
31882         (__mpn_add_n): Do not use BP_SYM.
31883         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31884         "bp-asm.h".
31885         (PARMS): Do not use macros from bp-asm.h.
31886         (S1): Likewise.
31887         (SIZE): Likewise.
31888         (__mpn_addmul_1): Do not use BP_SYM.
31889         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31890         weak_alias.
31891         (bzero): Likewise.
31892         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31893         "bp-asm.h".
31894         (PARMS): Do not use macros from bp-asm.h.
31895         (S): Likewise.
31896         (SIZE): Likewise.
31897         (__mpn_lshift): Do not use BP_SYM.
31898         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31899         "bp-asm.h".
31900         (PARMS): Do not use macros from bp-asm.h.
31901         (DEST): Likewise.
31902         (SRC): Likewise.
31903         (LEN): Likewise.
31904         (memcpy): Likewise.  Do not use BP_SYM.
31905         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31906         libc_hidden_def and weak_alias.
31907         (mempcpy): Do not use BP_SYM in weak_alias.
31908         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31909         "bp-asm.h".
31910         (PARMS): Do not use macros from bp-asm.h.
31911         (DEST): Likewise.
31912         (LEN): Likewise.
31913         [!BZERO_P] (CHR): Likewise.
31914         (memset): Likewise.  Do not use BP_SYM.
31915         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31916         "bp-asm.h".
31917         (PARMS): Do not use macros from bp-asm.h.
31918         (S1): Likewise.
31919         (SIZE): Likewise.
31920         (__mpn_mul_1): Do not use BP_SYM.
31921         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31922         "bp-asm.h".
31923         (PARMS): Do not use macros from bp-asm.h.
31924         (S): Likewise.
31925         (SIZE): Likewise.
31926         (__mpn_rshift): Do not use BP_SYM.
31927         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31928         "bp-asm.h".
31929         (PARMS): Do not use macros from bp-asm.h.
31930         (STR): Likewise.
31931         (CHR): Likewise.
31932         (strchr): Likewise.  Do not use BP_SYM.
31933         (index): Do not use BP_SYM in weak_alias.
31934         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31935         "bp-asm.h".
31936         (PARMS): Do not use macros from bp-asm.h.
31937         (DEST): Likewise.
31938         (SRC): Likewise.
31939         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
31940         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31941         "bp-asm.h".
31942         (PARMS): Do not use macros from bp-asm.h.
31943         (strlen): Do not use BP_SYM.
31944         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31945         "bp-asm.h".
31946         (PARMS): Do not use macros from bp-asm.h.
31947         (S1): Likewise.
31948         (S2): Likewise.
31949         (SIZE): Likewise.
31950         (__mpn_sub_n): Do not use BP_SYM.
31951         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31952         "bp-asm.h".
31953         (PARMS): Do not use macros from bp-asm.h.
31954         (S1): Likewise.
31955         (SIZE): Likewise.
31956         (__mpn_submul_1): Do not use BP_SYM.
31957         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31958         "bp-asm.h".
31959         (PARMS): Do not use macros from bp-asm.h.
31960         (S1): Likewise.
31961         (S2): Likewise.
31962         (SIZE): Likewise.
31963         (__mpn_add_n): Do not use BP_SYM.
31964         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31965         weak_alias.
31966         (bzero): Likewise.
31967         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31968         "bp-asm.h".
31969         (PARMS): Do not use macros from bp-asm.h.
31970         (BLK2): Likewise.
31971         (LEN): Likewise.
31972         (memcmp): Do not use BP_SYM.
31973         (bcmp): Do not use BP_SYM in weak_alias.
31974         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31975         "bp-asm.h".
31976         (PARMS): Do not use macros from bp-asm.h.
31977         (DEST): Likewise.
31978         (SRC): Likewise.
31979         (LEN): Likewise.
31980         (memcpy): Likewise.  Do not use BP_SYM.
31981         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31982         "bp-asm.h".
31983         (PARMS): Do not use macros from bp-asm.h.
31984         (DEST): Likewise.
31985         (SRC): Likewise.
31986         (LEN): Likewise.
31987         (memmove): Likewise.  Do not use BP_SYM.
31988         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31989         "bp-asm.h".
31990         (PARMS): Do not use macros from bp-asm.h.
31991         (DEST): Likewise.
31992         (SRC): Likewise.
31993         (LEN): Likewise.
31994         (__mempcpy): Likewise.  Do not use BP_SYM.
31995         (mempcpy): Do not use BP_SYM in weak_alias.
31996         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31997         "bp-asm.h".
31998         (PARMS): Do not use macros from bp-asm.h.
31999         (DEST): Likewise.
32000         (LEN): Likewise.
32001         [!BZERO_P] (CHR): Likewise.
32002         (memset): Likewise.  Do not use BP_SYM.
32003         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32004         "bp-asm.h".
32005         (PARMS): Do not use macros from bp-asm.h.
32006         (STR2): Likewise.
32007         (strcmp): Do not use BP_SYM.
32008         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32009         "bp-asm.h".
32010         (PARMS): Do not use macros from bp-asm.h.
32011         (STR): Likewise.
32012         (DELIM): Likewise.
32013         [USE_AS_STRTOK_R] (SAVE): Likewise.
32014         (FUNCTION): Likewise.  Do not use BP_SYM.
32015         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32016         aliases.
32017         (strtok_r): Likewise.
32018         (__GI___strtok_r): Likewise.
32019         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32020         (PARMS): Do not use macros from bp-asm.h.
32021         (S): Likewise.
32022         (SIZE): Likewise.
32023         (__mpn_lshift): Do not use BP_SYM.
32024         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32025         (PARMS): Do not use macros from bp-asm.h.
32026         (STR): Likewise.
32027         (CHR): Likewise.
32028         (__memchr): Do not use BP_SYM.
32029         (memchr): Do not use BP_SYM in weak_alias.
32030         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32031         (PARMS): Do not use macros from bp-asm.h.
32032         (BLK2): Likewise.
32033         (LEN): Likewise.
32034         (memcmp): Do not use BP_SYM.
32035         (bcmp): Do not use BP_SYM in weak_alias.
32036         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32037         (PARMS): Do not use macros from bp-asm.h.
32038         (S1): Likewise.
32039         (SIZE): Likewise.
32040         (__mpn_mul_1): Do not use BP_SYM.
32041         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32042         "bp-asm.h".
32043         (PARMS): Do not use macros from bp-asm.h.
32044         (STR): Likewise.
32045         (CHR): Likewise.
32046         (__rawmemchr): Do not use BP_SYM.
32047         (rawmemchr): Do not use BP_SYM in weak_alias.
32048         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32049         (PARMS): Do not use macros from bp-asm.h.
32050         (S): Likewise.
32051         (SIZE): Likewise.
32052         (__mpn_rshift): Do not use BP_SYM.
32053         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32054         (PARMS): Do not use macros from bp-asm.h.
32055         (SIGMSK): Likewise.
32056         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32057         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32058         (_start): Do not use BP_SYM.
32059         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32060         (PARMS): Do not use macros from bp-asm.h.
32061         (DEST): Likewise.
32062         (SRC): Likewise.
32063         (__stpcpy): Likewise.  Do not use BP_SYM.
32064         (stpcpy): Do not use BP_SYM in weak_alias.
32065         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32066         "bp-asm.h".
32067         (PARMS): Do not use macros from bp-asm.h.
32068         (DEST): Likewise.
32069         (SRC): Likewise.
32070         (LEN): Likewise.
32071         (__stpncpy): Likewise.  Do not use BP_SYM.
32072         (stpncpy): Do not use BP_SYM in weak_alias.
32073         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32074         (PARMS): Do not use macros from bp-asm.h.
32075         (STR): Likewise.
32076         (CHR): Likewise.
32077         (strchr): Likewise.  Do not use BP_SYM.
32078         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32079         "bp-asm.h".
32080         (PARMS): Do not use macros from bp-asm.h.
32081         (STR): Likewise.
32082         (CHR): Likewise.
32083         (__strchrnul): Likewise.  Do not use BP_SYM.
32084         (strchrnul): Do not use BP_SYM in weak_alias.
32085         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32086         "bp-asm.h".
32087         (PARMS): Do not use macros from bp-asm.h.
32088         (STOP): Likewise.
32089         (strcspn): Do not use BP_SYM.
32090         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32091         "bp-asm.h".
32092         (PARMS): Do not use macros from bp-asm.h.
32093         (STR): Likewise.
32094         (STOP): Likewise.
32095         (strpbrk): Likewise.  Do not use BP_SYM.
32096         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32097         "bp-asm.h".
32098         (PARMS): Do not use macros from bp-asm.h.
32099         (STR): Likewise.
32100         (CHR): Likewise.
32101         (strrchr): Likewise.  Do not use BP_SYM.
32102         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32103         (PARMS): Do not use macros from bp-asm.h.
32104         (SKIP): Likewise.
32105         (strspn): Do not use BP_SYM.
32106         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32107         (PARMS): Do not use macros from bp-asm.h.
32108         (STR): Likewise.
32109         (DELIM): Likewise.
32110         (SAVE): Likewise.
32111         (FUNCTION): Likewise.  Do not use BP_SYM.
32112         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32113         aliases.
32114         (strtok_r): Likewise.
32115         (__GI___strtok_r): Likewise.
32116         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32117         (PARMS): Do not use macros from bp-asm.h.
32118         (S1): Likewise.
32119         (S2): Likewise.
32120         (SIZE): Likewise.
32121         (__mpn_sub_n): Do not use BP_SYM.
32122         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32123         "bp-asm.h".
32124         (PARMS): Do not use macros from bp-asm.h.
32125         (S1): Likewise.
32126         (SIZE): Likewise.
32127         (__mpn_submul_1): Do not use BP_SYM.
32128         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32129         <bp-sym.h>.
32130         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32131         and <bp-asm.h>.
32132         (PARMS): Do not use macros from bp-asm.h.
32133         (FLAGS): Likewise.
32134         (PTID): Likewise.
32135         (TLS): Likewise.
32136         (CTID): Likewise.
32137         (__clone): Do not use BP_SYM.
32138         (clone): Do not use BP_SYM in weak_alias.
32139         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32140         and <bp-asm.h>.
32141         (PARMS): Do not use macros from bp-asm.h.
32142         (LEN): Likewise.
32143         (__mmap64): Do not use BP_SYM.
32144         (mmap64): Do not use BP_SYM in weak_alias.
32145         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32146         <bp-sym.h> and <bp-asm.h>.
32147         (PARMS): Do not use macros from bp-asm.h.
32148         (__posix_fadvise64_l64): Do not use BP_SYM.
32149         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32150         (PARMS): Do not use macros from bp-asm.h.
32151         (NSOPS): Likewise.
32152         (semtimedop): Do not use BP_SYM.
32153         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32154         and <bp-asm.h>.
32156 2013-02-21  Allan McRae  <allan@archlinux.org>
32158         * manual/message.texi (Charset conversion in gettext):
32159         Move @end statement to beginning of line.
32161 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32163         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32164         static.
32165         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32166         Likewise.
32168         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32169         (denorm): Likewise.
32170         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32171         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32173 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32175         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32176         tail-call to the resolved function if pltexit isn't needed.
32178 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32180         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32181         or Y being zero as being unlikely.
32182         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32183         Likewise.
32185 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32187         * manual/nss.texi (System Databases and Name Service Switch):
32188         Remove frobnicate @pxref.
32190 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32192         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32193         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32195 2013-02-20  Petr Machata  <pmachata@redhat.com>
32197         * elf/elf.h (R_ARM_TARGET1): New macro.
32198         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32199         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32200         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32201         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32202         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32203         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32204         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32205         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32206         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32207         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32208         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32209         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32210         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32211         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32212         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32213         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32214         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32215         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32216         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32217         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32218         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32219         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32220         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32221         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32222         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32223         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32224         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32225         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32226         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32227         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32228         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32229         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32230         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32231         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32232         (R_ARM_THM_GOT_BREL12): Likewise.
32233         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32234         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32235         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32236         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32237         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32238         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32239         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32240         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32241         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32243 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32245         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32246         __attribute_used__ to __attribute__ ((unused)).
32248 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32250         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32251         powerpc mpa.c.
32252         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32253         comment formatting.
32254         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32256 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32258         [BZ #13550]
32259         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32260         Remove macro.
32261         (ENTER): Remove both macro definitions.
32262         (LEAVE): Likewise.
32263         (CHECK_BOUNDS_LOW): Likewise.
32264         (CHECK_BOUNDS_HIGH): Likewise.
32265         (CHECK_BOUNDS_BOTH): Likewise.
32266         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32267         (RETURN_BOUNDED_POINTER): Likewise.
32268         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32269         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32270         (POP_ERRNO_LOCATION_RETURN): Likewise.
32271         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32272         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32273         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32274         macros.
32275         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32276         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32277         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32278         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32279         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32280         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32281         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32282         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32283         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32284         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32285         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32286         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32287         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32288         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32289         removed macros.
32290         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32291         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32292         macros.
32293         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32294         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32295         * sysdeps/i386/i586/memset.S (memset): Likewise.
32296         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32297         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32298         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32299         macros.
32300         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32301         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32302         Change uses of L(2) to L(out).
32303         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32304         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32305         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32306         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32307         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32308         removed macros.
32309         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32310         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32311         macros.
32312         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32313         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32314         (RETURN): Do not use macro LEAVE.
32315         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32316         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32317         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32318         * sysdeps/i386/i686/memset.S (memset): Likewise.
32319         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32320         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32321         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32322         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32323         Likewise.
32324         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32325         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32326         L(1_2) and L(1_3) into L(1).
32327         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32328         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32329         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32330         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32331         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32332         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32333         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32334         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32335         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32336         macros.
32337         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32338         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32339         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32340         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32341         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32342         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32343         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32344         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32345         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32346         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32347         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32348         * sysdeps/i386/strspn.S (strspn): Likewise.
32349         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32350         conditional code.
32351         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32352         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32353         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32354         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32355         L(1_3) into L(1_1).
32356         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32357         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32358         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32359         macros.
32360         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32362 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32364         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32365         macro.
32367 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32369         * math/atest-exp.c (exp_mpn): Remove ROUND.
32370         * math/atest-exp2.c (exp_mpn): Likewise.
32371         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32373         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32374         * stdlib/tst-tls-atexit-lib.c: Likewise.
32375         * stdlib/tst-tls-atexit.c: Likewise.
32377 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32379         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32380         and __attribute_alloc_size__.
32382 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32384         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32385         __attribute_alloc_size__.
32386         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32387         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32389 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32391         * include/programs/xmalloc.h: New file.
32392         * catgets/gencat.c: Include it.
32393         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32394         * elf/pldd.c: Likewise.
32395         * iconv/iconv_charmap.c: Likewise.
32396         * iconv/iconvconfig.c: Likewise.
32397         * iconv/strtab.c: Likewise.
32398         * locale/programs/locale.c: Likewise.
32399         * locale/programs/localedef.h: Likewise.
32400         * locale/programs/simple-hash.c: Likewise.
32401         * nscd/nscd.h: Likewise.
32402         * nss/makedb.c: Likewise.
32403         * sysdeps/generic/ldconfig.h: Likewise.
32405 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32407         * Versions.def: Add GLIBC_2.18.
32408         * include/link.h (struct link_map): New member l_tls_dtor_count.
32409         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32410         (__call_tls_dtors): Likewise.
32411         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32412         __cxa_thread_atexit_impl.
32413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32414         Likewise.
32415         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32416         Likewise.
32417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32418         Likewise.
32419         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32420         Likewise.
32421         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32422         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32423         Likewise.
32424         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32425         Likewise.
32426         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32427         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32428         Likewise.
32429         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32430         (tests): Add test case tst-tls-atexit.
32431         (modules-names): Add shared library for tst-tls-atexit.
32432         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32433         (GLIBC_PRIVATE): Add __call_tls_dtors.
32434         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32435         for libstdc++.
32436         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32437         * stdlib/tst-tls-atexit.c: New test case.
32438         * stdlib/tst-tls-atexit-lib.c: New test case.
32440         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32442         * elf/Versions (ld): Add _dl_find_dso_for_object.
32443         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32444         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32445         (dl_open_worker): Use _dl_find_dso_for_object.
32446         * elf/dl-sym.c (do_sym): Likewise.
32447         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32449 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32451         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32452         Syntactic changes only.
32453         (_dl_runtime_profile): Do a tail-call to the resolved function.
32455 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32457         [BZ #13550]
32458         * sysdeps/x86_64/bp-asm.h: Remove file.
32459         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32460         <bp-sym.h> and <bp-asm.h>.
32461         (__clone): Do not use BP_SYM.
32462         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32463         <bp-sym.h> and <bp-asm.h>.
32464         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32465         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32466         "bp-asm.h".
32467         (_setjmp): Do not use BP_SYM.
32468         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32469         "bp-asm.h".
32470         (setjmp): Do not use BP_SYM.
32471         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32472         libc_hidden_def.
32473         (mempcpy): Do not use BP_SYM in weak_alias.
32474         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32475         "bp-asm.h".
32476         (strchr): Do not use BP_SYM.
32477         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32478         "bp-asm.h".
32479         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32480         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32481         (_start): Do not use BP_SYM.
32482         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32483         "bp-asm.h".
32484         (strcat): Do not use BP_SYM.
32485         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32486         "bp-asm.h".
32487         (STRCMP): Do not use BP_SYM.
32488         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32489         "bp-asm.h".
32490         (STRCPY): Do not use BP_SYM.
32491         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32492         "bp-asm.h".
32493         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32494         "bp-asm.h".
32495         (FUNCTION): Do not use BP_SYM.
32496         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32497         weak_alias.
32498         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32500 2013-02-17  Andreas Jaeger  <aj@suse.de>
32502         * time/Versions: Sort entries.
32503         * string/Versions: Likewise.
32504         * resolv/Versions: Likewise.
32505         * posix/Versions: Likewise.
32506         * iconv/Versions: Likewise.
32507         * elf/Versions: Likewise.
32508         * wcsmbs/Versions: Likewise.
32510 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32512         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32513         loop termination condition.
32515         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32516         variable to calculate EZ.
32517         (__sqr): Likewise.
32519         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32520         the lower precision input.
32522 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32524         [BZ #13550]
32525         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32526         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32527         (run-via-rtld-prefix): Do not handle %-bp tests.
32528         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32529         (all-object-suffixes): Remove .ob.
32530         (bppfx): Remove variable.
32531         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32532         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32533         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32534         [$(build-bounded) = yes] (libtype.ob): Likewise.
32535         * Makerules (elide-routines.ob): Remove variable.
32536         (do-tests-clean): Do not handle *-bp.out.
32537         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32538         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32539         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32540         (tests): Do not include $(tests-bp.out).
32541         (xtests): Do not include $(xtests-bp.out).
32542         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32543         [$(build-bounded) = yes] ($(addprefix
32544         $(objpfx),$(binaries-bounded))): Remove rule.
32545         ($(objpfx)%-bp.out): Remove rule.
32546         * config.make.in (build-bounded): Remove variable.
32547         * crypt/Makefile [$(build-bounded) = yes]
32548         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32549         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32550         append to variable.
32551         [$(build-bounded) = yes] (install-lib): Likewise.
32552         [$(build-bounded) = yes] (generated): Likewise.
32553         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32554         Remove rule.
32555         * intl/Makefile [$(build-bounded) = yes]
32556         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32557         * math/Makefile [$(build-bounded) = yes]
32558         ($(tests:%=$(objpfx)%-bp): Likewise.
32559         * misc/Makefile [$(build-bounded) = yes]
32560         ($(objpfx)tst-tsearch-bp): Likewise.
32561         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32562         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32563         Remove dependency.
32564         * string/Makefile (o-objects.ob): Remove variable.
32565         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32566         (CFLAGS-.ob): Remove variable.
32567         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32568         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32569         both definitions of variable.
32570         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32571         (ASFLAGS-.ob): Remove variable.
32573 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32575         [BZ #13550]
32576         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32577         Remove __BOUNDED_POINTERS__ from condition.
32578         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32579         * string/bits/string2.h [!__NO_STRING_INLINES &&
32580         !__BOUNDED_POINTERS__]: Likewise.
32581         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32582         Likewise.
32583         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32584         Remove conditional code.
32585         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32586         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32587         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32588         condition.
32590         [BZ #13550]
32591         * csu/libc-start.c: Do not include <bp-sym.h>.
32592         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32593         * elf/dl-open.c: Do not include <bp-sym.h>.
32594         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32595         * math/fegetenv.c: Do not include <bp-sym.h>.
32596         (fegetenv): Do not use BP_SYM in versioned symbols.
32597         * nptl/sysdeps/pthread/bits/libc-lockP.h
32598         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32599         <bp-sym.h>.
32600         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32601         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32602         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32603         (__pthread_mutex_destroy): Likewise.
32604         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32605         (__pthread_mutex_lock): Likewise.
32606         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32607         (__pthread_mutex_trylock): Likewise.
32608         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32609         (__pthread_mutex_unlock): Likewise.
32610         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32611         (__pthread_mutexattr_init): Likewise.
32612         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32613         (__pthread_mutexattr_destroy): Likewise.
32614         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32615         (__pthread_mutexattr_settype): Likewise.
32616         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32617         (__pthread_rwlock_init): Likewise.
32618         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32619         (__pthread_rwlock_destroy): Likewise.
32620         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32621         (__pthread_rwlock_rdlock): Likewise.
32622         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32623         (__pthread_rwlock_tryrdlock): Likewise.
32624         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32625         (__pthread_rwlock_wrlock): Likewise.
32626         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32627         (__pthread_rwlock_trywrlock): Likewise.
32628         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32629         (__pthread_rwlock_unlock): Likewise.
32630         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32631         (__pthread_key_create): Likewise.
32632         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32633         (__pthread_setspecific): Likewise.
32634         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32635         (__pthread_getspecific): Likewise.
32636         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32637         Likewise.
32638         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32639         (_pthread_cleanup_push_defer): Likewise.
32640         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32641         (_pthread_cleanup_pop_restore): Likewise.
32642         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32643         (pthread_setcancelstate): Likewise.
32644         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32645         <bp-sym.h>.
32646         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32647         (memchr): Do not use BP_SYM in weak_alias.
32648         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32649         (fegetenv): Do not use BP_SYM in versioned symbols.
32650         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32651         (fesetenv): Do not use BP_SYM in versioned symbols.
32652         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32653         (feupdateenv): Do not use BP_SYM in versioned symbols.
32654         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32655         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32656         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32657         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32658         (open64): Do not use BP_SYM in weak_alias.
32659         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32660         (fegetenv): Do not use BP_SYM in versioned symbols.
32661         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32662         (fesetenv): Do not use BP_SYM in versioned symbols.
32663         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32664         (feupdateenv): Do not use BP_SYM in versioned symbols.
32665         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32666         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32667         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32668         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32669         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32670         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32671         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32672         <bp-sym.h>.
32673         (__libc_start_main): Do not use BP_SYM.
32675 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32677         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32678         redundant return line.
32679         (norm): Likewise.
32680         (denorm): Likewise.
32681         (dbl_mp): Likewise.
32682         (sub_magnitudes): Likewise.
32683         (__add): Likewise.
32684         (__sub): Likewise.
32685         (__mul): Likewise.
32686         (__inv): Likewise.
32687         (__dvd): Likewise.
32688         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32689         (norm): Likewise.
32690         (denorm): Likewise.
32691         (dbl_mp): Likewise.
32692         (sub_magnitudes): Likewise.
32693         (__add): Likewise.
32694         (__sub): Likewise.
32695         (__mul): Likewise.
32696         (__inv): Likewise.
32697         (__dvd): Likewise.
32699         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32700         instead of __mul.
32701         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32702         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32703         (cc32): Likewise.
32705         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32706         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32707         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32708         of __mul for squares.
32709         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32710         function
32711         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32712         Likewise.
32713         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32714         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32716 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32718         [BZ #13550]
32719         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32720         code.
32721         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32722         prototype or function definition.  Rename ubp_* variables and
32723         parameters.  Remove argv definitions conditional on
32724         [__BOUNDED_POINTERS__].
32725         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32726         * elf/dl-runtime.c (_dl_fixup): Likewise.
32727         * include/set-hooks.h (RUN_HOOK): Likewise.
32728         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32729         definition.
32730         * string/strcpy.c (strcpy): Do not use __unbounded.
32731         * sysdeps/generic/frame.h (struct layout): Likewise.
32732         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32733         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32734         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32735         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32736         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32737         (__backtrace): Likewise.
32738         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32739         use __ptrvalue.
32740         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32741         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32742         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32743         Likewise.
32744         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32745         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32746         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32747         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32748         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32749         Do not use __unbounded.
32750         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32751         Rename __unboundedrlimits parameter to rlimits in prototype.
32752         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32753         Do not use __unbounded.
32754         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32755         not use __ptrvalue.
32756         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32757         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32758         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32759         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32760         __ptrvalue or __unbounded.
32761         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32762         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32763         use __unbounded.
32764         (__new_msgctl): Do not use __ptrvalue.
32765         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32766         __unbounded.
32767         (__libc_msgrcv): Do not use __ptrvalue.
32768         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32769         startup_info): Do not use __unbounded.
32770         (__libc_start_main): Likewise.  Rename ubp_* variables and
32771         parameters.  Remove argv definitions conditional on
32772         [__BOUNDED_POINTERS__].
32773         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32774         __ptrvalue.
32775         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32776         use __unbounded.
32777         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32778         or __ptrvalue.
32779         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32780         use __unbounded.
32781         (__new_shmctl): Do not use __ptrvalue.
32782         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32783         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32784         Likewise.
32785         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32786         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32787         (__libc_sigaction): Likewise.
32788         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32789         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32790         Likewise.
32791         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32793 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
32795         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32797         * string/mempcpy.c: Implement by calling memcpy.
32799 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
32801         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32803         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32804         evaluation.
32806         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32807         values in the mantissa.
32809         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32810         minimize writes to Z.
32811         (sub_magnitudes): Simplify code a bit.
32813 2013-02-12  Roland McGrath  <roland@hack.frob.com>
32815         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32816         from the message.  The linker prefixes all warnings with that already.
32818 2013-02-12  Andreas Schwab  <schwab@suse.de>
32820         [BZ #15078]
32821         * posix/regexec.c (extend_buffers): Add parameter min_len.
32822         (check_matching): Pass minimum needed length.
32823         (clean_state_log_if_needed): Likewise.
32824         (get_subexp): Likewise.
32825         * posix/Makefile (tests): Add bug-regex34.
32826         (bug-regex34-ENV): Define.
32827         * posix/bug-regex34.c: New file.
32829         [BZ #11561]
32830         * posix/regcomp.c (parse_bracket_exp): When looking up collating
32831         elements compare against the byte sequence of it, not its name.
32832         * posix/Makefile (tests): Add bug-regex35.
32833         (bug-regex35-ENV): Define.
32834         * posix/bug-regex35.c: New file.
32836 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32838         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
32839         comment.
32840         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32841         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32842         (CHECK_EOL): Add undef.
32844 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
32846         * bits/stdlib-bsearch.h: New file.
32847         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32848         * stdlib/stdlib.h: Likewise.
32850 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32852         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32853         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32854         declaration.
32855         * manual/search.texi (Array Search Function): Add missing const in
32856         lfind prototype.
32857         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32858         declaration to use rlim_t.
32859         (Basic Scheduling Functions): Remove erroneous const from
32860         sched_getparam prototype.  Remove erroneous * from
32861         sched_get_priority_max and sched_get_priority_min prototypes.
32862         (Resource Usage): Fix summary @comment on vtimes to refer to
32863         sys/vtimes.h rather than vtimes.h.
32864         Add missing *s in vtimes prototype.
32865         (Limits on Resources): Fix ulimit prototype to return long int.
32866         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32867         prototypes to use long int rather than double.
32868         (BSD Random): Fix initstate and setstate to use char *, not void *.
32869         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32870         prototype to make second argument 'struct aiocb64 *const[]'.
32871         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32872         (Status of AIO Operations): Remove erroneous const in aio_return and
32873         aio_return64 prototypes.
32874         (Synchronizing I/O): Fix sync prototype to return void.
32875         * manual/startup.texi (Suboptions): Remove an erroneous const in
32876         getsubopt prototype.
32877         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32878         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32879         use size_t rather than int.
32880         (Scanning All Users): Likewise for getpwent_r.
32881         (Setting Groups): Add missing const to setgroups prototype.
32882         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32883         * manual/socket.texi (Host Names): Fix gethostbyaddr and
32884         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32885         'const void *' rather than 'const char *'.
32886         (Host Address Functions): Likewise for inet_ntop.
32887         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32888         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32889         ssize_t for return value.
32890         (Sending Data): Likewise for send, sendto, sendmsg.
32891         (Socket Option Functions): Add a missing const in setsockopt prototype.
32892         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32893         use wchar_t for the argument.
32894         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32895         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32896         take no arguments.
32897         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32898         double/float/long double for second argument.
32899         Fix return types of significand, significandf, significandl.
32900         * manual/filesys.texi (Setting Permissions): Use mode_t for second
32901         argument in fchmod prototype.
32902         (File Owner): Use uid_t and gid_t in fchown prototype.
32903         (File Times): Add const to utimes, futimes, and lutimes prototypes.
32904         (Making Special Files): Use mode_t and dev_t in mknod prototype.
32905         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32906         use 'const struct dirent **' as argument types to CMP function pointer
32907         argument.
32908         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32909         (File Times): Fix summary magic @comment for struct utimbuf and utime
32910         to refer to utime.h, not time.h.
32911         * manual/string.texi (Argz Functions): Add missing const in
32912         argz_extract and argz_next prototypes.
32913         (Finding Tokens in a String): Likewise for basename.
32914         (String/Array Comparison): Fix typo in wcscasecmp prototype.
32915         (Copying and Concatenation): Fix typo in wmemmove prototype.
32916         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32917         (Signal Stack): Remove erroneous const in sigstack prototype.
32918         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32919         prototype.
32920         (Simple Calendar Time): Likewise for stime.
32921         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32922         prototype.
32923         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32924         say sys/sysctl.h instead.
32925         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32926         and vsyslog prototypes.
32928 2013-02-11  Tom de Vries  <tom@codesourcery.com>
32930         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32931         Remove.
32933 2013-02-11  Roland McGrath  <roland@hack.frob.com>
32935         * misc/sys/mman.h: Fix typo in mremap comment.
32937 2013-02-08  Roland McGrath  <roland@hack.frob.com>
32939         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32940         the '\0' terminator.
32942 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
32944         [BZ #13550]
32945         * debug/segfault.c: Don't include <bp-checks.h>.
32946         * sysdeps/generic/bp-checks.h: Remove file.
32947         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32948         (__GETDENTS): Don't use CHECK_N.
32949         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32950         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32951         (__getgroups): Don't use CHECK_N.
32952         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32953         (setgroups): Don't use CHECK_N.
32954         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32955         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32956         (__libc_msgrcv): Don't use CHECK_N.
32957         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32958         (__libc_msgsnd): Don't use CHECK_N.
32959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32960         <bp-checks.h>.
32961         (__libc_pread): Don't use CHECK_N.
32962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32963         include <bp-checks.h>.
32964         (__libc_pread64): Don't use CHECK_N.
32965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32966         include <bp-checks.h>.
32967         (__libc_pwrite): Don't use CHECK_N.
32968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32969         include <bp-checks.h>.
32970         (__libc_pwrite64): Don't use CHECK_N.
32971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32972         <bp-checks.h>.
32973         (__libc_pread): Don't use CHECK_N.
32974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32975         include <bp-checks.h>.
32976         (__libc_pread64): Don't use CHECK_N.
32977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32978         include <bp-checks.h>.
32979         (__libc_pwrite): Don't use CHECK_N.
32980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32981         include <bp-checks.h>.
32982         (__libc_pwrite64): Don't use CHECK_N.
32983         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32984         (do_pread): Don't use CHECK_N.
32985         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32986         (do_pread64): Don't use CHECK_N.
32987         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32988         (do_pwrite): Don't use CHECK_N.
32989         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32990         (do_pwrite64): Don't use CHECK_N.
32991         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32992         (__libc_readv): Don't use CHECK_N.
32993         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32994         (semop): Don't use CHECK_N.
32995         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32996         <bp-checks.h>.
32997         (semtimedop): Don't use CHECK_N.
32998         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32999         (__libc_pread): Don't use CHECK_N.
33000         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33001         <bp-checks.h>.
33002         (__libc_pread64): Don't use CHECK_N.
33003         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33004         <bp-checks.h>.
33005         (__libc_pwrite): Don't use CHECK_N.
33006         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33007         <bp-checks.h>.
33008         (__libc_pwrite64): Don't use CHECK_N.
33009         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33010         <bp-checks.h>.
33011         (__libc_msgrcv): Don't use CHECK_N.
33012         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33013         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33014         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33015         (__libc_writev): Don't use CHECK_N.
33017 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33019         * string/strcpy.c: Removed unused variable.
33021         * Makeconfig (+sysdep-includes): Define with := rather than =.
33022         Use an existing include/ subdir of each sysdeps dir before it.
33024 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33026         * nscd/connection.c (register_traced_file): Comment function.
33027         [HAVE_INOTIFY] (union __inev): Define.
33028         [HAVE_INOTIFY] (inotify_check_files): New function.
33029         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33030         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33031         clear_db_cache.
33032         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33034 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33036         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33037         loaded if not already and that a failure is permanent.
33039 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33041         [BZ #15006]
33042         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33043         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33045 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33047         [BZ #13550]
33048         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33049         (CHECK_1_NULL_OK): Likewise.
33050         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33051         (__fxstat): Do not use CHECK_1.
33052         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33053         <bp-checks.h>.
33054         (___fxstat64): Do not use CHECK_1.
33055         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33056         <bp-checks.h>.
33057         (__fxstatat): Do not use CHECK_1.
33058         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33059         <bp-checks.h>.
33060         (__fxstatat64): Do not use CHECK_1.
33061         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33062         <bp-checks.h>.
33063         (__fxstat): Do not use CHECK_1.
33064         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33065         <bp-checks.h>.
33066         (__fxstatat): Do not use CHECK_1.
33067         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33068         <bp-checks.h>.
33069         (__getresgid): Do not use CHECK_1.
33070         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33071         <bp-checks.h>.
33072         (__getresuid): Do not use CHECK_1.
33073         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33074         <bp-checks.h>.
33075         (__lxstat): Do not use CHECK_1.
33076         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33077         <bp-checks.h>.
33078         (__old_msgctl): Do not use CHECK_1.
33079         (__new_msgctl): Likewise.
33080         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33081         <bp-checks.h>.
33082         (__new_setrlimit): Do not use CHECK_1.
33083         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33084         <bp-checks.h>.
33085         (__old_shmctl): Do not use CHECK_1.
33086         (__new_shmctl): Likewise.
33087         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33088         <bp-checks.h>.
33089         (__xstat): Do not use CHECK_1.
33090         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33091         (__lxstat): Do not use CHECK_1.
33092         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33093         <bp-checks.h>.
33094         (___lxstat64): Do not use CHECK_1.
33095         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33096         (__old_msgctl): Do not use CHECK_1.
33097         (__new_msgctl): Likewise.
33098         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33099         <bp-checks.h>.
33100         (__gettimeofday): Do not use CHECK_1.
33101         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33102         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33103         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33104         <bp-checks.h>.
33105         (__gettimeofday): Do not use CHECK_1.
33106         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33107         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33108         (__new_shmctl): Do not use CHECK_1.
33109         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33110         <bp-checks.h>.
33111         (do_sigtimedwait): Do not use CHECK_1.
33112         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33113         <bp-checks.h>.
33114         (do_sigwaitinfo): Do not use CHECK_1.
33115         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33116         <bp-checks.h>.
33117         (msgctl): Do not use CHECK_1.
33118         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33119         <bp-checks.h>.
33120         (shmctl): Do not use CHECK_1.
33121         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33122         (ustat): Do not use CHECK_1.
33123         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33124         <bp-checks.h>.
33125         (__fxstat): Do not use CHECK_1.
33126         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33127         <bp-checks.h>.
33128         (__fxstatat): Do not use CHECK_1.
33129         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33130         <bp-checks.h>.
33131         (__lxstat): Do not use CHECK_1.
33132         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33133         <bp-checks.h>.
33134         (__xstat): Do not use CHECK_1.
33135         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33136         (__xstat): Do not use CHECK_1.
33137         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33138         (___xstat64): Do not use CHECK_1.
33140         [BZ #13550]
33141         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33142         definitions.
33143         (CHECK_BOUNDS_HIGH): Likewise.
33144         * string/strcpy.c: Do not include <bp-checks.h>.
33145         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33147 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33149         * nscd/nscd-client.h (__nscd_drop_map_ref):
33150         Add __attribute__ ((unused)).
33151         * nis/nss-nisplus.h (niserr2nss): Likewise.
33153         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33154         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33156         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33157         Remove inline keyword.
33158         * include/rounding-mode.h (round_away): Likewise.
33159         * libio/wfileops.c (adjust_wide_data): Likewise.
33160         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33161         (__m128i_strloadu_tolower): Likewise.
33162         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33163         (__m128i_strloadu_tolower): Likewise.
33164         * time/mktime.c (ydhms_diff): Likewise.
33165         * locale/elem-hash.h (elem_hash): Likewise.
33166         * locale/setlocale.c (setdata): Likewise.
33167         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33168         (re_string_wchar_at): Likewise.
33169         (bitset_not, bitset_merge, bitset_mask): Likewise.
33170         [!(__GNUC__ > 3)] (inline): Remove macro.
33171         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33172         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33173         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33174         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33175         * string/memcmp.c (memcmp_bytes): Likewise.
33176         * locale/programs/locarchive.c (compute_hashval): Likewise.
33177         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33178         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33179         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33180         * nss/getent.c (print_rpc, print_protocols): Likewise.
33181         (print_passwd, print_group, print_aliases): Likewise.
33182         * nis/nss-nisplus.h (niserr2nss): Likewise.
33183         * nscd/connections.c (restart_p): Likewise.
33184         Change return type to bool.
33186 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33188         * Makeconfig (all-Depend-files): Add existing
33189         $(sorted-subdirs:=/Depend) files.
33190         (all-subdirs): Remove nss.
33191         * sysdeps/unix/inet/Subdirs: Add it here instead.
33192         * hesiod/Depend: New file.
33194         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33195         instead of calling alloca.
33197         * io/lseek.c (__lseek): Rename to __libc_lseek.
33198         Define __lseek as an alias.
33200         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33202 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33204         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33205         else clause and remove check for non-standard endianness.
33207 2013-02-04  David S. Miller  <davem@davemloft.net>
33209         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33211 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33213         [BZ #13550]
33214         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33215         (__ubp_memchr): Remove prototype.
33216         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33217         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33218         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33219         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33220         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33221         Remove alias.
33222         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33223         (__ubp_memchr): Likewise.
33224         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33225         (__ubp_memchr): Likewise.
33226         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33227         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33228         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33229         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33230         CHECK_STRING.
33231         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33232         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33233         (__getcwd): Do not use CHECK_STRING.
33234         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33235         <bp-checks.h>.
33236         (__real_chown): Do not use CHECK_STRING.
33237         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33238         <bp-checks.h>.
33239         (fchownat): Do not use CHECK_STRING.
33240         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33241         CHECK_STRING.
33242         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33243         <bp-checks.h>.
33244         (__lchown): Do not use CHECK_STRING.
33245         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33246         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33247         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33248         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33250         include <bp-checks.h>.
33251         (truncate64): Do not use CHECK_STRING.
33252         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33253         <bp-checks.h>.
33254         (__real_chown): Do not use CHECK_STRING.
33255         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33256         <bp-checks.h>.
33257         (__lchown): Do not use CHECK_STRING.
33258         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33259         <bp-checks.h>.
33260         (__chown): Do not use CHECK_STRING.
33261         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33262         <bp-checks.h>.
33263         (truncate64): Do not use CHECK_STRING.
33264         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33265         Likewise.
33266         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33267         (__xmknod): Do not use CHECK_STRING.
33268         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33269         <bp-checks.h>.
33270         (__xmknodat): Do not use CHECK_STRING.
33271         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33272         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33274 2013-02-04  Andreas Schwab  <schwab@suse.de>
33276         [BZ #14142]
33277         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33278         * include/netdb.h: Likewise for h_errno.
33279         * elf/tst-stackguard1.c: Include <tls.h>.
33281 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33283         * elf/link.h (struct link_map): Extend the l_addr comment.
33284         * include/link.h (struct link_map): Likewise.
33286 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33288         [BZ #13550]
33289         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33290         (BOUNDED_1): Remove macro.
33291         * debug/backtrace.c: Don't include <bp-checks.h>.
33292         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33293         (__backtrace): Likewise.
33294         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33295         <bp-checks.h>.
33296         (__backtrace): Don't use BOUNDED_1.
33297         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33298         <bp-checks.h>.
33299         (__backtrace): Don't use BOUNDED_1.
33300         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33301         (__backtrace): Don't use BOUNDED_1.
33302         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33303         (shmat): Don't use BOUNDED_N.
33305 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33307         [BZ #13550]
33308         * sysdeps/generic/bp-start.h: Remove file.
33309         * csu/libc-start.c: Don't include <bp-start.h>.
33310         (LIBC_START_MAIN): Set up __environ directly instead of using
33311         INIT_ARGV_and_ENVIRON.
33312         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33313         <bp-start.h>.
33315         [BZ #13550]
33316         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33317         definitions.
33318         (CHECK_FCNTL): Likewise.
33319         (CHECK_N_PAGES): Likewise.
33321         [BZ #13550]
33322         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33323         definitions.
33324         (CHECK_SIGSET_NULL_OK): Likewise.
33325         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33326         <bp-checks.h>.
33327         (sigpending): Don't use CHECK_SIGSET.
33328         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33329         <bp-checks.h>.
33330         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33331         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33332         <bp-checks.h>.
33333         (do_sigsuspend): Don't use CHECK_SIGSET.
33334         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33335         use CHECK_SIGSET.
33336         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33337         (do_sigwait): Don't use CHECK_SIGSET.
33338         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33339         use CHECK_SIGSET.
33340         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33341         include <bp-checks.h>.
33342         (sigpending): Don't use CHECK_SIGSET.
33343         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33344         include <bp-checks.h>.
33345         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33346         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33347         <bp-checks.h>.
33348         (sigpending): Don't use CHECK_SIGSET.
33349         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33350         <bp-checks.h>.
33351         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33353         [BZ #13550]
33354         * sysdeps/generic/bp-semctl.h: Remove file.
33355         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33356         <bp-checks.h> and <bp-semctl.h>.
33357         (__old_semctl): Don't use CHECK_SEMCTL.
33358         (__new_semctl): Likewise.
33359         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33360         and <bp-semctl.h>.
33361         (__old_semctl): Don't use CHECK_SEMCTL.
33362         (__new_semctl): Likewise.
33363         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33364         <bp-checks.h> and <bp-semctl.h>.
33365         (__old_semctl): Don't use CHECK_SEMCTL.
33366         (__new_semctl): Likewise.
33367         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33368         <bp-checks.h> and <bp-semctl.h>.
33369         (semctl): Don't use CHECK_SEMCTL.
33371         [BZ #13550]
33372         * Makerules (elide-bp-thunks): Remove variable.
33373         (elide-routines.oS): Don't use $(elide-bp-thunks).
33374         (elide-routines.os): Likewise.
33375         (elide-routines.o): Likewise.
33376         (elide-routines.op): Likewise.
33377         (elide-routines.og): Likewise.
33378         (objects): Don't use $(bp-thunks).
33379         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33380         include.
33381         (common-generated): Do not add s-proto-bp.d.
33382         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33383         (int): Likewise.
33384         (typ): Likewise.
33385         Do not generate makefile rules for bounded-pointer thunks.
33386         * sysdeps/generic/bp-thunks.h: Remove file.
33387         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33388         * sysdeps/unix/s-proto-bp.S: Likewise.
33390         [BZ #15062]
33391         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33392         parts of result separately when argument is not close to line from
33393         -i to i and one part of argument is small.
33394         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33395         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33396         * math/libm-test.inc (cacos_test): Add more tests.
33397         (casin_test): Likewise.
33398         (casinh_test): Likewise.
33399         * sysdeps/i386/fpu/libm-test-ulps: Update.
33400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33402 2013-01-31  David S. Miller  <davem@davemloft.net>
33404         * po/de.po: Update from translation team.
33406 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33408         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33410 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33412         * configure.in (_AC_PROG_CC_C89): New definition.
33413         * configure: Regenerate.
33415         * configure.in (AC_PROG_CPP): New definition.
33416         * configure: Regenerate.
33418 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33420         * debug/tst-backtrace.h: New file.
33421         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33422         (ret): Remove variable.
33423         (x): Likewise.
33424         (FAIL): Remove macro.
33425         (NO_INLINE): Likewise.
33426         (fn1): Use match function instead of strstr.
33427         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33428         (ret): Remove variable.
33429         (x): Likewise.
33430         (FAIL): Remove macro.
33431         (NO_INLINE): Likewise.
33432         (fn): Use match function instead of strstr.
33433         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33434         (ret): Remove variable.
33435         (x): Likewise.
33436         (FAIL): Remove macro.
33437         (NO_INLINE): Likewise.
33438         (handle_signal): Use match function instead of strstr.
33439         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33440         (ret): Remove variable.
33441         (x): Likewise.
33442         (FAIL): Remove macro.
33443         (NO_INLINE): Likewise.
33444         (handle_signal): Use match function instead of strstr.
33446 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33448         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33450 2013-01-23  David S. Miller  <davem@davemloft.net>
33452         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33453         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33454         argument of CAS if possible.
33455         * sysdeps/sparc/sparc64/bits/atomic.h
33456         (__arch_compare_and_exchange_val_32_acq): Likewise.
33457         (__arch_compare_and_exchange_val_64_acq): Likewise.
33459 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33461         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33462         * sysdeps/posix/ulimit.c: ... this.
33463         Include <limits.h>.
33464         * sysdeps/unix/bsd/ulimit.c: Remove file.
33466 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33468         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33469         (LDFLAGS-tst-array5): Likewise.
33471 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33473         [BZ #15036]
33474         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33475         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33476         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33477         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33479 2013-01-21  David S. Miller  <davem@davemloft.net>
33481         * sysdeps/sparc/backtrace.c: New file.
33482         * sysdeps/sparc/sparc32/backtrace.h: New file.
33483         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33484         * sysdeps/sparc/sparc64/backtrace.h: New file.
33485         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33486         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33487         -funwind-tables.
33489 2013-01-21  Andreas Schwab  <schwab@suse.de>
33491         [BZ #15020]
33492         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33493         closed its stdout.
33495 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33497         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33498         "mpa2.h".
33499         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33501 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33502             Mark Mitchell  <mark@codesourcery.com>
33503             Tom de Vries  <tom@codesourcery.com>
33504             Paul Pluzhnikov  <ppluzhnikov@google.com>
33506         * debug/tst-backtrace2.c: New file.
33507         * debug/tst-backtrace3.c: Likewise.
33508         * debug/tst-backtrace4.c: Likewise.
33509         * debug/tst-backtrace5.c: Likewise.
33510         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33511         (CFLAGS-tst-backtrace3.c): Likewise.
33512         (CFLAGS-tst-backtrace4.c): Likewise.
33513         (CFLAGS-tst-backtrace5.c): Likewise.
33514         (LDFLAGS-tst-backtrace2): Likewise.
33515         (LDFLAGS-tst-backtrace3): Likewise.
33516         (LDFLAGS-tst-backtrace4): Likewise.
33517         (LDFLAGS-tst-backtrace5): Likewise.
33518         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33519         tst-backtrace4 and tst-backtrace5.
33521 2013-01-18  Anton Blanchard  <anton@samba.org>
33522             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33524         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33525         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33526         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33527         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33529         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33530         "+r" and remove output regs list as redundant.  Add explicit inline
33531         asm to specify register of return val to work around compiler codegen
33532         bug.  Remove (int) cast on return value.  Add return type parameter to
33533         use in macro so that this macro does not truncate return value for
33534         64-bit values.
33535         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33536         pass to INTERNAL_VSYSCALL_NCS.
33537         (INLINE_VSYSCALL): Add 'long int' as return type to
33538         INTERNAL_VSYSCALL_NCS macro invocation.
33539         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33540         INTERNAL_VSYSCALL_NCS macro invocation.
33541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33543 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33545         [BZ #14496]
33546         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33547         Fix application of SIMD FP exception mask.
33549         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33550         mp_no from a power of two.
33551         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33552         __mpexp_twomm1.  Use __pow_mp.
33554         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33555         multiplication.
33557 2013-01-17  David S. Miller  <davem@davemloft.net>
33559         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33561 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33563         [BZ #15023]
33564         * include/complex.h: Condition contents on [!_COMPLEX_H].
33565         (__kernel_casinhf): New prototype.
33566         (__kernel_casinh): Likewise.
33567         (__kernel_casinhl): Likewise.
33568         * math/Makefile (libm_calls): Add k_casinh.
33569         * math/k_casinh.c: New file.
33570         * math/k_casinhf.c: Likewise.
33571         * math/k_casinhl.c: Likewise.
33572         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33573         finite nonzero arguments.
33574         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33575         finite nonzero arguments.
33576         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33577         finite nonzero arguments.
33578         * math/s_casinh.c: Do not include <float.h>.
33579         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33580         * math/s_casinhf.c: Do not include <float.h>.
33581         (__casinhf): Move code for finite nonzero arguments to
33582         k_casinhf.c.
33583         * math/s_casinhl.c: Do not include <float.h>.
33584         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33585         redefine.
33586         (__casinhl): Move code for finite nonzero arguments to
33587         k_casinhl.c.
33588         * math/libm-test.inc (cacos_test): Add more tests.
33589         * sysdeps/i386/fpu/libm-test-ulps: Update.
33590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33592 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33594         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33595         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33596         [!HAVE_MREMAP]: Remove [defined linux] case.
33597         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33599 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33601         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33603 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33605         * elf/elf.h (R_386_SIZE32): New relocation.
33606         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33607         R_386_SIZE32.
33608         (elf_machine_rela): Likewise.
33609         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33610         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33612 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33614         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33615         (FP_FAST_FMA): Do not define.
33616         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33617         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33618         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33619         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33620         !_SOFT_FLOAT]: Likewise.
33621         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33622         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33623         value.
33624         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33625         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33626         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33627         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33628         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33629         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33630         file.
33632 2013-01-16  Andreas Schwab  <schwab@suse.de>
33634         [BZ #14327]
33635         * include/stdlib.h (__mktemp): Add declaration.
33636         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33637         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33639 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33641         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33642         definitions.
33643         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33644         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33645         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33646         definitions here.
33647         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33648         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33649         definitions.
33650         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33651         and ONE.
33652         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33653         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33654         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33655         definitions.
33656         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33657         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33658         definitions.
33659         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33661         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33663 2013-01-15  David S. Miller  <davem@davemloft.net>
33665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33666         trunc{,f} to libm-sysdep_routes.
33667         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33669         file.
33670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33672         file.
33673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33674         file.
33675         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33676         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33677         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33678         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33679         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33680         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33681         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33682         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33685         nearbyint{,f} to libm-sysdep_routes.
33686         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33688         New file.
33689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33690         file.
33691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33692         New file.
33693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33694         file.
33695         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33697         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33698         file.
33699         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33700         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33701         file.
33702         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33703         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33704         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33706         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33707         libc_feholdexcept and libc_fesetenv.
33709 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33711         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33713 2013-01-14  David S. Miller  <davem@davemloft.net>
33715         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33716         (SPARC_ASM_VIS2_IFUNC): Likewise.
33717         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33719         use of 'siam' instruction.
33720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33721         Likewise.
33722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33723         Likewise.
33724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33725         Likewise.
33726         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33727         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33728         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33729         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33731         file.
33732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33733         file.
33734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33735         file.
33736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33737         file.
33738         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33739         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33740         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33741         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33742         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33743         new VIS2 routines.
33744         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33747         Likewise.
33748         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33749         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33750         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33751         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33753         routines to libm-sysdep_routines.
33754         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33757         fdim/fdimf to libm-sysdep_routines.
33758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33759         file.
33760         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33762         file.
33763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33764         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33765         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33766         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33767         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33768         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33769         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33771 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33773         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33774         to optimize copies.
33776         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33777         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33778         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33780         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33781         local variable MPTWO.
33782         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33783         Likewise.
33785 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33787         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33788         GLOB_NOESCAPE.
33790 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33792         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33794 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
33796         * manual/pattern.texi (glob_t): Document gl_flags.
33797         (glob64_t): Likewise.
33799 2013-01-11  David S. Miller  <davem@davemloft.net>
33801         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33802         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33803         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
33804         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33805         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33806         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33807         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33808         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33809         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33810         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33811         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33812         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33813         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33815         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33816         sparc V9 rather than using V8 code.
33817         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33818         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33820         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33821         Move to...
33822         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33823         Here.
33825 2013-01-11  Roland McGrath  <roland@hack.frob.com>
33827         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33828         not in the main loop.
33829         * configure: Regenerated.
33831 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
33833         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33834         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33835         to just #else.
33836         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
33837         [!__GLIBC_HAVE_LONG_LONG] case.
33838         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33839         condition to just #else.
33840         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33841         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33842         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33843         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33844         unconditional.
33845         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33846         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33847         #elif condition to just #else.
33848         * sysdeps/unix/sysv/linux/sys/sysmacros.h
33849         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33850         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33851         #elif condition to just #else.
33853 2013-01-11  Steve Ellcey  <sellcey@mips.com>
33855         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33856         (EF_MIPS_ARCH_64): Fix value.
33857         (EF_MIPS_ARCH_32R2): New.
33858         (EF_MIPS_ARCH_64R2): New.
33860 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
33862         * Makeconfig (+link-pie-before-libc): New.
33863         (+link-pie-after-libc): Likewise.
33864         (+link-pie-tests): Likewise.
33865         (+link-pie): Rewritten.
33866         (link-before-libc): Remove $(config-LDFLAGS).
33867         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33868         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33869         (config-LDFLAGS): Renamed to ...
33870         (rtld-LDFLAGS): This.
33871         (rtld-tests-LDFLAGS): New macro.
33872         (link-libc-rpath-link): Likewise.
33873         (link-libc-tests-rpath-link): Likewise.
33874         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33875         (link-libc): Prepand $(link-libc-rpath-link).
33876         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33877         (test-program-prefix): New macro.
33878         (test-via-rtld-prefix): Likewise.
33879         (test-program-cmd): Likewise.
33880         (host-test-program-cmd): Likewise.
33881         * Makefile ($(common-objpfx)testrun.sh): Replace
33882         $(run-program-prefix) with $(test-program-prefix).
33883         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33884         $(rtld-LDFLAGS).
33885         ($(common-objpfx)shlib.lds): Likewise.
33886         (build-module-helper): Likewise.
33887         ($(common-objpfx)format.lds): Likewise.
33888         * Rules (binaries-pie-tests): New.
33889         (binaries-pie-notests): Likewise.
33890         (binaries-pie): Rewritten.
33891         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33892         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33893         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33894         (make-test-out): Replace $(host-built-program-cmd) with
33895         $(host-test-program-cmd).
33896         * config.make.in (build-hardcoded-path-in-tests): New variable.
33897         * configure.in (--enable-hardcoded-path-in-tests): New configure
33898         option.
33899         (hardcoded_path_in_tests): New AC_SUBST.
33900         * configure: Regenerated.
33901         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33902         $(built-program-cmd) with $(test-program-cmd).
33903         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33904         (test_program_cmd): This.
33905         * elf/Makefile ($(objpfx)order.out): Run test with
33906         $(test-program-prefix).
33907         ($(objpfx)order2.out): Likewise.
33908         ($(objpfx)tst-initorder.out): Likewise.
33909         ($(objpfx)tst-initorder2.out): Likewise.
33910         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33911         $(test-program-cmd).
33912         ($(objpfx)tst-array1-static.out): Likewise.
33913         ($(objpfx)tst-array2.out): Likewise.
33914         ($(objpfx)tst-array3.out): Likewise.
33915         ($(objpfx)tst-array4.out): Likewise.
33916         ($(objpfx)tst-array5.out): Likewise.
33917         ($(objpfx)tst-array5-static.out): Likewise.
33918         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33919         $(test-program-cmd).
33920         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33921         $(run-program-prefix) with $(test-program-prefix).
33922         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33923         (test_program_prefix): This.
33924         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33925         $(run-program-prefix) with $(test-program-prefix).
33926         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33927         (test_program_prefix): This.
33928         * iconvdata/tst-tables.sh: Likewise.
33929         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33930         $(run-program-prefix) with $(test-program-prefix).
33931         ($(objpfx)tst-translit.out): Likewise.
33932         ($(objpfx)tst-gettext2.out): Likewise.
33933         ($(objpfx)tst-gettext4.out): Likewise.
33934         ($(objpfx)tst-gettext6.out): Likewise.
33935         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33936         (test_program_prefix): This.
33937         * intl/tst-gettext2.sh: Likewise.
33938         * intl/tst-gettext4.sh  Likewise.
33939         * intl/tst-gettext6.sh: Likewise.
33940         * intl/tst-translit.sh: Likewise.
33941         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33942         with $(test-program-cmd).
33943         * libio/Makefile ($(objpfx)test-freopen.out): Replace
33944         $(run-program-prefix) with $(test-program-prefix).
33945         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33946         (test_program_prefix): This.
33947         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33948         $(run-program-prefix) with $(test-program-prefix).
33949         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33950         (test_program_prefix): This.
33951         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33952         * posix/Makefile ($(objpfx)globtest.out): Replace
33953         $(run-via-rtld-prefix) and $(test-wrapper) with
33954         $(test-program-prefix) and $(test-via-rtld-prefix).
33955         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33956         $(test-program-prefix).
33957         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33958         $(host-test-program-cmd).
33959         (tst-spawn-ARGS): Likewise.
33960         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33961         $(test-program-prefix).
33962         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33963         (test_via_rtld_prefix): This.
33964         (test_wrapper): Renamed to ...
33965         (test_program_prefix): This.
33966         (run_program_prefix): Replaced by test_program_prefix.
33967         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33968         (test_program_prefix): This.
33969         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33970         with $(host-test-program-cmd).
33971         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33972         $(run-program-prefix) with $(test-program-prefix).
33973         ($(objpfx)tst-printf.out): Likewise.
33974         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33975         $(test-program-cmd).
33976         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33977         (test_program_prefix): This.
33978         * stdio-common/tst-unbputc.sh: Likewise.
33979         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33980         $(run-program-prefix) with $(test-program-prefix).
33981         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33982         (test_program_prefix): This.
33983         * string/Makefile ($(objpfx)tst-svc.out):  Replace
33984         $(built-program-cmd) with $(test-program-cmd).
33986 2013-01-11  Andreas Jaeger  <aj@suse.de>
33988         [BZ #15003]
33989         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33990         value. Sync with Linux 3.7.
33992 2013-01-10  David S. Miller  <davem@davemloft.net>
33994         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33995         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33996         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33998 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34000         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34001         never set.
34002         * configure: Regenerated.
34004 2013-01-10  David S. Miller  <davem@davemloft.net>
34006         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34007         sparc V9 rather than using V8 code.
34008         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34009         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34011 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34013         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34014         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34015         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34016         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34017         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34018         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34019         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34020         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34021         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34022         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34023         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34024         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34025         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34026         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34027         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34028         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34029         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34030         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34031         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34032         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34033         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34034         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34035         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34036         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34037         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34038         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34039         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34041 2013-01-10  David S. Miller  <davem@davemloft.net>
34043         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34045 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34047         * posix/Makefile (tests-static): New variable.
34048         (tests): Add $(tests-static).
34049         (tst-exec-static-ARGS): New variable.
34050         (tst-spawn-static-ARGS): Likewise.
34051         * posix/tst-exec-static.c: New file.
34052         * posix/tst-spawn-static.c: Likewise.
34053         * posix/tst-exec.c: Support run directly.
34054         * posix/tst-spawn.c: Likewise.
34056 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34058         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34059         long.
34060         * math/bits/mathcalls.h (llrint): Likewise.
34061         (llround): Likewise.
34062         * stdlib/stdlib.h (struct drand48_data): Likewise.
34063         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34064         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34065         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34066         Likewise.
34067         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34068         Likewise.
34069         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34070         (elf_greg_t): Likewise.
34071         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34072         (__jmp_buf): Likewise.
34073         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34074         definitions.
34075         (llrint): Likewise, for all definitions.
34076         (llrintl): Likewise.
34078         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34079         Remove [__GNUC__] condition.
34080         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34081         condition to just [__USE_ISOC99].
34082         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34084 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34086         [BZ #14200]
34087         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34088         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34089         defined.
34090         (_POSIX_V6_ILP32_OFF32): Likewise.
34091         (_XBS5_ILP32_OFF32): Likewise.
34092         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34093         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34095 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34097         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34099         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34100         doubles __mpexp_twomm1.  Adjust usage.
34101         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34102         Remove.
34104 2013-01-10  Andreas Schwab  <schwab@suse.de>
34106         [BZ #14964]
34107         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34108         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34110 2013-01-09  David S. Miller  <davem@davemloft.net>
34112         [BZ #15003]
34113         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34114         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34115         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34116         (TCP_FASTOPEN): Define.
34117         (tcp_repair_opt): New structure.
34118         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34119         enum values.
34120         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34121         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34122         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34123         (tcp_cookie_transactions): New structure.
34125 2013-01-09  Anton Blanchard  <anton@samba.org>
34127         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34128         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34129         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34130         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34132 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34134         * include/features.h (__USE_ANSI): Remove.
34136 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34138         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34140         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34142 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34144         * sysdeps/s390/fpu/libm-test-ulps: Update.
34146         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34148         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34149         (__acr): Likewise.
34150         (__cpy): Likewise.
34151         (norm): Likewise.
34152         (denorm): Likewise.
34153         (__mp_dbl): Likewise.
34154         (__dbl_mp): Likewise.
34155         (add_magnitudes): Likewise.
34156         (sub_magnitudes): Likewise.
34157         (__add): Likewise.
34158         (__sub): Likewise.
34159         (__mul): Likewise.
34160         (__inv): Likewise.
34161         (__dvd): Likewise.
34162         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34163         (__acr): Likewise.
34164         (__cpy): Likewise.
34165         (norm): Likewise.
34166         (denorm): Likewise.
34167         (__mp_dbl): Likewise.
34168         (__dbl_mp): Likewise.
34169         (add_magnitudes): Likewise.
34170         (sub_magnitudes): Likewise.
34171         (__add): Likewise.
34172         (__sub): Likewise.
34173         (__mul): Likewise.
34174         (__inv): Likewise.
34175         (__dvd): Likewise.
34176         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34177         (__acr): Likewise.
34178         (__cpy): Likewise.
34179         (norm): Likewise.
34180         (denorm): Likewise.
34181         (__mp_dbl): Likewise.
34182         (__dbl_mp): Likewise.
34183         (add_magnitudes): Likewise.
34184         (sub_magnitudes): Likewise.
34185         (__add): Likewise.
34186         (__sub): Likewise.
34187         (__mul): Likewise.
34188         (__inv): Likewise.
34189         (__dvd): Likewise.
34191 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34193         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34194         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34195         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34196         2 && __USE_EXTERN_INLINES]: Likewise.
34198 2013-01-08  Andreas Jaeger  <aj@suse.de>
34200         [BZ# 14985]
34201         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34202         Remove.
34203         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34204         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34206 2013-01-07  Anton Blanchard  <anton@samba.org>
34208         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34209         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34210         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34211         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34212         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34213         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34214         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34215         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34216         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34217         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34218         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34219         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34220         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34221         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34222         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34223         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34224         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34225         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34226         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34227         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34228         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34229         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34230         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34231         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34232         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34233         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34234         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34235         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34236         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34237         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34238         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34239         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34240         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34241         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34242         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34243         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34244         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34245         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34246         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34247         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34248         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34249         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34250         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34252 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34254         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34255         (__MALLOC_PMT): Likewise.
34256         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34257         [__GNUC__], only on [_LIBC].
34258         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34259         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34260         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34261         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34262         forward declaration.
34263         (realloc_hook_ini): Likewise.
34264         (memalign_hook_ini): Likewise.
34265         (__libc_memalign): Do not use __MALLOC_PMT in variable
34266         declaration.
34267         (__libc_valloc): Likewise.
34268         (__libc_pvalloc): Likewise.
34269         (__libc_calloc): Likewise.
34270         (__posix_memalign): Likewise.
34272         [BZ #14996]
34273         * math/s_casinh.c: Include <float.h>.
34274         (__casinh): Do not do computation with squaring and square root
34275         for large arguments.
34276         * math/s_casinhf.c: Include <float.h>.
34277         (__casinhf): Do not do computation with squaring and square root
34278         for large arguments.
34279         * math/s_casinhl.c: Include <float.h>.
34280         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34281         (__casinhl): Do not do computation with squaring and square root
34282         for large arguments.
34283         * math/libm-test.inc (casin_test): Add more tests.
34284         (casinh_test): Likewise.
34285         * sysdeps/i386/fpu/libm-test-ulps: Update.
34286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34288 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34290         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34291         (__x86_64_raw_data_cache_size): Likewise.
34292         (__x86_64_data_cache_size_half): Likewise.
34293         (__x86_64_raw_data_cache_size_half): Likewise.
34294         (__x86_64_shared_cache_size): Likewise.
34295         (__x86_64_raw_shared_cache_size): Likewise.
34296         (__x86_64_shared_cache_size_half): Likewise.
34297         (__x86_64_raw_shared_cache_size_half): Likewise.
34298         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34299         to ...
34300         (__x86_data_cache_size): This.
34301         (__x86_64_raw_data_cache_size): Renamed to ...
34302         (__x86_raw_data_cache_size): This.
34303         (__x86_64_data_cache_size_half): Renamed to ...
34304         (__x86_data_cache_size_half): This.
34305         (__x86_64_raw_data_cache_size_half): Renamed to ...
34306         (__x86_raw_data_cache_size_half): This.
34307         (__x86_64_shared_cache_size): Renamed to ...
34308         (__x86_shared_cache_size): This.
34309         (__x86_64_raw_shared_cache_size): Renamed to ...
34310         (__x86_raw_shared_cache_size): This.
34311         (__x86_64_shared_cache_size_half): Renamed to ...
34312         (__x86_shared_cache_size_half): This.
34313         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34314         (__x86_raw_shared_cache_size_half): This.
34315         * sysdeps/x86_64/memcpy.S: Updated.
34316         * sysdeps/x86_64/memset.S: Likewise.
34317         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34318         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34319         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34321 2013-01-04  David S. Miller  <davem@davemloft.net>
34323         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34325 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34327         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34328         1 to avoid redefinition warning.
34329         (__USE_GNU): Don't define.
34330         (init_signaling_nan): Protoize.
34332         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34334 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34336         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34337         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34338         (__cpymn): Likewise.
34339         (norm): Remove commented code.
34340         (denorm): Likewise.
34341         (__mp_dbl): Likewise.
34342         (__inv): Likewise.
34343         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34344         (__cpymn): Likewise.
34345         (norm): Remove commented code.
34346         (denorm): Likewise.
34347         (__mp_dbl): Likewise.
34348         (__inv): Likewise.
34350         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34351         mp_no value for 1.0 and 2.0.
34352         (norm): Use RADIXI instead of radixi.d.
34353         (denorm): Likewise.
34354         (__mul): Use 0.0 instead of zero.d.
34355         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34356         mp_no value for 1.0 and 2.0.
34357         (norm): Use RADIXI instead of radixi.d.
34358         (denorm): Likewise.
34359         (__mul): Use 0.0 instead of zero.d.
34361 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34363         [BZ #14994]
34364         * math/s_casinh.c (__casinh): Reduce finite argument to first
34365         quadrant then set signs of results at the end.
34366         * math/s_casinhf.c (__casinhf): Likewise.
34367         * math/s_casinhl.c (__casinhl): Likewise.
34368         * math/libm-test.inc (casin_test): Add more tests.
34369         (casinh_test): Likewise.
34370         * sysdeps/i386/fpu/libm-test-ulps: Update.
34371         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34373 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34375         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34377         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34379         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34380         declarations.
34381         (denorm): Likewise.
34382         (__mp_dbl): Likewise.
34383         (__inv): Likewise.
34385         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34386         and adjust the header comment.
34388         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34389         variable name from declaration.
34391 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34393         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34394         Initialize COMMON_CPUID_INDEX_7 element.
34395         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34396         (CPUID_RTM): Likewise.
34397         (HAS_RTM): Likewise.
34398         (COMMON_CPUID_INDEX_7): New enum.
34400 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34402         [BZ #14981]
34403         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34404         size is zero, record memory as freed.
34406 2013-01-03  Andreas Jaeger  <aj@suse.de>
34408         * po/ia.po: Add new Interlingua translation.
34410 2012-01-03  Allan McRae  <allan@archlinux.org>
34412         * locale/programs/localedef.c: Fix description of '--posix' flag.
34414 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34416         * NEWS: Update dates in second copyright notice.
34417         * README: Update copyright dates in example.
34418         * manual/libc.texinfo: Update copyright dates.
34419         * scripts/test-installation.pl: Update copyright date in --version
34420         output.
34422         * hurd/ctty-input.c: Fix copyright notice formatting.
34423         * hurd/ctty-output.c: Likewise.
34424         * hurd/dtable.c: Likewise.
34425         * hurd/hurd-raise.c: Likewise.
34426         * hurd/hurdprio.c: Likewise.
34427         * hurd/msgportdemux.c: Likewise.
34428         * misc/sys/file.h: Likewise.
34429         * misc/sys/ioctl.h: Likewise.
34430         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34431         * sysdeps/mach/hurd/chdir.c: Likewise.
34432         * sysdeps/mach/hurd/fchdir.c: Likewise.
34433         * sysdeps/mach/hurd/rename.c: Likewise.
34434         * sysdeps/mach/hurd/rmdir.c: Likewise.
34435         * sysdeps/mach/hurd/seekdir.c: Likewise.
34436         * sysdeps/mach/hurd/setsid.c: Likewise.
34437         * sysdeps/posix/wait3.c: Likewise.
34439         * All files with FSF copyright notices: Update copyright dates
34440         using scripts/update-copyrights.
34441         * intl/plural.c: Regenerated.
34442         * locale/programs/charmap-kw.h: Likewise.
34443         * locale/programs/locfile-kw.h: Likewise.
34445 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34447         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34448         four values.
34450         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34451         calculation loop and add branch prediction.
34453         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34454         check access beyond bounds of m1np.
34456         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34457         MPTWO.
34458         (__inv): Remove local variable MPTWO to use the global
34459         constant.
34460         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34461         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34462         variable MPTWO.
34463         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34464         MP3HALFS static const.
34466 2013-01-01  David S. Miller  <davem@davemloft.net>
34468         * po/ca.po: Update from translation team.
34470 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34472         * scripts/update-copyrights: New file.
34473         * Makeconfig: Reformat copyright notice.
34474         * ctype/ctype.h: Likewise.
34475         * debug/swprintf_chk.c: Likewise.
34476         * elf/dl-cache.c: Likewise.
34477         * elf/dl-debug.c: Likewise.
34478         * elf/dl-object.c: Likewise.
34479         * grp/initgroups.c: Likewise.
34480         * hurd/Makefile: Likewise.
34481         * hurd/hurd/signal.h: Likewise.
34482         * hurd/hurdfault.c: Likewise.
34483         * hurd/hurdioctl.c: Likewise.
34484         * hurd/hurdlookup.c: Likewise.
34485         * hurd/intr-msg.c: Likewise.
34486         * iconv/gconv_open.c: Likewise.
34487         * libio/swprintf.c: Likewise.
34488         * locale/lc-ctype.c: Likewise.
34489         * locale/nl_langinfo.c: Likewise.
34490         * mach/Machrules: Likewise.
34491         * mach/Makefile: Likewise.
34492         * malloc/obstack.h: Likewise.
34493         * manual/Makefile: Likewise.
34494         * manual/tsort.awk: Likewise.
34495         * misc/bits/stab.def: Likewise.
34496         * nis/nis_print_group_entry.c: Likewise.
34497         * nis/nis_table.c: Likewise.
34498         * nis/nss_compat/compat-pwd.c: Likewise.
34499         * nis/nss_compat/compat-spwd.c: Likewise.
34500         * po/Makefile: Likewise.
34501         * posix/fnmatch.c: Likewise.
34502         * posix/regex.h: Likewise.
34503         * resolv/Makefile: Likewise.
34504         * resolv/nss_dns/dns-network.c: Likewise.
34505         * resolv/res_hconf.c: Likewise.
34506         * scripts/gen-sorted.awk: Likewise.
34507         * soft-fp/soft-fp.h: Likewise.
34508         * stdio-common/printf.h: Likewise.
34509         * stdlib/monetary.h: Likewise.
34510         * stdlib/random.c: Likewise.
34511         * stdlib/random_r.c: Likewise.
34512         * sysdeps/generic/Makefile: Likewise.
34513         * sysdeps/gnu/Makefile: Likewise.
34514         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34515         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34516         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34517         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34518         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34519         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34520         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34521         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34522         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34523         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34524         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34525         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34526         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34527         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34528         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34529         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34530         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34531         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34532         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34533         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34534         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34535         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34536         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34537         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34538         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34539         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34540         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34541         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34542         * sysdeps/mach/hurd/errnos.awk: Likewise.
34543         * sysdeps/mach/hurd/fork.c: Likewise.
34544         * sysdeps/mach/hurd/getcwd.c: Likewise.
34545         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34546         * sysdeps/mach/hurd/mmap.c: Likewise.
34547         * sysdeps/mach/hurd/utimes.c: Likewise.
34548         * sysdeps/mach/hurd/xmknod.c: Likewise.
34549         * sysdeps/posix/profil.c: Likewise.
34550         * sysdeps/posix/readdir_r.c: Likewise.
34551         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34552         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34553         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34554         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34555         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34556         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34557         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34558         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34559         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34560         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34561         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34562         * sysdeps/pthread/lio_listio.c: Likewise.
34563         * sysdeps/sparc/dl-procinfo.h: Likewise.
34564         * sysdeps/unix/i386/sysdep.S: Likewise.
34565         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34566         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34567         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34568         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34570         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34571         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34572         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34573         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34574         * sysdeps/wordsize-32/divdi3.c: Likewise.
34575         * time/sys/time.h: Likewise.
34576         * wcsmbs/Makefile: Likewise.
34578 2013-01-01  David S. Miller  <davem@davemloft.net>
34580         * po/fr.po: Update from translation team.
34582         * catgets/gencat.c: Update copyright year.
34583         * csu/version.c: Likewise.
34584         * debug/catchsegv.sh: Likewise.
34585         * debug/pcprofiledump.c: Likewise.
34586         * debug/xtrace.sh: Likewise.
34587         * elf/ldconfig.c: Likewise.
34588         * elf/ldd.bash.in: Likewise.
34589         * elf/pldd.c: Likewise.
34590         * elf/sotruss.ksh: Likewise.
34591         * elf/sprof.c: Likewise.
34592         * iconv/iconv_prog.c: Likewise.
34593         * iconv/iconvconfig.c: Likewise.
34594         * locale/programs/locale.c: Likewise.
34595         * locale/programs/localedef.c: Likewise.
34596         * login/programs/pt_chown.c: Likewise.
34597         * malloc/memusage.sh: Likewise.
34598         * malloc/memusagestat.c: Likewise.
34599         * malloc/mtrace.pl: Likewise.
34600         * nscd/nscd.c: Likewise.
34601         * nss/getent.c: Likewise.
34602         * nss/makedb.c: Likewise.
34603         * posix/getconf.c: Likewise.
34605 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34607         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34608         numbers.
34610 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34612         * math/bits/mathcalls.h (modf): Use __nonnull.
34614 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34616         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34617         (split): Use macro CN instead of the bare value.
34618         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34619         could be used.
34620         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34621         instead of the bare value.
34622         (power1): Likewise.
34624 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34626         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34627         __ATAN_TWOM.
34628         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34630         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34631         their values.
34632         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34633         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34634         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34635         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34637 2012-12-28  Andreas Jaeger  <aj@suse.de>
34639         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34640         values are from Linux 3.7.
34642         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34643         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34645 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34647         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34648         TRUE case.
34650         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34651         (norm): Likewise.
34652         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34653         variables with preprocessor constants.
34654         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34655         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34656         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34658 2012-12-27  Bruno Haible  <bruno@clisp.org>
34660         [BZ #14317]
34661         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34662         only if needed.
34664 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34666         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34667         and use variable directly.
34668         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34670         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34671         MPONE.
34672         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34673         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34674         variable MPONE.
34675         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34676         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34677         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34678         include directive.  Remove local variable MPONE.
34679         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34680         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34681         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34683 2012-12-25  David S. Miller  <davem@davemloft.net>
34685         * version.h (RELEASE): Set to "development".
34686         (VERSION): Set to "2.17.90".
34687         * NEWS: Add 2.18 section.
34689 2012-12-21  David S. Miller  <davem@davemloft.net>
34691         * po/hr.po: Update from translation team.
34693 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34695         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34697 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34699         * NEWS:  Mention new memcpy for MIPS.
34701 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34703         * manual/contrib.texi (Contributors): Spelling correction.
34705 2012-12-15  David S. Miller  <davem@davemloft.net>
34707         * po/ru.po: Update from translation team.
34709 2012-12-13  David S. Miller  <davem@davemloft.net>
34711         * NEWS: Mention IFUNC testsuite enhancements.
34713         * po/pl.po: Update from translation team.
34714         * po/bg.po: Likewise.
34716         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34717         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34719 2012-12-11  David S. Miller  <davem@davemloft.net>
34721         * po/sv.po: Update from translation team.
34723         * po/vi.po: Update from translation team.
34725         * po/cs.po: Update from translation team.
34727         * po/de.po: Update from translation team.
34728         * po/eo.po: Likewise.
34729         * po/nl.po: Likewise.
34731 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34733         [BZ #14246]
34734         * manual/argp.texi (Argp Helper Functions): Move node to follow
34735         Argp Parsing State.
34737         [BZ #14872]
34738         * manual/conf.texi (Limits on File System Capacity): Mention if
34739         terminating null is included in the max size.
34741 2012-12-10  Andreas Jaeger  <aj@suse.de>
34743         * po/cs.po: Update from translation team.
34745 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34747         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34748         void pointer and cast to uintptr_t.
34749         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34750         path.
34751         * sysdeps/s390/s390-64/memcpy.S: Likewise.
34752         * sysdeps/s390/s390-64/memset.S: Likewise.
34754 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
34756         [BZ #14833]
34757         * menual/message.texi (Message Translation): Fix typos.
34758         (Helper programs for gettext): Likewise.
34760 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
34762         [BZ #14898]
34763         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34764         Change to -1.
34766 2012-12-07  David S. Miller  <davem@davemloft.net>
34768         * po/libc.pot: Update.
34770 2012-12-07  Richard Henderson  <rth@redhat.com>
34772         [BZ #10114]
34773         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34774         normal/normal case to before the switch.
34775         (_FP_DIV): Likewise.
34777 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
34778             Mike Frysinger  <vapier@gentoo.org>
34780         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34781         check for __NR_fadvise64_64.
34783 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
34785         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34786         0, not just to plain "0" as a statement.
34787         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34788         with cw.
34790 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
34792         * NEWS: Use sourceware.org in Bugzilla URL.
34794 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
34796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34797         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34799         * stdio-common/tst-put-error.c (do_test): Add newline to the
34800         padded test to ensure flush.
34802 2012-12-05  Jeff Law  <law@redhat.com>
34804         * sunrpc/etc.rpc (fedfs_admin): Add entry.
34806 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
34808         * README: Don't refer to ports add-on as distributed separately.
34809         Mention AArch64 in list of systems supported in the ports add-on.
34811         * LICENSES: Add more non-FSF copyright and license notices.
34813         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34814         ((unused)).
34816         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34818         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34819         10000 as width of padded output.
34821 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34823         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34825         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34826         variable LX with __attribute__ ((unused)).
34827         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34828         Likewise.
34829         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34830         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34831         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34832         with __attribute__ ((unused)).
34834 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
34836         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34838 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
34840         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34841         (CFLAGS-nldbl-acos.c): New variable.
34842         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34843         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34844         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34845         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34846         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34847         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34848         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34849         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34850         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34851         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34852         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34853         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34854         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34855         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34856         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34857         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34858         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34859         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34860         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34861         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34862         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34863         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34864         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34865         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34866         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34867         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34868         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34869         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34870         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34871         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34872         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34873         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34874         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34875         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34876         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34877         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34878         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34879         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34880         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34881         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34882         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34883         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34884         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34885         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34886         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34887         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34888         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34889         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34890         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34891         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34892         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34893         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34894         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34895         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34896         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34897         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34898         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34899         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34900         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34901         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34902         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34903         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34904         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34905         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34906         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34907         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34908         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34909         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34910         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34911         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34912         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34913         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34914         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34915         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34916         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34917         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34918         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34919         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34920         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34921         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34922         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34923         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34924         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34925         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34926         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34927         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34928         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34929         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34930         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34931         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34932         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34933         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34934         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34935         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34936         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34937         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34938         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34941         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34943         [BZ #14914]
34944         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34945         whole low double instead of just low 47 bits when splitting values
34946         into two parts.
34948 2012-12-03  Allan McRae  <allan@archlinux.org>
34950         * manual/stdio.texi (Predefined Printf Handlers): Remove
34951         @hsep and @vsep usage.
34953 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
34955         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34956         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34958 2012-12-03  Jeff Law  <law@redhat.com>
34960         * time/sys/time.h (settimeofday): Do not mark TV argument
34961         as __nonnull.
34963 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
34965         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34966         when currently writing and seek to current position when not.
34967         * libio/Makefile (tests): Remove bug-fclose1.
34968         * libio/bug-fclose1.c: Delete.
34970 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
34972         * manual/arith.texi (feenableexcept): Fix typo.
34973         (fedisableexcept): Likewise.
34975 2012-11-30  Roland McGrath  <roland@hack.frob.com>
34977         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34978         second, differently-typed declaration, rather than a cast.
34980 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
34982         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34983         * include/rpc/svc.h: ... here.
34985 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
34987         [BZ #13013]
34988         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34989         depending n and resplen2 to catch cases where answer
34990         equals answerp2.
34992 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
34994         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34995         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34997 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
34999         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35001 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35003         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35005 2012-11-28  Jeff Law  <law@redhat.com>
35007         [BZ #13761]
35008         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35009         dataset_temporary.  Track alloca usage into alloca_used.
35010         If dataset is large allocate and release it via malloc/free.
35012 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35014         [BZ #14197]
35015         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35017 2012-11-28  David S. Miller  <davem@davemloft.net>
35019         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35021 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35023         [BZ #14803]
35024         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35025         of pi/2 rounded to nearest to 64 bits.
35026         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35027         nearest to 64 bits.
35028         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35029         bits.
35031 2012-11-28  Jeff Law <law@redhat.com>
35032             Martin Osvald <mosvald@redhat.com>
35034         [BZ #14889]
35035         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35036         * sunrpc/svc.c: Include time.h.
35037         (__svc_accept_failed): New function.
35038         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35039         any reason other than EINTR, call __svc_accept_failed.
35040         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35041         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35043 2012-11-28  Andreas Schwab  <schwab@suse.de>
35045         * scripts/abilist.awk: Also handle indirect functions in .opd
35046         section.
35048 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35050         [BZ #13881]
35051         * sysdeps/x86/fpu/powl_helper.c: New file.
35052         * sysdeps/x86/fpu/Makefile: Likewise.
35053         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35054         (p3): New object.
35055         (__ieee754_powl): Use __powl_helper for finite arguments except
35056         integer exponents below 8.
35057         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35058         (p3): New object.
35059         (__ieee754_powl): Use __powl_helper for finite arguments except
35060         integer exponents below 8.
35061         * math/libm-test.inc (pow_test): Add more tests and enable some
35062         previously disabled tests.
35063         * sysdeps/i386/fpu/libm-test-ulps: Update.
35064         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35066 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35067             Carlos O'Donell  <carlos_odonell@mentor.com>
35069         * nss/makedb.c (is_prime): Assert that input is odd and greater
35070         than 4.  Note that fact in a comment too.
35071         (next_prime): Add 4 to input.
35073 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35075         [BZ #11741]
35076         * libio/Makefile (tests): Add test case tst-fwrite-error.
35077         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35078         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35079         * libio/tst-fwrite-error.c: New test case.
35081 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35083         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35084         before casting to void *.
35085         * include/libc-internal.h (__pointer_type): New macro.
35086         (__integer_if_pointer_type_sub): Likewise.
35087         (__integer_if_pointer_type): Likewise.
35088         (cast_to_integer): Likewise.
35089         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35090         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35091         before casting to atomic64_t.
35092         (atomic_exchange_acq): Likewise.
35093         (__arch_exchange_and_add_body): Likewise.
35094         (__arch_add_body): Likewise.
35095         (atomic_add_negative): Likewise.
35096         (atomic_add_zero): Likewise.
35098 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35100         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35101         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35102         (add_fdes): Likewise.
35103         (linear_search_fdes): Likewise.
35104         (binary_search_unencoded_fdes): Likewise.
35106 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35108         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35110 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35112         * configure.in: Autodetect C++ header directories.
35113         * configure: Regenerated.
35115 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35117         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35119 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35121         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35123 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35125         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35126         LDBL_MANT_DIG == 106]: Disable some tests.
35127         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35128         Likewise.
35129         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35130         Likewise.
35132         [BZ #14871]
35133         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35134         input for small inputs.  Return +/- pi/2 for large inputs.
35135         * math/libm-test.inc (atan_test): Add more tests.
35137         * sysdeps/generic/unwind-dw2-fde-glibc.c
35138         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35139         __attribute__ ((unused)).
35141         [BZ #14645]
35142         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35143         x * y if x and y are nonzero and z is zero.
35145         [BZ #14811]
35146         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35147         nonzero exponents with absolute value below 0x1p-117 to +/-
35148         0x1p-117.
35150         [BZ #14869]
35151         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35152         up arguments below 2**-450, not just those below 2**-500.
35153         * math/libm-test.inc (hypot_test): Add another test.
35155         [BZ #14868]
35156         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35157         Return a+b for ratio over 2**120, not 2**60.
35158         * math/libm-test.inc (hypot_test): Add another test.
35160         * math/libm-test.inc (clog_test): Use
35161         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35162         (clog10_test): Likewise.
35164         [BZ #6778]
35165         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35167 2012-11-22  Andreas Schwab  <schwab@suse.de>
35169         * sysdeps/i386/fpu/libm-test-ulps: Update.
35171 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35173         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35174         printf output with newline.
35176 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35178         [BZ #14865]
35179         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35180         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35181         -z nodlopen, -z initfirst and -z execstack support.
35182         * configure: Regenerated.
35184         * elf/elf.h (DF_1_NODIRECT): New macro.
35185         (DF_1_IGNMULDEF): Likewise.
35186         (DF_1_NOKSYMS): Likewise.
35187         (DF_1_NOHDR): Likewise.
35188         (DF_1_EDITED): Likewise.
35189         (DF_1_NORELOC): Likewise.
35190         (DF_1_SYMINTPOSE): Likewise.
35191         (DF_1_GLOBAUDIT): Likewise.
35192         (DF_1_SINGLETON): Likewise.
35193         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35194         DT_1_SUPPORTED_MASK bits.
35195         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35197 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35199         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35201 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35203         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35204         macro.
35206         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35207         (sendmmsg): Move declarations...
35208         * socket/sys/socket.h: ... here.
35209         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35210         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35211         include it from...
35212         * socket/recvmmsg.c: ... this new file.
35213         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35214         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35215         definition of __sendmmsg hidden.
35216         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35217         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35218         Move ENOSYS stub into and include it from...
35219         * socket/sendmmsg.c: ... this new file.
35220         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35221         (sysdep_routines): Move recvmmsg and sendmmsg...
35222         * socket/Makefile (routines): ... here.
35223         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35224         (GLIBC_PRIVATE): Add __sendmmsg.
35225         * include/sys/socket.h (__sendmmsg): Add declarations.
35226         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35227         sendmmsg.
35229 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35231         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35232         variable I1 with __attribute__ ((unused)).
35233         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35235 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35237         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35238         DUMMY variables with __attribute__ ((unused)).
35240         * bits/byteswap.h: Include <bits/types.h>.
35241         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35243 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35245         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35246         string_t.  Do not manually set errno.
35247         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35248         length with __strnlen.  Make sure to both set errno and return it on
35249         failure.
35251 2012-11-19  David S. Miller  <davem@davemloft.net>
35253         With help from Joseph Myers.
35254         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35255         very large arguments properly.
35256         * math/libm-test.inc (atan_test): New tests.
35257         (atan2_test): New tests.
35258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35259         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35261 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35263         [BZ #14856]
35264         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35265         Define to 3.
35267         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35268         [POSIX] (EADDRNOTAVAIL): Likewise.
35269         [POSIX] (EAFNOSUPPORT): Likewise.
35270         [POSIX] (EALREADY): Likewise.
35271         [POSIX] (ECONNABORTED): Likewise.
35272         [POSIX] (ECONNREFUSED): Likewise.
35273         [POSIX] (ECONNRESET): Likewise.
35274         [POSIX] (EDESTADDRREQ): Likewise.
35275         [POSIX] (EDQUOT): Likewise.
35276         [POSIX] (EHOSTUNREACH): Likewise.
35277         [POSIX] (EIDRM): Likewise.
35278         [POSIX] (EISCONN): Likewise.
35279         [POSIX] (ELOOP): Likewise.
35280         [POSIX] (EMULTIHOP): Likewise.
35281         [POSIX] (ENETDOWN): Likewise.
35282         [POSIX] (ENETUNREACH): Likewise.
35283         [POSIX] (ENOBUFS): Likewise.
35284         [POSIX] (ENODATA): Likewise.
35285         [POSIX] (ENOLINK): Likewise.
35286         [POSIX] (ENOMSG): Likewise.
35287         [POSIX] (ENOPROTOOPT): Likewise.
35288         [POSIX] (ENOSR): Likewise.
35289         [POSIX] (ENOSTR): Likewise.
35290         [POSIX] (ENOTCONN): Likewise.
35291         [POSIX] (ENOTSOCK): Likewise.
35292         [POSIX] (EOPNOTSUPP): Likewise.
35293         [POSIX] (EOVERFLOW): Likewise.
35294         [POSIX] (EPROTO): Likewise.
35295         [POSIX] (EPROTONOSUPPORT): Likewise.
35296         [POSIX] (EPROTOTYPE): Likewise.
35297         [POSIX] (ESTALE): Likewise.
35298         [POSIX] (ETIME): Likewise.
35299         [POSIX] (ETXTBSY): Likewise.
35300         [POSIX] (EWOULDBLOCK): Likewise.
35301         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35302         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35303         [POSIX] (SEEK_CUR): Likewise.
35304         [POSIX] (SEEK_END): Likewise.
35305         [POSIX || UNIX98] (mode_t): Do not require.
35306         [POSIX] (off_t): Likewise.
35307         [POSIX] (pid_t): Likewise.
35308         [POSIX] (sys/stat.h): Do not allow header.
35309         [POSIX] (unistd.h): Likewise.
35310         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35311         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35312         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35313         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35314         require.
35315         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35316         sigevent): Specify elements.
35317         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35318         entry.
35319         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35320         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35322         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35323         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35324         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35325         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35326         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35327         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35328         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35329         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35330         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35331         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35332         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35333         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35334         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35335         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35336         Likewise.
35337         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35338         Likewise.
35339         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35340         Likewise.
35341         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35342         Likewise.
35343         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35344         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35345         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35346         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35347         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35348         Specify lower bound on value.
35349         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35350         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35351         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35352         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35353         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35354         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35355         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35356         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35357         value.
35358         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35359         as optional.
35360         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35361         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35362         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35363         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35364         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35365         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35366         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35367         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35368         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35369         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35370         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35371         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35372         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35373         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35374         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35375         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35376         entry.
35377         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35378         optional.
35379         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35380         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35381         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35382         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35383         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35384         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35385         Likewise.
35386         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35387         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35388         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35389         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35390         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35391         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35392         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35393         as optional.
35394         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35395         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35396         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35397         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35398         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35399         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35400         specify as optional.
35401         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35402         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35403         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35404         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35405         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35406         [XPG3] (NL_LANGMAX): Likewise.
35407         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35408         [POSIX || XPG3] (NL_NMAX): Likewise.
35409         [POSIX || XPG3] (NL_SETMAX): Likewise.
35410         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35411         [XPG3] (NZERO): Likewise.
35412         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35413         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35414         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35415         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35416         (REG_ERANGE): Expect.
35417         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35418         optional-constant.
35419         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35420         Use (void) in prototype.
35421         [POSIX] (*_t): Allow.
35422         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35423         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35424         (WRDE_BADVAL): Expect.
35426         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35427         expect.
35428         [XPG3 || XPG4] (O_RSYNC): Likewise.
35429         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35430         Likewise.
35431         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35432         [XPG3 || XPG4] (sigqueue): Likewise.
35433         [XPG3 || XPG4] (sigtimedwait): Likewise.
35434         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35435         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35436         [XPG3 || XPG4] (vsnprintf): Likewise.
35437         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35438         Likewise.
35439         [XPG3 || XPG4] (blksize_t): Likewise.
35440         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35441         Likewise.
35442         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35443         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35444         [XPG3 || XPG4] (struct itimerspec): Likewise.
35445         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35446         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35447         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35448         [XPG3 || XPG4] (clockid_t): Likewise.
35449         [XPG3 || XPG4] (timer_t): Likewise.
35450         [XPG3 || XPG4] (clock_getres): Likewise.
35451         [XPG3 || XPG4] (clock_gettime): Likewise.
35452         [XPG3 || XPG4] (clock_settime): Likewise.
35453         [XPG3 || XPG4] (nanosleep): Likewise.
35454         [XPG3 || XPG4] (timer_create): Likewise.
35455         [XPG3 || XPG4] (timer_delete): Likewise.
35456         [XPG3 || XPG4] (timer_gettime): Likewise.
35457         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35458         [XPG3 || XPG4] (timer_settime): Likewise.
35459         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35460         [XPG3 || XPG4] (getlogin_r): Likewise.
35461         [XPG3 || XPG4] (pread): Likewise.
35462         [XPG3 || XPG4] (pthread_atfork): Likewise.
35463         [XPG3 || XPG4] (pwrite): Likewise.
35465         [BZ #14835]
35466         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35467         <bits/siginfo.h>.
35469 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35471         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35472         finalizing MALLSTREAM.
35474         * sysdeps/mach/hurd/syncfs.c: New file.
35476 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35478         [BZ #14719]
35479         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35480         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35481         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35482         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35483         (_nss_dns_gethostbyname4_r): Likewise.
35484         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35485         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35487 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35489         [BZ #13763]
35490         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35492 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35494         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35495         * elf/cache.c (print_entry): Print ",AArch64" for
35496         FLAG_AARCH64_LIB64
35498         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35499         * elf/cache.c (print_entry): Print ",hard-float" for
35500         FLAG_ARM_LIBHF.
35502 2012-11-18  David S. Miller  <davem@davemloft.net>
35504         With help from Joseph Myers.
35505         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35506         cutoff to 2**-13.
35507         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35508         cutoff to 2**-25.
35509         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35510         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35511         small.
35512         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35513         * math/libm-test.inc (y0_test): New tests.
35514         (y1_test): New tests.
35515         * sysdeps/i386/fpu/libm-test-ulps: Update.
35516         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35517         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35519 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35521         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35522         64-bit targets.
35523         * configure: Regenerated.
35525 2012-11-17  David S. Miller  <davem@davemloft.net>
35527         [BZ #14811]
35528         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35529         nonzero exponents with absolute value below 0x1p-128 to +/-
35530         0x1p-128.
35532 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35534         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35536         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35538         * posix/getconf-speclist.c: New file.
35539         * posix/posix-envs.def: Likewise.
35540         * posix/confstr.c (START_ENV_GROUP): New macro.
35541         (END_ENV_GROUP): Likewise.
35542         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35543         (KNOWN_PRESENT_ENV_STRING): Likewise.
35544         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35545         (UNKNOWN_ENVIRONMENT): Likewise.
35546         (confstr): Include posix-envs.def instead of handling
35547         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35548         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35549         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35550         (END_ENV_GROUP): Likewise.
35551         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35552         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35553         (UNKNOWN_ENVIRONMENT): Likewise.
35554         (__sysconf): Include posix-envs.def instead of handling associated
35555         cases directly here.
35556         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35557         preprocessing getconf-speclist.c rather than running getconf or
35558         generating empty file.
35560 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35562         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35564 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35566         [BZ #14672]
35567         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35569 2012-11-16  David S. Miller  <davem@davemloft.net>
35571         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35572         smaller than LDBL_EPSILON/2.0L, just return xm1.
35574 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35576         * elf/tst-array1.c (init): Set constructor priority to 1000.
35577         (fini): Set destructor priority to 1000.
35578         * elf/tst-array2dep.c: Likewise.
35580 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35582         [BZ #11741]
35583         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35584         (_IO_new_file_xsputn): Also return EOF if none of the input
35585         data was written when overflow failed.
35586         * libio/iopadn.c (_IO_padn): Likewise.
35587         * libio/iowpadn.c (_IO_wpadn): Likewise.
35588         * stdio-common/tst-put-error.c: Add copyright notice.
35589         (do_test): Add case for printing padded string.
35590         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35591         _IO_padn returned error.
35592         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35593         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35594         return EOF.
35596 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35598         * libio/libioP.h: Add comment note that the references to C++
35599         bits are now obsolete.
35601 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35603         * math/libm-test.inc (check_complex): Use asprintf.
35605 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35607         * debug/pcprofiledump.c (print_version): Update copyright year.
35608         * malloc/memusagestat.c (print_version): Likewise.
35610 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35612         [BZ #14831]
35613         * elf/Makefile (tests): Add tst-audit8.
35614         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35615         ($(objpfx)tst-audit8.out): New target.
35616         (tst-audit8-ENV): New variable.
35617         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35618         audit if l_reloc_result is NULL.
35619         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35620         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35621         * elf/tst-audit8.c: New file.
35623 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35625         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35626         * misc/Makefile (CFLAGS-select.c): Define.
35627         * posix/Makefile (CFLAGS-pause.c): Define.
35629 2012-11-13  David S. Miller  <davem@davemloft.net>
35631         * crypt/Makefile: Move test targets after toplevel Rules
35632         inclusion.  Grab any necessary sysdep routines when linking.
35633         * crypt/md5.c (md5_process_block): Remove define, we will always
35634         name it __md5_process_block.
35635         (md5_finish_ctx): Update md5_process_block call.
35636         (md5_stream): Likewise.
35637         (md5_process_bytes): Likewise.
35638         (md5_process_block): Rename to __md5_process_block and move to ...
35639         * crypt/md5-block.c: ... here.
35640         * crypt/sha256.c (sha256_process_block): Move to ...
35641         * crypt/sha256-block.c: ... here.
35642         * crypt/sha512.c (sha512_process_block): Move to ...
35643         * crypt/sha512-block.c: ... here.
35644         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35645         path.
35646         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35647         * sysdeps/sparc/sparc64/multiarch/Makefile
35648         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35649         crypt subdir.
35650         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35651         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35652         multiarch changes.
35653         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35654         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35655         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35656         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35657         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35658         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35659         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35660         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35661         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35662         file.
35663         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35664         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35665         file.
35666         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35668 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35670         * timezone/tzselect.ksh: Update from tzcode git revision
35671         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35672         * timezone/zdump.c: Likewise.
35673         * timezone/zic.c: Likewise.
35674         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35675         in TZVERSION setting, not $(PKGVERSION).
35676         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35677         REPORT_BUGS_TO settings.
35679         [BZ #14838]
35680         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35681         macro.
35683 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35685         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35686         detection to immediately after _FP_ROUND().
35687         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35688         bits are 0.
35690 2012-11-11  David S. Miller  <davem@davemloft.net>
35692         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35693         inttypes.h
35694         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35695         __close rather than their public counterparts.
35697 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35699         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35700         file.
35701         [UNIX98] (sem_timedwait): Do not expect.
35702         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35703         [XPG4 || UNIX98] (sockatmark): Do not expect.
35704         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35705         (clock_getcpuclockid): Do not expect.
35706         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35707         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35708         Do not expect.
35709         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35710         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35711         [UNIX98] (vwscanf): Likewise.
35712         [UNIX98] (vswscanf): Likewise.
35714 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35716         * timezone/version.h: Remove file.
35717         * timezone/README: Do not refer to version.h.
35718         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35719         $(objpfx)version.h.
35720         ($(objpfx)zdump.o): Likewise.
35721         ($(objpfx)version.h): New target.
35723         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35724         2012i.
35725         * timezone/README: Don't mention modification to tzselect.ksh.
35726         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35727         work on unmodified tzselect.ksh.  Substitute version numbers in
35728         tzselect.ksh.
35730         * Makefile (format-me): Remove.
35731         (INSTALL): Adjust indentation.  Use commands directly instead of
35732         using $(format-me).
35734         * aclocal.m4 (ACX_PKGVERSION): New macro.
35735         (ACX_BUGURL): Likewise.
35736         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35737         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35738         (REPORT_BUGS_TO): Likewise.
35739         * configure: Regenerated.
35740         * config.h.in (PKGVERSION): New macro.
35741         (REPORT_BUGS_TO): Likewise.
35742         * config.make.in (PKGVERSION): New variable.
35743         (PKGVERSION_TEXI): Likewise.
35744         (REPORT_BUGS_TO): Likewise.
35745         (REPORT_BUGS_TEXI): Likewise.
35746         * Makefile (format-me): Use -I$(common-objpfx)manual.
35747         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35748         ($(common-objpfx)manual/%): New target.
35749         (manual/%): Remove target.
35750         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35751         (print_version): Use PKGVERSION.
35752         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35753         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35754         and REPORT_BUGS_TO.
35755         ($(objpfx)xtrace): Likewise.
35756         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35757         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35758         (print_version): Use PKGVERSION.
35759         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35760         (do_version): Use PKGVERSION.
35761         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35762         REPORT_BUGS_TO.
35763         (common-ldd-rewrite): Likewise.
35764         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35765         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35766         (print_version): Use PKGVERSION.
35767         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35768         * elf/pldd.c (argp_program_bug_address): Remove variable.
35769         (more_help): New function.
35770         (argp): Use more_help.
35771         (print_version): Use PKGVERSION.
35772         * elf/sln.c (main): Use PKGVERSION.
35773         (usage): Use REPORT_BUGS_TO.
35774         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35775         (top level): Use PKGVERSION.
35776         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35777         (print_version): Use PKGVERSION.
35778         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35779         (print_version): Use PKGVERSION.
35780         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35781         (print_version): Use PKGVERSION.
35782         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35783         (print_version): Use PKGVERSION.
35784         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35785         (print_version): Use PKGVERSION.
35786         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35787         (print_version): Use PKGVERSION.
35788         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35789         and BUGURL.
35790         ($(objpfx)memusage): Likewise.
35791         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35792         (do_version): Use PKGVERSION.
35793         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35794         (print_version): Use PKGVERSION.
35795         * malloc/mtrace.pl ($PACKAGE): Remove variable.
35796         ($PKGVERSION): New variable.
35797         ($REPORT_BUGS_TO): Likewise.
35798         (usage): Use $REPORT_BUGS_TO.
35799         (top level): Use $PKGVERSION.
35800         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35801         ($(objpfx)pkgvers.texi): New rule.
35802         ($(objpfx)stamp-pkgvers): Likewise.
35803         * manual/install.texi: Include pkgvers.texi.
35804         (--with-pkgversion): Document new configure option.
35805         (--with-bugurl): Likewise.
35806         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35807         than necessarily for this particular distribution.  Use
35808         REPORT_BUGS_TO for where to report bugs.
35809         * INSTALL: Regenerated.
35810         * manual/libc.texinfo: Include pkgvers.texi.
35811         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35812         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35813         (print_version): Use PKGVERSION.
35814         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35815         (print_version): Use PKGVERSION.
35816         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35817         (print_version): Use PKGVERSION.
35818         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35819         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35820         macro.
35821         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35822         (print_version): Use PKGVERSION.
35823         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35824         (print_version): Use PKGVERSION.
35825         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35826         and PKGVERSION.
35828         * timezone/checktab.awk: Update from tzcode 2012i.
35829         * timezone/ialloc.c: Likewise.
35830         * timezone/private.h: Likewise.
35831         * timezone/scheck.c: Likewise.
35832         * timezone/tzfile.h: Likewise.
35833         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35834         (TZVERSION): Hardcode tzcode version number.
35835         * timezone/zdump.c: Update from tzcode 2012i.
35836         * timezone/zic.c: Likewise.
35837         * timezone/version.h: New file.
35838         * timezone/README: Describe version.h.  Update upstream location.
35840         [BZ #14824]
35841         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35842         (mktemp): Enable declaration.
35843         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35844         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35845         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35846         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35847         Likewise.
35848         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35849         Likewise.
35850         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35851         Likewise.
35852         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35853         Likewise.
35854         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35855         Likewise.
35856         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35857         Likewise.
35859         [BZ #14821]
35860         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35861         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
35862         for copies of such integer values.
35863         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35864         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35866 2012-11-09  Andreas Jaeger  <aj@suse.de>
35868         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35869         definitions and declarations that are provided by
35870         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35872 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35874         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35875         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35876         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35877         definition.
35879 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35881         * elf/elf.h: Update comment before AArch64 relocations.
35883 2012-11-07  David S. Miller  <davem@davemloft.net>
35885         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35886         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35887         (__start_context): Declare.
35888         (__makecontext_ret): Delete.
35889         (__makecontext): Hook up __start_context instead of
35890         __makecontext_ret.
35891         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35892         (sysdep_routines): Add __start_context when in stdlib.
35894 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35896         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35897         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35898         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
35899         hardcoded "nm".
35900         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
35901         (READELF): New variable.  Use it instead of hardcoded "readelf".
35903 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
35905         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35906         * sysdeps/x86/Makefile: Here.
35907         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35908         * sysdeps/x86/tst-xmmymm.sh: This.
35910 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
35912         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35913         expectations.
35914         [UNIX98] (pthread_barrier_t): Do not expect.
35915         [UNIX98] (pthread_barrierattr_t): Likewise.
35916         [UNIX98] (pthread_spinlock_t): Likewise.
35917         [UNIX98] (pthread_barrier_destroy): Likewise.
35918         [UNIX98] (pthread_barrier_init): Likewise.
35919         [UNIX98] (pthread_barrier_wait): Likewise.
35920         [UNIX98] (pthread_barrierattr_destroy): Likewise.
35921         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35922         [UNIX98] (pthread_barrierattr_init): Likewise.
35923         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35924         [UNIX98] (pthread_getcpuclockid): Likewise.
35925         [UNIX98] (pthread_mutex_timedlock): Likewise.
35926         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35927         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35928         [UNIX98] (pthread_sigmask): Likewise.
35929         [UNIX98] (pthread_spin_destroy): Likewise.
35930         [UNIX98] (pthread_spin_init): Likewise.
35931         [UNIX98] (pthread_spin_lock): Likewise.
35932         [UNIX98] (pthread_spin_trylock): Likewise.
35933         [UNIX98] (pthread_spin_unlock): Likewise.
35934         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35935         Do not expect.
35936         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35937         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35938         [XPG3 || XPG4] (pthread_cond_t): Likewise.
35939         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35940         [XPG3 || XPG4] (pthread_key_t): Likewise.
35941         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35942         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35943         [XPG3 || XPG4] (pthread_once_t): Likewise.
35944         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35945         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35946         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35947         [XPG3 || XPG4] (pthread_t): Likewise.
35949         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35950         not expect.
35951         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35953         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35954         Change function return type to int.
35956         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35957         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35958         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35959         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35960         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35961         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35962         [!POSIX] (posix_madvise): Likewise.
35963         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35964         && !UNIX98].
35965         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35966         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35967         (mode_t): Likewise.
35968         (posix_mem_offset): Likewise.
35969         (posix_typed_mem_get_info): Likewise.
35970         (posix_typed_mem_open): Likewise.
35972         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35973         Change condition to [XOPEN2K8].
35975         * conform/conformtest.pl: Preprocess allow-header data with -x c
35976         instead of from stdin.
35977         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35978         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35979         [C99-based standards] (cerfc): Likewise.
35980         [C99-based standards] (cexp2): Likewise.
35981         [C99-based standards] (cexpm1): Likewise.
35982         [C99-based standards] (clog10): Likewise.
35983         [C99-based standards] (clog1p): Likewise.
35984         [C99-based standards] (clog2): Likewise.
35985         [C99-based standards] (clgamma): Likewise.
35986         [C99-based standards] (ctgamma): Likewise.
35987         [C99-based standards] (cerff): Likewise.
35988         [C99-based standards] (cerfcf): Likewise.
35989         [C99-based standards] (cexp2f): Likewise.
35990         [C99-based standards] (cexpm1f): Likewise.
35991         [C99-based standards] (clog10f): Likewise.
35992         [C99-based standards] (clog1pf): Likewise.
35993         [C99-based standards] (clog2f): Likewise.
35994         [C99-based standards] (clgammaf): Likewise.
35995         [C99-based standards] (ctgammaf): Likewise.
35996         [C99-based standards] (cerfl): Likewise.
35997         [C99-based standards] (cerfcl): Likewise.
35998         [C99-based standards] (cexp2l): Likewise.
35999         [C99-based standards] (cexpm1l): Likewise.
36000         [C99-based standards] (clog10l): Likewise.
36001         [C99-based standards] (clog1pl): Likewise.
36002         [C99-based standards] (clog2l): Likewise.
36003         [C99-based standards] (clgammal): Likewise.
36004         [C99-based standards] (ctgammal): Likewise.
36005         * conform/data/inttypes.h-data [C99-based standards]: Include
36006         stdint.h-data.  Remove all expectations for stdint.h contents.
36007         [C99-based standards] (PRI*): Do not allow.
36008         [C99-based standards] (SCN*): Likewise.
36009         [C99-based standards] (*_t): Likewise.
36010         [C99-based-standards] (PRId8): Expect macro.
36011         [C99-based-standards] (PRIi8): Likewise.
36012         [C99-based-standards] (PRIo8): Likewise.
36013         [C99-based-standards] (PRIu8): Likewise.
36014         [C99-based-standards] (PRIx8): Likewise.
36015         [C99-based-standards] (PRIX8): Likewise.
36016         [C99-based-standards] (SCNd8): Likewise.
36017         [C99-based-standards] (SCNi8): Likewise.
36018         [C99-based-standards] (SCNo8): Likewise.
36019         [C99-based-standards] (SCNu8): Likewise.
36020         [C99-based-standards] (SCNx8): Likewise.
36021         [C99-based-standards] (PRIdLEAST8): Likewise.
36022         [C99-based-standards] (PRIiLEAST8): Likewise.
36023         [C99-based-standards] (PRIoLEAST8): Likewise.
36024         [C99-based-standards] (PRIuLEAST8): Likewise.
36025         [C99-based-standards] (PRIxLEAST8): Likewise.
36026         [C99-based-standards] (PRIXLEAST8): Likewise.
36027         [C99-based-standards] (SCNdLEAST8): Likewise.
36028         [C99-based-standards] (SCNiLEAST8): Likewise.
36029         [C99-based-standards] (SCNoLEAST8): Likewise.
36030         [C99-based-standards] (SCNuLEAST8): Likewise.
36031         [C99-based-standards] (SCNxLEAST8): Likewise.
36032         [C99-based-standards] (PRIdFAST8): Likewise.
36033         [C99-based-standards] (PRIiFAST8): Likewise.
36034         [C99-based-standards] (PRIoFAST8): Likewise.
36035         [C99-based-standards] (PRIuFAST8): Likewise.
36036         [C99-based-standards] (PRIxFAST8): Likewise.
36037         [C99-based-standards] (PRIXFAST8): Likewise.
36038         [C99-based-standards] (SCNdFAST8): Likewise.
36039         [C99-based-standards] (SCNiFAST8): Likewise.
36040         [C99-based-standards] (SCNoFAST8): Likewise.
36041         [C99-based-standards] (SCNuFAST8): Likewise.
36042         [C99-based-standards] (SCNxFAST8): Likewise.
36043         [C99-based-standards] (PRId16): Likewise.
36044         [C99-based-standards] (PRIi16): Likewise.
36045         [C99-based-standards] (PRIo16): Likewise.
36046         [C99-based-standards] (PRIu16): Likewise.
36047         [C99-based-standards] (PRIx16): Likewise.
36048         [C99-based-standards] (PRIX16): Likewise.
36049         [C99-based-standards] (SCNd16): Likewise.
36050         [C99-based-standards] (SCNi16): Likewise.
36051         [C99-based-standards] (SCNo16): Likewise.
36052         [C99-based-standards] (SCNu16): Likewise.
36053         [C99-based-standards] (SCNx16): Likewise.
36054         [C99-based-standards] (PRIdLEAST16): Likewise.
36055         [C99-based-standards] (PRIiLEAST16): Likewise.
36056         [C99-based-standards] (PRIoLEAST16): Likewise.
36057         [C99-based-standards] (PRIuLEAST16): Likewise.
36058         [C99-based-standards] (PRIxLEAST16): Likewise.
36059         [C99-based-standards] (PRIXLEAST16): Likewise.
36060         [C99-based-standards] (SCNdLEAST16): Likewise.
36061         [C99-based-standards] (SCNiLEAST16): Likewise.
36062         [C99-based-standards] (SCNoLEAST16): Likewise.
36063         [C99-based-standards] (SCNuLEAST16): Likewise.
36064         [C99-based-standards] (SCNxLEAST16): Likewise.
36065         [C99-based-standards] (PRIdFAST16): Likewise.
36066         [C99-based-standards] (PRIiFAST16): Likewise.
36067         [C99-based-standards] (PRIoFAST16): Likewise.
36068         [C99-based-standards] (PRIuFAST16): Likewise.
36069         [C99-based-standards] (PRIxFAST16): Likewise.
36070         [C99-based-standards] (PRIXFAST16): Likewise.
36071         [C99-based-standards] (SCNdFAST16): Likewise.
36072         [C99-based-standards] (SCNiFAST16): Likewise.
36073         [C99-based-standards] (SCNoFAST16): Likewise.
36074         [C99-based-standards] (SCNuFAST16): Likewise.
36075         [C99-based-standards] (SCNxFAST16): Likewise.
36076         [C99-based-standards] (PRId32): Likewise.
36077         [C99-based-standards] (PRIi32): Likewise.
36078         [C99-based-standards] (PRIo32): Likewise.
36079         [C99-based-standards] (PRIu32): Likewise.
36080         [C99-based-standards] (PRIx32): Likewise.
36081         [C99-based-standards] (PRIX32): Likewise.
36082         [C99-based-standards] (SCNd32): Likewise.
36083         [C99-based-standards] (SCNi32): Likewise.
36084         [C99-based-standards] (SCNo32): Likewise.
36085         [C99-based-standards] (SCNu32): Likewise.
36086         [C99-based-standards] (SCNx32): Likewise.
36087         [C99-based-standards] (PRIdLEAST32): Likewise.
36088         [C99-based-standards] (PRIiLEAST32): Likewise.
36089         [C99-based-standards] (PRIoLEAST32): Likewise.
36090         [C99-based-standards] (PRIuLEAST32): Likewise.
36091         [C99-based-standards] (PRIxLEAST32): Likewise.
36092         [C99-based-standards] (PRIXLEAST32): Likewise.
36093         [C99-based-standards] (SCNdLEAST32): Likewise.
36094         [C99-based-standards] (SCNiLEAST32): Likewise.
36095         [C99-based-standards] (SCNoLEAST32): Likewise.
36096         [C99-based-standards] (SCNuLEAST32): Likewise.
36097         [C99-based-standards] (SCNxLEAST32): Likewise.
36098         [C99-based-standards] (PRIdFAST32): Likewise.
36099         [C99-based-standards] (PRIiFAST32): Likewise.
36100         [C99-based-standards] (PRIoFAST32): Likewise.
36101         [C99-based-standards] (PRIuFAST32): Likewise.
36102         [C99-based-standards] (PRIxFAST32): Likewise.
36103         [C99-based-standards] (PRIXFAST32): Likewise.
36104         [C99-based-standards] (SCNdFAST32): Likewise.
36105         [C99-based-standards] (SCNiFAST32): Likewise.
36106         [C99-based-standards] (SCNoFAST32): Likewise.
36107         [C99-based-standards] (SCNuFAST32): Likewise.
36108         [C99-based-standards] (SCNxFAST32): Likewise.
36109         [C99-based-standards] (PRId64): Likewise.
36110         [C99-based-standards] (PRIi64): Likewise.
36111         [C99-based-standards] (PRIo64): Likewise.
36112         [C99-based-standards] (PRIu64): Likewise.
36113         [C99-based-standards] (PRIx64): Likewise.
36114         [C99-based-standards] (PRIX64): Likewise.
36115         [C99-based-standards] (SCNd64): Likewise.
36116         [C99-based-standards] (SCNi64): Likewise.
36117         [C99-based-standards] (SCNo64): Likewise.
36118         [C99-based-standards] (SCNu64): Likewise.
36119         [C99-based-standards] (SCNx64): Likewise.
36120         [C99-based-standards] (PRIdLEAST64): Likewise.
36121         [C99-based-standards] (PRIiLEAST64): Likewise.
36122         [C99-based-standards] (PRIoLEAST64): Likewise.
36123         [C99-based-standards] (PRIuLEAST64): Likewise.
36124         [C99-based-standards] (PRIxLEAST64): Likewise.
36125         [C99-based-standards] (PRIXLEAST64): Likewise.
36126         [C99-based-standards] (SCNdLEAST64): Likewise.
36127         [C99-based-standards] (SCNiLEAST64): Likewise.
36128         [C99-based-standards] (SCNoLEAST64): Likewise.
36129         [C99-based-standards] (SCNuLEAST64): Likewise.
36130         [C99-based-standards] (SCNxLEAST64): Likewise.
36131         [C99-based-standards] (PRIdFAST64): Likewise.
36132         [C99-based-standards] (PRIiFAST64): Likewise.
36133         [C99-based-standards] (PRIoFAST64): Likewise.
36134         [C99-based-standards] (PRIuFAST64): Likewise.
36135         [C99-based-standards] (PRIxFAST64): Likewise.
36136         [C99-based-standards] (PRIXFAST64): Likewise.
36137         [C99-based-standards] (SCNdFAST64): Likewise.
36138         [C99-based-standards] (SCNiFAST64): Likewise.
36139         [C99-based-standards] (SCNoFAST64): Likewise.
36140         [C99-based-standards] (SCNuFAST64): Likewise.
36141         [C99-based-standards] (SCNxFAST64): Likewise.
36142         [C99-based-standards] (PRIdMAX): Likewise.
36143         [C99-based-standards] (PRIiMAX): Likewise.
36144         [C99-based-standards] (PRIoMAX): Likewise.
36145         [C99-based-standards] (PRIuMAX): Likewise.
36146         [C99-based-standards] (PRIxMAX): Likewise.
36147         [C99-based-standards] (PRIXMAX): Likewise.
36148         [C99-based-standards] (SCNdMAX): Likewise.
36149         [C99-based-standards] (SCNiMAX): Likewise.
36150         [C99-based-standards] (SCNoMAX): Likewise.
36151         [C99-based-standards] (SCNuMAX): Likewise.
36152         [C99-based-standards] (SCNxMAX): Likewise.
36153         [C99-based-standards] (PRIdPTR): Likewise.
36154         [C99-based-standards] (PRIiPTR): Likewise.
36155         [C99-based-standards] (PRIoPTR): Likewise.
36156         [C99-based-standards] (PRIuPTR): Likewise.
36157         [C99-based-standards] (PRIxPTR): Likewise.
36158         [C99-based-standards] (PRIXPTR): Likewise.
36159         [C99-based-standards] (SCNdPTR): Likewise.
36160         [C99-based-standards] (SCNiPTR): Likewise.
36161         [C99-based-standards] (SCNoPTR): Likewise.
36162         [C99-based-standards] (SCNuPTR): Likewise.
36163         [C99-based-standards] (SCNxPTR): Likewise.
36164         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36165         allow.
36166         * conform/data/stdint.h-data: Update comments to clarify
36167         requirements.
36168         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36169         type.
36170         [C99-based standards] (INT8_MAX): Likewise.
36171         [C99-based standards] (INT16_MIN): Likewise.
36172         [C99-based standards] (INT16_MAX): Likewise.
36173         [C99-based standards] (INT32_MIN): Likewise.
36174         [C99-based standards] (INT32_MAX): Likewise.
36175         [C99-based standards] (INT64_MIN): Likewise.
36176         [C99-based standards] (INT64_MAX): Likewise.
36177         [C99-based standards] (UINT8_MAX): Likewise.
36178         [C99-based standards] (UINT16_MAX): Likewise.
36179         [C99-based standards] (UINT32_MAX): Likewise.
36180         [C99-based standards] (UINT64_MAX): Likewise.
36181         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36182         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36183         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36184         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36185         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36186         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36187         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36188         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36189         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36190         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36191         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36192         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36193         [C99-based standards] (INT_FAST8_MIN): Likewise.
36194         [C99-based standards] (INT_FAST8_MAX): Likewise.
36195         [C99-based standards] (INT_FAST16_MIN): Likewise.
36196         [C99-based standards] (INT_FAST16_MAX): Likewise.
36197         [C99-based standards] (INT_FAST32_MIN): Likewise.
36198         [C99-based standards] (INT_FAST32_MAX): Likewise.
36199         [C99-based standards] (INT_FAST64_MIN): Likewise.
36200         [C99-based standards] (INT_FAST64_MAX): Likewise.
36201         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36202         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36203         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36204         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36205         [C99-based standards] (INTPTR_MIN): Likewise.
36206         [C99-based standards] (INTPTR_MAX): Likewise.
36207         [C99-based standards] (UINTPTR_MAX): Likewise.
36208         [C99-based standards] (INTMAX_MIN): Likewise.
36209         [C99-based standards] (INTMAX_MAX): Likewise.
36210         [C99-based standards] (UINTMAX_MAX): Likewise.
36211         [C99-based standards] (PTRDIFF_MIN): Likewise.
36212         [C99-based standards] (PTRDIFF_MAX): Likewise.
36213         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36214         [C99-based standards] (SIZE_MAX): Likewise.
36215         [C99-based standards] (WCHAR_MAX): Likewise.
36216         [C99-based standards] (WINT_MAX): Likewise.
36217         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36218         constraint on value.
36219         [C99-based standards] (WCHAR_MIN): Likewise.
36220         [C99-based standards] (WINT_MIN): Likewise.
36221         [C99-based standards] (*_t): Allow.
36222         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36223         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36224         Include math.h-data and complex.h-data.  Remove all expectations
36225         of math.h and complex.h contents.
36226         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36227         at end of line.
36228         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36229         (struct tm): Expect tag.
36230         [C99-based-standards] (wcstof): Expect function.
36231         [C99-based-standards] (wcstold): Likewise.
36232         [C99-based-standards] (wcstoll): Likewise.
36233         [C99-based-standards] (wcstoull): Likewise.
36234         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36235         macro-int-constant.  Specify type.
36236         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36237         constraint on value.
36238         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36239         Specify type.
36240         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36241         Specify value.
36242         [ISO C standards]: Do not allow headers.
36243         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36244         wcs[abcdefghijklmnopqrstuvwxyz]*.
36245         [ISO C standards] (*_t): Do not allow.
36246         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36247         Expect function.
36248         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36249         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36250         Specify type.
36251         [ISO C standards]: Do not allow headers.
36252         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36253         is[abcdefghijklmnopqrstuvwxyz]*.
36254         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36255         to[abcdefghijklmnopqrstuvwxyz]*.
36256         [ISO C standards] (*_t): Do not allow.
36257         * conform/data/stdalign.h-data: New file.
36258         * conform/data/stdbool.h-data: Likewise.
36259         * conform/data/stdnoreturn.h-data: Likewise.
36261 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36263         [BZ #14815]
36264         * manual/filesys.texi (Directory Entries): Typo fix.
36265         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36267 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36269         * elf/elf.h (EM_AARCH64): New macro.
36270         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36271         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36272         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36273         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36274         (R_AARCH64_TLSDESC): Likewise.
36275         (NT_ARM_TLS): Likewise.
36276         (NT_ARM_HW_BREAK): Likewise.
36277         (NT_ARM_HW_WATCH): Likewise.
36279 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36281         [BZ #14811]
36282         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36283         (__ieee754_powl): Saturate nonzero exponents with absolute value
36284         below 0x1p-79 to +/- 0x1p-79.
36285         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36286         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36287         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36288         nonzero exponents with absolute value below 0x1p-32 to +/-
36289         0x1p-32.
36290         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36291         (__ieee754_powl): Saturate nonzero exponents with absolute value
36292         below 0x1p-79 to +/- 0x1p-79.
36293         * math/libm-test.inc (pow_test): Add more tests.
36295 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36297         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36298         _dl_s390_cap_flags with kernel. Increase string length.
36299         (_dl_s390_platforms): Add z196 and zEC12.
36301 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36303         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36304         Change XOPEN21K to XOPEN2K.
36306 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36308         * string/memmove.c: Use memcpy when possible.
36310 2012-11-06  Andreas Jaeger  <aj@suse.de>
36312         * po/eo.po: Update from translation team.
36314 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36316         [BZ #14793]
36317         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36318         exponent and small x and y exponents, scale x or y up.  Increase
36319         by 2 the exponent used in scaling up.
36320         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36321         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36322         * math/libm-test.inc (fma_test): Add more tests.
36323         (fma_test_towardzero): Likewise.
36324         (fma_test_downward): Likewise.
36325         (fma_test_upward): Likewise.
36327 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36329         [BZ #14805]
36330         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36331         fenv_t *.
36333         [BZ #14801]
36334         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36335         namespace for names of struct fields.
36336         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36337         fenv_t fields.
36338         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36339         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36341 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36343         [BZ #3665]
36344         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36346 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36348         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36349         PTR_DEMANGLE.
36351         [BZ #5246]
36352         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36353         PTR_DEMANGLE.
36355 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36357         [BZ #14797]
36358         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36359         definitely overflow as x * y not x * y + z.
36360         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36361         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36362         * math/libm-test.inc (fma_test): Add more tests.
36363         (fma_test_towardzero): Likewise.
36364         (fma_test_downward): Likewise.
36365         (fma_test_upward): Likewise.
36367 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36369         [BZ #157]
36371         * include/stub-tag.h: Remove file.
36372         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36373         '#include' of it.
36374         * manual/maint.texi (Porting): Don't reference it.
36375         * Makerules ($(objpfx)stubs): Likewise.
36376         * dirent/closedir.c: Don't include <stub-tag.h>.
36377         * dirent/dirfd.c: Likewise.
36378         * dirent/fdopendir.c: Likewise.
36379         * dirent/getdents.c: Likewise.
36380         * dirent/getdents64.c: Likewise.
36381         * dirent/opendir.c: Likewise.
36382         * dirent/readdir.c: Likewise.
36383         * dirent/readdir64.c: Likewise.
36384         * dirent/readdir64_r.c: Likewise.
36385         * dirent/readdir_r.c: Likewise.
36386         * dirent/rewinddir.c: Likewise.
36387         * dirent/seekdir.c: Likewise.
36388         * dirent/telldir.c: Likewise.
36389         * gmon/profil.c: Likewise.
36390         * grp/setgroups.c: Likewise.
36391         * inet/if_index.c: Likewise.
36392         * io/access.c: Likewise.
36393         * io/chdir.c: Likewise.
36394         * io/chmod.c: Likewise.
36395         * io/chown.c: Likewise.
36396         * io/close.c: Likewise.
36397         * io/dup.c: Likewise.
36398         * io/dup2.c: Likewise.
36399         * io/dup3.c: Likewise.
36400         * io/euidaccess.c: Likewise.
36401         * io/faccessat.c: Likewise.
36402         * io/fchdir.c: Likewise.
36403         * io/fchmod.c: Likewise.
36404         * io/fchmodat.c: Likewise.
36405         * io/fchown.c: Likewise.
36406         * io/fchownat.c: Likewise.
36407         * io/fcntl.c: Likewise.
36408         * io/flock.c: Likewise.
36409         * io/fstatfs.c: Likewise.
36410         * io/fstatfs64.c: Likewise.
36411         * io/fstatvfs.c: Likewise.
36412         * io/fstatvfs64.c: Likewise.
36413         * io/futimens.c: Likewise.
36414         * io/fxstat.c: Likewise.
36415         * io/fxstat64.c: Likewise.
36416         * io/fxstatat.c: Likewise.
36417         * io/fxstatat64.c: Likewise.
36418         * io/getcwd.c: Likewise.
36419         * io/isatty.c: Likewise.
36420         * io/lchmod.c: Likewise.
36421         * io/lchown.c: Likewise.
36422         * io/link.c: Likewise.
36423         * io/linkat.c: Likewise.
36424         * io/lseek.c: Likewise.
36425         * io/lseek64.c: Likewise.
36426         * io/lxstat64.c: Likewise.
36427         * io/mkdir.c: Likewise.
36428         * io/mkdirat.c: Likewise.
36429         * io/mkfifo.c: Likewise.
36430         * io/mkfifoat.c: Likewise.
36431         * io/open.c: Likewise.
36432         * io/open64.c: Likewise.
36433         * io/openat.c: Likewise.
36434         * io/openat64.c: Likewise.
36435         * io/pipe.c: Likewise.
36436         * io/pipe2.c: Likewise.
36437         * io/poll.c: Likewise.
36438         * io/posix_fadvise.c: Likewise.
36439         * io/posix_fadvise64.c: Likewise.
36440         * io/posix_fallocate.c: Likewise.
36441         * io/posix_fallocate64.c: Likewise.
36442         * io/read.c: Likewise.
36443         * io/readlink.c: Likewise.
36444         * io/readlinkat.c: Likewise.
36445         * io/rmdir.c: Likewise.
36446         * io/sendfile.c: Likewise.
36447         * io/sendfile64.c: Likewise.
36448         * io/statfs.c: Likewise.
36449         * io/statfs64.c: Likewise.
36450         * io/statvfs.c: Likewise.
36451         * io/statvfs64.c: Likewise.
36452         * io/symlink.c: Likewise.
36453         * io/symlinkat.c: Likewise.
36454         * io/ttyname.c: Likewise.
36455         * io/ttyname_r.c: Likewise.
36456         * io/umask.c: Likewise.
36457         * io/unlink.c: Likewise.
36458         * io/unlinkat.c: Likewise.
36459         * io/utime.c: Likewise.
36460         * io/utimensat.c: Likewise.
36461         * io/write.c: Likewise.
36462         * io/xmknod.c: Likewise.
36463         * io/xmknodat.c: Likewise.
36464         * io/xstat.c: Likewise.
36465         * io/xstat64.c: Likewise.
36466         * login/getpt.c: Likewise.
36467         * login/grantpt.c: Likewise.
36468         * login/unlockpt.c: Likewise.
36469         * math/e_acoshl.c: Likewise.
36470         * math/e_acosl.c: Likewise.
36471         * math/e_asinl.c: Likewise.
36472         * math/e_atan2l.c: Likewise.
36473         * math/e_atanhl.c: Likewise.
36474         * math/e_coshl.c: Likewise.
36475         * math/e_expl.c: Likewise.
36476         * math/e_fmodl.c: Likewise.
36477         * math/e_gammal_r.c: Likewise.
36478         * math/e_hypotl.c: Likewise.
36479         * math/e_j0l.c: Likewise.
36480         * math/e_j1l.c: Likewise.
36481         * math/e_jnl.c: Likewise.
36482         * math/e_lgammal_r.c: Likewise.
36483         * math/e_log10l.c: Likewise.
36484         * math/e_log2l.c: Likewise.
36485         * math/e_logl.c: Likewise.
36486         * math/e_powl.c: Likewise.
36487         * math/e_rem_pio2l.c: Likewise.
36488         * math/e_sinhl.c: Likewise.
36489         * math/e_sqrtl.c: Likewise.
36490         * math/fclrexcpt.c: Likewise.
36491         * math/fedisblxcpt.c: Likewise.
36492         * math/feenablxcpt.c: Likewise.
36493         * math/fegetenv.c: Likewise.
36494         * math/fegetexcept.c: Likewise.
36495         * math/fegetround.c: Likewise.
36496         * math/feholdexcpt.c: Likewise.
36497         * math/fesetenv.c: Likewise.
36498         * math/fesetround.c: Likewise.
36499         * math/feupdateenv.c: Likewise.
36500         * math/fgetexcptflg.c: Likewise.
36501         * math/fraiseexcpt.c: Likewise.
36502         * math/fsetexcptflg.c: Likewise.
36503         * math/ftestexcept.c: Likewise.
36504         * math/k_cosl.c: Likewise.
36505         * math/k_rem_pio2l.c: Likewise.
36506         * math/k_sinl.c: Likewise.
36507         * math/k_tanl.c: Likewise.
36508         * math/s_asinhl.c: Likewise.
36509         * math/s_atanl.c: Likewise.
36510         * math/s_cbrtl.c: Likewise.
36511         * math/s_erfl.c: Likewise.
36512         * math/s_expm1l.c: Likewise.
36513         * math/s_log1pl.c: Likewise.
36514         * math/s_tanhl.c: Likewise.
36515         * misc/acct.c: Likewise.
36516         * misc/brk.c: Likewise.
36517         * misc/chflags.c: Likewise.
36518         * misc/chroot.c: Likewise.
36519         * misc/fchflags.c: Likewise.
36520         * misc/fgetxattr.c: Likewise.
36521         * misc/flistxattr.c: Likewise.
36522         * misc/fremovexattr.c: Likewise.
36523         * misc/fsetxattr.c: Likewise.
36524         * misc/fsync.c: Likewise.
36525         * misc/ftruncate.c: Likewise.
36526         * misc/futimes.c: Likewise.
36527         * misc/futimesat.c: Likewise.
36528         * misc/getdomain.c: Likewise.
36529         * misc/getdtsz.c: Likewise.
36530         * misc/gethostid.c: Likewise.
36531         * misc/gethostname.c: Likewise.
36532         * misc/getloadavg.c: Likewise.
36533         * misc/getpagesize.c: Likewise.
36534         * misc/getsysstats.c: Likewise.
36535         * misc/getxattr.c: Likewise.
36536         * misc/gtty.c: Likewise.
36537         * misc/ioctl.c: Likewise.
36538         * misc/lgetxattr.c: Likewise.
36539         * misc/listxattr.c: Likewise.
36540         * misc/llistxattr.c: Likewise.
36541         * misc/lremovexattr.c: Likewise.
36542         * misc/lsetxattr.c: Likewise.
36543         * misc/lutimes.c: Likewise.
36544         * misc/madvise.c: Likewise.
36545         * misc/mincore.c: Likewise.
36546         * misc/mlock.c: Likewise.
36547         * misc/mlockall.c: Likewise.
36548         * misc/mmap.c: Likewise.
36549         * misc/mprotect.c: Likewise.
36550         * misc/msync.c: Likewise.
36551         * misc/munlock.c: Likewise.
36552         * misc/munlockall.c: Likewise.
36553         * misc/munmap.c: Likewise.
36554         * misc/preadv.c: Likewise.
36555         * misc/preadv64.c: Likewise.
36556         * misc/ptrace.c: Likewise.
36557         * misc/pwritev.c: Likewise.
36558         * misc/pwritev64.c: Likewise.
36559         * misc/readv.c: Likewise.
36560         * misc/reboot.c: Likewise.
36561         * misc/remap_file_pages.c: Likewise.
36562         * misc/removexattr.c: Likewise.
36563         * misc/revoke.c: Likewise.
36564         * misc/select.c: Likewise.
36565         * misc/setdomain.c: Likewise.
36566         * misc/setegid.c: Likewise.
36567         * misc/seteuid.c: Likewise.
36568         * misc/sethostid.c: Likewise.
36569         * misc/sethostname.c: Likewise.
36570         * misc/setregid.c: Likewise.
36571         * misc/setreuid.c: Likewise.
36572         * misc/setxattr.c: Likewise.
36573         * misc/sstk.c: Likewise.
36574         * misc/stty.c: Likewise.
36575         * misc/swapoff.c: Likewise.
36576         * misc/swapon.c: Likewise.
36577         * misc/sync.c: Likewise.
36578         * misc/syncfs.c: Likewise.
36579         * misc/syscall.c: Likewise.
36580         * misc/truncate.c: Likewise.
36581         * misc/ualarm.c: Likewise.
36582         * misc/usleep.c: Likewise.
36583         * misc/ustat.c: Likewise.
36584         * misc/utimes.c: Likewise.
36585         * misc/vhangup.c: Likewise.
36586         * misc/writev.c: Likewise.
36587         * posix/_exit.c: Likewise.
36588         * posix/alarm.c: Likewise.
36589         * posix/execve.c: Likewise.
36590         * posix/fexecve.c: Likewise.
36591         * posix/fork.c: Likewise.
36592         * posix/fpathconf.c: Likewise.
36593         * posix/getaddrinfo.c: Likewise.
36594         * posix/getegid.c: Likewise.
36595         * posix/geteuid.c: Likewise.
36596         * posix/getgid.c: Likewise.
36597         * posix/getgroups.c: Likewise.
36598         * posix/getlogin.c: Likewise.
36599         * posix/getlogin_r.c: Likewise.
36600         * posix/getpgid.c: Likewise.
36601         * posix/getpid.c: Likewise.
36602         * posix/getppid.c: Likewise.
36603         * posix/getresgid.c: Likewise.
36604         * posix/getresuid.c: Likewise.
36605         * posix/getsid.c: Likewise.
36606         * posix/getuid.c: Likewise.
36607         * posix/glob64.c: Likewise.
36608         * posix/nanosleep.c: Likewise.
36609         * posix/pathconf.c: Likewise.
36610         * posix/pause.c: Likewise.
36611         * posix/posix_madvise.c: Likewise.
36612         * posix/pread.c: Likewise.
36613         * posix/pread64.c: Likewise.
36614         * posix/pwrite.c: Likewise.
36615         * posix/pwrite64.c: Likewise.
36616         * posix/sched_getaffinity.c: Likewise.
36617         * posix/sched_getp.c: Likewise.
36618         * posix/sched_gets.c: Likewise.
36619         * posix/sched_primax.c: Likewise.
36620         * posix/sched_primin.c: Likewise.
36621         * posix/sched_rr_gi.c: Likewise.
36622         * posix/sched_setaffinity.c: Likewise.
36623         * posix/sched_setp.c: Likewise.
36624         * posix/sched_sets.c: Likewise.
36625         * posix/sched_yield.c: Likewise.
36626         * posix/setgid.c: Likewise.
36627         * posix/setlogin.c: Likewise.
36628         * posix/setpgid.c: Likewise.
36629         * posix/setresgid.c: Likewise.
36630         * posix/setresuid.c: Likewise.
36631         * posix/setsid.c: Likewise.
36632         * posix/setuid.c: Likewise.
36633         * posix/sleep.c: Likewise.
36634         * posix/spawni.c: Likewise.
36635         * posix/sysconf.c: Likewise.
36636         * posix/times.c: Likewise.
36637         * posix/wait.c: Likewise.
36638         * posix/wait3.c: Likewise.
36639         * posix/wait4.c: Likewise.
36640         * posix/waitpid.c: Likewise.
36641         * resolv/gai_sigqueue.c: Likewise.
36642         * resource/getpriority.c: Likewise.
36643         * resource/getrlimit.c: Likewise.
36644         * resource/getrusage.c: Likewise.
36645         * resource/nice.c: Likewise.
36646         * resource/setpriority.c: Likewise.
36647         * resource/setrlimit.c: Likewise.
36648         * resource/ulimit.c: Likewise.
36649         * rt/aio_cancel.c: Likewise.
36650         * rt/aio_fsync.c: Likewise.
36651         * rt/aio_read.c: Likewise.
36652         * rt/aio_sigqueue.c: Likewise.
36653         * rt/aio_suspend.c: Likewise.
36654         * rt/aio_write.c: Likewise.
36655         * rt/clock_getres.c: Likewise.
36656         * rt/clock_gettime.c: Likewise.
36657         * rt/clock_nanosleep.c: Likewise.
36658         * rt/clock_settime.c: Likewise.
36659         * rt/lio_listio.c: Likewise.
36660         * rt/mq_close.c: Likewise.
36661         * rt/mq_getattr.c: Likewise.
36662         * rt/mq_notify.c: Likewise.
36663         * rt/mq_open.c: Likewise.
36664         * rt/mq_receive.c: Likewise.
36665         * rt/mq_send.c: Likewise.
36666         * rt/mq_setattr.c: Likewise.
36667         * rt/mq_timedreceive.c: Likewise.
36668         * rt/mq_timedsend.c: Likewise.
36669         * rt/mq_unlink.c: Likewise.
36670         * rt/shm_open.c: Likewise.
36671         * rt/shm_unlink.c: Likewise.
36672         * rt/timer_create.c: Likewise.
36673         * rt/timer_delete.c: Likewise.
36674         * rt/timer_getoverr.c: Likewise.
36675         * rt/timer_gettime.c: Likewise.
36676         * rt/timer_settime.c: Likewise.
36677         * setjmp/__longjmp.c: Likewise.
36678         * setjmp/setjmp.c: Likewise.
36679         * signal/kill.c: Likewise.
36680         * signal/killpg.c: Likewise.
36681         * signal/raise.c: Likewise.
36682         * signal/sigaction.c: Likewise.
36683         * signal/sigaltstack.c: Likewise.
36684         * signal/sigblock.c: Likewise.
36685         * signal/sigignore.c: Likewise.
36686         * signal/sigintr.c: Likewise.
36687         * signal/signal.c: Likewise.
36688         * signal/sigpause.c: Likewise.
36689         * signal/sigpending.c: Likewise.
36690         * signal/sigqueue.c: Likewise.
36691         * signal/sigreturn.c: Likewise.
36692         * signal/sigset.c: Likewise.
36693         * signal/sigsetmask.c: Likewise.
36694         * signal/sigstack.c: Likewise.
36695         * signal/sigsuspend.c: Likewise.
36696         * signal/sigtimedwait.c: Likewise.
36697         * signal/sigvec.c: Likewise.
36698         * signal/sigwait.c: Likewise.
36699         * signal/sigwaitinfo.c: Likewise.
36700         * signal/sysv_signal.c: Likewise.
36701         * socket/accept.c: Likewise.
36702         * socket/accept4.c: Likewise.
36703         * socket/bind.c: Likewise.
36704         * socket/connect.c: Likewise.
36705         * socket/getpeername.c: Likewise.
36706         * socket/getsockname.c: Likewise.
36707         * socket/getsockopt.c: Likewise.
36708         * socket/isfdtype.c: Likewise.
36709         * socket/listen.c: Likewise.
36710         * socket/recv.c: Likewise.
36711         * socket/recvfrom.c: Likewise.
36712         * socket/recvmsg.c: Likewise.
36713         * socket/send.c: Likewise.
36714         * socket/sendmsg.c: Likewise.
36715         * socket/sendto.c: Likewise.
36716         * socket/setsockopt.c: Likewise.
36717         * socket/shutdown.c: Likewise.
36718         * socket/sockatmark.c: Likewise.
36719         * socket/socket.c: Likewise.
36720         * socket/socketpair.c: Likewise.
36721         * stdio-common/ctermid.c: Likewise.
36722         * stdio-common/cuserid.c: Likewise.
36723         * stdio-common/remove.c: Likewise.
36724         * stdio-common/rename.c: Likewise.
36725         * stdio-common/renameat.c: Likewise.
36726         * stdio-common/tempname.c: Likewise.
36727         * stdlib/getcontext.c: Likewise.
36728         * stdlib/makecontext.c: Likewise.
36729         * stdlib/setcontext.c: Likewise.
36730         * stdlib/swapcontext.c: Likewise.
36731         * stdlib/system.c: Likewise.
36732         * streams/fattach.c: Likewise.
36733         * streams/fdetach.c: Likewise.
36734         * streams/getmsg.c: Likewise.
36735         * streams/getpmsg.c: Likewise.
36736         * streams/putmsg.c: Likewise.
36737         * streams/putpmsg.c: Likewise.
36738         * sysdeps/unix/bsd/getpt.c: Likewise.
36739         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36740         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36741         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36743         Likewise.
36744         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36745         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36746         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36747         * sysvipc/msgctl.c: Likewise.
36748         * sysvipc/msgget.c: Likewise.
36749         * sysvipc/msgrcv.c: Likewise.
36750         * sysvipc/msgsnd.c: Likewise.
36751         * sysvipc/semctl.c: Likewise.
36752         * sysvipc/semget.c: Likewise.
36753         * sysvipc/semop.c: Likewise.
36754         * sysvipc/semtimedop.c: Likewise.
36755         * sysvipc/shmat.c: Likewise.
36756         * sysvipc/shmctl.c: Likewise.
36757         * sysvipc/shmdt.c: Likewise.
36758         * sysvipc/shmget.c: Likewise.
36759         * termios/tcdrain.c: Likewise.
36760         * termios/tcflow.c: Likewise.
36761         * termios/tcflush.c: Likewise.
36762         * termios/tcgetattr.c: Likewise.
36763         * termios/tcgetpgrp.c: Likewise.
36764         * termios/tcsendbrk.c: Likewise.
36765         * termios/tcsetattr.c: Likewise.
36766         * termios/tcsetpgrp.c: Likewise.
36767         * time/adjtime.c: Likewise.
36768         * time/clock.c: Likewise.
36769         * time/getitimer.c: Likewise.
36770         * time/gettimeofday.c: Likewise.
36771         * time/setitimer.c: Likewise.
36772         * time/settimeofday.c: Likewise.
36773         * time/stime.c: Likewise.
36774         * time/time.c: Likewise.
36776 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
36778         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36779         /usr/old/bin.
36781         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36782         instead of spaces.
36783         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36785 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
36787         [BZ #14796]
36788         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36789         FE_TONEAREST before applying Dekker multiplication and Knuth
36790         addition.  Clear inexact exceptions and check for exact zero
36791         results afterwards.
36792         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36793         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36794         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36795         * math/libm-test.inc (fma_test): Add more tests.
36796         (fma_test_towardzero): Likewise.
36797         (fma_test_downward): Likewise.
36798         (fma_test_upward): Likewise.
36799         * sysdeps/generic/math_private.h (default_libc_fesetround): New
36800         function.
36801         (libc_fesetround): New macro.
36802         (libc_fesetroundf): Likewise.
36803         (libc_fesetroundl): Likewise.
36804         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36805         function.
36806         (libc_fesetround_387): Likewise.
36807         (libc_fesetroundf): New macro.
36808         (libc_fesetround): Likewise.
36809         (libc_fesetroundl): Likewise.
36810         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36811         function.
36812         (libc_fesetroundf): New macro.
36813         (libc_fesetround): Likewise.
36814         (libc_fesetroundl): Likewise.
36815         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36816         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36817         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36818         libm_hidden_ver.
36819         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36820         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36821         libm_hidden_def.
36822         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36823         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36824         libm_hidden_ver.
36825         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36826         libm_hidden_def.
36828         [BZ #3439]
36829         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36830         integer constant usable in #if and use that to give value to enum
36831         constant.
36832         (FE_DIVBYZERO): Likewise.
36833         (FE_UNDERFLOW): Likewise.
36834         (FE_OVERFLOW): Likewise.
36835         (FE_INVALID): Likewise.
36836         (FE_INVALID_SNAN): Likewise.
36837         (FE_INVALID_ISI): Likewise.
36838         (FE_INVALID_IDI): Likewise.
36839         (FE_INVALID_ZDZ): Likewise.
36840         (FE_INVALID_IMZ): Likewise.
36841         (FE_INVALID_COMPARE): Likewise.
36842         (FE_INVALID_SOFTWARE): Likewise.
36843         (FE_INVALID_SQRT): Likewise.
36844         (FE_INVALID_INTEGER_CONVERSION): Likewise.
36845         (FE_TONEAREST): Likewise.
36846         (FE_TOWARDZERO): Likewise.
36847         (FE_UPWARD): Likewise.
36848         (FE_DOWNWARD): Likewise.
36849         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36850         (FE_DIVBYZERO): Likewise.
36851         (FE_OVERFLOW): Likewise.
36852         (FE_UNDERFLOW): Likewise.
36853         (FE_INEXACT): Likewise.
36854         (FE_TONEAREST): Likewise.
36855         (FE_DOWNWARD): Likewise.
36856         (FE_UPWARD): Likewise.
36857         (FE_TOWARDZERO): Likewise.
36858         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36859         (FE_UNDERFLOW): Likewise.
36860         (FE_OVERFLOW): Likewise.
36861         (FE_DIVBYZERO): Likewise.
36862         (FE_INVALID): Likewise.
36863         (FE_TONEAREST): Likewise.
36864         (FE_TOWARDZERO): Likewise.
36865         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36866         (FE_OVERFLOW): Likewise.
36867         (FE_UNDERFLOW): Likewise.
36868         (FE_DIVBYZERO): Likewise.
36869         (FE_INEXACT): Likewise.
36870         (FE_TONEAREST): Likewise.
36871         (FE_TOWARDZERO): Likewise.
36872         (FE_UPWARD): Likewise.
36873         (FE_DOWNWARD): Likewise.
36874         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36875         (FE_DIVBYZERO): Likewise.
36876         (FE_OVERFLOW): Likewise.
36877         (FE_UNDERFLOW): Likewise.
36878         (FE_INEXACT): Likewise.
36879         (FE_TONEAREST): Likewise.
36880         (FE_DOWNWARD): Likewise.
36881         (FE_UPWARD): Likewise.
36882         (FE_TOWARDZERO): Likewise.
36884 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
36886         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36888 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
36890         * scripts/cross-test-ssh.sh (command): Use newlines to separate
36891         commands.  Quote $PWD.
36892         (blacklist_exports): Don't use remove_newlines.  Replace "declare
36893         -x" by "export".
36894         (remove_newlines): Remove.
36896 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
36898         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36899         * stdlib/stdlib.h (atof): Moved to ...
36900         * include/bits/stdlib-float.h: Here.  New file.
36901         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36902         * stdlib/bits/stdlib-float.h: New file.
36903         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36904         -mno-sse -mno-mmx.
36905         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36906         <xmmintrin.h>.
36908 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36910         * conform/conformtest.pl (@headers): Add fenv.h.
36911         * conform/data/fenv.h-data: New file.
36912         * include/fenv.h [_ISOMAC]: Disable all contents of file except
36913         include of <math/fenv.h>.
36915         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36916         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36917         && !UNIX98].  Enables tests for XOPEN2K8.
36918         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36919         POSIX2008]: Likewise.
36921         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36922         (struct rusage): Do not expect type or its members.
36924         [BZ #3439]
36925         * math/math.h (FP_NAN): Define macro to integer constant usable in
36926         #if and use that to give value to enum constant.
36927         (FP_INFINITE): Likewise.
36928         (FP_ZERO): Likewise.
36929         (FP_SUBNORMAL): Likewise.
36930         (FP_NORMAL): Likewise.
36932 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
36934         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36935         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36936         arguments.
36938 2012-11-02  Roland McGrath  <roland@hack.frob.com>
36940         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36941         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36942         autoconf-time if not.
36943         * configure.in: Remove AC_PREREQ.
36945 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36947         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36948         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36949         of the internal implementation.
36951 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
36953         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36954         except include of <misc/sys/syslog.h>.
36956 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36959         function returns with a NULL context exit with zero.
36961 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
36963         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36965 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
36967         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36968         (run_program_cmd): This.
36969         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36970         (tst_langinfo): New variable.  Use it.
36972 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
36974         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36975         floating point opcodes.
36977 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36979         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36980         variable.
36982         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36984         * sysdeps/mach/hurd/powerpc: Remove directory.
36985         * sysdeps/mach/powerpc: Likewise.
36987 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
36989         * scripts/check-local-headers.sh: Ignore c++ headers.
36991 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
36993         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36994         __libc_cleanup_region_start argument.
36996 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
36998         [BZ #14784]
36999         [BZ #14785]
37000         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37001         x * y using scaling, not as x * y + z.
37002         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37003         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37004         * math/libm-test.inc (fma_test): Add more tests.
37005         (fma_test_towardzero): Likewise.
37006         (fma_test_downward): Likewise.
37007         (fma_test_upward): Likewise.
37009 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37011         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37013 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37015         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37016         New variable.
37018 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37020         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37022 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37025         Fix sort order.
37026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37027         Likewise.
37029 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37032         Fix the order of the list for glibc 2.17.
37033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37034         Likewise.
37036 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37038         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37040 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37042         [BZ #14610]
37043         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37044         for low part of x being zero before using __atanl (y).
37045         * math/libm-test.inc (atan2_test): Add another test.
37047         * manual/install.texi (Configuring and compiling): Document
37048         general use of test-wrapper and test-wrapper-env.
37049         * INSTALL: Regenerated.
37051         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37052         (__fma): Do not extract and scale down low bits on after-rounding
37053         systems when result rounded to normal precision would have normal
37054         exponent.
37055         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37056         (__fmal): Do not extract and scale down low bits on after-rounding
37057         systems when result rounded to normal precision would have normal
37058         exponent.
37059         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37060         (__fmal): Do not extract and scale down low bits on after-rounding
37061         systems when result rounded to normal precision would have normal
37062         exponent.
37063         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37064         macro.
37065         (fma_test): Add more tests.
37066         (fma_test_towardzero): Likewise.
37067         (fma_test_downward): Likewise.
37068         (fma_test_upward): Likewise.
37070 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37072         * sysdeps/i386/tininess.h: Renamed to ...
37073         * sysdeps/x86/tininess.h: This.
37074         * sysdeps/x86_64/tininess.h: Removed.
37076 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37078         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37079         input.  Use $(build-program-cmd).
37080         ($(objpfx)tst-array1-static.out): Likewise.
37081         ($(objpfx)tst-array2.out): Likewise.
37082         ($(objpfx)tst-array3.out): Likewise.
37083         ($(objpfx)tst-array4.out): Likewise.
37084         ($(objpfx)tst-array5.out): Likewise.
37085         ($(objpfx)tst-array5-static.out): Likewise.
37087 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37089         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37090         if defined.
37092         * nss/nsswitch.h (nss_interface_function): Provide new
37093         macro for use with NSS functions.
37094         * grp/initgroups.c: Use new macro.
37095         * nss/getXXbyYY.c: Likewise.
37096         * nss/getXXbyYY_r.c: Likewise.
37097         * nss/getXXent.c: Likewise.
37098         * nss/getXXent_r.c: Likewise.
37099         * sysdeps/posix/getaddrinfo.c: Likewise.
37101 2012-10-30  Andreas Jaeger  <aj@suse.de>
37103         * po/ru.po: Update Russion translation from translation project.
37105 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37107         [BZ #14152]
37108         [BZ #14783]
37109         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37110         result and shift together with sticky bit instead of replicating
37111         round-to-nearest rounding.
37112         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37113         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37114         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37115         missing underflow exceptions.
37116         (fma_test_towardzero): Add more tests.
37117         (fma_test_downward): Likewise.
37118         (fma_test_upward): Likewise.
37120         [BZ #14047]
37121         * sysdeps/generic/tininess.h: New file.
37122         * sysdeps/i386/tininess.h: Likewise.
37123         * sysdeps/sh/tininess.h: Likewise.
37124         * sysdeps/x86_64/tininess.h: Likewise.
37125         * stdlib/tst-strtod-underflow.c: Likewise.
37126         * stdlib/tst-tininess.c: Likewise.
37127         * stdlib/strtod_l.c: Include <tininess.h>.
37128         (round_and_return): Do not set errno for exact underflow cases.
37129         Force an underflow exception when setting errno for underflow.
37130         Determine underflow based on rounding to normal precision if
37131         TININESS_AFTER_ROUNDING.
37132         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37133         ERANGE for exact underflow cases.
37134         * stdlib/Makefile (tests): Add tst-tininess and
37135         tst-strtod-underflow.
37136         ($(objpfx)tst-tininess): Use $(link-libm).
37137         ($(objpfx)tst-strtod-underflow): Likewise.
37139 2012-10-30  Andreas Jaeger  <aj@suse.de>
37141         [BZ#14767]
37142         * elf/Makefile (tests): Remove conditional for have-initfini-array
37143         since this is now always required and the variable does not exist
37144         anymore.
37145         (tests-static): Likewise.
37146         (modules-names): Likewise.
37148         * po/eo.po: Add Esperanto translation from translation project.
37150         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37151         merged with constructor/destructor.
37152         (init_array): Likewise.
37153         * elf/tst-array2dep.c (fini_array): Likewise.
37154         (init_array): Likewise.
37156 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37158         * manual/message.texi: Delete @cartouche tags.
37160 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37162         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37163         EOPNOTSUPP.
37164         * sysdeps/mach/hurd/fsync.c: Likewise.
37166         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37167         [_POSIX_REALTIME_SIGNALS]: Change condition to
37168         [_POSIX_REALTIME_SIGNALS > 0].
37170 2012-10-27  Andreas Jaeger  <aj@suse.de>
37172         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37173         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37174         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37175         [__WORDSIZE != 64]: Likewise.
37177 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37179         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37180         *  iconvdata/tst-tables.sh: Likewise.
37182 2012-10-25  David S. Miller  <davem@davemloft.net>
37184         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37185         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37186         of strtoull.
37188         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37189         ifunc-impl-list.c
37190         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37191         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37192         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37193         file.
37195 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37197         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37198         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37199         __getdirentries.
37201 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37202             Jim Blandy  <jimb@codesourcery.com>
37204         * scripts/cross-test-ssh.sh: New file.
37205         * manual/install.texi (Configuring and compiling): Document use of
37206         cross-test-ssh.sh.
37207         * INSTALL: Regenerated.
37209 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37211         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37212         EOPNOTSUPP.
37214 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37216         * Makeconfig (run-program-prefix): Fix comment.
37218 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37219             Jim Blandy  <jimb@codesourcery.com>
37221         * Makeconfig (test-wrapper): New variable,
37222         (test-wrapper-env): Likewise.
37223         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37224         (run-built-tests): Define to yes.
37225         (run-program-prefix): Use $(test-wrapper).
37226         (built-program-cmd): Likewise.
37227         * Rules (make-test-out): Use $(test-wrapper-env) and
37228         $(host-built-program-cmd).
37229         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37230         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37231         tst-pathopt.sh.
37232         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37233         $(test-wrapper-env) to tst-rtld-load-self.sh.
37234         ($(objpfx)order2.out): Use $(test-wrapper).
37235         ($(objpfx)tst-initorder.out): Likewise.
37236         ($(objpfx)tst-initorder2.out): Likewise.
37237         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37238         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37239         (test_wrapper_env): New variable.  Use it to run ld.so.
37240         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37241         Use it to run ld.so.
37242         (test_wrapper_env): Likewise.
37243         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37244         $(test-wrapper) to run-iconv-test.sh.
37245         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37246         (ICONV): Use $test_wrapper.
37247         * posix/Makefile ($(objpfx)globtest.out): Pass
37248         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37249         globtest.sh, not $(run-program-prefix).
37250         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37251         (test_wrapper): Likewise.
37252         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37253         set together with run_via_rtld_prefix.
37254         (run_program_prefix): Define in terms of test_wrapper and
37255         run_via_rtld_prefix.
37257 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37259         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37260         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37261         Targets removed.
37263         [BZ #14743]
37264         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37265         Declare __clock_getres, __clock_gettime, __clock_settime,
37266         __clock_nanosleep, and __clock_getcpuclockid.
37267         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37268         Remove librt_hidden_def (clock_gettime).
37269         * sysdeps/unix/clock_gettime.c: Likewise.
37270         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37271         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37272         * rt/clock_getres.c: Define __clock_getres as an alias.
37273         * sysdeps/posix/clock_getres.c: Likewise.
37274         * rt/clock_settime.c: Define __clock_settime as an alias.
37275         * sysdeps/unix/clock_settime.c: Likewise.
37276         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37277         * sysdeps/unix/clock_nanosleep.c: Likewise.
37278         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37279         * rt/clock-compat.c: New file.
37280         * rt/Makefile (librt-routines): Add clock-compat and move
37281         $(clock-routines) to ...
37282         (routines): ... here, new variable.
37283         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37284         Don't add get_clockfreq here.
37285         * rt/Versions (libc: GLIBC_2.17): New version set.
37286         Add clock_* symbols here.
37287         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37288         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37289         (GLIBC_2.17): Add clock_* symbols.
37290         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37291         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37292         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37294         Likewise.
37295         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37296         Likewise.
37297         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37298         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37299         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37300         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37301         * NEWS: Mention the move.
37303         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37304         Use __open, __read, __close rather than their public counterparts.
37305         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37306         (__get_clockfreq_via_cpuinfo): Likewise.
37307         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37308         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37310         * config.h.in (HAVE_IFUNC): New #undef.
37311         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37312         was successful.
37313         * configure: Regenerated.
37315 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37317         * configure.in: Move READELF check to start of file.
37318         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37319         libc_cv_asm_gnu_indirect_function in the process.
37320         * configure: Regenerated.
37322 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37324         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37325         send the output to /dev/null.
37326         (libc_cv_cc_with_libunwind): Likewise.
37327         (libc_cv_as_noexecstack): Likewise.
37328         * configure: Regenerate.
37330 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37332         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37334         * posix/globtest.sh (TMPDIR): Do not set.
37335         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37336         (testout): Likewise.
37338 2012-10-24  Andreas Jaeger  <aj@suse.de>
37340         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37341         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37342         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37343         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37344         posix_fadvise64, posix_fallocate64.
37346         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37347         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37348         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37349         Likewise.
37350         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37351         Likewise.
37352         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37354         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37355         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37356         <bits/fcntl-linux.h>.
37357         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37359         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37360         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37361         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37362         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37363         [__WORDSIZE != 64]: Likewise.
37365 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37367         * Makeconfig (run-built-tests): New variable.
37368         * Rules [$(cross-compiling) = yes]: Change condition to
37369         [$(run-built-tests) = no].
37370         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37371         to [$(run-built-tests) = yes].
37372         * elf/Makefile [$(cross-compiling) = no]: Likewise
37373         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37374         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37375         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37376         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37377         * io/Makefile [$(cross-compiling) = no]: Likewise.
37378         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37379         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37380         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37381         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37382         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37383         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37384         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37385         * string/Makefile [$(cross-compiling) = no]: Likewise.
37387         * posix/Makefile ($(objpfx)globtest.out): Pass
37388         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37389         $(rtld-installed-name).
37390         * posix/globtest.sh (elf_objpfx): Remove variable.
37391         (rtld_installed_name): Likewise.
37392         (library_path): Likewise.
37393         (run_program_prefix): New variable.  Use for running globtest
37394         binary.
37396 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37397             Joseph Myers  <joseph@codesourcery.com>
37399         * Makeconfig (host-built-program-cmd): New variable.
37400         * elf/Makefile (tst-stackguard1-ARGS): Use
37401         $(host-built-program-cmd).
37402         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37403         (tst-spawn-ARGS): Likewise.
37404         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37406 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37407             Jim Blandy  <jimb@codesourcery.com>
37409         * Makeconfig (run-via-rtld-prefix): New variable.
37410         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37411         (built-program-cmd): Likewise.
37413 2012-10-22  Andreas Jaeger  <aj@suse.de>
37415         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37416         __O_RSYNC if it exists, otherwise to O_SYNC.
37418 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37419             Joseph Myers  <joseph@codesourcery.com>
37421         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37422         /dev/null.
37423         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37424         from /dev/null
37425         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37426         /dev/null.
37428 2012-10-22  Andreas Jaeger  <aj@suse.de>
37430         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37431         Define always.
37432         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37434         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37435         bits/fcntl-linux.h.
37437         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37438         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37440         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37441         to __O_LARGEFILE.
37442         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37443         to __O_LARGEFILE.
37445 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37446             Joseph Myers  <joseph@codesourcery.com>
37448         * config.make.in (NM): New variable.
37450 2012-10-21  Andreas Jaeger  <aj@suse.de>
37452         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37453         definitions and declarations that are provided by
37454         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37456 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37458         [BZ #14683]
37459         * elf/Makefile (tests-static): Add tst-leaks1-static.
37460         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37461         ($(objpfx)tst-leaks1-static): New rule.
37462         ($(objpfx)tst-leaks1-static-mem): Likewise.
37463         (tst-leaks1-static-ENV): New macro.
37464         * elf/dl-open.c (dl_open_worker): Check the main application
37465         only if SHARED is defined.
37466         * elf/tst-leaks1-static.c: New file.
37468 2012-10-20  Andreas Jaeger  <aj@suse.de>
37470         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37471         generic values for Linux.
37472         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37473         and declarations that are provided by <bits/fcntl-linux.h> and
37474         include <bits/fcntl-linux.h>.
37475         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37476         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37478 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37480         * io/fcntl.h: Move include of <bits/types.h> to the top and
37481         include it unconditionally.
37483 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37485         * wcsmbs/Makefile (tests-ifunc): New variable.
37486         (tests): Add $(tests-ifunc).
37487         * wcsmbs/test-wcschr-ifunc.c: New file.
37488         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37489         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37490         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37491         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37492         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37494         * string/Makefile (tests-ifunc): New variable.
37495         (tests): Add $(tests-ifunc).
37496         * string/test-memccpy.c (TEST_NAME): New macro.
37497         * string/test-memchr.c (TEST_NAME): Likewise.
37498         * string/test-memcmp.c (TEST_NAME): Likewise.
37499         * string/test-memcpy.c (TEST_NAME): Likewise.
37500         * string/test-memmem.c (TEST_NAME): Likewise.
37501         * string/test-memmove.c (TEST_NAME): Likewise.
37502         * string/test-memset.c (TEST_NAME): Likewise.
37503         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37504         * string/test-stpcpy.c (TEST_NAME): Likewise.
37505         * string/test-stpncpy.c (TEST_NAME): Likewise.
37506         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37507         * string/test-strcasestr.c (TEST_NAME): Likewise.
37508         * string/test-strcat.c (TEST_NAME): Likewise.
37509         * string/test-strchr.c (TEST_NAME): Likewise.
37510         * string/test-strcmp.c(TEST_NAME): Likewise.
37511         * string/test-strcpy.c (TEST_NAME): Likewise.
37512         * string/test-strcspn.c (TEST_NAME): Likewise.
37513         * string/test-strlen.c (TEST_NAME): Likewise.
37514         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37515         * string/test-strncmp.c (TEST_NAME): Likewise.
37516         * string/test-strncpy.c (TEST_NAME): Likewise.
37517         * string/test-strnlen.c (TEST_NAME): Likewise.
37518         * string/test-strpbrk.c (TEST_NAME): Likewise.
37519         * string/test-strrchr.c (TEST_NAME): Likewise.
37520         * string/test-strspn.c (TEST_NAME): Likewise.
37521         * string/test-strstr.c (TEST_NAME): Likewise.
37522         * string/test-bcopy-ifunc.c: New file.
37523         * string/test-bzero-ifunc.c: Likewise.
37524         * string/test-memccpy-ifunc.c: Likewise.
37525         * string/test-memchr-ifunc.c: Likewise.
37526         * string/test-memcmp-ifunc.c: Likewise.
37527         * string/test-memcpy-ifunc.c: Likewise.
37528         * string/test-memmem-ifunc.c: Likewise.
37529         * string/test-memmove-ifunc.c: Likewise.
37530         * string/test-mempcpy-ifunc.c: Likewise.
37531         * string/test-memset-ifunc.c: Likewise.
37532         * string/test-rawmemchr-ifunc.c: Likewise.
37533         * string/test-stpcpy-ifunc.c: Likewise.
37534         * string/test-stpncpy-ifunc.c: Likewise.
37535         * string/test-strcasecmp-ifunc.c: Likewise.
37536         * string/test-strcasestr-ifunc.c: Likewise.
37537         * string/test-strcat-ifunc.c: Likewise.
37538         * string/test-strchr-ifunc.c: Likewise.
37539         * string/test-strchrnul-ifunc.c: Likewise.
37540         * string/test-strcmp-ifunc.c: Likewise.
37541         * string/test-strcpy-ifunc.c: Likewise.
37542         * string/test-strcspn-ifunc.c: Likewise.
37543         * string/test-strlen-ifunc.c: Likewise.
37544         * string/test-strncasecmp-ifunc.c: Likewise.
37545         * string/test-strncat-ifunc.c: Likewise.
37546         * string/test-strncmp-ifunc.c: Likewise.
37547         * string/test-strncpy-ifunc.c: Likewise.
37548         * string/test-strnlen-ifunc.c: Likewise.
37549         * string/test-strpbrk-ifunc.c: Likewise.
37550         * string/test-strrchr-ifunc.c: Likewise.
37551         * string/test-strspn-ifunc.c: Likewise.
37552         * string/test-strstr-ifunc.c: Likewise.
37554         * debug/Makefile (tests-ifunc): New variable.
37555         (tests): Add $(tests-ifunc).
37556         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37557         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37558         * debug/test-stpcpy_chk-ifunc.c: New file.
37559         * debug/test-strcpy_chk-ifunc.c: Likewise.
37561 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37563         [BZ #13601]
37564         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37565         header is not read in.
37567 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37569         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37570         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37571         directly.  Pass built executable to script as
37572         $(built-program-cmd).
37573         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37574         $testprogram without using LD_LIBRARY_PATH and $ldso.
37576         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37577         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37578         $(rtld-installed-name).
37579         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37580         (rtld_installed_name): Likewise.
37581         (library_path): Likewise.
37582         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37583         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37584         $(run-program-prefix) to tst-tables.sh.
37585         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37586         it to run tst-table-from and tst-table-to.
37587         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37588         Pass it to tst-table.sh.
37589         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37590         $(run-program-prefix) to tst-gettext.sh.
37591         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37592         tst-translit.sh.
37593         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37594         tst-gettext2.sh.
37595         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37596         to run tst-gettext.
37597         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37598         to run tst-gettext2.
37599         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37600         to run tst-translit.
37601         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37602         $(run-program-prefix) to tst-mtrace.sh.
37603         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37604         to run tst-mtrace.
37605         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37606         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37607         $(rtld-installed-name).
37608         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37609         (rtld_installed_name): Likewise.
37610         (run_program_prefix): New variable.  Use it to run wordexp-test.
37612         * Makeconfig (ARCH): Remove all definitions.
37613         (machine): Likewise.
37614         [ARCH]: Remove conditional code.
37615         [!objdir]: Give error.
37616         [!objdir] (objpfx): Remove.
37617         [!objdir] (common-objpfx): Likewise.
37618         [!objdir] (common-objdir): Likewise.
37619         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37620         AC_CONFIG_FILES call.
37621         * configure: Regenerated.
37623         [BZ #13888]
37624         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37625         or TMPDIR.
37626         (testout): Likewise.
37628         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37629         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37630         $(rtld-installed-name).
37631         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37632         (rtld_installed_name): Likwise.
37633         (runit): Remove function.
37634         (run_getconf): New variable,  Use it for running getconf binary.
37636 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37638         [BZ #14716]
37639         * string/test-memmem.c (check_result): New function.
37640         (do_one_test): Use it.
37641         (check1): New function.
37642         (test_main): Use it.
37644 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37646         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37648 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37650         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37651         (_G_LSEEK64): Likewise.
37652         (_G_MMAP64): Likewise.
37653         (_G_FSTAT64): Likewise.
37654         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37655         (_G_LSEEK64): Likewise.
37656         (_G_MMAP64): Likewise.
37657         (_G_FSTAT64): Likewise.
37658         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37659         unconditional.  Call __mmap64 directly.
37660         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37661         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37662         __lseek64 directly.
37663         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37664         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37665         __mmap64 directly.
37666         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37667         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37668         __lseek64 directly.
37669         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37670         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37671         __lseek64 directly.
37672         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37673         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37674         __lseek64 directly.
37675         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37676         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37677         __fxstat64 directly.
37678         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37679         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37680         unconditional.
37681         (freopen64) [!_G_OPEN64]: Remove conditional code.
37682         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37683         unconditional.
37684         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37685         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37686         unconditional.
37687         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37688         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37689         unconditional.
37690         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37691         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37692         unconditional.
37693         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37694         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37695         unconditional.
37696         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37697         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37698         unconditional.
37699         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37700         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37701         unconditional.
37702         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37704 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37706         [BZ #12140]
37707         * manual/memory.texi (Malloc Tunable Parameters): Add note
37708         about free list pointers overwriting some perturb bytes.
37709         Wording suggested by Roland McGrath.
37711 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37713         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37714         (lgamma_test): Likewise.
37715         (tgamma_test): Likewise.
37717 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37719         [BZ #14700]
37720         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37721         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37723 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37725         * NEWS: Mention BZ #14716.
37726         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37727         when removing AVAILABLE1_USES_J macro.
37729 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37731         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37732         (__bswap_64): __uint64_t for unsigned 64-bit int.
37734 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37736         * include/string.h (memmem): Declare libc hidden alias.
37737         * string/memmem.c (memmem): Define libc hidden alias.
37738         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37739         __read, __close instead of open, read, close.
37741 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37743         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37744         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37745         global and hidden.
37746         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37747         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37748         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37749         Likewise.
37750         (__rawmemchr_sse2): Likewise.
37751         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37752         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37753         (__strchr_sse2): Likewise.
37754         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37755         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37756         (__strcasecmp_sse2): Likewise.
37757         (__strncasecmp_sse2): Likewise.
37758         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37759         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37760         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37761         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37762         (__strrchr_sse2): Likewise.
37763         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37764         ifunc-impl-list.c.
37765         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37766         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37767         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37768         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37769         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37770         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37771         * sysdeps/x86_64/multiarch/memset.S: Likewise.
37772         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37773         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37774         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37775         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37776         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37777         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37778         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37779         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37780         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37781         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37782         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37783         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37784         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37785         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37786         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37787         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37788         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37789         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37790         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37791         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37792         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37793         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37794         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37796         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37797         global and hidden.
37798         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37799         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37800         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37801         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37802         Likewise.
37803         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37804         Likewise.
37805         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37806         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37807         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37808         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37809         ifunc-impl-list.c.
37810         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37811         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37812         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37813         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37814         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37815         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37816         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37817         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37818         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37819         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37820         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37821         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37822         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37823         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37824         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37825         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37826         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37827         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37828         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37829         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37830         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37831         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37832         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37833         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37834         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37835         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37836         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37837         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37838         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37839         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37840         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37841         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37842         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37843         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37844         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37845         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37846         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37847         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37848         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37849         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37850         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37852         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37853         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37854         * include/ifunc-impl-list.h: New file.
37855         * misc/ifunc-impl-list.c: Likewise.
37856         * misc/Makefile (routines): Add ifunc-impl-list.
37857         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37858         * string/test-string.h: Include <ifunc-impl-list.h>.
37859         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37860         TEST_NAME]: New variables.
37861         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37862         are defined.
37863         (test_init): Call __libc_ifunc_impl_list to initialize
37864         func_list if TEST_IFUNC and TEST_NAME are defined.
37866         * string/Makefile (strop-tests): Add bcopy and bzero.
37867         * string/test-bcopy.c: New file.
37868         * string/test-bzero.c: Likewise.
37869         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37870         defined.
37871         * string/test-memset.c: Support bzero test if TEST_BZERO is
37872         defined.
37873         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37874         __libc_memmove.
37875         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37876         __libc_memset.
37877         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37878         of memset.
37880 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
37882         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37883         * configure: Regenerated.
37885         * Makeconfig (+link-static-before-libc): Don't include
37886         $(link-static-libc).
37888         * libio/libio.h (_IO_pos_t): Remove.
37890 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37892         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
37893         McGrath.
37895 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37897         * crypt/crypt-entry.c: Include fips-private.h.
37898         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37899         * crypt/md5c-test.c (main): Tolerate disabled MD5.
37900         * sysdeps/unix/sysv/linux/fips-private.h: New file.
37901         * sysdeps/generic/fips-private.h: New file, dummy fallback.
37903 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
37905         * crypt/crypt-private.h: Include stdbool.h.
37906         (_ufc_setup_salt_r): Return bool.
37907         * crypt/crypt-entry.c: Include errno.h.
37908         (__crypt_r): Return NULL with EINVAL for bad salt.
37909         * crypt/crypt_util.c (bad_for_salt): New.
37910         (_ufc_setup_salt_r): Check that salt is long enough and within
37911         the specified alphabet.
37912         * crypt/badsalttest.c: New file.
37913         * crypt/Makefile (tests): Add it.
37914         ($(objpfx)badsalttest): New.
37916 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
37918         * NEWS: Add entry for BZ #14602.
37920 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37922         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37923         type-generic.
37924         * math/libm-test.inc: Update comment listing what functions and
37925         macros are tested.
37926         (isgreater_test): New function.
37927         (isgreaterequal_test): Likewise.
37928         (isless_test): Likewise.
37929         (islessequal_test): Likewise.
37930         (islessgreater_test): Likewise.
37931         (isunordered_test): Likewise.
37932         (main): Call the new functions.
37934 2012-10-09  Roland McGrath  <roland@hack.frob.com>
37936         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37937         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37938         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37939         * sysdeps/i386/configure: Regenerated.
37940         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37941         * sysdeps/mach/configure: Regenerated.
37942         * sysdeps/mach/hurd/configure: Regenerated.
37943         * sysdeps/powerpc/configure: Regenerated.
37944         * sysdeps/powerpc/powerpc32/configure: Regenerated.
37945         * sysdeps/powerpc/powerpc64/configure: Regenerated.
37946         * sysdeps/s390/s390-32/configure: Regenerated.
37947         * sysdeps/s390/s390-64/configure: Regenerated.
37948         * sysdeps/sh/configure: Regenerated.
37949         * sysdeps/sparc/configure: Regenerated.
37950         * sysdeps/unix/sysv/linux/configure: Regenerated.
37951         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37952         * sysdeps/x86_64/configure: Regenerated.
37954         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37955         defined.  Don't check if MAP is NULL.
37957 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
37959         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37960         (_G_stat64): Likewise.
37961         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37962         (_G_stat64): Likewise.
37963         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37964         instead of struct _G_stat64.
37965         * libio/fileops.c (mmap_remap_check): Likewise.
37966         (decide_maybe_mmap): Likewise.
37967         (_IO_new_file_seekoff): Likewise.
37968         (_IO_file_stat): Likewise.
37969         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37970         _G_off64_t.
37971         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37972         instead of struct _G_stat64.
37973         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37975 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
37977         [BZ #14602]
37978         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37979         Replace with ...
37980         (CHECK_EOL): New macro.
37981         (two_way_short_needle): Check beginning of haystack for EOL.  Use
37982         CHECK_EOL.
37983         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37984         Replace with CHECK_EOL.
37985         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37986         Replace with CHECK_EOL.
37988 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
37990         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37991         type-generic.
37992         * math/libm-test.inc: Update comment listing what functions and
37993         macros are tested.
37994         (finite_test): New function.
37995         (isinf_test): Likewise.
37996         (isnan_test): Likewise.
37997         (fpclassify_test): Test subnormal input.
37998         (isfinite_test): Likewise.
37999         (isnormal_test): Likewise.
38000         (main): Call the new functions.
38002 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38004         [BZ #14660]
38005         * Makerules (%.dynsym): Force C locale when running
38006         $(OBJDUMP) --dynamic-syms.
38008 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38010         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38011         <stdint.h>.
38013 2012-10-06  David S. Miller  <davem@davemloft.net>
38015         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38016         upper 32-bits of the length value in %o2 since we use branch-on-register
38017         tests which consider the entire 64-bit register.
38019 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38021         * string/test-strstr.c (check2): Add a test for page boundary.
38023 2012-10-05  David S. Miller  <davem@davemloft.net>
38025         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38026         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38027         file.
38028         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38029         sysdep_routines.
38030         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38031         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38032         and bzero when HWCAP_SPARC_CRYPTO is present.
38034 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38036         [BZ #14602]
38037         * string/test-strstr.c (check2): New function.
38038         (test_main): Call check2.
38040         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38041         and bug-strchr1.
38042         * string/bug-strcasestr1.c (do_test): Moved to ...
38043         * string/test-strcasestr.c (check1): Here.  New function.
38044         (do_one_test): Break out result checking code into ...
38045         (check_result): This.  New function.
38046         (do_one_test): Call check_result.
38047         (test_main): Call check1.
38048         * string/bug-strchr1.c (do_test): Moved to ...
38049         * string/test-strchr.c (check1): Here.  New function.
38050         (do_one_test): Break out result checking code into ...
38051         (check_result): This.  New function.
38052         (do_one_test): Call check_result.
38053         (test_main): Call check1.
38054         * string/bug-strstr1.c (main): Moved to ...
38055         * string/test-strstr.c (check1): Here.  New function.
38056         (do_one_test): Break out result checking code into ...
38057         (check_result): This.  New function.
38058         (do_one_test): Call check_result.
38059         (test_main): Call check1.
38060         * string/bug-strcasestr1.c: Removed.
38061         * string/bug-strchr1.c: Likewise.
38062         * string/bug-strstr1.c: Likewise.
38064         * elf/Makefile (dl-routines): Add hwcaps.
38065         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38066         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38067         (_dl_important_hwcaps): Moved to ...
38068         * elf/dl-hwcaps.c: Here.  New file.
38069         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38071         [BZ #14557]
38072         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38073         if IS_IN_rtld isn't defined.
38075         * elf/dl-support.c (_dl_sysinfo_map): New.
38076         Include "get-dynamic-info.h" and "setup-vdso.h".
38077         (_dl_non_dynamic_init): Call setup_vdso.
38078         * elf/dynamic-link.h: Don't include <assert.h>.
38079         (elf_get_dynamic_info): Moved to ...
38080         * elf/get-dynamic-info.h: Here.  New file.
38081         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38082         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38083         * elf/setup-vdso.h: Here.  New file.
38084         * elf/rtld.c: Include "setup-vdso.h".
38085         (dl_main): Call setup_vdso.
38087 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38089         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38090         creal in comment listing functions tested.  List finite, isinf,
38091         isnan, isless, islessequal, isgreater, isgreaterequal,
38092         islessgreater, isunordered, lgamma_r and pow10 as functions and
38093         macros not tested.  Mention which functions not tested are aliases
38094         for other functions.  Fix typo.  Note that signs of NaNs are not
38095         tested.
38097         * scripts/config.guess: Update from config.git.
38098         * scripts/config.sub: Likewise.
38100 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38102         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38103         * misc/madvise.c (madvise): Renamed to __madvise.
38104         Make madvise a weak alias.
38105         * include/sys/mman.h: Declare __madvise.
38106         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38107         * sysdeps/unix/syscalls.list
38108         (madvise): Make __madvise the strong name, and madvise a weak alias.
38109         * sysdeps/unix/sysv/linux/syscalls.list
38110         (madvise, mmap): Remove redundant entries.
38111         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38112         * malloc/malloc.c (mtrim): Likewise.
38113         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38115 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38117         * sysdeps/mach/hurd/dl-cache.c: File removed.
38118         * config.h.in (USE_LDCONFIG): New #undef.
38119         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38120         * configure: Regenerated.
38121         * elf/Makefile (dl-routines): Add dl-cache only under
38122         [$(use-ldconfig) = yes].
38123         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38124         cache on [USE_LDCONFIG].
38125         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38126         [USE_LDCONFIG].
38127         * elf/rtld.c (dl_main): Likewise.
38129 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38131         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38132         _SC_LEVEL4_CACHE_LINESIZE.
38134 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38136         * sysdeps/unix/bsd/confstr.h: File removed.
38138 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38140         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38141         sys/sdt-config.h.
38143 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38145         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38146         Make 'mapoff' field ElfW(Off) rather than off_t.
38148 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38150         * nscd/Makefile: Remove nscd-cflags and all its users.
38151         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38152         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38154         [BZ #10631]
38155         * malloc.c (malloc_printerr): Clarify error message.
38157 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38159         [BZ #14648]
38160         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38161         Set bit_FMA_Usable if FMA is supported.
38162         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38163         macro.
38164         (bit_FMA4_Usable): Updated.
38165         (index_FMA_Usable): New macro.
38166         (CPUID_FMA): Likewise
38167         (HAS_FMA): Defined with bit_FMA_Usable.
38169 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38171         * bits/types.h (__swblk_t): Type removed.
38172         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38173         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38174         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38175         (__SWBLK_T_TYPE): Likewise.
38176         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38177         (__SWBLK_T_TYPE): Likewise.
38178         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38179         (__SWBLK_T_TYPE): Likewise.
38180         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38181         (__SWBLK_T_TYPE): Likewise.
38183 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38184             Honza Horak <hhorak@redhat.com>
38186         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38187         (xdr_mapname): Use YPMAXMAP as maxsize.
38188         (xdr_peername): Use YPMAXPEER as maxsize.
38189         (xdr_keydat): Use YPAXRECORD as maxsize.
38190         (xdr_valdat): Use YPMAXRECORD as maxsize.
38192 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38194         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38196         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38197         * csu/init-first.c: ... here.
38198         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38199         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38200         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38201         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38202         * sysdeps/i386/init-first.c: File removed.
38203         * sysdeps/sh/init-first.c: File removed.
38205 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38207         [BZ #14645]
38208         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38209         if x * y might underflow to zero and z is zero.
38210         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38211         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38212         * math/libm-test.inc (min_subnorm_value): New variable.
38213         (fma_test): Add more tests.
38214         (fma_test_towardzero): Likewise.
38215         (fma_test_downward): Likewise
38216         (fma_test_upward): Likewise.
38217         (initialize): Set min_subnorm_value.
38219 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38221         [BZ #14638]
38222         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38223         0 + 0.
38224         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38225         mode for addition resulting in exact zero.
38226         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38227         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38228         exact 0 + 0.
38229         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38230         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38231         * math/libm-test.inc (fma_test): Add more tests.
38232         (fma_test_towardzero): New function.
38233         (fma_test_downward): Likewise.
38234         (fma_test_upward): Likewise.
38235         (main): Call the new functions.
38237 2012-09-28  David S. Miller  <davem@davemloft.net>
38239         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38241 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38243         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38244         instead of SIGALRM.
38246         * sysdeps/gnu/_G_config.h: Moved to ...
38247         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38248         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38249         * sysdeps/generic/_G_config.h: ... here.
38251         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38253         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38255         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38256         Conditionalize target on [libnss_test1.so-version].
38258         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38260         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38261         (elfobjdir): Move out of conditionals.
38263         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38264         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38265         (__nss_lookup_function): Conditionalize label remove_from_tree on
38266         [!DO_STATIC_NSS || SHARED], matching its only use.
38268 2012-09-28  David S. Miller  <davem@davemloft.net>
38270         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38271         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38272         file.
38273         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38274         sysdep_routines.
38275         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38276         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38277         when HWCAP_SPARC_CRYPTO is present.
38279 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38281         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38283 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38285         [BZ #6530]
38286         * stdio-common/vfprintf.c (process_string_arg): Revert
38287         2000-07-22 change.
38289 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38291         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38292         for testcase.
38293         * stdio-common/tst-sprintf.c: Include <locale.h>
38294         (main): Test sprintf's handling of incomplete multibyte
38295         characters.
38297 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38299         * elf/dl-runtime.c (VERSYMIDX): Removed.
38300         * elf/dl-version.c (VERSYMIDX): Likewise.
38301         * elf/do-rel.h (VERSYMIDX): Likewise.
38302         (VALIDX): Likewise.
38303         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38304         * elf/rtld.c (VALIDX): Likewise.
38305         (ADDRIDX): Likewise.
38306         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38307         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38308         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38309         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38310         (VALIDX): Likewise.
38311         (ADDRIDX): Likewise.
38313 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38315         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38317 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38319         [BZ #11438]
38320         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38321         to global scope.
38322         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38323         addresses are in the same scope as 192.0.2/24.
38324         * posix/gai.conf: Document new scope table defaults.
38326 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38328         [BZ #5298]
38329         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38330         for ftell.  Compute offsets from write pointers instead.
38331         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38333 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38335         [BZ #14543]
38336         * libio/Makefile (tests): New test case tst-fseek.
38337         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38338         combination works in wide mode.
38339         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38340         state when the external buffer state changes.
38342 2012-09-27  David S. Miller  <davem@davemloft.net>
38344         [BZ #14376]
38345         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38346         pass reloc->r_addend in as the 'high' argument to
38347         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38349         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38351 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38353         * rt/tst-aio2.c: Include <pthread.h>.
38354         * rt/tst-aio3.c: Likewise.
38356 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38358         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38360 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38362         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38363         contents on [SHARED].
38365 2012-09-26  Marek Polacek  <polacek@redhat.com>
38367         [BZ #14530]
38368         [BZ #13741]
38369         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38370         for C++ and GCC <4.3 as well as for non GCC compilers.
38372 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38374         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38376 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38378         * Makefile.in (all, install): Declare with .PHONY.
38379         Reported by Michael Hope <michael.hope@linaro.org>.
38381 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38383         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38384         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38385         system header.
38386         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38387         Likewise.
38388         (sydep_routines): Add the new and the internal functions.
38389         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38390         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38392         (GLIBC_2.17): Add the new function.
38393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38394         (GLIBC_2.17): Likewise.
38395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38396         (GLIBC_2.17): Likewise.
38397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38398         (GLIBC_2.17): Likewise.
38399         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38401 2012-09-25  Alan Modra  <amodra@gmail.com>
38403         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38404         Add release barrier before setting once_control to say
38405         initialisation is done.  Add hints on lwarx.  Use macro in
38406         place of isync.
38407         (clear_once_control): Add release barrier.
38409 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38411         [BZ #13629]
38412         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38413         specially.
38414         * math/s_clog10.c (__clog10): Likewise.
38415         * math/s_clog10f.c (__clog10f): Likewise.
38416         * math/s_clog10l.c (__clog10l): Likewise.
38417         * math/s_clogf.c (__clogf): Likewise.
38418         * math/s_clogl.c (__clogl): Likewise.
38419         * math/Makefile (libm-calls): Add x2y2m1.
38420         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38421         (__x2y2m1): Likewise.
38422         (__x2y2m1l): Likewise.
38423         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38424         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38425         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38426         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38427         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38428         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38429         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38430         * sysdeps/i386/fpu/libm-test-ulps: Update.
38431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38433         [BZ #14621]
38434         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38435         int as type of variable DEPTH.
38436         (glob): Use size_t instead of int as type of variables NEWCOUNT
38437         and OLD_PATHC.
38439 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38441         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38442         Add s_sincosf-sse2.
38443         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38444         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38445         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38446         macros for using routine as __sincosf_ia32.
38447         Use macro for function declaration and weak_alias.
38448         * sysdeps/i386/fpu/libm-test-ulps: Update.
38450         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38451         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38453         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38454         subnormal argument.
38455         * math/s_cexpf.c (__cexpf): Likewise.
38456         * math/s_csinf.c (__csinf): Likewise.
38457         * math/s_csinhf.c (__csinhf): Likewise.
38458         * math/s_ctanf.c (__ctanf): Likewise.
38459         * math/s_ctanhf.c (__ctanhf): Likewise.
38460         * math/s_ccosh.c (__ccoshf): Likewise.
38461         * math/s_cexp.c (__cexpl): Likewise.
38462         * math/s_csin.c (__csin): Likewise.
38463         * math/s_csinh.c (__csinh): Likewise.
38464         * math/s_ctan.c (__ctan): Likewise.
38465         * math/s_ctanh.c (ctanh): Likewise.
38466         * math/s_ccoshl.c (__ccoshl): Likewise.
38467         * math/s_cexpl.c (__cexpl): Likewise.
38468         * math/s_csinl.c (__csinl): Likewise.
38469         * math/s_csinhl.c (__csinhl): Likewise.
38470         * math/s_ctanl.c (__ctanl): Likewise.
38471         * math/s_ctanhl.c (__ctanhl): Likewise.
38473 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38475         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38476         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38477         (_IO_off_t): Define to __off_t, not _G_off_t.
38478         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38479         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38480         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38481         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38482         type of __dummy and __dummy2 fields.
38483         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38484         (_G_ssize_t): Likewise.
38485         (_G_off_t): Likewise.
38486         (_G_pid_t): Likewise.
38487         (_G_uid_t): Likewise.
38488         (_G_wchar_t): Likewise.
38489         (_G_wint_t): Likewise.
38490         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38491         (_G_ssize_t): Likewise.
38492         (_G_off_t): Likewise.
38493         (_G_pid_t): Likewise.
38494         (_G_uid_t): Likewise.
38495         (_G_wchar_t): Likewise.
38496         (_G_wint_t): Likewise.
38497         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38498         (_G_ssize_t): Likewise.
38499         (_G_off_t): Likewise.
38500         (_G_pid_t): Likewise.
38501         (_G_uid_t): Likewise.
38502         (_G_wchar_t): Likewise.
38503         (_G_wint_t): Likewise.
38505 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38507         * malloc/arena.c: Include malloc-sysdep.h.
38508         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38509         is sufficient to shrink the heap or an unmap is needed.
38510         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38511         new function check_may_shrink_heap.
38512         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38513         new function check_may_shrink_heap.
38515 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38517         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38518         comments.
38520 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38522         * catgets/test-gencat.sh: Add "set -e".
38523         * elf/tst-pathopt.sh: Likewise.
38524         * grp/tst_fgetgrent.sh: Likewise.
38525         * iconvdata/run-iconv-test.sh: Likewise.
38526         * intl/tst-gettext.sh: Likewise.
38527         * intl/tst-gettext2.sh: Likewise.
38528         * intl/tst-gettext4.sh: Likewise.
38529         * intl/tst-gettext6.sh: Likewise.
38530         * intl/tst-translit.sh: Likewise.
38531         * io/ftwtest-sh: Likewise.
38532         * libio/test-freopen.sh: Likewise.
38533         * malloc/tst-mtrace.sh: Likewise.
38534         * posix/globtest.sh: Likewise.
38535         * posix/tst-getconf.sh: Likewise.
38536         * posix/wordexp-tst.sh: Likewise.
38537         * stdio-common/tst-printf.sh: Likewise.
38538         * stdio-common/tst-unbputc.sh: Likewise.
38539         * stdlib/tst-fmtmsg.sh: Likewise.
38540         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38541         * catgets/Makefile: Do not specify -e option when running
38542         testsuite shell scripts.
38543         * elf/Makefile: Likewise.
38544         * grp/Makefile: Likewise.
38545         * iconvdata/Makefile: Likewise.
38546         * intl/Makefile: Likewise.
38547         * io/Makefile: Likewise.
38548         * libio/Makefile: Likewise.
38549         * malloc/Makefile: Likewise.
38550         * posix/Makefile: Likewise.
38551         * stdio-common/Makefile: Likewise.
38552         * stdlib/Makefile: Likewise.
38553         * sysdeps/x86_64/Makefile: Likewise.
38555         * io/ftwtest-sh: Add copyright header.
38556         * posix/globtest.sh: Likewise.
38557         * posix/tst-getconf.sh: Likewise.
38558         * posix/wordexp-tst.sh: Likewise.
38559         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38561 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38563         [BZ #13679]
38564         * Makeconfig (+link): Defined as $(+link-static) if
38565         $(build-shared) isn't yes.
38566         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38567         isn't yes.
38568         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38570         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38572         [BZ #14562]
38573         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38574         new chunk size with MALLOC_ALIGN_MASK.
38576 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38578         [BZ #5044]
38579         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38580         <rounding-mode.h>.
38581         (__printf_fphex): Determine rounding using get_rounding_mode and
38582         round_away.
38583         * stdio-common/tst-printf-round.c (struct hex_test): New
38584         structure.
38585         (hex_tests): New variable.
38586         (test_hex_in_one_mode): New function.
38587         (do_test): Also run tests for hex float output.
38589 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38591         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38592         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38593         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38594         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38595         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38596         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38597         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38598         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38600 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38602         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38603         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38604         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38605         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38607 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38609         [BZ #14579]
38610         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38611         mode only.
38612         * elf/tst-rtld-load-self.sh: New test.
38613         * elf/Makefile: Run it.
38615 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38617         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38618         (tst-writev-ENV): Remove.
38619         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38621 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38623         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38625 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38627         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38628         unconditional.
38629         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38630         Likewise.
38631         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38632         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38633         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38634         Likewise.
38636 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38638         [BZ #14587]
38639         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38640         * config.make.in (have-cpp-asm-debuginfo): Removed.
38641         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38642         * configure: Regenerated.
38644 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38646         [BZ #5044]
38647         * stdio-common/printf_fp.c: Include <stdbool.h> and
38648         <rounding-mode.h>.
38649         (___printf_fp): Determine rounding using get_rounding_mode and
38650         round_away.
38651         * stdio-common/tst-printf-round.c: New file.
38652         * stdio-common/Makefile (tests): Add tst-printf-round.
38653         (link-libm): New variable.
38654         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38656 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38658         [BZ #14576]
38659         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38660         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38661         Likewise.
38662         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38663         Likewise.
38665 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38667         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38668         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38669         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38670         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38672 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38674         [BZ #14518]
38675         * include/rounding-mode.h: New file.
38676         * sysdeps/generic/get-rounding-mode.h: Likewise.
38677         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38678         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38679         (MAX_VALUE): New macro.
38680         (MIN_VALUE): Likewise.
38681         (overflow_value): New function.
38682         (underflow_value): Likewise.
38683         (round_and_return): Use overflow_value and underflow_value to
38684         determine return values in overflow and underflow cases.  Use
38685         round_away to determine rounding depending on rounding mode.
38686         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38687         determine return values in overflow and underflow cases.
38688         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38689         (struct test_results): New structure.
38690         (struct test): Use struct test_results to store expected results
38691         for all rounding modes.
38692         (TEST): Include expected results for all rounding modes.
38693         (test_in_one_mode): New function.
38694         (do_test): Use test_in_one_mode to compute and check results.
38695         Check results for all rounding modes.
38696         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38697         $(link-libm).
38699 2012-12-09  Allan McRae  <allan@archlinux.org>
38701         * sysdeps/i386/fpu/libm-test-ulps: Update
38703 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38705         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38706         (_G_int32_t): Likewise.
38707         (_G_uint16_t): Likewise.
38708         (_G_uint32_t): Likewise.
38709         (_G_HAVE_BOOL): Likewise.
38710         (_G_HAVE_ATEXIT): Likewise.
38711         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38712         (_G_HAVE_IO_FILE_OPEN): Likewise.
38713         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38714         (_G_int32_t): Likewise.
38715         (_G_uint16_t): Likewise.
38716         (_G_uint32_t): Likewise.
38717         (_G_HAVE_BOOL): Likewise.
38718         (_G_HAVE_ATEXIT): Likewise.
38719         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38720         (_G_HAVE_IO_FILE_OPEN): Likewise.
38721         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38722         (_G_int32_t): Likewise.
38723         (_G_uint16_t): Likewise.
38724         (_G_uint32_t): Likewise.
38725         (_G_HAVE_BOOL): Likewise.
38726         (_G_HAVE_ATEXIT): Likewise.
38727         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38728         (_G_HAVE_IO_FILE_OPEN): Likewise.
38730 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38732         * csu/libc-tls.c: Update copyright years.
38734 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38736         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38737         [!_G_USING_THUNKS]: Remove conditional code.
38738         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38739         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38741         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38742         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38743         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38744         (_G_VTABLE_LABEL_PREFIX): Likewise.
38745         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38746         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38747         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38748         (_G_VTABLE_LABEL_PREFIX): Likewise.
38749         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38750         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38751         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38752         (_G_VTABLE_LABEL_PREFIX): Likewise.
38753         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38755 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
38757         * libio/Makefile: Include ../Makeconfig before tests.
38758         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38759         only if $(build-shared) is yes.
38761         * iconv/gconv_db.c: Update copyright years.
38763 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38765         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38766         unwind info if defined PIC. Fix special cases description.
38767         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38769         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38770         DP_HI_MASK entry.
38771         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38773 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
38775         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38777         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38778         is NULL.
38780         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38781         (LDLIBS-tst-chk4): This.
38782         (LDFLAGS-tst-chk5): Renamed to ...
38783         (LDLIBS-tst-chk5): This.
38784         (LDFLAGS-tst-chk6): Renamed to ...
38785         (LDLIBS-tst-chk6): This.
38786         (LDFLAGS-tst-lfschk4): Renamed to ...
38787         (LDLIBS-tst-lfschk4): This.
38788         (LDFLAGS-tst-lfschk5): Renamed to ...
38789         (LDLIBS-tst-lfschk5): This.
38790         (LDFLAGS-tst-lfschk6): Renamed to ...
38791         (LDLIBS-tst-lfschk6): This.
38793         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38794         on $(common-objpfx)soversions.mk.
38796 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
38798         [BZ #10014]
38799         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38800         example host name.
38802 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
38804         * malloc/arena.c (arena_get_retry): New function that gets
38805         another arena for the caller to try its request on.
38806         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38807         current arena cannot fulfill the request.
38808         (__libc_memalign): Likewise.
38809         (__libc_memalign): Likewise.
38810         (__libc_pvalloc): Likewise.
38811         (__libc_calloc): Likewise.
38813 2012-09-05  John Tobey  <john.tobey@gmail.com>
38815         [BZ #13542]
38816         * manual/arith.texi (Operations on Complex): Fix description
38817         of carg branch cut.
38819 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38821         [BZ #10014]
38822         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38823         host name.
38825         [BZ #10038]
38826         * manual/memory.texi (Memory): Make order of menu items match
38827         order of sections.
38829 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38831         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38832         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
38833         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38835 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38837         * csu/libc-tls.c (static_dtv): Renamed to ...
38838         (_dl_static_dtv): This.  Make it global.
38839         (_dl_initial_dtv): Removed.
38840         (__libc_setup_tls): Updated.
38841         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38842         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38843         DL_INITIAL_DTV.
38845 2012-09-06  Petr Machata  <pmachata@redhat.com>
38847         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38848         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38849         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38850         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38852 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38854         [BZ #14545]
38855         * csu/libc-tls.c (_dl_initial_dtv): New variable.
38856         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38857         freeing dtv[-1].
38859 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
38861         [BZ #14544]
38862         * Makeconfig (link-static-before-libc): Replace $(+prector)
38863         with $(+prectorT).
38864         (link-static-after-libc): Replace $(+postctor) with
38865         $(+postctorT).
38866         (link-bounded): Replace $(+prector)/$(+postctor) with
38867         $(+prectorT)/$(+postctorT).
38868         (+prectorT): New macro.
38869         (+postctorT): Likewise.
38871 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
38873         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38874         (round_str): Handle values above the maximum for IBM long double
38875         as inexact.
38876         * stdlib/tst-strtod-round.c (tests): Regenerated.
38878 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38880         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38881         assembler flag.
38882         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38883         zarch_nohighgprs around the zarch optimized routines.
38884         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38885         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38886         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38887         for zarch.
38889 2012-09-05  David S. Miller  <davem@davemloft.net>
38891         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38893         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38894         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38895         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38896         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38897         entries.
38899 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38901         * malloc/arena.c: Fold copyright years.
38902         * malloc/mcheck.c, malloc/memusage.c: Likewise.
38904 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38906         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38908 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38910         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
38912 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38914         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38915         change internal state upon failure.
38917 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
38919         * malloc/mcheck.c (mcheck_check_all): Fix typo.
38920         * malloc/memusage.c (mmap): Likewise.
38921         (mmap64, mremap): Likewise.  Adjust name in comment.
38923 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38925         * libio/fileops.c: Fix typos in comments.
38926         * libio/oldfileops.c: Likewise.
38927         * libio/wfileops.c: Likewise.
38929 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
38931         [BZ #1349]
38932         * malloc/Makefile (tests): Add tst-malloc-usable test case.
38933         (tst-malloc-usable-ENV): Set environment for test case.
38934         * malloc/hooks.c (malloc_check_get_size): New function to get
38935         requested size.
38936         * malloc/malloc.c (musable): Use malloc_check_get_size.
38937         * malloc/tst-malloc-usable.c: New test case.
38939 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38941         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38943 2012-09-05  Allan McRae  <allan@archlinux.org>
38945         [BZ #13966]
38946         * configure.in (CXX_SYSINCLUDES): Use compiler output to
38947         determine header location.
38948         * configure: Regenerated.
38950 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
38952         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38953         float format.
38954         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38955         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38956         format.
38957         (test): Regenerate.
38959 2012-09-04  David S. Miller  <davem@davemloft.net>
38961         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38962         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38963         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38965 2012-09-04  Florian Weimer  <fweimer@redhat.com>
38967         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38968         failures.
38970         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38972 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
38974         [BZ #9914]
38975         * libio/iogetdelim.c: Include <limits.h>.
38976         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38977         + len + 1 would overflow.
38979 2012-09-03  Andreas Jaeger  <aj@suse.de>
38981         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38982         * sysdeps/i386/fpu/libm-test-ulps: Update.
38984 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38986         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38987         Add s_sinf-sse2, s_conf-sse2.
38989         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38990         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38991         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38992         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38994         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38995         for using routine as __sinf_ia32.
38996         Use macro for function declaration and weak_alias.
38997         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38998         for using routine as __cosf_ia32.
38999         Use macro for function declaration and weak_alias.
39001         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39002         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39004         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39005         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39006         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39008         * math/libm-test.inc (cos_test): Add more test cases.
39009         (sin_test): Likewise.
39010         (sincos_test): Likewise.
39012 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39014         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39015         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39016         hidden.
39017         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39019 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39021         [BZ #14538]
39022         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39023         first element of the GOT.
39024         (elf_machine_load_address): Return the difference between
39025         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39027 2012-09-01  Allan McRae  <allan@archlinux.org>
39029         [BZ #13412]
39030         * configure.in (AWK): Require gawk version 3.0 or later.
39031         * configure: Regenerated.
39033 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39035         * sysdeps/unix/sysv/linux/kernel-features.h
39036         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39037         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39038         [__NR_clock_getres]: Make code unconditional.
39039         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39040         (clock_getcpuclockid): Remove code left unreachable by removal of
39041         conditionals.
39042         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39043         code unconditional.
39044         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39045         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39046         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39047         Make code unconditional.
39048         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39049         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39050         * sysdeps/unix/sysv/linux/clock_settime.c
39051         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39052         conditional code.
39053         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39054         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39056 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39058         [BZ #14476]
39059         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39060         scripts/test-installation.pl.
39062         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39063         and $ld_so_version if it is set.
39065 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39067         [BZ #14516]
39068         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39069         failure if reading from procfs failed.
39070         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39072 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39074         * sysdeps/unix/sysv/linux/kernel-features.h
39075         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39076         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39077         Remove conditional code.
39078         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39079         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39080         Remove conditional code.
39081         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39082         * sysdeps/unix/sysv/linux/i386/fxstat.c
39083         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39084         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39085         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39086         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39087         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39088         * sysdeps/unix/sysv/linux/i386/lxstat.c
39089         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39090         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39091         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39092         Remove conditional code.
39093         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39094         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39095         Remove conditional code.
39096         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39097         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39098         <kernel-features.h>.
39099         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39100         Remove.
39101         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39102         Remove conditional code.
39103         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39104         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39105         Remove conditional.
39107 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39109         [BZ #5400]
39110         * NEWS: Add fixed bug number.
39112 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39114         [BZ #14519]
39115         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39116         underflowing exponent in case of negative sign.
39117         * stdlib/tst-strtod-round-data: Add more tests.
39118         * stdlib/tst-strtod-round.c (tests): Regenerated.
39120         [BZ #3479]
39121         * stdlib/strtod_l.c (NDIG): Remove.
39122         (HEXNDIG): Likewise.
39123         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39124         smallest representable value.
39125         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39126         lie within an exact representation of 1/2 ulp of the result.
39127         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39128         unconditionally.
39129         (TENS_P9_IDX): Define unconditionally.
39130         (TENS_P9_SIZE): Likewise.
39131         (TENS_P10_IDX): Likewise.
39132         (TENS_P10_SIZE): Likewise.
39133         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39134         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39135         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39136         entries for 10^2^13 and 10^2^14.
39137         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39138         (TENS_P13_IDX): Define.
39139         (TENS_P13_SIZE): Likewise.
39140         (TENS_P14_IDX): Likewise.
39141         (TENS_P14_SIZE): Likewise.
39142         (_fpioconst_pow10): Change array size to
39143         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39144         unconditional.
39145         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39146         1024]: Add entries for 10^2^13 and 10^2^14.
39147         [LAST_POW10 > _LAST_POW10]: Remove #error.
39148         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39149         (_fpioconst_pow10): Change array size to
39150         FPIOCONST_POW10_ARRAY_SIZE.
39151         * stdlib/gen-fpioconst.c: New file.
39152         * stdlib/gen-tst-strtod-round.c: Likewise.
39153         * stdlib/tst-strtod-round-data: Likewise.
39154         * stdlib/tst-strtod-round.c: Likewise.
39155         * stdlib/Makefile (tests): Add tst-strtod-round.
39157         [BZ #14459]
39158         * stdlib/strtod_l.c: Include <stdint.h>.
39159         (NDEBUG): Do not define.
39160         (round_and_return): Change EXPONENT parameter to type intmax_t.
39161         Rearrange calculations to avoid internal overflow possibilities.
39162         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39163         Rearrange calculations to avoid internal overflow possibilities.
39164         Assert that number fits inside MPNSIZE limbs.
39165         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39166         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39167         calculations and add assertions to avoid internal overflow
39168         possibilities.  Add casts to avoid signed/unsigned operations.
39169         * stdlib/tst-strtod-overflow.c: New file.
39170         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39172 2012-08-25  Marek Polacek  <polacek@redhat.com>
39174         * time/time.h: Fix some typos in comments.
39176 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39178         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39179         * posix/tst-rfc3484-2.c: Likewise.
39180         * posix/tst-rfc3484-3.c: Likewise.
39182 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39184         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39185         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39187 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39189         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39190         #include of fxstatat64.c.
39192 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39194         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39195         * shadow/getspent_r.c: Likewise.
39196         * shadow/getspnam.c: Likewise.
39197         * shadow/getspnam_r.c: Likewise.
39198         * gshadow/getsgent.c: Likewise.
39199         * gshadow/getsgent_r.c: Likewise.
39200         * gshadow/getsgnam.c: Likewise.
39201         * gshadow/getsgnam_r.c: Likewise.
39202         * inet/getnetbyad.c: Likewise.
39203         * inet/getnetbyad_r.c: Likewise.
39204         * inet/getnetbynm.c: Likewise.
39205         * inet/getnetbynm_r.c: Likewise.
39206         * inet/getnetent.c: Likewise.
39207         * inet/getnetent_r.c: Likewise.
39208         * inet/getproto.c: Likewise.
39209         * inet/getproto_r.c: Likewise.
39210         * inet/getprtent.c: Likewise.
39211         * inet/getprtent_r.c: Likewise.
39212         * inet/getprtname.c: Likewise.
39213         * inet/getprtname_r.c: Likewise.
39214         * inet/getrpcbyname.c: Likewise.
39215         * inet/getrpcbyname_r.c: Likewise.
39216         * inet/getrpcbynumber.c: Likewise.
39217         * inet/getrpcbynumber_r.c: Likewise.
39218         * inet/getrpcent.c: Likewise.
39219         * inet/getrpcent_r.c: Likewise.
39220         * inet/getaliasent.c: Likewise.
39221         * inet/getaliasent_r.c: Likewise.
39222         * inet/getaliasname.c: Likewise.
39223         * inet/getaliasname_r.c: Likewise.
39224         * nscd/getgrgid_r.c: Likewise.
39225         * nscd/getgrnam_r.c: Likewise.
39226         * nscd/gethstbyad_r.c: Likewise.
39227         * nscd/gethstbynm3_r.c: Likewise.
39228         * nscd/getpwnam_r.c: Likewise.
39229         * nscd/getpwuid_r.c: Likewise.
39230         * nscd/getsrvbynm_r.c: Likewise.
39231         * nscd/getsrvbypt_r.c: Likewise.
39232         * nscd/gai.c: Likewise.
39234         * configure.in (build_nscd): New substituted variable, set
39235         by --disable-build-nscd and defaults to $use_nscd.
39236         * configure: Regenerated.
39237         * config.make.in (build-nscd): New substituted variable.
39238         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39239         Change conditional to require [$(build-nscd) = yes] as well.
39240         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39242         [BZ# 13696]
39243         * configure.in (use_nscd): New substituted variable, set by
39244         --disable-nscd.  If enabled, define USE_NSCD.
39245         * configure: Regenerated.
39246         * config.h.in: Add USE_NSCD.
39247         * config.make.in (use-nscd): New substituted variable.
39248         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39249         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39250         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39251         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39252         (CFLAGS-getgrnam_r.c): Likewise.
39253         (CFLAGS-initgroups.c): Likewise.
39254         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39255         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39256         Variables removed.
39257         * inet/getnetgrent_r.c
39258         (nscd_setnetgrent): New function, broken out of ...
39259         (setnetgrent): ... here.  Call it.
39260         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39261         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39262         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39263         * nscd/Makefile (routines, aux): Move definitions after include of
39264         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39265         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39266         Conditionalize on [USE_NSCD].
39267         (is_nscd, nscd_init_cb): Likewise.
39268         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39269         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39270         * nss/nss_db/db-init.c: Likewise.
39271         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39272         [USE_NSCD].
39273         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39274         (make_request): Use it.
39275         (cache_valid_p): New function.
39276         (__check_pf): Use it.
39277         * NEWS: Add item for --disable-nscd.
39279 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39281         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39282         to support sed >= 4.2.1-20-ga9bf076.
39283         * configure: Regenerated.
39285 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39287         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39288         Conditionalize whole body on [IREL].
39290 2012-08-22  Jeff Law <law@redhat.com>
39292         [BZ #14505]
39293         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39294         if the family is PF_UNSPEC.
39296 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39298         * Makerules (lib-version): Rename from V.
39299         (install-lib-nosubdir): Change V to lib-version.
39301 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39303         [BZ #14252]
39304         * powerpc32/power6/wcschr.c: New file.
39305         * powerpc32/power6/wcscpy.c: New file.
39306         * powerpc32/power6/wcsrchr.c: New file.
39307         * powerpc64/power6/wcschr.c: New file.
39308         * powerpc64/power6/wcscpy.c: New file.
39309         * powerpc64/power6/wcsrchr.c: New file.
39311 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39313         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39314         (two_way_short_needle): Use it.
39315         * string/strstr.c (AVAILABLE1_USES_J): Define.
39316         * string/strcasestr.c: Likewise.
39318         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39319         array references.
39320         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39322         [BZ #11607]
39323         * NEWS: Add an entry.
39324         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39325         define their defaults.
39326         (two_way_short_needle): Detect end-of-string on-the-fly.
39327         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39328         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39329         * string/bug-strcasestr1.c: New test.
39330         * string/Makefile: Run it.
39332 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39334         [BZ #11607]
39335         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39336         the first character.
39338 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39340         * csu/elf-init.c (__libc_csu_irel): Function removed.
39341         * csu/libc-start.c (apply_irel): New function.
39342         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39344 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39346         * sysdeps/unix/sysv/linux/kernel-features.h
39347         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39348         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39349         <kernel-features.h>.
39350         [__NR_fadvise64_64]: Make code unconditional.
39351         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39352         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39353         !__NR_fadvise64_64)]: Likewise.
39354         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39355         !__NR_fadvise64_64))]: Likewise.
39356         [__NR_fadvise64]: Make code unconditional.
39357         [!__NR_fadvise64]: Remove conditional code.
39358         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39359         <kernel-features.h>.
39360         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39361         unconditional.
39362         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39363         conditional code.
39364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39365         not include <kernel-features.h>.
39366         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39367         unconditional.
39368         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39369         conditional code.
39370         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39371         include <kernel-features.h>.
39372         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39373         unconditional.
39374         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39375         conditional code.
39377 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39379         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39380         slight instruction rearrangements per scrollpipe analysis.
39381         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39383 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39385         * manual/syslog.texi (syslog; vsyslog, closelog):
39386         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39387         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39389         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39390         DSOCAPS to match condition on defining it.
39392 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39394         * sysdeps/unix/sysv/linux/kernel-features.h
39395         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39397         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39398         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39400         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39401         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39403         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39404         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39406         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39407         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39409         * sysdeps/unix/sysv/linux/kernel-features.h
39410         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39411         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39412         unconditional.
39413         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39414         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39415         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39416         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39417         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39418         Make code unconditional.
39419         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39420         (__mmap64) [!__NR_mmap2]: Likewise.
39421         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39422         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39423         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39424         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39425         [__NR_mmap2]: Make code unconditional.
39426         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39427         (__mmap64) [!__NR_mmap2]: Likewise.
39429 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39431         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39433 2012-08-18  Andreas Jaeger  <aj@suse.de>
39435         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39437 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39439         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39440         * include/unistd.h (__have_sock_cloexec): Likewise.
39441         (__have_pipe2): Likewise.
39442         (__have_dup3): Likewise.
39444 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39446         [BZ #9685]
39447         * include/unistd.h (__have_pipe2): Change define into an extern int.
39448         (__have_dup3): Likewise.
39449         * socket/have_sock_cloexec.c: Include fcntl.h.
39450         (__have_pipe2): New variable.
39451         (__have_dup3): Likewise.
39453 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39455         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39457 2012-08-17  Marek Polacek  <polacek@redhat.com>
39459         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39460         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39462 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39464         * configure.in: Add AC_SUBST for sysheaders.
39465         * configure: Regenerated.
39466         * config.make.in (sysheaders): New substituted variable.
39468         * sysdeps/unix/mkfifo.c: Moved ...
39469         * sysdeps/posix/mkfifo.c: ... here.
39470         * sysdeps/unix/mkfifoat.c: Moved ...
39471         * sysdeps/posix/mkfifoat.c: ... here.
39473         * sysdeps/unix/utime.c: Moved ...
39474         * sysdeps/posix/utime.c: ... here.
39476         * sysdeps/unix/time.c: Moved ...
39477         * sysdeps/posix/time.c: ... here.
39478         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39479         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39481         * sysdeps/unix/nice.c: Moved ...
39482         * sysdeps/posix/nice.c: ... here.
39484         * sysdeps/unix/alarm.c: Moved ...
39485         * sysdeps/posix/alarm.c: ... here.
39487         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39489 2012-08-17  Jeff Law <law@redhat.com>
39491         * intl/Makefile (codeset_mo): New variable.
39492         ($(codeset_mo)): New target.
39493         (tst-codeset.out): Depend on that.  Remove explicit rule.
39494         (tst-gettext3.out, tst-gettext5.out): Likewise.
39495         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39496         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39497         * intl/tst-codeset.sh: Remove.
39498         * intl/tst-gettext3.sh: Likewise.
39499         * intl/tst-gettext5.sh: Likewise.
39501 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39503         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39504         * sysdeps/unix/syscalls.list: ... here.
39506         * sysdeps/posix/getaddrinfo.c
39507         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39508         (gaiconf_init, gaiconf_reload): Use them.
39509         [!_STATBUF_ST_NSEC]
39510         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39511         Define using time_t rather than struct timespec.
39513         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39514         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39515         Macros removed.
39516         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39517         [!NO_THREADS].
39518         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39519         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39520         Likewise.
39522         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39523         __libc_cleanup_push argument.
39525         * bits/param.h: New file.
39526         * misc/sys/param.h: New file.
39527         * include/sys/param.h: New file.
39528         * misc/Makefile (headers): Add bits/param.h.
39529         * sysdeps/generic/sys/param.h: File removed.
39530         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39531         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39532         * sysdeps/mach/hurd/bits/param.h: New file.
39533         * sysdeps/mach/hurd/sys/param.h: File removed.
39535         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39536         last change.
39538         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39539         [_IO_MTSAFE_IO].
39540         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39541         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39542         New macros.
39544         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39545         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39546         rather than -D_IO_MTSAFE_IO conditionally.
39547         * stdio-common/Makefile (CPPFLAGS): Likewise.
39548         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39549         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39550         Use $(libio-mtsafe).
39551         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39552         of -D_IO_MTSAFE_IO.
39553         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39554         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39555         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39556         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39557         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39558         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39559         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39560         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39561         (CFLAGS-fread_u_chk.c): Likewise.
39562         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39563         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39564         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39565         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39566         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39567         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39568         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39569         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39570         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39572         * libio/Makefile: Test [$(libc-reentrant) = yes]
39573         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39575         * Makeconfig
39576         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39577         * sysdeps/pthread/configure: File removed.
39578         * sysdeps/pthread/Makeconfig: New file.
39579         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39580         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39582 2012-08-16  Gary Benson  <gbenson@redhat.com>
39584         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39585         unmapping the first object in a namespace.
39587 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39589         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39590         (__internal_setnetgrent): ... this.  Add internal_function to
39591         definition.  Add libc_hidden_def.
39592         (setnetgrent): Update caller.
39593         (internal_endnetgrent): Renamed to ...
39594         (__internal_endnetgrent): ... this.  Add internal_function to
39595         definition.  Add libc_hidden_def.
39596         (endnetgrent): Update caller.
39597         (internal_getnetgrent_r): Renamed to ...
39598         (__internal_getnetgrent_r): ... this.  Add internal_function to
39599         definition.  Add libc_hidden_def.
39600         (__getnetgrent_r): Update caller.
39601         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39603 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39605         * stdlib/longlong.h: Update from GCC.
39607 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39609         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39610         on _QL, which is set by umul_ppmm but never used.
39611         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39612         variables, which are set by GMP macros but never used.
39613         * stdio-common/_itowa.c (_itowa): Likewise.
39614         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39615         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39617 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39619         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39620         struct La_sh_regs is not constant.
39621         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39622         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39623         and struct La_sparc64_regs are not constant.
39625 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39627         * sysdeps/unix/sysv/linux/kernel-features.h
39628         (__ASSUME_POSIX_TIMERS): Remove.
39629         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39630         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39631         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39632         Make code unconditional.
39633         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39634         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39635         Make code unconditional.
39636         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39637         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39638         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39639         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39640         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39641         Make code unconditional.
39642         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39643         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39644         (__libc_missing_posix_timers): Remove.
39646 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39648         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39649         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39651         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39653         * elf/dl-sym.c: Include <stdlib.h>.
39655         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39656         constants, which avoids warnings in 32-bit builds.
39658         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39659         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39661         * misc/lseek.c: File moved to ...
39662         * io/lseek.c: ... here.
39664         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39666         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39667         shifting LEN more than 31 bits at once.
39669 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39671         [BZ #14195]
39672         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39673         segmentation fault for a case of two empty input strings.
39674         * string/test-strncasecmp.c (check1): Renamed to...
39675         (bz12205): ...this.
39676         (bz14195): Add new testcase for two empty input strings and N > 0.
39677         (test_main): Call new testcase, adapt for renamed function.
39679 2012-08-15  Andreas Jaeger  <aj@suse.de>
39681         [BZ #14090]
39682         * crypt/md5test2.c: New test, based on test supplied by Serge
39683         Belyshev <belyshev@depni.sinp.msu.ru>.
39684         * crypt/Makefile (xtests): Add md5test-giant..
39685         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39687 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39689         [BZ #14090]
39690         * crypt/md5.c (md5_process_block): Don't assume the buffer
39691         length is less than 2**32.
39692         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39693         length is less than 2**64.
39695 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39697         * string/str-two-way.h: Include <sys/param.h>.
39698         (MAX): Macro removed.
39700         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39701         Move #define and #undef of memmove to just before and after
39702         including <string.h>.
39704         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39705         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39706         and after including <string.h>.  Move declarations of
39707         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39708         to before #include "string/memmove.c".
39710         * include/dirent.h: Declare __getdirentries.
39712         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39713         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39715 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39717         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39718         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39719         * sysdeps/i386/configure: Regenerated.
39720         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39721         STABS_CURRENT_FILE, and STABS_FUN.
39722         (END): Remove call to STABS_FUN_END.
39723         (STABS_CURRENT_FILE1): Delete.
39724         (STABS_CURRENT_FILE): Likewise.
39725         (STABS_FUN): Likewise.
39726         (STABS_FUN_END): Likewise.
39727         (STABS_FUN2): Likewise.
39728         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39729         * sysdeps/x86_64/configure: Regenerated.
39731 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39733         * elf/dl-open.c: Include <atomic.h>.
39734         * elf/dl-lookup.c: Likewise.
39736 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39738         * sysdeps/unix/sysv/linux/kernel-features.h
39739         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39740         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39741         unconditionally.
39742         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39743         unconditionally.
39744         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39745         condition on __ASSUME_CLONE_THREAD_FLAGS.
39747 2012-08-14  Andreas Jaeger  <aj@suse.de>
39749         * sysdeps/i386/fpu/libm-test-ulps: Update.
39751 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
39753         * include/atomic.h (atomic_exchange_and_add): Split into ...
39754         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39755         New atomic macros.
39757 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
39759         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39761 2012-08-13  Jeff Law <law@redhat.com>
39763         * manual/stdio.texi (snprintf): Clarify handling of the trailing
39764         null byte in the output string.
39766 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
39768         * sysdeps/unix/sysv/linux/kernel-features.h
39769         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39770         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39771         (__ASSUME_ARG_MAX_STACK_BASED): Define.
39772         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39773         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39774         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
39775         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39777 2012-08-09  Jeff Law <law@redhat.com>
39779         [BZ #13939]
39780         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39781         When avoid_arena is set, don't retry in the that arena.  Pick the
39782         next one, whatever it might be.
39783         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39784         (arena_lock): Pass in new parameter to arena_get2.
39785         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39786         arena_get2.
39787         (__libc_malloc): Unify retrying after main arena failure with
39788         __libc_memalign version.
39789         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39791 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
39793         [BZ #14166]
39794         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39795         to __redirect_strstr.
39796         (__strstr_sse42): Use typeof __redirect_strstr.
39797         (__strstr_ia32): Likewise.
39798         (__libc_strstr): New prototype.
39799         (strstr): Renamed to ...
39800         (__libc_strstr): This.
39801         (strstr): New strong alias of __libc_strstr.
39802         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39803         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39804         __redirect_time.
39805         Include <time.h>.
39806         (__libc_time): New prototype.
39807         (time_ifunc): Replace time with __libc_time.
39808         (time): New strong alias and hidden definition of __libc_time.
39809         (__GI_time): Remove strong alias.
39810         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39811         Include <stddef.h>.
39812         (memmove): Redefined to __redirect_memmove.
39813         (__memmove_sse2): Use typeof __redirect_memmove.
39814         (__memmove_ssse3): Likewise.
39815         (__memmove_ssse3_back): Likewise.
39816         (__libc_memmove): New prototype.
39817         (memmove): Renamed to ...
39818         (__libc_memmove): This.
39819         (memmove): New strong alias of __libc_memmove.
39821 2012-08-08  Mark Salter  <msalter@redhat.com>
39823         * elf/elf.h
39824         (R_MN10300_TLS_GD): Define.
39825         (R_MN10300_TLS_LD): Likewise.
39826         (R_MN10300_TLS_LDO): Likewise.
39827         (R_MN10300_TLS_GOTIE): Likewise.
39828         (R_MN10300_TLS_IE): Likewise.
39829         (R_MN10300_TLS_LE): Likewise.
39830         (R_MN10300_TLS_DTPMOD): Likewise.
39831         (R_MN10300_TLS_DTPOFF): Likewise.
39832         (R_MN10300_TLS_TPOFF): Likewise.
39833         (R_MN10300_SYM_DIFF): Likewise.
39834         (R_MN10300_ALIGN): Likewise.
39835         (R_MN10300_NUM): Update.
39837 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
39839         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39840         Remove.
39842 2012-08-08  Roland McGrath  <roland@hack.frob.com>
39844         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39846         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39847         sysdeps/unix -> sysdeps/posix move.
39848         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39850 2012-08-07      Allan McRae     <allan@archlinux.org>
39852         [BZ #14303]
39853         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39854         (SUNOS_CPP): Likewise.
39855         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39856         not found.
39857         (open_input): Call CPP using execvp.
39859 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39861         * sysdeps/unix/sysv/linux/kernel-features.h
39862         (__ASSUME_PROT_GROWSUPDOWN): Remove.
39863         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39864         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39865         (__ASSUME_WAITID_SYSCALL): Likewise.
39866         * sysdeps/unix/sysv/linux/dl-execstack.c
39867         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39868         code unconditional.
39869         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39870         conditional code.
39871         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39872         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39873         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39874         code.
39875         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39876         unconditional.
39877         [__ASSUME_WAITID_SYSCALL]: Likewise.
39878         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39880 2012-08-07  Roland McGrath  <roland@hack.frob.com>
39882         * sysdeps/unix/closedir.c: Renamed to ...
39883         * sysdeps/posix/closedir.c: ... here.
39884         * sysdeps/unix/dirfd.c: Renamed to ...
39885         * sysdeps/posix/dirfd.c: ... here.
39886         * sysdeps/unix/dirstream.h: Renamed to ...
39887         * sysdeps/posix/dirstream.h: ... here.
39888         * sysdeps/unix/fdopendir.c: Renamed to ...
39889         * sysdeps/posix/fdopendir.c: ... here.
39890         * sysdeps/unix/opendir.c: Renamed to ...
39891         * sysdeps/posix/opendir.c: ... here.
39892         * sysdeps/unix/readdir.c: Renamed to ...
39893         * sysdeps/posix/readdir.c: ... here.
39894         * sysdeps/unix/readdir_r.c: Renamed to ...
39895         * sysdeps/posix/readdir_r.c: ... here.
39896         * sysdeps/unix/rewinddir.c: Renamed to ...
39897         * sysdeps/posix/rewinddir.c: ... here.
39898         * sysdeps/unix/seekdir.c: Renamed to ...
39899         * sysdeps/posix/seekdir.c: ... here.
39900         * sysdeps/unix/telldir.c: Renamed to ...
39901         * sysdeps/posix/telldir.c: ... here.
39902         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39903         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39904         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39905         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39907         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39908         * bits/fcntl.h: ... here.
39910         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39911         not 0.
39912         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39913         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39914         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39915         (struct flock): Move l_start, l_len to the beginning.
39916         Use __pid_t for l_pid.
39917         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39918         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39919         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39920         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39921         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39922         [__USE_LARGEFILE64] (struct flock64): New type.
39923         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39925         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39926         * bits/dirent.h: ... here.
39928         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39929         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39931 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
39933         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39934         Change from 2.6.0 to 2.6.16.
39935         * sysdeps/unix/sysv/linux/configure: Regenerated.
39936         * sysdeps/unix/sysv/linux/kernel-features.h
39937         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39938         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39939         version.
39940         (__ASSUME_UTIMES): Likewise.
39941         (__ASSUME_CLONE_STOPPED): Remove.
39942         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39943         architectures, not kernel version.
39944         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39945         (__ASSUME_NO_CLONE_DETACHED): Likewise.
39946         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39947         (__ASSUME_WAITID_SYSCALL): Likewise.
39948         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39949         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39950         * README: State 2.6.16 as minimum Linux kernel version.  Do not
39951         refer to older versions.
39953 2012-08-06  Roland McGrath  <roland@hack.frob.com>
39955         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39956         Define alphasort64 as an alias.
39957         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39958         Define versionsort64 as an alias.
39959         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39960         Define scandir64 as an alias.
39961         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39962         Define scandirat64 as an alias.
39963         * dirent/alphasort64.c (alphasort64):
39964         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39965         * dirent/versionsort64.c: Likewise.
39966         * dirent/scandir64.c: Likewise.
39967         * dirent/scandirat64.c: Likewise.
39968         * sysdeps/wordsize-64/alphasort.c: File removed.
39969         * sysdeps/wordsize-64/alphasort64.c: File removed.
39970         * sysdeps/wordsize-64/scandir.c: File removed.
39971         * sysdeps/wordsize-64/scandir64.c: File removed.
39972         * sysdeps/wordsize-64/scandirat.c: File removed.
39973         * sysdeps/wordsize-64/scandirat64.c: File removed.
39974         * sysdeps/wordsize-64/versionsort.c: File removed.
39975         * sysdeps/wordsize-64/versionsort64.c: File removed.
39976         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39977         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39978         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39979         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39980         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39981         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39982         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39983         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39985         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39986         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39987         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39988         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39989         [defined __arch64__ || defined __sparcv9]
39990         (__INO_T_MATCHES_INO64_T): New macro.
39991         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39992         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39993         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39994         * sysdeps/unix/sysv/linux/bits/dirent.h
39995         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39996         (_DIRENT_MATCHES_DIRENT64): New macro.
39998         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39999         Define lockf64 as an alias.
40000         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40001         Define fseeko64 as an alias.
40002         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40003         Define ftello64 as an alias.
40004         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40005         Define _IO_fgetpos64 and fgetpos64 as aliases.
40006         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40007         Define _IO_fsetpos64 and fsetpos64 as aliases.
40008         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40009         Conditionalize body on this.
40010         * libio/fseeko64.c: Likewise.
40011         * libio/ftello64.c: Likewise.
40012         * libio/iofgetpos64.c: Likewise.
40013         * libio/iofsetpos64.c: Likewise.
40014         * sysdeps/wordsize-64/lockf.c: File removed.
40015         * sysdeps/wordsize-64/lockf64.c: File removed.
40016         * sysdeps/wordsize-64/fseeko.c: File removed.
40017         * sysdeps/wordsize-64/fseeko64.c: File removed.
40018         * sysdeps/wordsize-64/ftello.c: File removed.
40019         * sysdeps/wordsize-64/ftello64.c: File removed.
40020         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40021         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40022         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40023         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40024         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40025         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40026         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40027         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40028         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40029         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40030         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40031         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40032         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40033         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40035         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40036         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40037         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40038         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40039         [defined __arch64__ || defined __sparcv9]
40040         (__OFF_T_MATCHES_OFF64_T): New macro.
40041         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40042         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40043         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40044         (__OFF_T_MATCHES_OFF64_T): New macro.
40046 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40048         * stdlib/secure-getenv.c (__secure_getenv): Replace
40049         GLIBC_2_16 with GLIBC_2_17.
40051 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40053         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40054         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40056 2012-08-03  David S. Miller  <davem@davemloft.net>
40058         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40060 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40062         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40063         Remove.
40064         (__ASSUME_CORRECT_SI_PID): Likewise.
40065         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40066         (__ASSUME_TMPFS_NAME): Likewise.
40067         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40068         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40069         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40070         (HAVE_AUX_SECURE): Make definition unconditional.
40071         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40072         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40074 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40076         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40077         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40078         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40079         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40080         __eloop_threshold instead of SYMLOOP_MAX.
40082         * sysdeps/generic/eloop-threshold.h: New file.
40083         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40084         of MAXSYMLINKS.
40085         * elf/chroot_canon.c (chroot_canon): Likewise.
40087 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40089         [BZ #13717]
40090         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40091         Change to 2.6.0 everywhere.
40092         * sysdeps/unix/sysv/linux/configure: Regenerated.
40093         * sysdeps/unix/sysv/linux/kernel-features.h
40094         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40095         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40096         kernel versions.
40097         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40098         (__ASSUME_FUTEX_REQUEUE): Remove.
40099         (__ASSUME_STATFS64): Define unconditionally.
40100         (__ASSUME_AT_SECURE): Likewise.
40101         (__ASSUME_CORRECT_SI_PID): Likewise.
40102         (__ASSUME_TGKILL): Define without depending on kernel version for
40103         i386.
40104         (__ASSUME_UTIMES): Likewise.
40105         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40106         kernel version.
40107         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40108         (__ASSUME_TMPFS_NAME): Likewise.
40109         * README: Update reference to Linux kernel versions.
40111 2012-08-02  Marek Polacek  <polacek@redhat.com>
40113         [BZ# 14150]
40114         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40115         libc_cv_asm_type_prefix with %.
40116         * configure: Regenerated.
40117         * include/libc-symbols.h: Remove comment about
40118         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40119         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40120         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40121         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40122         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40123         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40124         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40125         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40126         * elf/tst-unique2mod1.c: Likewise.
40127         * elf/tst-unique1mod2.c: Likewise.
40128         * elf/tst-unique1mod1.c: Likewise.
40129         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40130         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40131         Replace ASM_TYPE_DIRECTIVE with .type.
40132         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40133         * sysdeps/i386/sysdep.h: Likewise.
40134         * sysdeps/x86_64/sysdep.h: Likewise.
40135         * sysdeps/sh/sysdep.h: Likewise.
40136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40137         Do not define ASM_TYPE_DIRECTIVE.
40138         * sysdeps/powerpc/sysdep.h: Likewise.
40139         * sysdeps/powerpc/powerpc32/sysdep.h:
40140         Replace ASM_TYPE_DIRECTIVE with .type.
40141         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40142         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40143         * sysdeps/i386/fpu/e_powf.S: Likewise.
40144         * sysdeps/i386/fpu/e_expl.S: Likewise.
40145         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40146         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40147         * sysdeps/i386/fpu/e_pow.S: Likewise.
40148         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40149         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40150         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40151         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40152         * sysdeps/i386/fpu/e_log2.S: Likewise.
40153         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40154         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40155         * sysdeps/i386/fpu/e_powl.S: Likewise.
40156         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40157         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40158         * sysdeps/i386/fpu/e_logl.S: Likewise.
40159         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40160         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40161         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40162         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40163         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40164         * sysdeps/i386/fpu/e_log.S: Likewise.
40165         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40166         * sysdeps/i386/fpu/e_logf.S: Likewise.
40167         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40168         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40169         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40170         * sysdeps/i386/fpu/e_log10.S: Likewise.
40171         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40172         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40173         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40174         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40175         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40176         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40177         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40178         * sysdeps/i386/i686/strtok.S: Likewise.
40179         * sysdeps/i386/i386-mcount.S: Likewise.
40180         * sysdeps/i386/strtok.S: Likewise.
40181         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40182         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40183         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40184         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40185         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40186         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40187         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40188         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40189         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40190         * sysdeps/x86_64/_mcount.S: Likewise.
40191         * sysdeps/x86_64/strtok.S: Likewise.
40192         * sysdeps/sh/_mcount.S: Likewise.
40194 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40196         * libio/iofopen.c: Include <fcntl.h>.
40197         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40198         (_IO_fopen64, fopen64): Define as aliases.
40199         * libio/iofopen64.c: Include <fcntl.h>.
40200         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40201         Conditionalize body on this.
40202         * sysdeps/wordsize-64/iofopen.c: File removed.
40203         * sysdeps/wordsize-64/iofopen64.c: File removed.
40205 2012-08-01  Marek Polacek  <polacek@redhat.com>
40207         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40208         Use dlfcn directly instead of a variable.
40209         (binfmt-subdir): Do not define.
40210         (dlfcn): Likewise.
40212 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40214         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40215         Remove all definitions.
40216         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40217         <kernel-features.h>.
40218         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40219         (miss_F_GETOWN_EX): Remove all definitions.
40220         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40221         macro definition.
40222         [!__ASSUME_FCNTL64]: Remove conditional code.
40223         [__ASSUME_FCNTL64]: Make code unconditional.
40224         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40225         <kernel-features.h>.
40226         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40227         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40228         (lockf64) [__NR_fcntl64]: Make code unconditional.
40229         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40231         * sysdeps/unix/sysv/linux/kernel-features.h
40232         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40233         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40234         Make code unconditional.
40235         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40236         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40238         [__NR_vfork]: Make code unconditional.
40239         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40240         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40242         [__NR_vfork]: Make code unconditional.
40243         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40244         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40246 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40248         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40249         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40251         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40252         Define mkstemp64 as an alias.
40253         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40254         Define mkstemps64 as an alias.
40255         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40256         Define mkostemp64 as an alias.
40257         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40258         Define mkostemps64 as an alias.
40259         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40260         Conditionalize body on this.
40261         * misc/mkostemp64.c: Likewise.
40262         * misc/mkostemps64.c: Likewise.
40263         * misc/mkstemps64.c: Likewise.
40264         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40265         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40266         * sysdeps/wordsize-64/mkostemp.c: File removed.
40267         * sysdeps/wordsize-64/mkstemp.c: File removed.
40268         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40269         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40270         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40271         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40273         [BZ #14138]
40274         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40275         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40276         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40277         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40279         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40280         compat_symbol macros from <shlib-compat.h> rather than the underlying
40281         default_symbol_version and symbol_version macros, so that DEFAULT
40282         lines in shlib-versions are respected.
40283         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40285 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40287         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40288         Declare with warn_unused_result.
40289         (setgid, setregid, setegid, setresgid): Likewise.
40290         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40291         Likewise.
40292         * WUR-REPORT: Remove set*id functions.
40294 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40296         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40298 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40300         [BZ #10191]
40301         * include/sys/socket.h (__libc_accept, __libc_accept4):
40302         Add attribute_hidden.
40303         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40305         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40306         use of PTR_MANGLE.
40307         * inet/getnetgrent_r.c (setup): Likewise.
40309         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40311 2012-07-31  David S. Miller  <davem@davemloft.net>
40313         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40315 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40317         [BZ #13629]
40318         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40319         value between 1.0 and 2.0 and smaller part has absolute value less
40320         than 1.0.
40321         * math/s_clog10.c (__clog10): Likewise.
40322         * math/s_clog10f.c (__clog10f): Likewise.
40323         * math/s_clog10l.c (__clog10l): Likewise.
40324         * math/s_clogf.c (__clogf): Likewise.
40325         * math/s_clogl.c (__clogl): Likewise.
40326         * math/libm-test.inc (clog_test): Add more tests.
40327         (clog10_test): Likewise.
40328         * sysdeps/i386/fpu/libm-test-ulps: Update.
40329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40331 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40333         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40334         Exit with zero in case no suitable GID is found, and write a
40335         message to standard error.
40337 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40339         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40340         rather than to 1.
40341         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40342         (MAXPATHLEN): Removed.
40343         (NOGROUP, NODEV): New macros.
40344         (setbit, clrbit, isset, isclr): New macros.
40345         (howmany, roundup, powerof2): New macros.
40346         (DEV_BSIZE): New macro.
40348         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40349         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40351         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40352         definition on [!__NO_LONG_DOUBLE_MATH].
40354         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40355         PTR_MANGLE and PTR_DEMANGLE.
40357         * socket/accept4.c (accept4): Rename to __libc_accept4.
40358         Define accept4 as a weak alias.
40360         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40361         on [_DIRENT_HAVE_D_TYPE].
40362         * io/ftw.c (ftw_dir): Likewise.
40364         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40366         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40368         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40369         Use the BSD numbers rather than the arbitrary ones we had.
40370         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40371         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40372         (SIGXCPU, SIGXFSZ): New macros.
40373         (_NSIG): Now 32.
40375         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40376         initializer on [_LIBC_REENTRANT].
40378         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40379         definitions inside [_POSIX_MAPPED_FILES].
40381         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40383         * dirent/opendir.c: Include <fcntl.h>.
40385         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40386         (__libc_getspecific): Likewise.
40387         (__libc_key_create): Likewise.
40389         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40390         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40391         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40392         (tmpfile64): Define as alias.
40393         * sysdeps/wordsize-64/tmpfile.c: File removed.
40394         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40395         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40396         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40398         * stdio-common/vfscanf.c: Include <stdbool.h>.
40399         * nss/makedb.c: Likewise.
40400         * stdio-common/_i18n_number.h: Likewise.
40401         * argp/argp-help.c: Likewise.
40402         * posix/wordexp.c: Likewise.
40403         * sysdeps/posix/spawni.c: Likewise.
40404         * nss/nss_files/files-initgroups.c: Likewise.
40405         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40406         * nss/nss_files/files-initgroups.c: Likewise.
40407         * nss/nss_db/db-netgrp.c: Likewise.
40408         * nss/nss_db/db-initgroups.c: Likewise.
40409         * io/fchmodat.c: Include <sys/stat.h>.
40411         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40412         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40414         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40415         [HAVE_MMAP].
40417         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40418         Add multiple inclusion protection.
40420 2012-07-27  David S. Miller  <davem@davemloft.net>
40422         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40424 2012-07-27  Gary Benson  <gbenson@redhat.com>
40426         [BZ #14298]
40427         * elf/rtld.c: Include <stap-probe.h>.
40428         (dl_main): Added static probes "init_start" and "init_complete".
40429         * elf/dl-load.c: Include <stap-probe.h>.
40430         (lose): Take new parameter "nsid".
40431         Added static probe "map_failed".
40432         (_dl_map_object_from_fd): Pass namespace id to lose.
40433         Added static probe "map_start".
40434         (open_verify): Pass namespace id to lose.
40435         * elf/dl-open.c: Include <stap-probe.h>.
40436         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40437         and "reloc_complete".
40438         * elf/dl-close.c: Include <stap-probe.h>.
40439         (_dl_close_worker): Added static probes "unmap_start" and
40440         "unmap_complete".
40441         * elf/rtld-debugger-interface.txt: New file documenting the above.
40443 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40445         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40446         rather than a string variable.
40447         * sunrpc/rpc_main.c (h_output): Likewise.
40448         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40450 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40452         * inet/check_native.c: New file.
40454 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40456         [BZ #13629]
40457         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40458         if larger part has absolute value 1.0.
40459         * math/s_clog10.c (__clog10): Likewise.
40460         * math/s_clog10f.c (__clog10f): Likewise.
40461         * math/s_clog10l.c (__clog10l): Likewise.
40462         * math/s_clogf.c (__clogf): Likewise.
40463         * math/s_clogl.c (__clogl): Likewise.
40464         * math/libm-test.inc (clog_test): Add more tests.
40465         (clog10_test): Likewise.
40466         * sysdeps/i386/fpu/libm-test-ulps: Update.
40467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40469         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40470         (pltexit): Likewise.
40471         (La_regs): Likewise.
40472         (La_retval): Likewise.
40473         (int_retval): Likewise.
40474         Update #error for removed macros to refer only to definitions in
40475         tst-audit.h.
40476         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40477         macro.
40478         (pltexit): Likewise.
40479         (La_regs): Likewise.
40480         (La_retval): Likewise.
40481         (int_retval): Likewise.
40482         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40483         macro.
40484         (pltexit): Likewise.
40485         (La_regs): Likewise.
40486         (La_retval): Likewise.
40487         (int_retval): Likewise.
40488         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40489         macro.
40490         (pltexit): Likewise.
40491         (La_regs): Likewise.
40492         (La_retval): Likewise.
40493         (int_retval): Likewise.
40494         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40495         macro.
40496         (pltexit): Likewise.
40497         (La_regs): Likewise.
40498         (La_retval): Likewise.
40499         (int_retval): Likewise.
40500         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40501         macro.
40502         (pltexit): Likewise.
40503         (La_regs): Likewise.
40504         (La_retval): Likewise.
40505         (int_retval): Likewise.
40506         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40507         macro.
40508         (pltexit): Likewise.
40509         (La_regs): Likewise.
40510         (La_retval): Likewise.
40511         (int_retval): Likewise.
40512         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40513         macro definitions in tst-audit.h.
40514         * sysdeps/i386/tst-audit.h: New file.
40515         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40516         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40517         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40518         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40519         * sysdeps/sh/tst-audit.h: Likewise.
40520         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40521         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40522         * sysdeps/x86_64/tst-audit.h: Likewise.
40524 2012-07-26  Andreas Jaeger  <aj@suse.de>
40526         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40527         ptrace.
40529         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40530         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40531         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40532         PTRACE_O_MASK.
40533         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40534         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40535         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40537         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40538         value.
40540         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40541         _sigsys.
40542         (si_call_addr, si_syscall, si_arch): Define new macro.
40543         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40544         _sigsys.
40545         (si_call_addr, si_syscall, si_arch): Define new marcro.
40546         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40547         _sigsys.
40548         (si_call_addr, si_syscall, si_arch): Define new macro.
40549         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40550         _sigsys.
40551         (si_call_addr, si_syscall, si_arch): Define new macro.
40553 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40555         [BZ #13717]
40556         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40557         Change to 2.4.21 where previously 2.4.1.
40558         * sysdeps/unix/sysv/linux/configure: Regenerated.
40559         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40560         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40561         Linux kernel version.
40562         (__ASSUME_STD_AUXV): Remove.
40563         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40564         kernel version.
40565         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40566         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40567         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40568         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40569         (__ASSUME_NETLINK_SUPPORT): Likewise.
40570         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40571         (__no_netlink_support): Remove conditional definition.
40572         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40573         Remove.
40574         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40575         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40576         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40577         (if_nameindex_ioctl): Remove.
40578         (if_nameindex_netlink): Do not handle __no_netlink_support.
40579         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40580         code.
40581         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40582         Remove conditional code.
40583         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40584         code.
40585         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40586         unconditional.
40587         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40588         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40589         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40590         Remove.
40591         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40592         [!__ASSUME_STD_AUXV]: Remove conditional code.
40593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40594         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40595         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40597         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40598         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40599         code.
40600         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40602         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40603         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40604         conditional code.
40605         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40607         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40608         code.
40609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40610         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40611         conditional code.
40612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40613         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40614         code unconditional.
40615         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40616         conditional code.
40617         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40618         unconditional.
40619         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40620         conditional code.
40621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40622         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40623         unconditional.
40624         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40625         conditional code.
40626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40627         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40628         code unconditional.
40629         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40630         conditional code.
40631         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40632         unconditional.
40633         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40634         conditional code.
40635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40636         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40637         code unconditional.
40638         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40639         conditional code.
40640         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40641         unconditional.
40642         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40643         conditional code.
40645 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40647         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40648         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40649         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40650         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40651         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40652         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40653         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40654         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40655         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40656         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40657         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40658         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40659         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40660         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40661         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40662         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40663         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40664         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40665         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40666         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40667         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40668         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40669         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40671 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40673         * Versions.def: Add GLIBC_2.17.
40674         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40675         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40676         Introduce __libc_secure_getenv.
40677         * stdlib/Versions (2.17): Add secure_getenv
40678         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40679         * stdlib/secure-getenv.c: Rename __secure_getenv to
40680         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40681         symbol __secure_getenv for GLIBC_2.0.
40682         * stdlib/tst-secure-getenv.c: New.
40683         * stdlib/Makefile (tests): Add testcase.
40684         * manual/startup.texi (Environment Access): Document
40685         secure_getenv.
40686         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40687         __libc_secure_getenv.
40688         * inet/ruserpass.c (ruserpass): Likewise.
40689         * malloc/mtrace.c (mtrace): Likewise.
40690         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40691         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40692         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40693         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40694         HAVE_SECURE_GETENV.
40695         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40696         __secure_getenv to __libc_secure_getenv.
40697         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40699         Likewise.
40700         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40701         Likewise.
40702         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40703         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40704         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40705         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40706         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40707         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40708         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40710 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40712         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40713         (struct La_i86_retval): Likewise.
40714         (struct La_x86_64_regs): Likewise.
40715         (struct La_x86_64_retval): Likewise.
40716         (struct La_x32_regs): Likewise.
40717         (struct La_x32_retval): Likewise.
40718         (struct La_ppc32_regs): Likewise.
40719         (struct La_ppc32_retval): Likewise.
40720         (struct La_ppc64_regs): Likewise.
40721         (struct La_ppc64_retval): Likewise.
40722         (struct La_sh_regs): Likewise.
40723         (struct La_sh_retval): Likewise.
40724         (struct La_s390_32_regs): Likewise.
40725         (struct La_s390_32_retval): Likewise.
40726         (struct La_s390_64_regs): Likewise.
40727         (struct La_s390_64_retval): Likewise.
40728         (struct La_sparc32_regs): Likewise.
40729         (struct La_sparc32_retval): Likewise.
40730         (struct La_sparc64_regs): Likewise.
40731         (struct La_sparc64_retval): Likewise.
40732         (struct audit_ifaces): Remove architecture-specific pltenter and
40733         pltexit members.
40734         * sysdeps/i386/ldsodefs.h: New file.
40735         * sysdeps/powerpc/ldsodefs.h: Likewise.
40736         * sysdeps/s390/ldsodefs.h: Likewise.
40737         * sysdeps/sh/ldsodefs.h: Likewise.
40738         * sysdeps/sparc/ldsodefs.h: Likewise.
40739         * sysdeps/x86_64/ldsodefs.h: Likewise.
40741 2012-07-25  Marek Polacek  <polacek@redhat.com>
40743         [BZ #6808]
40744         * math/libm-test.inc (yn_test): Add another test.
40745         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40746         to ERANGE when the result is +-Inf.
40747         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40748         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40749         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40750         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40752 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
40754         * conform/data/time.h-data (NULL): Use macro-constant.  Require
40755         equal to 0.
40756         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
40757         clock_t.
40758         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
40760 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
40762         * configure.in <sysdeps resolving>: Correct printing
40763         Implies_before.
40764         * configure: Regenerate.
40766 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
40768         * math/w_ilogb.c: Include <limits.h>.
40769         * math/w_ilogbl.c: Likewise.
40771 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40773         * manual/lang.texi (__va_copy): Document primarily as ISO C99
40774         va_copy.  Document allowing for unavailable va_copy only as
40775         pre-C99 compatibility.
40776         * manual/string.texi (Copying and Concatenation): Use va_copy
40777         instead of __va_copy in concat example.
40779 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
40781         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40782         (__sendto): Use create_address_port.  Initialize APORT and deallocate
40783         it if not null.
40785         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40786         with O_NOLINK passed to __file_name_lookup.
40788         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40789         with O_NOLINK passed to __file_name_lookup.
40791         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40792         negative N or less than NGIDS.
40794         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40795         type to string_t.  Set ERANGE as errno and return it if NAME is not big
40796         enough.  Use memcpy instead of strncpy.
40798 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
40800         * elf/Makefile (check-data): Remove.
40801         (localplt.data): New vpath directive.
40802         ($(objpfx)check-localplt.out): Use localplt.data from vpath
40803         instead of $(check-data).
40804         * scripts/data/localplt-generic.data: Move to ...
40805         * sysdeps/generic/localplt.data: ... here.
40806         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40807         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40808         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40810         ... here.
40811         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40813         ... here.
40814         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40815         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40816         ... here.
40817         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40818         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40819         ... here.
40820         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40821         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40822         ... here.
40823         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40824         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40825         ... here.
40827 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40829         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40830         PPC32 and PPC64 files.
40831         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40832         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40834 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40836         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40837         __makecontext_ret to ...
40838         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40839         ... here and call exit if uc_link is NULL.  New file.
40840         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40841         __makecontext_ret.S.
40842         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40843         __makecontext_ret to ...
40844         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40845         ... here and call exit if uc_link is NULL.  New file.
40846         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40847         __makecontext_ret.S.
40849 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40851         * elf/elf.h (R_390_IRELATIVE): New definition.
40852         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40853         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
40854         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40855         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40856         (elf_machine_lazy_rel): Likewise.
40857         * sysdeps/s390/dl-irel.h: New file.
40858         * sysdeps/s390/s390-64/memcpy.S: New asm code.
40859         * sysdeps/s390/s390-64/memset.S: New asm code.
40860         * sysdeps/s390/s390-64/memcmp.S: New asm code.
40861         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40862         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40863         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40864         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40865         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40866         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40867         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40868         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40869         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40870         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40871         * sysdeps/s390/s390-32/memcpy.S: New asm code.
40872         * sysdeps/s390/s390-32/memset.S: New asm code.
40873         * sysdeps/s390/s390-32/memcmp.S: New asm code.
40875 2012-07-17  Marek Polacek  <polacek@redhat.com>
40877         [BZ #14349]
40878         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40879         * sysdeps/s390/s390-64/configure.in: Likewise.
40880         * sysdeps/sparc/configure.in: Likewise.
40881         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40882         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40883         * sysdeps/i386/configure.in: Likewise.
40884         * sysdeps/x86_64/configure.in: Likewise.
40885         * sysdeps/sh/configure.in: Likewise.
40886         * sysdeps/s390/s390-32/configure: Regenerated.
40887         * sysdeps/s390/s390-64/configure: Likewise.
40888         * sysdeps/x86_64/configure: Likewise.
40889         * sysdeps/sh/configure: Likewise.
40890         * sysdeps/powerpc/powerpc64/configure: Likewise.
40891         * sysdeps/powerpc/powerpc32/configure: Likewise.
40892         * sysdeps/sparc/configure: Likwise.
40893         * sysdeps/i386/configure: Likewise.
40895         * elf/dl-open.c: Comment fixes.
40897 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
40899         * Makefile [CXX] (check-data): Remove.
40900         [CXX] (c++-types.data): New vpath directive.
40901         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40902         vpath.  Do not allow for C++ type data being missing.
40903         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40904         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40905         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40906         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40907         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40908         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40909         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40911         ... here.
40912         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40914         ... here.
40915         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40916         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40917         ... here.
40918         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40919         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40920         ... here.
40921         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40923         ... here.
40924         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40925         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40926         ... here.
40927         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40928         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40929         ... here.
40930         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40931         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40933         * elf/tls-macros.h (TLS_LE): Move architecture-specific
40934         definitions to architecture-specific files.
40935         (TLS_IE): Likewise.
40936         (TLS_LD): Likewise.
40937         (TLS_GD): Likewise.
40938         * sysdeps/i386/tls-macros.h: New file.
40939         * sysdeps/powerpc/tls-macros.h: Likewise.
40940         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40941         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40942         * sysdeps/sh/tls-macros.h: Likewise.
40943         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40944         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40945         * sysdeps/x86_64/tls-macros.h: Likewise.
40947 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40949         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40950         zero value for regular exit case.
40952         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40953         (__start_context): Preserve zero value for regular exit case.
40955 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
40956             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40958         * manual/setjmp.texi (setcontext): Clarify normal process
40959         termination when uc_link is the null pointer.
40960         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40961         exit call.
40963 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
40965         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40966         preprocessor.  Test for each exception mask separately.
40968 2012-07-16  Andreas Jaeger  <aj@suse.de>
40970         * po/ru.po: Update from translation team.
40972 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
40974         * conform/data/string.h-data (NULL): Use macro-constant.  Require
40975         equal to 0.
40976         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40977         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40978         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40979         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40980         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40982 2012-07-13  Andreas Jaeger  <aj@suse.de>
40984         * po/fr.po: Update from translation team.
40986 2012-07-12  Marek Polacek  <polacek@redhat.com>
40988         [BZ #14173]
40989         * math/libm-test.inc (yn_test): Add test for BZ #14173.
40990         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40991         loop condition.
40993 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
40995         [BZ #13717]
40996         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40997         Change to 2.4.1 where previously 2.4.0.
40998         * sysdeps/unix/sysv/linux/configure: Regenerated.
40999         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41000         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41001         version.
41002         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41003         (__ASSUME_AT_CLKTCK): Remove.
41004         (__ASSUME_AT_PAGESIZE): Likewise.
41005         (__ASSUME_AT_XID): Likewise.
41006         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41007         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41008         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41009         unconditionally.
41010         (HAVE_AUX_PAGESIZE): Likewise.
41011         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41012         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41013         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41015 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41017         [BZ #14307]
41018         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41019         the temporary buffer used to invoke __gethostbyname2_r,
41020         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41021         host_data / struct gaih_addrtuple.
41022         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41023         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41024         header file nss/nsswitch.h.
41025         * nss/nsswitch.h (global scope): Add definition of implementation
41026         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41027         resolv/nss_dns/dns-host.c).
41029 2012-07-11  Andreas Jaeger  <aj@suse.de>
41031         * po/fr.po: Update from translation team.
41033         * po/sv.po: Update from translation team
41034         * po/fr.po: Another update from translation team.
41036 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41038         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41039         for subnormals or multiply small sinh result by itself.
41040         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41041         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41043 2012-07-11  David S. Miller  <davem@davemloft.net>
41045         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41047 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41049         [BZ #14347]
41050         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41051         (INTERNAL_MARK): Shift it here.
41053 2012-07-10  Marek Polacek  <polacek@redhat.com>
41055         [BZ #14151]
41056         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41057         libc_cv_asm_global_directive with .globl.
41058         * configure: Regenerated.
41059         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41060         with .globl.
41061         * sysdeps/i386/configure: Regenerated.
41062         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41063         with .globl.
41064         * sysdeps/x86_64/configure: Regenerated.
41065         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41066         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41067         * elf/tst-unique2mod2.c: Likewise.
41068         * elf/tst-unique2mod1.c: Likewise.
41069         * elf/tst-unique1mod2.c: Likewise.
41070         * elf/tst-unique1mod1.c: Likewise.
41071         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41072         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41073         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41074         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41075         * sysdeps/mach/sysdep.h: Likewise.
41076         * sysdeps/i386/sysdep.h: Likewise.
41077         * sysdeps/i386/i386-mcount.S: Likewise.
41078         * sysdeps/x86_64/_mcount.S: Likewise.
41079         * sysdeps/x86_64/sysdep.h: Likewise.
41080         * sysdeps/sh/_mcount.S: Likewise.
41081         * sysdeps/sh/sysdep.h: Likewise.
41082         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41083         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41084         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41085         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41086         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41087         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41088         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41089         * locale/localeinfo.h: Likewise.
41090         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41091         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41093 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41095         [BZ #14336]
41096         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41097         system".
41098         * manual/message.texi (The Uniforum approach): Likewise.
41099         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41100         (glibc iconv Implementation): Likewise.
41102 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41104         [BZ #14337]
41105         * math/s_clog.c (__clog): Avoid scaling a value down where that
41106         could result in underflow.
41107         * math/s_clog10.c (__clog10): Likewise.
41108         * math/s_clog10f.c (__clog10f): Likewise.
41109         * math/s_clog10l.c (__clog10l): Likewise.
41110         * math/s_clogf.c (__clogf): Likewise.
41111         * math/s_clogl.c (__clogl): Likewise.
41112         * math/libm-test.inc (clog_test): Add more tests.
41113         (clog10_test): Likewise.
41114         * sysdeps/i386/fpu/libm-test-ulps: Update.
41115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41117 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41119         [BZ #14283]
41120         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41121         by 7 not 8 to examine high bit of fractional part.
41123         [BZ #14042]
41124         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41125         for call to __mcount_internal.
41126         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41127         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41128         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41130 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41132         [BZ #14154]
41133         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41134         approximation for values within 0x1p-13f of an odd multiple of
41135         pi/4.
41136         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41137         exception.  Add more tests.
41138         * sysdeps/i386/fpu/libm-test-ulps: Update.
41140         [BZ #6778]
41141         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41142         inputs and return -1 for them.  Do not check for +Inf in case not
41143         reachable for +Inf.
41144         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41145         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41146         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41147         and return -1 for them.  Do not check for +Inf in case not
41148         reachable for +Inf.
41149         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41150         define.
41151         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41152         and return -1 for them.  Do not check for +Inf in case not
41153         reachable for +Inf.
41154         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41155         spurious underflow.
41156         * sysdeps/i386/fpu/libm-test-ulps: Update.
41157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41159 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41161         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41163 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41165         [BZ #14157]
41166         [BZ #14331]
41167         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41168         could result in spurious underflow.  Scale down values above
41169         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41170         * math/s_csqrtf.c (__csqrtf): Likewise.
41171         * math/s_csqrtl.c (__csqrtl): Likewise.
41172         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41173         spurious underflow.
41174         * sysdeps/i386/fpu/libm-test-ulps: Update.
41175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41177 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41179         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41180         xopen-msg.sed.
41181         * catgets/xopen-msg.awk: New file.
41182         * catgets/xopen-msg.sed: Removed.
41184         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41185         po2text.sed.
41186         * intl/po2test.awk: New file.
41187         * intl/po2test.sed: Removed.
41189 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41191         [BZ #14328]
41192         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41193         or multiply small sinh result by itself.
41194         * math/s_ctanf.c (__ctanf): Likewise.
41195         * math/s_ctanh.c (__ctanh): Likewise.
41196         * math/s_ctanhf.c (__ctanhf): Likewise.
41197         * math/s_ctanhl.c (__ctanhl): Likewise.
41198         * math/s_ctanl.c (__ctanl): Likewise.
41199         * math/libm-test.inc (ctan_test_tonearest): New function.
41200         (ctan_test_towardzero): Likewise.
41201         (ctan_test_downward): Likewise.
41202         (ctan_test_upward): Likewise.
41203         (ctanh_test_tonearest): Likewise.
41204         (ctanh_test_towardzero): Likewise.
41205         (ctanh_test_downward): Likewise.
41206         (ctanh_test_upward): Likewise.
41207         (main): Call these new functions.
41208         * sysdeps/i386/fpu/libm-test-ulps: Update.
41209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41211 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41213         * .gitignore: Delete /ports entry.
41215 2012-07-03  Andreas Jaeger  <aj@suse.de>
41217         * po/bg.po: Update from translation team.
41218         * po/cs.po: Likewise.
41219         * po/de.po: Likewise.
41220         * po/hr.po: Likewise.
41221         * po/nl.pl: Likewise.
41222         * po/pl.po: Likewise.
41223         * po/vi.po: Likewise.
41225 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41227         * Makeconfig [!+link] (+link-before-libc): New variable.
41228         [!+link] (+link-after-libc): Likewise.
41229         [!+link] (+link-tests): Likewise.
41230         [!+link] (+link): Define in terms of $(+link-before-libc) and
41231         $(+link-after-libc).
41232         [!+link-static] (+link-static-before-libc): New variable.
41233         [!+link-static] (+link-static-after-libc): Likewise.
41234         [!+link-static] (+link-static-tests): Likewise.
41235         [!+link-static] (+link-static): Define in terms of
41236         $(+link-static-before-libc) and $(+link-static-after-libc).
41237         [build-shared] (link-libc-before-gnulib): New variable.
41238         [build-shared] (link-libc-tests): Likewise.
41239         [build-shared] (link-libc): Define in terms of
41240         $(link-libc-before-gnulib).
41241         [!build-shared] (link-libc-tests): New variable.
41242         (link-libc-static-tests): New variable.
41243         [!gnulib] (gnulib-arch): New variable.
41244         [!gnulib] (gnulib-tests): Likewise.
41245         [!gnulib] (static-gnulib-arch): Likewise.
41246         [!gnulib] (static-gnulib-tests): Likewise.
41247         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41248         Define with "=" instead of ":=".
41249         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41250         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41251         * Rules (binaries-all-notests): New variable.
41252         (binaries-all-tests): Likewise.
41253         (binaries-static-notests): Likewise.
41254         (binaries-static-tests): Likewise.
41255         (binaries-all): Define using $(binaries-all-notests) and
41256         $(binaries-all-tests).
41257         (binaries-static): Define using $(binaries-static-notests) and
41258         $(binaries-static-tests).
41259         (binaries-shared-tests): New variable.
41260         (binaries-shared-notests): Likewise.
41261         (binaries-shared): Remove variable.
41262         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41263         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41264         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41265         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41266         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41267         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41268         * elf/Makefile (sln-modules): New variable.
41269         (extra-objs): Add $(sln-modules:=.o).
41270         (ldconfig-modules): Add static-stubs.
41271         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41272         * elf/static-stubs.c: New file.
41274         [BZ #14283]
41275         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41276         by 7 not 8 to examine high bit of fractional part.  Use volatile
41277         variables when splitting into final array of floats if
41278         __FLT_EVAL_METHOD__ != 0.
41279         * math/libm-test.inc (cos_test): Add another test.
41280         (sin_test): Likewise.
41281         * sysdeps/i386/fpu/libm-test-ulps: Update.
41283         [BZ #14273]
41284         * math/libm-test.inc (cosh_test): Add more tests.
41286         * version.h (RELEASE): Set to "development".
41287         (VERSION): Set to "2.16.90".
41289 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41291         * NEWS: Update copyright. Remove last-updated date.
41292         Mention math library bug fixes and timezone data changes.
41293         * README: Mention GNU/Hurd, x32, and HPPA support status.
41295 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41297         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41299 2012-06-27  Andreas Jaeger  <aj@suse.de>
41301         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41303 2012-06-25  Andreas Jaeger  <aj@suse.de>
41305         * sysdeps/s390/fpu/libm-test-ulps: Update.
41307 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41308             Thomas Schwinge  <thomas@codesourcery.com>
41310         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41311         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41312         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41313         fanotify_mark.
41315 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41317         * sysdeps/mach/start.c: Remove file.
41318         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41319         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41320         * sysdeps/sh/init-first.c: Likewise.
41322         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41323         registers for frame unwinding purposes, add CFI directives.
41324         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41325         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41326         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41327         Likewise.
41329         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41330         __fortify_fail returning.
41331         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41333         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41334         sysdeps/sh/____longjmp_chk.S.
41335         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41336         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41337         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41338         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41340         * sysdeps/sh/abort-instr.h: New file.
41341         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41342         process in case exit returns.
41344         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41345         initialize the GOT register before use.
41347         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41348         calculation of ARGC > 4.
41350         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41351         meaningful names to some local labels.
41353 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41354             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41356         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41357         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41358         (__arch_compare_and_exchange_val_16_acq): Likewise.
41359         (__arch_compare_and_exchange_val_32_acq): Likewise.
41360         (atomic_exchange_and_add): Fix gUSA sequence.
41361         (atomic_add): Likewise.
41362         (atomic_add_negative): Likewise.
41363         (atomic_add_zero): Likewise.
41364         (atomic_bit_test_set): Likewise.
41366 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41368         [BZ #13579]
41369         * include/link.h (struct link_map): Add l_free_initfini.
41370         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41371         l_initfini.
41372         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41373         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41374         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41375         set.
41377 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41379         * configure.in: Use AC_LANG_SOURCE.
41380         * configure: Regenerate.
41382 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41384         * configure.in (libc_cv_localstatedir): New substituted variable.
41385         * configure: Regenerated.
41386         * config.make.in (localstatedir): New variable, substituted from
41387         libc_cv_localstatedir.
41388         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41389         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41390         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41391         * sysdeps/gnu/configure: Regenerated.
41393 2012-06-21  Jeff Law  <law@redhat.com>
41395         [BZ #14277]
41396         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41397         free.  Simplify list management for _LIBC case.
41399 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41401         [BZ #14273]
41402         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41403         Clear sign bit of 64-bit integer value before comparing against
41404         overflow value.
41406         * sysdeps/mach/configure: Regenerated.
41408 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41410         [BZ #14278]
41411         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41413 2012-06-21  Jeff Law  <law@redhat.com>
41415         [BZ #13882]
41416         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41417         uint16_t for elements in the "seen" array to avoid char overflows.
41418         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41419         * elf/dl-open.c (dl_open_worker): Likewise.
41421 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41423         * scripts/list-sources.sh: Scan PORTS for translations.
41424         * po/libc.pot: Regenerated.
41426 2012-06-21  Andreas Jaeger  <aj@suse.de>
41428         [BZ #12194]
41429         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41430         warning.
41431         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41432         * bits/byteswap-16.h (__bswap_16): Likewise.
41433         * bits/byteswap.h (__bswap_constant_16): Likewise.
41435 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41437         [BZ #14117]
41438         * sysdeps/i386/fpu_control.h: Removed.
41439         * sysdeps/x86_64/fpu_control.h: Moved to ...
41440         * sysdeps/x86/fpu_control.h: Here.
41442         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41443         (_FPU_SETCW): Likewise.
41445 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41447         [BZ #14117]
41448         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41449         * sysdeps/x86/fpu/bits/mathinline.h: This.
41450         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41452         [BZ #14050]
41453         [BZ #14117]
41454         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41455         functions if __x86_64__ is defined.
41457 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41459         * string/endian.h: Add !__ASSEMBLER__ condition for including
41460         conversion interfaces.
41462 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41464         [BZ #14241]
41465         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41466         of ABS(x) in calculating zero to negative powers other than odd
41467         integers.
41468         * math/libm-test.inc (pow_test): Add more tests.
41470 2012-06-15  Andreas Jaeger  <aj@suse.de>
41472         * manual/contrib.texi (Contributors): Update entry of Liubov
41473         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41474         Machado Filho.
41476 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41478         * string/string.h: Add __wur to GNU version of strerror_r.
41480 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41482         [BZ #14229]
41483         * string/Makefile (tests): Add tst-strtok_r.
41484         * string/tst-strtok_r.c: New file.
41485         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41486         RAX_LP/RDX_LP on SAVE_PTR.
41488 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41490         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41492 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41494         * libm_test.inc (csqrt_test): Allow more spurious underflow
41495         exceptions.
41496         (j0_test): Likewise.
41497         (j1_test): Likewise.
41498         (y0_test): Likewise.
41499         (y1_test): Likewise.
41501 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41503         * po/Makefile (libc.pot): Use UTF-8 charset.
41505 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41507         [BZ #14210]
41508         Suppress sign-conversion warning from FD_SET.
41509         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41510         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41511         not unsigned long int.
41512         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41514 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41516         [BZ #14050]
41517         [BZ #14117]
41518         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41519         __extern_always_inline instead of __extern_inline.
41520         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41521         (__signbit): Likewise.
41522         (__signbitl): Support C++ namespace.
41523         (lrintf): New inline function.
41524         (lrint): Likewise.
41525         (llrintf): Likewise.
41526         (llrint): Likewise.
41527         (fmaxf): Likewise.
41528         (fmax): Likewise.
41529         (fminf): Likewise.
41530         (fmin): Likewise.
41531         (rint): Likewise.
41532         (rintf): Likewise.
41533         (ceil): Likewise.
41534         (ceilf): Likewise.
41535         (floor): Likewise.
41536         (floorf): Likewise.
41537         (nearbyint): Likewise.
41538         (nearbyintf): Likewise.
41540 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41542         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41543         non-default versions.
41545 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41547         [BZ #14218]
41548         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41550 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41552         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41553         (FE_UPWARD, FE_DOWNWARD): Don't define.
41554         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41555         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41557         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41558         reading it.
41559         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41560         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41562 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41564         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41565         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41566         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41567         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41569 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41571         [BZ #14117]
41572         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41573         * sysdeps/i386/fpu/Implies: New file.
41574         * sysdeps/x86_64/fpu/Implies: Likewise.
41575         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41576         * sysdeps/x86/fpu/bits/fenv.h: This.
41578         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41579         __SSE_MATH__.
41581 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41583         [BZ #14134]
41584         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41585         character 0xffff that matches the last element of the
41586         conversion table.
41588 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41590         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41591         fmodl commit.
41593 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41595         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41596         values higher than 25.6283.
41598 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41600         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41601         subnormal exponent extraction and add some __builtin_expect.
41602         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41603         Fix for subnormal mantissa calculation.
41605 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41607         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41608         cpu2 is -1 and errno is not ENOSYS.
41610 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41612         [BZ #14117]
41613         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41614         * sysdeps/x86/bits/string.h: This.
41615         * sysdeps/x86_64/bits/string.h: Removed.
41617         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41618         if not compiling for x86-64, but compiling for >= i486.
41620         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41621         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41623         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41624         New macro from Linux kernel 3.4.0.
41625         (FP_XSTATE_MAGIC2): Likewise.
41626         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41627         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41628         (struct _fpx_sw_bytes): New struct.
41629         (struct _xsave_hdr): Likewise.
41630         (struct _ymmh_state): Likewise.
41631         (struct _xstate): Likewise.
41633         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41634         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41635         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41636         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41637         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41638         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41640         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41641         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41642         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41643         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41644         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41645         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41647 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41649         [BZ #13743]
41650         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41651         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41652         (sysdep_headers): Include sys/platform/ppc.h.
41653         * sysdeps/powerpc/test-gettimebase.c: Test for
41654         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41655         * manual/Makefile (appendices): Include platform.texi.
41656         * manual/contrib.texi (Contributors): Update @node pointers.
41657         * manual/maint.texi (Maintenance): Likewise.
41658         (Platform): New node.
41659         * manual/platform.texi: New file.  Document the new features.
41661 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41662             Jakub Jelinek  <jakub@redhat.com>
41664         [BZ #14188]
41665         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41666         where __builtin_expect is unavailable.
41668 2012-06-03  David S. Miller  <davem@davemloft.net>
41670         * stdlib/longlong.h: Updated from GCC.
41672 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41674         [BZ #14042]
41675         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41676         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41677         __mcount_internal.
41678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41679         (GLIBC_2.16): Likewise.
41681 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41683         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41685 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41688         (default-abi): New variable.
41689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41690         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41691         variable.
41692         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41693         Likewise.
41694         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41695         Likewise.
41696         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41697         Likewise.
41699         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41700         definition.  Document in comment.
41702 2012-06-01  David S. Miller  <davem@davemloft.net>
41704         * stdlib/longlong.h: Updated from GCC.
41706 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41708         [BZ #14117]
41709         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41710         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41711         sys/debugreg.h sys/io.h here.
41712         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41713         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41714         sys/io.h.
41715         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41716         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41717         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41718         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41719         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41720         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41722         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41723         Define only if __x86_64__ is defined.
41725 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41727         [BZ #14048]
41728         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41729         Use int64_t for variable i.
41730         * math/libm-test.inc (fmod_test): Add more tests.
41732         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41733         z computation is not scheduled after fetestexcept.
41734         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41735         Use math_force_eval instead of asm to ensure calculation scheduled
41736         before exception test.
41737         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41738         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41740 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41742         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41743         computation is not scheduled after fetestexcept.
41745 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41747         [BZ #14117]
41748         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41749         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41751 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41753         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41754         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41756 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41758         [BZ #14117]
41759         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41760         <bits/wordsize.h>.
41761         (__WCHAR_MIN): Support __WORDSIZE == 64.
41762         (__WCHAR_MAX): Likewise.
41764         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41765         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41767         [BZ #14183]
41768         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41769         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41771         [BZ #14117]
41772         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41773         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41775         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41776         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41778         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41779         Defined to 1 if __x86_64__ isn't defined.
41780         (_STAT_VER_LINUX_OLD): New.
41781         (st_atime): Remove duplicate.
41782         (st_mtime): Likewise.
41783         (st_ctime): Likewise.
41785 2012-05-31  David S. Miller  <davem@davemloft.net>
41787         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41788         entries.
41790 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
41792         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41793         gen-libm-test.pl.
41795         [BZ #14132]
41796         * elf/dl-reloc.c: Include <_itoa.h>.
41797         (_dl_reloc_bad_type): Remove use of INTUSE.
41798         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41799         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41800         * stdio-common/psiginfo.c (psiginfo): Likewise.
41801         * stdio-common/psignal.c (psignal): Likewise.
41802         * string/strsignal.c (strsignal): Likewise.
41803         * include/signal.h (_sys_siglist): Declare hidden proto.
41804         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
41805         INTVARDEF with libc_hidden_data_def.
41806         * stdio-common/itoa-udigits.c: Likewise.
41807         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41808         (_itoa_lower_digits_internal): Remove declaration.
41809         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41810         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41811         (_sys_sigabbrev_internal): Remove aliases.
41812         (_sys_siglist): Define hidden alias.
41814 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
41816         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41817         bits/sysctl.h.
41819 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
41821         [BZ #14117]
41822         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41823         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41825         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41826         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41827         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41828         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41829         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41830         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41832         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41833         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41834         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41836         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41837         with __addr.
41838         (insw): Likewise.
41839         (insl): Likewise.
41840         (outsb): Likewise.
41841         (outsw): Likewise.
41842         (outsl): Likewise.
41844         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41845         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41846         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41848         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41849         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41850         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41851         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41852         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41853         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41855         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41856         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41858         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41859         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41861         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41862         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41863         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41865         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41866         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41867         to ...
41868         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41870         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41871         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41872         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41874         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41875         for x86-64.
41876         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41878 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
41880         * math/math.h (M_El): Use two more decimal places.
41881         (M_LOG2El): Likewise.
41882         (M_LOG10El): Likewise.
41883         (M_LN2l): Likewise.
41884         (M_LN10l): Likewise.
41885         (M_PIl): Likewise.
41886         (M_PI_2l): Likewise.
41887         (M_PI_4l): Likewise.
41888         (M_1_PIl): Likewise.
41889         (M_2_PIl): Likewise.
41890         (M_2_SQRTPIl): Likewise.
41891         (M_SQRT2l): Likewise.
41892         (M_SQRT1_2l): Likewise.
41894 2012-05-31  David S. Miller  <davem@davemloft.net>
41896         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41897         values between float registers.
41898         * sysdeps/sparc/sparc64/memset.S: Likewise.
41899         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41901 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
41903         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41904         -D_FORTIFY_SOURCE=1.
41905         (CPPFLAGS-tst-longjmp_chk.c): Define.
41906         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41907         (CPPFLAGS-tst-longjmp_chk2.c): Define.
41908         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41909         CFLAGS-tst-wchar-h.c.
41911 2012-05-31  Marek Polacek  <polacek@redhat.com>
41913         [BZ #14132]
41914         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41915         __endmntent_internal): Remove declaration.
41916         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41917         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41918         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41920 2012-05-30  David S. Miller  <davem@davemloft.net>
41922         * sysdeps/sparc/sparc32/soft-fp/q_util.c
41923         (___Q_simulate_exceptions): Use real FP ops rather than writing
41924         into the %fsr.
41925         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41926         Likewise.
41928 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41930         [BZ #14117]
41931         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41932         * sysdeps/x86/bits/xtitypes.h: This.
41934         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41935         * sysdeps/x86/bits/wordsize.h: This.
41937         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41938         * sysdeps/x86/bits/huge_vall.h: This.
41940         * sysdeps/i386/bits/select.h: Removed.
41941         * sysdeps/x86_64/bits/select.h: Renamed to ...
41942         * sysdeps/x86/bits/select.h: This.
41944         * sysdeps/i386/bits/setjmp.h: Removed.
41945         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41946         * sysdeps/x86/bits/setjmp.h: This.
41948         * sysdeps/i386/bits/mathdef.h: Removed.
41949         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41950         * sysdeps/x86/bits/mathdef.h: This.
41952 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
41954         [BZ #14132]
41955         * include/sys/socket.h (__connect_internal)
41956         (__libc_sa_len_internal): Remove declaration.
41957         (__connect, __libc_sa_len): Declare hidden_proto.
41958         (SA_LEN): Remove use of INTUSE.
41959         * socket/connect.c: Add libc_hidden_def.
41960         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41961         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41962         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41963         alias.
41964         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41965         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41966         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41967         of adding _internal alias.
41969 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
41971         [BZ #14117]
41972         * sysdeps/i386/bits/link.h: Removed.
41973         * sysdeps/i386/bits/linkmap.h: Likewise.
41974         * sysdeps/x86_64/bits/link.h: Renamed to ...
41975         * sysdeps/x86/bits/link.h: This.
41976         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41977         * sysdeps/x86/bits/linkmap.h: This.
41979         * sysdeps/i386/bits/endian.h: Removed.
41980         * sysdeps/x86_64/bits/endian.h: Renamed to ...
41981         * sysdeps/x86/bits/endian.h: This.
41983         * sysdeps/i386/bits/byteswap.h: Removed.
41984         * sysdeps/i386/bits/byteswap-16.h: Likewise.
41985         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41986         * sysdeps/x86/bits/byteswap.h: This.
41987         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41988         * sysdeps/x86/bits/byteswap-16.h: This.
41989         * sysdeps/i386/Implies: Add x86.
41990         * sysdeps/x86_64/Implies: Likewise.
41992 2012-05-30  David S. Miller  <davem@davemloft.net>
41994         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41995         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41996         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41997         (FP_TRAPPING_EXCEPTIONS): Define.
41998         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41999         (FP_TRAPPING_EXCEPTIONS): Define.
42000         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42001         subnormals only when inexact has been signalled or underflow
42002         exceptions are enabled.
42003         (_FP_PACK_CANONICAL): Likewise.
42005 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42007         [BZ #14183]
42008         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42009         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42011 2012-05-30  Richard Henderson  <rth@twiddle.net>
42013         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42014         with #ifndef NOT_IN_libc.
42016         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42017         marked to avoid plt entry.
42019 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42021         [BZ #14112]
42022         * Makeconfig (default-abi): New macro.
42023         (abi-includes): Likewise.
42024         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42025         $(abi-$(default-abi)-lib-soname) for soname if defined.
42026         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42027         abi-variants.
42028         * Makefile (installed-stubs): Likewise.
42029         * include/stubs-biarch.h: Removed.
42030         * scripts/lib-names.awk: Only handle one library at a time.
42031         * scripts/soversions.awk: Remove WORDSIZE support.
42032         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42033         entries.
42034         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42035         Removed.
42036         (syscall-list-default-condition): Likewise.
42037         (syscall-list-default-condition): Likewise.
42038         (syscall-list-includes): Likewise.
42039         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42040         syscall-list-* with abi-*.  Handle undefined abi-variants.
42041         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42042         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42043         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42044         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42045         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42046         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42047         Removed.
42048         (syscall-list-32-options): Likewise.
42049         (syscall-list-32-condition): Likewise.
42050         (syscall-list-64-options): Likewise.
42051         (syscall-list-64-condition): Likewise.
42052         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42053         macro.
42054         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42055         Renamed to ...
42056         (abi-*): This.
42057         (abi-64-ld-soname): New macro.
42058         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42059         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42060         Renamed to ...
42061         (abi-*): This.
42062         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42063         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42065 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42067         * sysdeps/unix/sysv/linux/kernel-features.h
42068         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42069         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42070         include <kernel-features.h>.
42071         [!__NR_ftruncate64]: Remove conditional code.
42072         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42073         [__NR_ftruncate64]: Make code unconditional.
42074         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42075         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42076         include <kernel-features.h>.
42077         [!__NR_ftruncate64]: Remove conditional code.
42078         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42079         [__NR_ftruncate64]: Make code unconditional.
42080         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42081         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42082         include <kernel-features.h>.
42083         [!__NR_ftruncate64]: Remove conditional code.
42084         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42085         [__NR_ftruncate64]: Make code unconditional.
42086         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42088         include <kernel-features.h>.
42089         [!__NR_ftruncate64]: Remove conditional code.
42090         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42091         [__NR_ftruncate64]: Make code unconditional.
42092         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42094         * configure.in (libc_cv_fpie): Weaken to a compile test using
42095         LIBC_TRY_CC_OPTION.
42096         * configure: Regenerated.
42098 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42102         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42104         Refreshed.
42105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42107         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42108         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42109         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42110         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42111         Refreshed.
42113 2012-05-27  David S. Miller  <davem@davemloft.net>
42115         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42116         (___Q_zero): New.
42117         (__Q_simulate_exceptions): Return void.  Change to simulate
42118         exceptions by writing into the %fsr.
42119         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42120         (__Qp_handle_exceptions): Likewise.
42121         (numbers): Delete.
42122         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42123         __Qp_handle_exceptions.
42124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42125         __Qp_handle_exceptions.
42126         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42127         as unused and give dummy FP_RND_NEAREST initializer.
42128         (FP_INHIBIT_RESULTS): Define.
42129         (___Q_simulate_exceptions): Update declaration.
42130         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42131         formatting.
42132         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42133         as unused and give dummy FP_RND_NEAREST initializer.
42134         (__Qp_handle_exceptions): Update declaration.
42135         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42136         formatting.
42138 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42140         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42141         the temporary FPU control word.
42142         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42143         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42144         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42145         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42146         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42147         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42148         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42149         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42150         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42151         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42152         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42154 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42156         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42157         fields.
42159 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42161         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42162         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42163         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42164         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42165         Likewise.
42166         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42167         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42168         Likewise.
42170 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42172         * po/h.po: Update from translation team.
42174 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42176         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42178         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42179         handling of denormals.
42180         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42181         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42182         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42183         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42184         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42185         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42186         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42187         Likewise.
42189 2012-05-26  Marek Polacek  <polacek@redhat.com>
42191         [BZ #14152]
42192         * math/libm-test.inc (fma_test): Don't always expect underflow
42193         exception.
42195 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42197         [BZ #12416]
42198         * elf/tst-execstack.c: Include stackinfo.h.
42199         (do_test): Adjust test case to ensure that pthread_getattr_np
42200         behaviour remains the same after marking stack executable.
42202 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42204         * sysdeps/unix/sysv/linux/kernel-features.h
42205         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42206         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42207         kernel-features.h.
42208         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42209         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42210         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42211         kernel-features.h.
42212         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42213         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42215 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42217         * configure.in: Define the default includes to being none.
42218         * configure: Regenerated.
42220 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42222         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42223         * sysdeps/x86_64/setjmp.S: Likewise.
42224         * sysdeps/i386/bsd-setjmp.S: Likewise.
42225         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42226         * sysdeps/i386/setjmp.S: Likewise.
42227         * sysdeps/i386/__longjmp.S: Likewise.
42228         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42229         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42231         * include/stap-probe.h: New file.
42232         * configure.in: Handle --enable-systemtap.
42233         * configure: Regenerated.
42234         * config.h.in (USE_STAP_PROBE): New #undef.
42235         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42236         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42237         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42239 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42241         [BZ #13717]
42242         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42243         to 2.4.0 where earlier.
42244         * sysdeps/unix/sysv/linux/configure: Regenerated.
42245         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42246         <kernel-features.h>.
42247         [__ASSUME_32BITUIDS]: Make code unconditional.
42248         [!__ASSUME_32BITUIDS]: Remove conditional code.
42249         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42250         <kernel-features.h>.
42251         [__ASSUME_32BITUIDS]: Make code unconditional.
42252         [!__ASSUME_32BITUIDS]: Remove conditional code.
42253         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42254         [__ASSUME_32BITUIDS]: Make code unconditional.
42255         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42256         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42257         <kernel-features.h>.
42258         [__ASSUME_32BITUIDS]: Make code unconditional.
42259         [!__ASSUME_32BITUIDS]: Remove conditional code.
42260         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42261         <kernel-features.h>.
42262         [__ASSUME_32BITUIDS]: Make code unconditional.
42263         [!__ASSUME_32BITUIDS]: Remove conditional code.
42264         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42265         <kernel-features.h>.
42266         [__ASSUME_32BITUIDS]: Make code unconditional.
42267         [!__ASSUME_32BITUIDS]: Remove conditional code.
42268         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42269         <kernel-features.h>.
42270         [__ASSUME_32BITUIDS]: Make code unconditional.
42271         [!__ASSUME_32BITUIDS]: Remove conditional code.
42272         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42273         <kernel-features.h>.
42274         [__ASSUME_32BITUIDS]: Make code unconditional.
42275         [!__ASSUME_32BITUIDS]: Remove conditional code.
42276         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42277         <kernel-features.h>.
42278         [__ASSUME_32BITUIDS]: Make code unconditional.
42279         [!__ASSUME_32BITUIDS]: Remove conditional code.
42280         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42281         <kernel-features.h>.
42282         [__ASSUME_32BITUIDS]: Make code unconditional.
42283         [!__ASSUME_32BITUIDS]: Remove conditional code.
42284         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42285         <kernel-features.h>.
42286         [__ASSUME_32BITUIDS]: Make code unconditional.
42287         [!__ASSUME_32BITUIDS]: Remove conditional code.
42288         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42289         <kernel-features.h>.
42290         [__ASSUME_32BITUIDS]: Make code unconditional.
42291         [!__ASSUME_32BITUIDS]: Remove conditional code.
42292         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42293         <kernel-features.h>.
42294         [__ASSUME_32BITUIDS]: Make code unconditional.
42295         [!__ASSUME_32BITUIDS]: Remove conditional code.
42296         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42297         <kernel-features.h>.
42298         [__NR_setresgid] (__setresgid): Do not declare.
42299         [__ASSUME_32BITUIDS]: Make code unconditional.
42300         [!__ASSUME_32BITUIDS]: Remove conditional code.
42301         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42302         <kernel-features.h>.
42303         [__NR_setresuid] (__setresuid): Do not declare.
42304         [__ASSUME_32BITUIDS]: Make code unconditional.
42305         [!__ASSUME_32BITUIDS]: Remove conditional code.
42306         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42307         <kernel-features.h>.
42308         [__ASSUME_32BITUIDS]: Make code unconditional.
42309         [!__ASSUME_32BITUIDS]: Remove conditional code.
42310         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42311         <kernel-features.h>.
42312         [__ASSUME_32BITUIDS]: Make code unconditional.
42313         [!__ASSUME_32BITUIDS]: Remove conditional code.
42314         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42315         <kernel-features.h>.
42316         [__ASSUME_32BITUIDS]: Make code unconditional.
42317         [!__ASSUME_32BITUIDS]: Remove conditional code.
42318         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42319         <kernel-features.h>.
42320         [__ASSUME_32BITUIDS]: Make code unconditional.
42321         [!__ASSUME_32BITUIDS]: Remove conditional code.
42322         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42323         <kernel-features.h>.
42324         [__ASSUME_32BITUIDS]: Make code unconditional.
42325         [!__ASSUME_32BITUIDS]: Remove conditional code.
42326         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42327         <kernel-features.h>.
42328         [__ASSUME_32BITUIDS]: Make code unconditional.
42329         [!__ASSUME_32BITUIDS]: Remove conditional code.
42330         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42331         <kernel-features.h>.
42332         [__ASSUME_32BITUIDS]: Make code unconditional.
42333         [!__ASSUME_32BITUIDS]: Remove conditional code.
42334         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42335         <kernel-features.h>.
42336         [__ASSUME_32BITUIDS]: Make code unconditional.
42337         [!__ASSUME_32BITUIDS]: Remove conditional code.
42338         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42339         <kernel-features.h>.
42340         [__ASSUME_32BITUIDS]: Make code unconditional.
42341         [!__ASSUME_32BITUIDS]: Remove conditional code.
42342         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42343         <kernel-features.h>.
42344         [__ASSUME_32BITUIDS]: Make code unconditional.
42345         [!__ASSUME_32BITUIDS]: Remove conditional code.
42346         * sysdeps/unix/sysv/linux/kernel-features.h
42347         (__ASSUME_SETRESUID_SYSCALL): Remove.
42348         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42349         (__ASSUME_32BITUIDS): Likewise.
42350         (__ASSUME_LDT_WORKS): Likewise.
42351         (__ASSUME_O_DIRECTORY): Likewise.
42352         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42353         architecture but not kernel version.
42354         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42355         (__ASSUME_MMAP2_SYSCALL): Likewise.
42356         (__ASSUME_STAT64_SYSCALL): Likewise.
42357         (__ASSUME_IPC64): Likewise.
42358         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42359         <kernel-features.h>.
42360         [__ASSUME_32BITUIDS]: Make code unconditional.
42361         [!__ASSUME_32BITUIDS]: Remove conditional code.
42362         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42363         <kernel-features.h>.
42364         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42365         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42366         132096]: Remove conditional code.
42367         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42368         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42369         <kernel-features.h>.
42370         [__ASSUME_32BITUIDS]: Make code unconditional.
42371         [!__ASSUME_32BITUIDS]: Remove conditional code.
42372         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42373         <kernel-features.h>.
42374         [__ASSUME_32BITUIDS]: Make code unconditional.
42375         [!__ASSUME_32BITUIDS]: Remove conditional code.
42376         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42377         <kernel-features.h>.
42378         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42379         unconditional.
42380         (__setresgid): Do not declare.
42381         [__ASSUME_32BITUIDS]: Make code unconditional.
42382         [!__ASSUME_32BITUIDS]: Remove conditional code.
42383         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42384         <kernel-features.h>.
42385         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42386         unconditional.
42387         (__setresuid): Do not declare.
42388         [__ASSUME_32BITUIDS]: Make code unconditional.
42389         [!__ASSUME_32BITUIDS]: Remove conditional code.
42390         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42391         <kernel-features.h>.
42392         [__ASSUME_32BITUIDS]: Make code unconditional.
42393         [!__ASSUME_32BITUIDS]: Remove conditional code.
42394         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42395         <kernel-features.h>.
42396         [__ASSUME_32BITUIDS]: Make code unconditional.
42397         [!__ASSUME_32BITUIDS]: Remove conditional code.
42399 2012-05-25  Richard Henderson  <rth@twiddle.net>
42401         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42402         dl_hwcap to ifunc resolver.
42403         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42404         elf_ifunc_invoke.
42405         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42406         dl_hwcap to ifunc resolver.
42407         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42409 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42411         [BZ #14153]
42412         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42413         for |x| <= 2**-26, not 2**-57.
42414         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42415         exception.
42417 2012-05-24  Jeff Law  <law@redhat.com>
42419         * stdio-common/Makefile (tests): Add bug25.
42420         * stdio-common/bug25.c: New test.
42422 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42424         [BZ #13576]
42425         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42426         multiple of MALLOC_ALIGNMENT in size.
42427         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42429 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42431         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42432         Require >= 256.
42433         (FILENAME_MAX): Use macro-int-constant.
42434         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42435         (_IOFBF): Use macro-int-constant.
42436         (_IOLBF): Likewise.
42437         (_IONBF): Likewise.
42438         (SEEK_CUR): Likewise.
42439         (SEEK_END): Likewise.
42440         (SEEK_SET): Likewise.
42441         (TMP_MAX): Likewise.
42442         (EOF): Use macro-int-constant.  Require < 0.
42443         (NULL): Use macro-constant.  Require == 0.
42444         (stdin): Require type to be FILE *.
42445         (stdout): Likewise.
42446         (stderr): Likewise.
42447         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42448         macro-int-constant.
42449         (EXIT_SUCCESS): Likewise.
42450         (NULL): Use macro-constant.  Require == 0.
42451         (RAND_MAX): Use macro-int-constant.
42452         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42453         [C99-based standards] (strtof): Require function.
42454         [C99-based standards] (strtold): Likewise.
42455         [C99-based standards] (strtoll): Likewise.
42456         [C99-based standards] (strtoull): Likewise.
42457         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42458         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42459         [ISO || ISO99 || ISO11] (math.h): Likewise.
42460         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42461         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42462         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42464 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42466         [BZ #14132]
42467         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42468         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42469         * intl/dgettext.c (DCGETTEXT): Likewise.
42470         * intl/gettext.c (DCGETTEXT): Likewise.
42471         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42472         * posix/regex_internal.h (gettext): Likewise.
42473         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42474         Remove declaration.
42475         * include/argz.h (__argz_count_internal)
42476         (__argz_stringify_internal): Remove declaration.
42477         (__argz_count, __argz_stringify): Declare hidden proto.
42478         * intl/dcgettext.c: Remove use of INTDEF.
42479         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42480         * string/argz-stringify.c: Likewise.
42481         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42482         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42483         Declare hidden proto.
42484         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42485         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42486         Declare hidden proto.
42487         * include/stdio.h (__asprintf_internal): Don't declare.
42488         (__asprintf): Don't define as macro.  Declare hidden proto.
42489         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42490         (__fsetlocking): Declare hidden proto.
42491         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42492         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42493         hidden proto.
42494         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42495         (_IO_setlinebuf): Remove use of INTUSE.
42496         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42497         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42498         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42499         Remove declaration.
42500         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42501         (_IO_do_flush): Remove use of INTUSE.
42502         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42503         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42504         (_IO_adjust_column, _IO_least_wmarker)
42505         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42506         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42507         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42508         (_IO_default_doallocate, _IO_wdefault_doallocate)
42509         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42510         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42511         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42512         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42513         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42514         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42515         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42516         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42517         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42518         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42519         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42520         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42521         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42522         proto.
42523         (_IO_flush_all_internal, _IO_adjust_column_internal)
42524         (_IO_default_uflow_internal, _IO_default_finish_internal)
42525         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42526         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42527         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42528         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42529         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42530         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42531         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42532         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42533         (_IO_file_close_internal, _IO_file_close_it_internal)
42534         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42535         (_IO_file_init_internal, _IO_file_attach_internal)
42536         (_IO_file_fopen_internal, _IO_file_read_internal)
42537         (_IO_file_sync_internal, _IO_file_seek_internal)
42538         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42539         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42540         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42541         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42542         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42543         (_IO_list_all_internal, _IO_link_in_internal)
42544         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42545         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42546         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42547         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42548         (_IO_do_write_internal, _IO_padn_internal)
42549         (_IO_getline_info_internal, _IO_getline_internal)
42550         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42551         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42552         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42553         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42554         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42555         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42556         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42557         with libc_hidden_ver, remove use of INTUSE.
42558         * libio/genops.c: Likewise.
42559         * libio/freopen.c: Likewise.
42560         * libio/freopen64.c: Likewise.
42561         * libio/iofclose.c: Likewise.
42562         * libio/iofdopen.c: Likewise.
42563         * libio/iofflush.c: Likewise.
42564         * libio/iofflush_u.c: Likewise.
42565         * libio/iofgets.c: Likewise.
42566         * libio/iofgets_u.c: Likewise.
42567         * libio/iofopen.c: Likewise.
42568         * libio/iofopncook.c: Likewise.
42569         * libio/iofread.c: Likewise.
42570         * libio/iofread_u.c: Likewise.
42571         * libio/ioftell.c: Likewise.
42572         * libio/iofwrite.c: Likewise.
42573         * libio/iogetline.c: Likewise.
42574         * libio/iogets.c: Likewise.
42575         * libio/iogetwline.c: Likewise.
42576         * libio/iopadn.c: Likewise.
42577         * libio/iopopen.c: Likewise.
42578         * libio/ioseekoff.c: Likewise.
42579         * libio/ioseekpos.c: Likewise.
42580         * libio/iosetbuffer.c: Likewise.
42581         * libio/iosetvbuf.c: Likewise.
42582         * libio/ioungetc.c: Likewise.
42583         * libio/ioungetwc.c: Likewise.
42584         * libio/iovdprintf.c: Likewise.
42585         * libio/iovsprintf.c: Likewise.
42586         * libio/iovsscanf.c: Likewise.
42587         * libio/memstream.c: Likewise.
42588         * libio/obprintf.c: Likewise.
42589         * libio/oldfileops.c: Likewise.
42590         * libio/oldiofclose.c: Likewise.
42591         * libio/oldiofdopen.c: Likewise.
42592         * libio/oldiofopen.c: Likewise.
42593         * libio/oldiopopen.c: Likewise.
42594         * libio/oldstdfiles.c: Likewise.
42595         * libio/putc.c: Likewise.
42596         * libio/setbuf.c: Likewise.
42597         * libio/setlinebuf.c: Likewise.
42598         * libio/stdfiles.c: Likewise.
42599         * libio/strops.c: Likewise.
42600         * libio/vasprintf.c: Likewise.
42601         * libio/vscanf.c: Likewise.
42602         * libio/vsnprintf.c: Likewise.
42603         * libio/vswprintf.c: Likewise.
42604         * libio/wfiledoalloc.c: Likewise.
42605         * libio/wfileops.c: Likewise.
42606         * libio/wgenops.c: Likewise.
42607         * libio/wmemstream.c: Likewise.
42608         * libio/wstrops.c: Likewise.
42609         * libio/__fpurge.c: Likewise.
42610         * libio/__fsetlocking.c: Likewise.
42611         * assert/assert.c: Likewise.
42612         * debug/fgets_chk.c: Likewise.
42613         * debug/fgets_u_chk.c: Likewise.
42614         * debug/fread_chk.c: Likewise.
42615         * debug/fread_u_chk.c: Likewise.
42616         * debug/gets_chk.c: Likewise.
42617         * debug/obprintf_chk.c: Likewise.
42618         * debug/vasprintf_chk.c: Likewise.
42619         * debug/vdprintf_chk.c: Likewise.
42620         * debug/vsnprintf_chk.c: Likewise.
42621         * debug/vsprintf_chk.c: Likewise.
42622         * malloc/mtrace.c: Likewise.
42623         * misc/error.c: Likewise.
42624         * misc/syslog.c: Likewise.
42625         * stdio-common/asprintf.c: Likewise.
42626         * stdio-common/fxprintf.c: Likewise.
42627         * stdio-common/getw.c: Likewise.
42628         * stdio-common/isoc99_fscanf.c: Likewise.
42629         * stdio-common/isoc99_scanf.c: Likewise.
42630         * stdio-common/isoc99_vfscanf.c: Likewise.
42631         * stdio-common/isoc99_vscanf.c: Likewise.
42632         * stdio-common/isoc99_vsscanf.c: Likewise.
42633         * stdio-common/printf-prs.c: Likewise.
42634         * stdio-common/printf_fp.c: Likewise.
42635         * stdio-common/printf_fphex.c: Likewise.
42636         * stdio-common/printf_size.c: Likewise.
42637         * stdio-common/putw.c: Likewise.
42638         * stdio-common/scanf.c: Likewise.
42639         * stdio-common/sprintf.c: Likewise.
42640         * stdio-common/tmpfile.c: Likewise.
42641         * stdio-common/vfprintf.c: Likewise.
42642         * stdio-common/vfscanf.c: Likewise.
42643         * stdlib/strfmon_l.c: Likewise.
42644         * sunrpc/openchild.c: Likewise.
42645         * sunrpc/xdr_stdio.c: Likewise.
42646         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42647         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42649 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42651         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42653         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42654         in the third column, to generate for the shared library an IFUNC
42655         that uses _dl_vdso_vsym.
42656         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42657         * Makeconfig (object-suffixes-noshared): New variable.
42659         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42660         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42661         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42662         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42664         [BZ #14132]
42665         * include/sys/time.h (__gettimeofday): Remove macro.
42666         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42667         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42668         Remove INTDEF.
42669         (__gettimeofday): Add libc_hidden_def.
42670         (gettimeofday): Add libc_hidden_weak.
42671         * sysdeps/mach/gettimeofday.c: Likewise.
42672         * sysdeps/posix/gettimeofday.c: Likewise.
42673         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42674         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42675         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42676         (__gettimeofday_internal): Remove strong_alias.
42677         (__gettimeofday): Add libc_hidden_def.
42678         (gettimeofday): Add libc_hidden_weak.
42679         * sysdeps/unix/syscalls.list (gettimeofday):
42680         Remove __gettimeofday_internal alias.
42682 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42683             H.J. Lu  <hongjiu.lu@intel.com>
42685         [BZ #12495]
42686         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42687         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42688         (largebin_index_32_big): New.
42689         (largebin_index): Use it for 16-byte alignment.
42690         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42691         correction with front_misalign.
42693 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42695         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42696         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42697         Likewise.
42698         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42699         Likewise.
42700         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42701         Likewise.
42702         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42703         Likewise.
42704         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42705         Likewise.
42706         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42707         Likewise.
42708         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42709         Likewise.
42710         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42711         Likewise.
42712         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42713         Likewise.
42714         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42715         Likewise.
42716         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42717         Likewise.
42718         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42719         Likewise.
42721         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42722         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42724 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42726         [BZ #10846]
42727         [BZ #14036]
42728         * math/libm-test.inc (exp_test): Add test from bug 14036.
42729         (pow_test): Add test from bug 10846.
42731         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42732         and other flags.
42733         (special_function): Do not include flags in test name.
42734         (parse_args): Likewise.
42735         * sysdeps/i386/fpu/libm-test-ulps: Update.
42736         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42737         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42738         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42741         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42742         exceptions.
42743         * math/libm-test.inc ("Philosophy"): Update comment about
42744         exception testing.
42745         (UNDERFLOW_EXCEPTION): New macro.
42746         (UNDERFLOW_EXCEPTION_OK): Likewise.
42747         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42748         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42749         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42750         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42751         (INVALID_EXCEPTION_OK): Update value.
42752         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42753         (OVERFLOW_EXCEPTION_OK): Likewise.
42754         (IGNORE_ZERO_INF_SIGN): Likewise.
42755         (test_exceptions): Handle underflow exceptions.
42756         (acos_test): Update for underflow exception expectations.
42757         (cexp_test): Likewise.
42758         (clog_test): Likewise.
42759         (clog10_test): Likewise.
42760         (csqrt_test): Likewise.
42761         (ctan_test): Likewise.
42762         (ctanh_test): Likewise.
42763         (exp_test): Likewise.
42764         (exp10_test): Likewise.
42765         (exp2_test): Likewise.
42766         (expm1_test): Likewise.
42767         (fma_test): Likewise.
42768         (j0_test): Likewise.
42769         (jn_test): Likewise.
42770         (nexttoward_test): Likewise.
42771         (pow_test): Likewise.
42772         (scalbn_test): Likewise.
42773         (scalbln_test): Likewise.
42774         (tan_test): Likewise.
42775         (y1_test): Likewise.
42776         * sysdeps/i386/fpu/libm-test-ulps: Update.
42777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42779 2012-05-23  David S. Miller  <davem@davemloft.net>
42781         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42782         (__libc_sigaction): Remove unused local variables.
42784 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42786         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42788 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
42790         mktime: avoid signed integer overflow
42791         * time/mktime.c (__mktime_internal): Do not mishandle the case
42792         where diff == INT_MIN.
42794         mktime: simplify computation of average
42795         * time/mktime.c (ranged_convert): Use new time_t_avg function
42796         instead of rolling our own (probably-slower) code.
42798         mktime: do not assume signed right shift propagates sign bit
42799         * time/mktime.c (isdst_differ): New static function.
42800         (__mktime_internal): No need to normalize tm_isdst now.
42801         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42802         tm_isdst values.
42804         mktime: merge another wrapv change from gnulib
42805         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42806         from some compilers.
42808         mktime: remove incorrect attempt at unusual arithmetics
42809         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42810         The code didn't really work on such machines anyway.
42811         (TYPE_MINIMUM): Assume two's complement.
42812         (twos_complement_arithmetic): Verify that long_int and time_t
42813         are two's complement (or unsigned, in the latter case).
42815         mktime: check signed shifts on long_int and time_t, too
42816         * time/mktime.c (SHR): Check that shifts work as desired
42817         on the types long_int and time_t too, as SHR is used on
42818         such types.
42820         mktime: do not assume 'long' is wide enough
42821         * time/mktime.c (verify): Move decl up.
42822         (long_int): New type.
42823         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42824         to remove assumption in the code that 'long' is wide enough to
42825         store year values.  This assumption is not true on x32 and on
42826         some non-glibc platforms.
42828         mktime: merge wrapv change from gnulib
42829         * time/mktime.c (WRAPV): New macro.
42830         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42831         (guess_time_tm, __mktime_internal): Do not assume that signed
42832         integer overflow wraps around; modern compilers generate code
42833         where this assumption is no longer valid.
42835 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42837         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42838         Replace "jmp L(pseudo_end)" with "ret".
42839         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42840         Likewise.
42842 2012-05-23  Andreas Jaeger  <aj@suse.de>
42844         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42845         * sysdeps/unix/sysv/linux/poll.c: Remove file.
42847 2012-05-23  Andreas Jaeger  <aj@suse.de>
42848             Maximilian Attems  <max@stro.at>
42850         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42851         New macros.
42853 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
42855         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42856         code so that pseudo_end is just ret and the stack pointer is
42857         correct also for static library in error case.
42859 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
42861         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42862         move to syscalls.list.
42863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42865         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42866         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42868         * manual/install.texi (Running make install): Do not mention Linux
42869         kernel version for which pt_chown is not needed.
42870         (Linux): Do not mention problems with nscd with 2.0 kernels.
42871         * INSTALL: Regenerated.
42873 2012-05-23  Andreas Jaeger  <aj@suse.de>
42875         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42876         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42877         macro.
42878         * sysdeps/unix/sysv/linux/s390/bits/mman.h
42879         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42880         * sysdeps/unix/sysv/linux/sh/bits/mman.h
42881         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42882         * sysdeps/unix/sysv/linux/i386/bits/mman.h
42883         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42884         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42885         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42886         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42887         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42888         * sysdeps/unix/sysv/linux/bits/in.h
42889         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42891 2012-05-22  Roland McGrath  <roland@hack.frob.com>
42893         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42894         (PREPARE_VERSION): Just use assert instead, it will be elided
42895         under [NDEBUG] anyway.
42897 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42899         * sysdeps/unix/sysv/linux/Makefile: Include
42900         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42901         (sysdep_routines): Remove sysctl.
42902         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42903         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42904         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42905         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42906         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42908 2012-05-22  Andreas Jaeger  <aj@suse.de>
42910         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42911         that pseudo_end is just ret and the stack pointer is correct also
42912         for static library in error case.
42914 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
42916         [BZ #14122]
42917         * nss/nsswitch.c (defconfig_entries): New variable.
42918         (__nss_database_lookup): Don't leak defconfig entries.
42919         (nss_parse_service_list): Don't leak on error paths.
42920         (free_database_entries): New function.
42921         (free_defconfig): New function.
42922         (free_mem): Move common code to free_database_entries.
42924 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42926         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42927         Add arch_prctl.
42928         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42930         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42931         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42932         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42933         New macro.
42934         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42935         (INTERNAL_SYSCALL_TYPES): Likewise.
42936         (LOAD_ARGS_TYPES_[1-6]): Likewise.
42937         (LOAD_REGS_TYPES_[1-6]): Likewise.
42938         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42939         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42941 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42943         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42944         copysignl for GLIBC_2_0.
42945         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42946         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42947         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42948         logbl for GLIBC_2_0.
42949         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42950         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42952 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42954         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42955         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
42957         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42958         Use "neg %eax".
42960         * time/mktime.c: Update copyright years.
42962 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42964         mktime: merge comment-quoting-style change from gnulib
42965         * time/mktime.c: Quote 'like this' in comments.
42966         The GNU coding standards suggest that we no longer quote `like this',
42967         as "`" and "'" are typically rendered asymmetrically nowadays.
42968         The typical gnulib style is to quote 'like this' when quoting
42969         code, and "like this" when quoting English.
42971         * time/mktime.c (compile-command): Add "-I.".
42973         mktime: merge mktime-internal.h change from gnulib
42974         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42976         mktime: merge time_r change from gnulib
42977         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42979         mktime: merge DEBUG change from gnulib
42980         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42981         case system <time.h> has a #define.
42983         mktime: merge <sys/types.h> change from gnulib
42984         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42985         since <time.t> is now guaranteed to define time_t.
42987         mktime: merge HAVE_CONFIG_H change from gnulib
42988         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42990 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
42992         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42993         Use "neg %eax".
42995         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42996         __rlim_t cast.
42997         (struct rusage): Use anonymous union to pad each field to
42998         __syscall_slong_t.
43000 2012-05-21  David S. Miller  <davem@davemloft.net>
43002         * Makefules (o-iterator): Remove .s cases.
43003         (compile-command.s): Delete.
43004         (COMPILE.s): Delete.
43005         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43007 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43009         * configure.in (libc_cv_predef_stack_protector): Only consider
43010         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43011         * configure: Regenerated.
43013 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43015         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43016         New macro.  Use R*LP on int and pointer.
43017         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43018         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43019         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43020         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43022         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43023         [__WORDSIZE_TIME64_COMPAT32] instead of
43024         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43025         (struct utmp): Likewise.
43026         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43027         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43028         Renamed to ...
43029         (__WORDSIZE_TIME64_COMPAT32): This.
43030         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43031         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43032         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43033         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43034         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43035         (__WORDSIZE_TIME64_COMPAT32): New macro.
43037 2012-05-21  Andreas Jaeger  <aj@suse.de>
43039         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43040         only if [SHARED]. Add prototype for __wcschr_ia32.
43042 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43044         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43045         of %rbp unmolested in the jmp_buf while mangling the low bits.
43046         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43047         unmolested high bits of %rbp while demangling the low bits.
43048         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43050 2012-05-21  Andreas Jaeger  <aj@suse.de>
43052         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43053         * sunrpc/svc_simple.c: Use it for registerrpc.
43054         * sunrpc/xcrypt.c: Use it for passwd2des.
43056         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43058 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43060         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43061         Don't define if [__SYSCALL_WORDSIZE != 32].
43062         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43063         New macro.
43065 2012-05-21  Bruno Haible  <bruno@clisp.org>
43066             Andreas Jaeger  <aj@suse.de>
43068         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43069         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43070         inptr and inend for must_buffer_ch.
43071         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43072         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43073         * stdio-common/Makefile (tests): Remove bug15.
43074         (bug15-ENV): Remove macro.
43075         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43076         anymore.
43078 2012-05-19  Andreas Jaeger  <aj@suse.de>
43079             Roland McGrath  <roland@hack.frob.com>
43081         * manual/contrib.texi: Completely rewritten. It contains now an
43082         alphabetical list of contributors and their contributions.
43084 2012-05-21  Richard Henderson  <rth@twiddle.net>
43086         * misc/getauxval.c (__getauxval): Use unsigned long int.
43087         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43088         (getauxval): Use unsigned long int.
43090 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43092         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43094 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43096         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43097         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43098         __alignof__ (long double).
43100 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43102         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43104 2012-05-20  Richard Henderson  <rth@twiddle.net>
43106         * misc/getauxval.c: New file.
43107         * misc/sys/auxv.h: New file.
43108         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43109         (routines): Add getauxval.
43110         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43111         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43112         * elf/dl-sysdep.c (_dl_auxv): Remove.
43113         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43114         * elf/dl-support.c (_dl_auxv): New variable.
43115         (_dl_aux_init): Initialize it.
43116         * manual/startup.texi (Auxiliary Vector): New node.
43117         * sysdeps/generic/bits/hwcap.h: New file.
43118         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43119         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43120         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43121         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43122         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43123         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43125         Update.
43126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43127         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43129         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43130         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43131         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43132         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43133         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43135 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43137         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43139 2012-05-19  David S. Miller  <davem@davemloft.net>
43141         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43143 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43145         [BZ #14123]
43146         * math/s_ccosh.c: Include <float.h>
43147         (__ccosh): Avoid internal overflow calculating sinh and cosh
43148         values before multiplying by sin and cos values.
43149         * math/s_ccoshf.c: Likewise.
43150         * math/s_ccoshl.c: Likewise.
43151         * math/s_csin.c: Likewise.
43152         * math/s_csinf.c: Likewise.
43153         * math/s_csinl.c: Likewise.
43154         * math/s_csinh.c: Likewise.
43155         * math/s_csinhf.c: Likewise.
43156         * math/s_csinhl.c: Likewise.
43157         * math/libm-test.inc (ccos_test): Add more tests.
43158         (ccosh_test): Likewise.
43159         (csin_test): Likewise.
43160         (csinh_test): Likewise.
43161         * sysdeps/i386/fpu/libm-test-ulps: Update.
43162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43164 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43166         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43167         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43169         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43171 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43173         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43174         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43175         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43176         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43177         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43178         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43179         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43180         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43181         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43182         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43183         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43184         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43185         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43186         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43187         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43188         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43189         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43190         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43191         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43192         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43193         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43194         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43195         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43196         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43197         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43198         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43199         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43200         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43201         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43202         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43203         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43205 2012-05-18  Andreas Jaeger  <aj@suse.de>
43207         * csu/.gitignore: Delete.
43209 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43211         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43212         (timex): Use __syscall_slong_t.
43214 2012-05-18  Andreas Jaeger  <aj@suse.de>
43215             Carlos O'Donell  <carlos_odonell@mentor.com>
43217         * manual/install.texi (Configuring and compiling): Update
43218         description about files modified in the source directory.
43219         * INSTALL: Regenerated.
43221 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43223         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43224         value.  Use "or" to set return value to -1.
43225         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43226         negate return value.
43228 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43230         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43231         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43232         failure if the compiler has Graphite support disabled.
43233         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43234         Likewise.
43235         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43236         (CFLAGS-memmove.c): Likewise.
43237         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43238         Likewise.
43240 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43242         * sysdeps/x86_64/x32/_itoa.h: New file.
43244         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43245         getdents system call only if kernel and user dirents have the
43246         same d_ino and d_off.
43248         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43249         LLONG_MAX != LONG_MAX.
43250         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43251         (_fitoa_word): Likewise.
43253         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43254         years.
43255         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43256         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43257         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43259         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43260         include <bits/wordsize.h>.  Check __x86_64__ instead of
43261         __WORDSIZE.
43262         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43263         if __x86_64__ is defined.  Use anonymous union on fpstate.
43265         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43266         anonymous union.
43268 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43270         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43271         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43272         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43273         Refer to _rtld_local_ro instead of _rtld_global_ro.
43274         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43275         Likewise.
43276         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43277         Likewise.
43278         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43279         Likewise.
43280         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43281         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43282         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43284         * sysdeps/powerpc/powerpc32/dl-machine.c
43285         (__elf_machine_runtime_setup) [PROF]: Don't reference
43286         _dl_prof_resolve.
43288 2012-05-18  Andreas Jaeger  <aj@suse.de>
43290         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43291         function only available for GCCs before 3.4 since GCC 3.4
43292         introduced a builtin.
43293         (lrint): Likewise.
43294         (llrintf): Likewise.
43295         (llrint): Likewise.
43296         (fmaxf): Likewise.
43297         (fmax): Likewise.
43298         (fminf): Likewise.
43299         (fmin): Likewise.
43300         (rint): Likewise.
43301         (rintf): Likewise.
43302         (nearbyint): Likewise.
43303         (nearbyintf): Likewise.
43304         (ceil): Likewise.
43305         (ceilf): Likewise.
43306         (floor): Likewise.
43307         (floorf): Likewise.
43309 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43311         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43312         on both fields and cast pointer to __syscall_ulong_t.
43314         * bits/types.h (__fsword_t): New type.
43315         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43316         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43317         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43318         (__FSWORD_T_TYPE): Likewise.
43319         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43320         (__FSWORD_T_TYPE): Likewise.
43321         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43322         (__FSWORD_T_TYPE): Likewise.
43323         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43324         (__FSWORD_T_TYPE): Likewise.
43325         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43326         __SWORD_TYPE with __fsword_t.
43327         (statfs64): Likewise.
43329 2012-05-17  David S. Miller  <davem@davemloft.net>
43331         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43333 2012-05-17  Andreas Jaeger  <aj@suse.de>
43335         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43336         warning.
43338 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43340         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43342 2012-05-17  Andreas Jaeger  <aj@suse.de>
43344         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43345         when it is used.
43347 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43349         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43351 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43353         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43354         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43356 2012-05-17  Andreas Jaeger  <aj@suse.de>
43357             Carlos O'Donell  <carlos_odonell@mentor.com>
43359         [BZ #14059]
43360         * sysdeps/x86_64/multiarch/init-arch.h
43361         (bit_YMM_Usable): Rename to...
43362         (bit_AVX_Usable): ... this.
43363         (bit_FMA4_Usable): New macro.
43364         (bit_XMM_state): New macro.
43365         (bit_YMM_state): New macro.
43366         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43367         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43368         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43369         (CPUID_OSXSAVE): New macro.
43370         (CPUID_AVX): New macro.
43371         (CPUID_FMA4): New macro.
43372         (index_YMM_Usable): Rename to...
43373         (index_AVX_Usable): ... this.
43374         (HAS_AVX): Use HAS_ARCH_FEATURE.
43375         (HAS_FMA4): Likewise.
43376         (HAS_YMM_USABLE): Remove.
43377         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43378         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43379         are present.
43380         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43381         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43382         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43383         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43384         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43386 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43388         * math/libm-test.c: Support platforms without multiple rounding modes.
43389         * math/bug-nextafter.c: Support platforms without FP exceptions.
43390         * math/bug-nexttoward.c: Likewise.
43391         * math/test-fenv.c: Likewise.
43392         * math/test-misc.c: Likewise.
43393         * stdlib/bug-getcontext.c: Likewise.
43395 2012-05-17  Andreas Jaeger  <aj@suse.de>
43397         * manual/examples/search.c (critter_cmp): Change signature to
43398         avoid warnings.
43399         * manual/string.texi (Collation Functions): Likewise.
43401 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43403         * bits/types.h: Fold copyright years.
43404         * bits/typesizes.h: Likewise.
43405         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43406         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43407         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43408         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43409         * time/time.h: Likewise.
43411 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43413         [BZ #208]
43414         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43415         in instead of returning them.  Return void.
43416         (__libc_mallinfo): Accumulate over all arenas.
43417         (__malloc_stats): Adjust for change in int_mallinfo interface.
43419 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43421         [BZ #10375]
43422         * configure.in (NM): Add AC_CHECK_TOOL for it.
43423         (libc_extra_cflags): New substituted variable.
43424         Check for -fstack-protector being used implicitly.
43425         * configure: Regenerated.
43426         * config.make.in (config-extra-cflags): New variable,
43427         gets @libc_extra_cflags@.
43428         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43430         [BZ #10375]
43431         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43432         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43433         * configure: Regenerated.
43434         * config.make.in (CPPUNDEFS): New substituted variable.
43435         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43436         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43437         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43439 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43441         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43442         (mq_attr): Use __syscall_slong_t.
43444 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43446         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43447         Check __x86_64__ instead of __WORDSIZE.
43448         (_STAT_VER_LINUX): Likewise.
43449         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43450         __syscall_ulong_t and __syscall_slong_t.
43451         (stat64): Likewise.
43453 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43455         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43457 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43459         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43461 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43463         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43464         __syscall_ulong_t.
43466         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43467         include <bits/wordsize.h>.  Check __x86_64__ instead of
43468         __WORDSIZE.
43469         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43470         defined.
43471         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43473         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43474         include <bits/wordsize.h>.  Check __x86_64__ instead of
43475         __WORDSIZE.
43476         (user_regs_struct): Use "__extension__ unsigned long long"
43477         instead of "unsigned long" if __x86_64__ is defined.
43478         (user): Likewise.  Pad after pointer field if __ILP32__ is
43479         defined.
43481 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43483         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43484         versions 5 to 9.
43485         * configure: Regenerated.
43486         * manual/install.texi (texinfo): Increase version requirement to
43487         4.5 or later.
43488         * INSTALL: Regenerated.
43490         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43492 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43494         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43496         * sysdeps/x86_64/x32/ffs.c: New file.
43498         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43499         __syscall_ulong_t.
43500         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43501         defined.  Use __syscall_ulong_t.
43502         (shminfo): Use __syscall_ulong_t.
43503         (shm_info): Likewise.
43505         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43506         __syscall_ulong_t.
43508         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43509         <bits/wordsize.h>.
43510         (msgqnum_t): Use __syscall_ulong_t.
43511         (msglen_t): Likewise.
43512         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43513         __syscall_ulong_t.
43515         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43516         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43518         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43520         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43521         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43523         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43524         __syscall_slong_t.
43526         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43527         include <bits/wordsize.h>.  Check __x86_64__ instead of
43528         __WORDSIZE.
43530         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43531         "unsigned long long int" if __x86_64__ is defined.
43532         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43534         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43535         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43536         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43538         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43539         <stdint.h>.
43540         (GET_PC): Cast to uintptr_t first.
43541         (GET_FRAME): Likewise.
43542         (GET_STACK): Likewise.
43544         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43545         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43546         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43547         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43548         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43549         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43550         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43551         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43552         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43553         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43554         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43555         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43556         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43557         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43558         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43559         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43560         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43561         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43562         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43563         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43564         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43565         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43566         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43567         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43568         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43569         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43570         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43571         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43572         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43574 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43576         * Makerules (+depfiles): Also collect depfiles from .oS in
43577         $(extra-objs).
43578         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43579         .oS, $(libnldbl-routines)).
43581         * Makerules (native-compile-mkdep-flags): Define.
43582         * sunrpc/Makefile (extra-objs): Add $(addprefix
43583         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43584         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43585         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43586         calling $(make-target-directory).
43588 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43590         * bits/types.h (__snseconds_t): Removed.
43591         * time/time.h (struct timespec): Replace __snseconds_t with
43592         __syscall_slong_t.
43593         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43594         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43595         Likewise.
43596         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43597         (__SNSECONDS_T_TYPE): Likewise.
43598         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43599         (__SNSECONDS_T_TYPE): Likewise.
43600         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43601         (__SNSECONDS_T_TYPE): Likewise.
43603 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43605         * sysdeps/mach/hurd/bits/typesizes.h
43606         (__SYSCALL_SLONG_TYPE): New macro.
43607         (__SYSCALL_ULONG_TYPE): Likewise.
43609 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43611         * bits/types.h (__syscall_slong_t): New type.
43612         (__syscall_ulong_t): Likewise.
43614         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43615         (__SYSCALL_ULONG_TYPE): Likewise.
43616         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43617         (__SYSCALL_SLONG_TYPE): Likewise.
43618         (__SYSCALL_ULONG_TYPE): Likewise.
43619         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43620         (__SYSCALL_SLONG_TYPE): Likewise.
43621         (__SYSCALL_ULONG_TYPE): Likewise.
43622         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43623         (__SYSCALL_SLONG_TYPE): Likewise.
43624         (__SYSCALL_ULONG_TYPE): Likewise.
43626 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43628         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43629         Add sigaltstack-offsets.sym.
43630         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43631         <sigaltstack-offsets.h>.
43632         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43633         longjmp_msg pointer.
43634         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43635         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43636         signal stack.
43637         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43639 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43641         * elf/stackguard-macros.h: Remove file.
43642         * sysdeps/generic/stackguard-macros.h: New file.
43643         * sysdeps/i386/stackguard-macros.h: Likewise.
43644         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43645         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43646         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43647         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43648         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43649         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43650         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43651         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43652         <elf/stackguard-macros.h>.
43654         [BZ #14109]
43655         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43656         __aligned__ in attribute.
43657         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43658         (gregset_t): Likewise.
43660 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43662         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43663         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43664         * sysdeps/x86_64/x32/Implies-after: New file.
43666 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43668         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43669         and access return value for _dl_profile_fixup.  Use R10_LP to
43670         load frame size.
43672 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43674         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43676 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43678         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43679         * sysdeps/x86_64/x32/sysdep.h: New file.
43681 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43683         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43684         * sysdeps/x86_64/setjmp.S: Likewise.
43686 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43688         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43689         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43690         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43691         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43692         remove unused global constant.
43694 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43696         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43697         include of <not-cancel.h>.
43699 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43701         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43703 2012-05-15  Jeff Law  <law@redhat.com>
43704             Andreas Jaeger  <aj@suse.de>
43706         [BZ #13594]
43707         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43708         out from...
43709         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43710         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43711         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43712         code changing __hst_map_handle.map.
43714 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43716         * configure.in (sysnames): Look for Implies-before and Implies-after
43717         files.
43718         * configure: Regenerated.
43720 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43722         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43723         8-byte data alignment with LP_SIZE alignment.
43725 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43727         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43728         into R10_LP.
43730 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43732         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43734 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43736         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43737         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43738         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43739         Likewise.
43740         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43742 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43744         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43745         (stackinfo_sub_sp): Likewise.
43747 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43749         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43750         RAX_LP.
43752 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43754         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43755         into R*_LP.
43757 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43759         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43760         sizes into R*_LP.
43762 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43764         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43766 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43768         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43769         into R11_LP and load __x86_64_shared_cache_size_half into
43770         R8_LP.
43772 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43774         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43775         R8_LP.
43777 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43779         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43780         logb for POWER7.
43781         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43782         logbf for POWER7.
43783         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43784         logbl for POWER7.
43785         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43786         powerpc32/power7/fpu/s_logb.c via #include.
43787         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43788         powerpc32/power7/fpu/s_logbf.c via #include.
43789         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43790         powerpc32/power7/fpu/s_logbl.c via #include.
43792 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43794         * README.libm: Remove file.
43796 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43798         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43799         count for x32.  Use R*_LP and omit operand-size suffix.
43801 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43803         * shlib-versions: Move x86_64-.*-linux.* entries to ...
43804         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
43805         * sysdeps/x86_64/x32/shlib-versions: New file.
43807 2012-05-14  Roland McGrath  <roland@hack.frob.com>
43809         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43810         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43811         Use _dl_fatal_printf instead.
43813 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43815         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43816         set if not set by the user.  Do not allow for being unset.
43817         * sysdeps/unix/sysv/linux/configure: Regenerated.
43819 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43821         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43822         the `q' suffix from lea and replace .quad with ASM_ADDR.
43824 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43826         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43827         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
43828         instead of $17.
43829         (PTR_DEMANGLE): Likewise.
43831 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43833         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43834         (LP_OP): Likewise.
43835         (ASM_ADDR): Likewise.
43836         (RAX_LP): Likewise.
43837         (RBP_LP): Likewise.
43838         (RBX_LP): Likewise.
43839         (RCX_LP): Likewise.
43840         (RDI_LP): Likewise.
43841         (RSI_LP): Likewise.
43842         (RSP_LP): Likewise.
43843         (R8_LP): Likewise.
43844         (R9_LP): Likewise.
43845         (R10_LP): Likewise.
43846         (R10_LP): Likewise.
43847         (R11_LP): Likewise.
43848         (R12_LP): Likewise.
43849         (R13_LP): Likewise.
43850         (R14_LP): Likewise.
43851         (R15_LP): Likewise.
43853 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
43855         * sysdeps/x86_64/x32/dl-machine.h: New file.
43857 2012-05-14  Andreas Jaeger  <aj@suse.de>
43859         * manual/Makefile (subdir): Remove export of subdir.
43860         (all): Remove target.
43861         (.PHONY): Remove all from list.
43862         (mkinstalldirs): Remove.
43863         (.PHONY): Remove installdirs from list.
43864         ($(inst_infodir)/libc.info): Use make-target-directory.
43865         (installdirs): Remove.
43866         (subdir_%): Remove.
43867         (glibc-targets): Remove.
43868         (lib): Remove.
43869         (stubs): Remove.
43870         ($(objpfx)stubs ../po/manual.pot): Remove.
43871         ($(objpfx)stamp%): Remove.
43872         (make-target-directory): Remove.
43873         (subdir_install): Remove.
43874         (routines): Remove.
43875         (aux): Remove.
43876         (sources): Remove.
43877         (objects): Remove.
43878         (headers): Remove.
43880         [BZ #13750]
43881         * manual/.gitignore: Remove, it's not needed anymore.
43882         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43883         all files in it.
43884         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43885         directory.
43886         (texis): Renamed to $(objpfx)texis.
43887         (texis-path): New, contains path to generated files.
43888         (chapters.%): Use texis-path for complete path, add extra argument
43889         libc-texinfo.sh.
43890         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43891         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43892         (summary,texi, stamp-summary): Use complete path of
43893         files. Generate files in build dir.
43894         (dir-add.texi): Build in build dir.
43895         (libm-err.texi,stamp-libm-err): Likewise.
43896         (version.texi, stamp-version): Likewise.
43897         (.%c.texi): Likewise.
43898         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43899         (mostlyclean): Remove target.
43900         (realclean): Remove target.
43901         (generated): Add new variable with contents from mostlyclean and
43902         realclean, remove entries duplicated in common-mostlyclean, add
43903         stamp-libm-err and stamp-version.
43904         (generated-dirs): Add libc directory.
43905         ($(inst_infodir)/libc.info): Install files from build dir.
43907         * manual/install.texi (Configuring and compiling): Adjust since
43908         the info files are not part of the tar ball anymore.
43910 2012-05-14  Andreas Jaeger  <aj@suse.de>
43912         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43913         variable.
43915 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
43917         [BZ #13717]
43918         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43919         to 2.2.0 where earlier.
43920         * sysdeps/unix/sysv/linux/configure: Regenerated.
43921         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43922         Remove conditional code.
43923         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43924         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43925         Remove conditional code.
43926         [!__NR_lchown]: Likewise.
43927         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43928         [__NR_lchown]: Likewise.
43929         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43930         comment referencing __ASSUME_LCHOWN_SYSCALL.
43931         * sysdeps/unix/sysv/linux/i386/sigaction.c
43932         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43933         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43934         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43935         Remove conditional code.
43936         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43937         (__protocol_available): Remove #if 0 code.
43938         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43939         conditional code.
43940         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43941         * sysdeps/unix/sysv/linux/kernel-features.h
43942         (__ASSUME_GETCWD_SYSCALL): Don't define.
43943         (__ASSUME_REALTIME_SIGNALS): Likewise.
43944         (__ASSUME_PREAD_SYSCALL): Likewise.
43945         (__ASSUME_PWRITE_SYSCALL): Likewise.
43946         (__ASSUME_POLL_SYSCALL): Likewise.
43947         (__ASSUME_LCHOWN_SYSCALL): Likewise.
43948         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43949         non-SPARC.
43950         (__ASSUME_SIOCGIFNAME): Don't define.
43951         (__ASSUME_MSG_NOSIGNAL): Likewise.
43952         (__ASSUME_SENDFILE): Define unconditionally.
43953         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43954         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43955         conditional code.
43956         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43957         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43958         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43959         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43960         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43961         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43962         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43964         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43965         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43967         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43968         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43970         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43971         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43973         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43974         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43976         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43977         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43979         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43980         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43982         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43983         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43985         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43986         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43987         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43988         Remove conditional code.
43989         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43990         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43991         Remove conditional code.
43992         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43993         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43994         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43995         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43996         Remove conditional code.
43997         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43998         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43999         Remove conditional code.
44000         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44001         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44002         Remove conditional code.
44003         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44004         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44005         Remove conditional code.
44006         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44007         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44008         Remove conditional code.
44009         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44010         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44011         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44012         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44013         * sysdeps/unix/sysv/linux/sigaction.c
44014         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44015         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44016         * sysdeps/unix/sysv/linux/sigpending.c
44017         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44018         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44019         * sysdeps/unix/sysv/linux/sigprocmask.c
44020         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44021         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44022         * sysdeps/unix/sysv/linux/sigsuspend.c
44023         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44024         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44025         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44026         (__libc_missing_rt_sigs): Remove.
44027         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44028         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44029         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44030         Remove conditional code.
44031         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44032         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44033         return 1.
44034         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44035         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44036         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44037         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44039 2012-05-14  Andreas Jaeger  <aj@suse.de>
44041         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44042         it's not used in glibc.
44043         (__coshm1): Likewise.
44044         (__acosh1p): Likewise.
44045         (__sgn): Likewise.
44047         * manual/string.texi (Copying and Concatenation): Add missing
44048         variable in concat example.
44049         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44051 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44053         [BZ #14103]
44054         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44055         __builtin_clzl with __builtin_clzll.
44057 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44059         [BZ #14104]
44060         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44061         libc_freeres_ptr.
44063 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44065         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44066         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44067         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44068         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44070 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44072         * NEWS: Update ia64 info.
44074 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44076         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44077         used as bcopy.
44079 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44081         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44082         * sysdeps/unix/syscalls.list (dup3): Likewise.
44083         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44084         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44086 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44088         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44089         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44091 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44093         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44094         thread pointer.
44095         (TLS_IE): Use mov/add instead of movq/addq to load thread
44096         pointer.
44097         (TLS_GD_PREFIX): New.
44098         (TLS_GD): Use it.
44100 2012-05-11  David S. Miller  <davem@davemloft.net>
44102         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44103         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44104         (_FPU_SETCW): Likewise.
44106 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44108         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44109         is 32-byte aligned.
44111 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44113         [BZ #11837]
44114         * iconvdata/gb18030.c: Update tables.
44115         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44116         characters specially.
44117         (BODY for TO_LOOP): Add encoding of missing ranges.
44119 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44121         [BZ #13673]
44122         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44123         * sysdeps/mach/hurd/dup3.c: Likewise.
44124         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44125         * sysdeps/powerpc/memmove.c:: Likewise.
44127 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44129         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44130         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44132 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44134         * elf/elf.h (R_X86_64_RELATIVE64): New.
44135         (R_X86_64_NUM): Updated.
44136         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44137         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44138         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44139         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44140         tst-quad1pie tst-quad2pie
44141         (modules-names): Add tst-quadmod1 tst-quadmod2.
44142         ($(objpfx)tst-quad1): New dependency.
44143         ($(objpfx)tst-quad2): Likewise.
44144         ($(objpfx)tst-quad1pie): Likewise.
44145         ($(objpfx)tst-quad2pie): Likewise.
44146         * sysdeps/x86_64/tst-quad1.c: New file.
44147         * sysdeps/x86_64/tst-quad1pie.c: New file.
44148         * sysdeps/x86_64/tst-quad2.c: Likewise.
44149         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44150         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44151         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44152         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44153         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44155 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44157         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44158         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44159         * streams/stropts.h (t_scalar_t): Define type.
44161         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44162         (_PATH_PRESERVE): Set to "/var/lib".
44163         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44165         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44166         instead of int.
44168         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44169         if __dir_mkfile succeeded.
44171         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44172         checking for _hurd_dtablesize.  Unlock it right after having
44173         finished _hurd_dtable allocation.
44175 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44177         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44178         * sysdeps/mach/hurd/configure: Regenerated.
44179         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44180         special-casing to...
44181         * sysdeps/gnu/configure.in: ... this new file.
44182         * sysdeps/unix/sysv/linux/configure: Regenerated.
44183         * sysdeps/gnu/configure: New generated file.
44185         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44186         for Linux: use nsec instead of usec, as well as:
44187         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44188         members of type struct timespec.
44189         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44190         New macros.
44191         (struct stat64): Likewise.
44192         (_STATBUF_ST_NSEC): New macro.
44193         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44195         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44196         __strtoul_internal rather than strtoul.
44198 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44200         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44201         and reject them.
44203 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44205         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44206         which preserves existing values.
44207         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44209 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44211         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44212         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44213         greater than FD_SETSIZE.
44215 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44217         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44218         allocated, call __vm_protect to finish enabling the existing space, and
44219         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44220         allocate the remainder.
44222 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44224         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44225         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44227 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44229         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44230         sysdeps/mach/hurd/readlink.c.
44232         * posix/tst-sysconf.c (posix_options): Only use
44233         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44234         _POSIX_SYNCHRONIZED_IO when they are defined
44235         * sysdeps/mach/hurd/bits/posix_opt.h:
44236         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44237         (_XOPEN_REALTIME): Undefine macro.
44238         (_XOPEN_REALTIME_THREADS): Undefine macro.
44239         (_XOPEN_SHM): Undefine macro.
44240         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44241         macro to -1.
44242         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44243         macro to -1.
44244         (_POSIX_ASYNC_IO): Undefine macro.
44245         (_POSIX_PRIORITIZED_IO): Undefine macro.
44246         (_POSIX_SPIN_LOCKS): Define macro to -1.
44248         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44249         SA_NODEFER, SA_RESETHAND.
44250         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44251         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44252         F_DUPFD_CLOEXEC.
44254 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44256         * elf/Makefile (pldd-modules): Define unconditionally.
44258 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44260         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44262 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44264         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44265         Return ENOENT when name is empty.
44266         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44268 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44270         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44272         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44274 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44276         Fix mlock in all cases except non-readable pages.
44277         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44278         instead of VM_PROT_ALL as parameter to __vm_wire function.
44280         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44281         (__mkdir): When path is `/', just fail with EEXIST.
44282         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44284 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44286         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44287         <sys/uio.h> (for writev).
44288         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44289         and <sys/param.h> (for MIN).
44291 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44293         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44294         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44295         if interrupted.
44297 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44299         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44300         Depend on against $(link-rpcuserlibs).
44302 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44304         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44305         (__libc_stack_end): Do not use attribute_relro.
44306         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44307         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44308         to libthread-provided value.
44309         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44310         attribute_relro.
44312 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44314         [BZ #3748]
44315         * bits/libc-lock.h (__libc_once_get): New macro.
44316         * sysdeps/mach/bits/libc-lock.h: Likewise.
44317         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44318         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44319         instead of using implementation details.
44321         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44322         * libio/freopen.c: Likewise.
44323         * libio/freopen64.c: Likewise.
44324         * misc/syslog.c: Likewise.
44325         * nscd/connections.c: Likewise.
44326         * nscd/netgroupcache.c: Likewise.
44327         * sysdeps/posix/getcwd.c: Likewise.
44329 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44331         * math/w_ilogbf.c: Add #include <limits.h>.
44333 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44335         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44336         path instead of returning without unlocking.
44338         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44339         immediate-write ioctls.
44340         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44342 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44344         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44345         __builtin_frame_address instead of making assumptions about the
44346         location of the return address relative to DATA.  Force early load of
44347         the return address.
44348         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44349         __builtin_frame_address.
44351         dup3 for GNU Hurd.
44352         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44353         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44354         implement dup3 and do some further code clean-ups.
44355         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44356         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44358 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44360         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44362         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44363         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44364         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44365         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44366         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44367         d->port.lock.
44369         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44370         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44371         when handler == SIG_ERR, not when handler != SIG_ERR.
44373 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44375         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44376         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44377         definitions.
44379         accept4 for GNU Hurd.
44380         * include/sys/socket.h (__libc_accept4): New prototype.
44381         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44382         to implement __libc_accept4.
44383         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44384         __libc_accept4.
44385         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44387         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44388         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44389         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44390         signal-defines.sym.
44392 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44394         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44396 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44398         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44399         assertion on O_CLOEXEC flag.
44400         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44401         * hurd/intern-fd.c: Likewise.
44402         * hurd/port2fd.c: Likewise.
44404 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44406         [BZ #3906]
44407         * bits/in.h (IPV6_PKTINFO): Define new macro.
44408         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44410 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44412         [BZ #13954]
44413         [BZ #13955]
44414         [BZ #13956]
44415         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44416         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44417         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44418         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44419         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44420         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44421         * math/libm-test.inc (logb_test) : Additional logb tests.
44423 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44424             Andreas Jaeger  <aj@suse.de>
44426         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44427         * configure: Regenerated.
44428         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44429         * config.make.in (link-obsolete-rpc): New substituted variable.
44430         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44431         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44432         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44433         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44434         so that libc.a contains the symbols.
44435         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44436         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44437         * sunrpc/auth_none.c: Likewise.
44438         * sunrpc/auth_unix.c: Likewise.
44439         * sunrpc/authdes_prot.c: Likewise.
44440         * sunrpc/authuxprot.c: Likewise.
44441         * sunrpc/clnt_gen.c: Likewise.
44442         * sunrpc/clnt_perr.c: Likewise.
44443         * sunrpc/clnt_raw.c: Likewise.
44444         * sunrpc/clnt_simp.c: Likewise.
44445         * sunrpc/clnt_tcp.c: Likewise.
44446         * sunrpc/clnt_udp.c: Likewise.
44447         * sunrpc/clnt_unix.c: Likewise.
44448         * sunrpc/des_crypt.c: Likewise.
44449         * sunrpc/des_soft.c: Likewise.
44450         * sunrpc/get_myaddr.c: Likewise.
44451         * sunrpc/key_call.c: Likewise.
44452         * sunrpc/key_prot.c: Likewise.
44453         * sunrpc/netname.c: Likewise.
44454         * sunrpc/pm_getmaps.c: Likewise.
44455         * sunrpc/pm_getport.c: Likewise.
44456         * sunrpc/pmap_clnt.c: Likewise.
44457         * sunrpc/pmap_prot.c: Likewise.
44458         * sunrpc/pmap_prot2.c: Likewise.
44459         * sunrpc/pmap_rmt.c: Likewise.
44460         * sunrpc/publickey.c: Likewise.
44461         * sunrpc/rpc_cmsg.c: Likewise.
44462         * sunrpc/rpc_common.c: Likewise.
44463         * sunrpc/rpc_dtable.c: Likewise.
44464         * sunrpc/rpc_prot.c: Likewise.
44465         * sunrpc/rpc_thread.c: Likewise.
44466         * sunrpc/rtime.c: Likewise.
44467         * sunrpc/svc.c: Likewise.
44468         * sunrpc/svc_auth.c: Likewise.
44469         * sunrpc/svc_raw.c: Likewise.
44470         * sunrpc/svc_run.c: Likewise.
44471         * sunrpc/svc_tcp.c: Likewise.
44472         * sunrpc/svc_udp.c: Likewise.
44473         * sunrpc/svc_unix.c: Likewise.
44474         * sunrpc/svcauth_des.c: Likewise.
44475         * sunrpc/xcrypt.c: Likewise.
44476         * sunrpc/xdr.c: Likewise.
44477         * sunrpc/xdr_array.c: Likewise.
44478         * sunrpc/xdr_float.c: Likewise.
44479         * sunrpc/xdr_intXX_t.c: Likewise.
44480         * sunrpc/xdr_mem.c: Likewise.
44481         * sunrpc/xdr_rec.c: Likewise.
44482         * sunrpc/xdr_ref.c: Likewise.
44483         * sunrpc/xdr_sizeof.c: Likewise.
44484         * sunrpc/xdr_stdio.c: Likewise.
44486 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44488         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44489         change.  Update copyright years.
44491 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44493         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44495 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44496             Joseph Myers  <joseph@codesourcery.com>
44497             Paul Pluzhnikov  <ppluzhnikov@google.com>
44499         [BZ #14012]
44500         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44501         requiring rpcgen.
44502         [cross-compiling] (extra-libs): Likewise.
44503         [cross-compiling] (extra-libs-others): Likewise.
44504         [cross-compiling] (librpcsvc-routines): Likewise.
44505         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44506         [cross-compiling] (omit-deps): Likewise.
44507         (sunrpc-CPPFLAGS): New variable.
44508         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44509         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44510         (cross-rpcgen-objs): New variable.
44511         (extra-objs): Append $(cross-rpcgen-objs).
44512         ($(cross-rpcgen-objs)): New rule.
44513         ($(objpfx)cross-rpcgen): Likewise.
44514         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44515         comment.
44516         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44517         ($(objpfx)x%.stmp): Likewise.
44518         * sunrpc/proto.h [IS_IN_build] (_): Define.
44519         [IS_IN_build] (_libc_intl_domainname): Likewise.
44521 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44523         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44524         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44525         and R_X86_64_TPOFF64.
44527 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44529         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44530         sysdeps/unix/sysv/syscalls.list.
44531         (stime): Likewise.
44532         (utime): Likewise.
44533         * sysdeps/unix/sysv/syscalls.list: Remove file.
44535 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44537         [BZ #3440]
44538         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44539         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44540         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44541         (__LC_IDENTIFICATION): Make these macros useful in #if
44542         expressions, as required by C99.
44544 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44546         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44547         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44548         after this.
44550 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44552         * stdlib/longlong.h: Updated from GCC.
44554 2012-05-09  Andreas Jaeger  <aj@suse.de>
44556         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44557         default is first entry.
44558         (run_mode): Set type.
44559         (main): Remove informal message about syslog.
44560         (options): Fix typo.
44562         [BZ #14053]
44563         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44564         to asm.
44565         (lrint): Likewise.
44566         (llrintf): Likewise.
44567         (llrint): Likewise.
44568         (rint): Likewise.
44569         (rintf): Likewise.
44570         (nearbyint): Likewise.
44571         (nearbyintf): Likewise.
44573 2012-05-09  Andreas Jaeger  <aj@suse.de>
44574             Pedro Alves  <palves@redhat.com>
44576         * nscd/nscd.c (run_mode): Use enum.
44577         (main): Cleanup coding style issue.
44579 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44580             Andreas Jaeger  <aj@suse.de>
44582         * nscd/nscd.c (go_background): Replaced with...
44583         (run_mode): ... this.
44584         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44585         (options): Add -F --foreground.
44586         (main): Implement it.
44587         (parse_opt): Parse it.
44589 2012-05-09  Andreas Jaeger  <aj@suse.de>
44591         [BZ #14083]
44592         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44593         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44594         -Wconversion warning.
44595         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44596         Likewise.
44598 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44600         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44601         == 0.
44602         (LC_ALL): Use macro-int-constant.
44603         (LC_COLLATE): Likewise.
44604         (LC_CTYPE): Likewise.
44605         (LC_MESSAGES): Likewise.
44606         (LC_MONETARY): Likewise.
44607         (LC_NUMERIC): Likewise.
44608         (LC_TIME): Likewise.
44609         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44610         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44611         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44612         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44613         Specify type.
44614         [C99-based standards] (float_t): Expect type.
44615         [C99-based standards] (double_t): Expect type.
44616         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44617         type.
44618         [C99-based standards] (HUGE_VALL): Likewise.
44619         [C99-based standards] (INFINITY): Likewise.
44620         [C99-based standards] (NAN): Likewise.
44621         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44622         [C99-based standards] (FP_NAN): Likewise.
44623         [C99-based standards] (FP_NORMAL): Likewise.
44624         [C99-based standards] (FP_SUBNORMAL): Likewise.
44625         [C99-based standards] (FP_ZERO): Likewise.
44626         [C99-based standards] (FP_FAST_FMA): Use
44627         optional-macro-int-constant.  Specify type.  Require == 1.
44628         [C99-based standards] (FP_FAST_FMAF): Likewise.
44629         [C99-based standards] (FP_FAST_FMAL): Likewise.
44630         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44631         [C99-based standards] (FP_ILOGBNAN): Likewise.
44632         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44633         Specify type.
44634         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44635         [C99-based standards] (math_errhandling): Specify type.
44636         [ISO99 || ISO11] (signgam): Do not allow.
44637         [non-C99-based standards] (copysignf): Do not allow.
44638         [non-C99-based standards] (exp2f): Likewise.
44639         [non-C99-based standards] (log2f): Likewise.
44640         [non-C99-based standards] (modff): Allow.
44641         [non-C99-based standards] (erff): Do not allow.
44642         [non-C99-based standards] (erfcf): Likewise.
44643         [non-C99-based standards] (gammaf): Likewise.
44644         [non-C99-based standards] (hypotf): Likewise.
44645         [non-C99-based standards] (j0f): Likewise.
44646         [non-C99-based standards] (j1f): Likewise.
44647         [non-C99-based standards] (jnf): Likewise.
44648         [non-C99-based standards] (lgammaf): Likewise.
44649         [non-C99-based standards] (tgammaf): Likewise.
44650         [non-C99-based standards] (y0f): Likewise.
44651         [non-C99-based standards] (y1f): Likewise.
44652         [non-C99-based standards] (ynf): Likewise.
44653         [non-C99-based standards] (isnanf): Likewise.
44654         [non-C99-based standards] (acoshf): Likewise.
44655         [non-C99-based standards] (asinhf): Likewise.
44656         [non-C99-based standards] (atanhf): Likewise.
44657         [non-C99-based standards] (cbrtf): Likewise.
44658         [non-C99-based standards] (expm1f): Likewise.
44659         [non-C99-based standards] (ilogbf): Likewise.
44660         [non-C99-based standards] (log1pf): Likewise.
44661         [non-C99-based standards] (logbf): Likewise.
44662         [non-C99-based standards] (nextafterf): Likewise.
44663         [non-C99-based standards] (remainderf): Likewise.
44664         [non-C99-based standards] (rintf): Likewise.
44665         [non-C99-based standards] (scalbf): Likewise.
44666         [non-C99-based standards] (copysignl): Likewise.
44667         [non-C99-based standards] (exp2l): Likewise.
44668         [non-C99-based standards] (log2l): Likewise.
44669         [non-C99-based standards] (modfl): Allow.
44670         [non-C99-based standards] (erfl): Do not allow.
44671         [non-C99-based standards] (erfcl): Likewise.
44672         [non-C99-based standards] (gammal): Likewise.
44673         [non-C99-based standards] (hypotl): Likewise.
44674         [non-C99-based standards] (j0l): Likewise.
44675         [non-C99-based standards] (j1l): Likewise.
44676         [non-C99-based standards] (jnl): Likewise.
44677         [non-C99-based standards] (lgammal): Likewise.
44678         [non-C99-based standards] (tgammal): Likewise.
44679         [non-C99-based standards] (y0l): Likewise.
44680         [non-C99-based standards] (y1l): Likewise.
44681         [non-C99-based standards] (ynl): Likewise.
44682         [non-C99-based standards] (isnanl): Likewise.
44683         [non-C99-based standards] (acoshl): Likewise.
44684         [non-C99-based standards] (asinhl): Likewise.
44685         [non-C99-based standards] (atanhl): Likewise.
44686         [non-C99-based standards] (cbrtl): Likewise.
44687         [non-C99-based standards] (expm1l): Likewise.
44688         [non-C99-based standards] (ilogbl): Likewise.
44689         [non-C99-based standards] (log1pl): Likewise.
44690         [non-C99-based standards] (logbl): Likewise.
44691         [non-C99-based standards] (nextafterl): Likewise.
44692         [non-C99-based standards] (remainderl): Likewise.
44693         [non-C99-based standards] (rintl): Likewise.
44694         [non-C99-based standards] (scalbl): Likewise.
44695         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44696         [non-C99-based standards] (FP_*): Do not allow.
44697         [C99-based standards] (FP_*): Change to
44698         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44699         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44700         allow.
44701         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44702         (SIG_ERR): Likewise.
44703         [X/Open-based standards] (SIG_HOLD): Likewise.
44704         (SIG_IGN): Likewise.
44705         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44706         positive value.
44707         (SIGFPE): Likewise.
44708         (SIGILL): Likewise.
44709         (SIGINT): Likewise.
44710         (SIGSEGV): Likewise.
44711         (SIGTER): Likewise.
44712         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44713         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44714         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44715         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44716         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44717         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44718         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44719         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44720         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44721         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44722         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44723         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44724         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44725         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44726         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44727         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44728         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44729         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44730         [X/Open-based standards] (SIGTRAP): Likewise.
44731         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44732         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44733         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44734         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44735         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44736         allow.
44738 2012-05-08  Ian Wienand  <ianw@vmware.com>
44740         [BZ #14080]
44741         * time/tzset.c (__tzset_parse_tz): Update default rules for
44742         daylight time changes in the Energy Policy Act of 2005.
44744 2012-05-09  Andreas Jaeger  <aj@suse.de>
44746         [BZ #13983]
44747         * elf/ldconfig.c (parse_conf): Change string to make clear that
44748         ldconfig only issued a warning if ld.so.conf does not exist.
44750 2012-05-08  David S. Miller  <davem@davemloft.net>
44752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44753         movxtod instead of popping the value on the stack.
44755         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44757 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
44759         * config.h.in: Add HAVE_ARM_PCS_VFP.
44761 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
44763         [BZ #13979]
44764         * include/features.h: Warn if user requests __FORTIFY_SOURCE
44765         checking but the checks are disabled for any reason.
44767 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
44769         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44770         and ELF64_R_TYPE with ELFW(R_TYPE).
44772 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
44774         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44775         (ulimit): Likewise.
44777         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44778         (settimeofday): Likewise.
44780 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
44782         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
44783         a struct th_u2 inside the union, and move tu_block/tu_code into
44784         a new th_u3 union of tu_block/tu_code inside of that.  Move
44785         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
44786         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
44787         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44788         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44789         (th_stuff): Change to th_u1.tu_stuff.
44790         (th_data): Define.
44791         (th_msg): Change to th_u1.th_u2.tu_data.
44793 2012-05-07  David S. Miller  <davem@davemloft.net>
44795         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44797         [BZ #14074]
44798         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44799         (SETUP_PIC_REG): Use it.
44800         (SETUP_PIC_REG_LEAF): Use it.
44802 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
44804         [BZ #13885]
44805         [BZ #13923]
44806         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44807         USE_AS_EXPM1L.
44808         (EXPL_FINITE): Likewise.
44809         (FLDLOG): Likewise.
44810         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44811         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44812         e_expl.S.
44813         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44814         USE_AS_EXPM1L.
44815         (EXPL_FINITE): Likewise.
44816         (FLDLOG): Likewise.
44817         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44818         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44819         e_expl.S.
44820         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
44821         test of -max_value argument for long double.
44822         * sysdeps/i386/fpu/libm-test-ulps: Update.
44823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44825 2012-05-06  David S. Miller  <davem@davemloft.net>
44827         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44828         quad soft-float symbols whose references which are compiler
44829         generated.
44830         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44832 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
44834         [BZ #13884]
44835         [BZ #13914]
44836         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44837         USE_AS_EXP10L.
44838         (EXPL_FINITE): Likewise.
44839         (FLDLOG): Likewise.
44840         (c0): Likewise.
44841         (c1): Likewise.
44842         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44843         Adjust comments for base varying.
44844         (__expl_finite): Change alias to EXPL_FINITE.
44845         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44846         e_expl.S.
44847         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44848         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44849         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44850         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44851         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44852         USE_AS_EXP10L.
44853         (EXPL_FINITE): Likewise.
44854         (FLDLOG): Likewise.
44855         (c0): Likewise.
44856         (c1): Likewise.
44857         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
44858         Adjust comments for base varying.
44859         (__expl_finite): Change alias to EXPL_FINITE.
44860         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
44861         tests for bugs.
44862         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44864         [BZ #14064]
44865         * math/libm-test.inc (check_float_internal): Correct ulp
44866         calculation for subnormal expected results.
44868 2012-05-06  Andreas Jaeger  <aj@suse.de>
44870         * Makeconfig (+math-flags): New, set to -frounding-math.
44871         (+cflags): Add +math-flags so that all of glibc gets compiled with
44872         it.
44874         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44876 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
44878         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44879         Disable one test.
44881         [BZ #13787]
44882         [BZ #13922]
44883         [BZ #14036]
44884         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44885         (__ieee754_expl): Allow for and saturate large arguments.
44886         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44887         (u_threshold): Likewise.
44888         (__exp): Call __ieee754_exp before checking for overflow and
44889         underflow.
44890         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44891         (u_threshold): Likewise.
44892         (__expf): Call __ieee754_expf before checking for overflow and
44893         underflow.
44894         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44895         (u_threshold): Likewise.
44896         (__expl): Call __ieee754_expl before checking for overflow and
44897         underflow.
44898         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44899         (__ieee754_expl): Allow for and saturate large arguments.
44900         * math/libm-test.inc (exp_test): Add another test.  Do not allow
44901         missing overflow exception on overflow.
44902         (expm1_test): Do not allow missing overflow exception on overflow.
44904         * sysdeps/i386/fpu/e_expl.c: Move to ...
44905         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
44906         rather than using inline asm.
44907         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44908         * sysdeps/x86_64/fpu/e_expl.S: Copy from
44909         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44911         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44912         (nice): Likewise.
44913         (poll): Likewise.
44914         (signal): Likewise.
44915         (time): Likewise.
44916         (times): Likewise.
44918 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44920         * sysdeps/unix/syscalls.list (adjtime): Add entry from
44921         sysdeps/unix/common/syscalls.list.
44922         (fchmod): Likewise.
44923         (fchown): Likewise.
44924         (ftruncate): Likewise.
44925         (getrusage): Likewise.
44926         (gettimeofday): Likewise.
44927         (setpgid): Likewise.
44928         (setregid): Likewise.
44929         (setreuid): Likewise.
44930         (sigaction): Likewise.
44931         (truncate): Likewise.
44932         (vhangup): Likewise.
44933         * sysdeps/unix/common/syscalls.list: Remove file.
44934         * sysdeps/unix/bsd/Implies: Don't include unix/common.
44935         * sysdeps/unix/sysv/linux/Implies: Likewise.
44937 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
44939         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44940         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44941         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44942         Moved to ...
44943         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44944         Here.
44945         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44946         to ...
44947         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44948         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44949         to ...
44950         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44951         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44952         to ...
44953         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44954         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44955         to ...
44956         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44957         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44958         to ...
44959         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44960         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44961         to ...
44962         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44963         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44964         to ...
44965         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44966         Here.
44967         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44968         to ...
44969         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44970         Here.
44971         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44972         to ...
44973         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44974         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44975         Moved to ...
44976         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44977         Here.
44978         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44979         to ...
44980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44982 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
44984         * sysdeps/unix/common/bits/dirent.h: Remove file.
44985         * sysdeps/unix/common/bits/fcntl.h: Likewise.
44987         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44988         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44989         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44990         * sysdeps/unix/bsd/isatty.c: Likewise.
44991         * sysdeps/unix/bsd/tcdrain.c: Likewise.
44992         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44993         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44995 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44997         [BZ #13563]
44998         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44999         long double comparison inaccuracies.
45000         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45001         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45003 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45005         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45006         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45008 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45010         [BZ #14049]
45011         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45012         nonzero digits before rounding a hex value.
45013         * stdlib/tst-strtod.c (tests): Add another test.
45015 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45017         * sysdeps/s390/fpu/libm-test-ulps: Update.
45019 2012-05-03  Andreas Jaeger  <aj@suse.de>
45021         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45022         does not get optimized out.
45023         (malloc_opt_barrier): New.
45025 2012-05-03  Andreas Jaeger  <aj@suse.de>
45026             Roland McGrath  <roland@hack.frob.com>
45028         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45029         intermediate file deletion.
45030         (generated): Add .symlist files.
45032 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45034         [BZ #13775]
45035         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45036         Redirect under this condition.
45037         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45038         [__USE_GNU] (__dprintf_chk): Not under this condition.
45039         [__USE_GNU] (__vdprintf_chk): Likewise.
45040         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45041         under this condition.
45042         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45043         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45044         [__USE_XOPEN2K8] (vdprintf): Likewise.
45045         [__USE_GNU] (__dprintf_chk): Not under this condition.
45046         [__USE_GNU] (__vdprintf_chk): Likewise.
45047         [__USE_GNU] (dprintf): Likewise.
45048         [__USE_GNU] (vdprintf): Likewise.
45050 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45052         * elf/Makefile (common-generated): Set this instead of generated for
45053         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45054         $(all-built-dso)-derived lists.
45056 2012-05-03  Andreas Jaeger  <aj@suse.de>
45058         * sysdeps/i386/fpu/libm-test-ulps: Update.
45060         * FAQ: Removed.
45061         * FAQ.in: Likewise.
45062         * scripts/gen-FAQ.pl: Likewise.
45063         * manual/install.texi (Installation): Point to online location of
45064         FAQ.
45065         * Makefile (files-for-dist): Remove FAQ.
45066         (FAQ): Remove.
45068 2012-05-02  Allan McRae  <allan@archlinux.org>
45070         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45071         (LDFLAGS-reldepmod5.so): Likewise.
45072         (LDFLAGS-reldep6mod1.so): Likewise.
45073         (LDFLAGS-reldep6mod4.so): Likewise.
45074         (LDFLAGS-reldep8mod3.so): Likewise.
45075         (LDFLAGS-unload4mod1.so): Likewise.
45076         (LDFLAGS-unload4mod2.so): Likewise.
45077         (LDFLAGS-tst-initorder): Likewise.
45078         (LDFLAGS-tst-initordera2.so): Likewise.
45079         (LDFLAGS-tst-initordera3.so): Likewise.
45080         (LDFLAGS-tst-initordera4.so): Likewise.
45081         (LDFLAGS-tst-initorderb2.so): Likewise.
45082         (LDFLAGS-noload): Likewise.
45083         (LDFLAGS-next): Likewise.
45084         (LDFLAGS-order2mod1.so): Likewise.
45085         (LDFLAGS-order2mod2.so): Likewise.
45086         (LDFLAGS-tst-initorder2): Likewise.
45087         (LDFLAGS-tst-initorder2a.so): Likewise.
45088         (LDFLAGS-tst-initorder2b.so): Likewise.
45089         (LDFLAGS-tst-initorder2c.so): Likewise.
45090         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45092 2012-05-02  David S. Miller  <davem@davemloft.net>
45094         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45096 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45098         [BZ #14055]
45099         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45101 2012-05-02  Andreas Jaeger  <aj@suse.de>
45103         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45104         since we manipulate rounding mode.
45105         (CPPFLAGS-test-idouble.c): Likewise.
45106         (CPPFLAGS-test-ifloat.c): Likewise.
45107         (CFLAGS-test-ldouble.c): Likewise.
45108         (CFLAGS-test-double.c): Likewise.
45109         (CFLAGS-test-float.c): Likewise.
45110         (CFLAGS-test-misc.c): Likewise.
45111         (CFLAGS-test-test-fenv.c): Likewise.
45113 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45115         [BZ #2550]
45116         [BZ #2570]
45117         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45118         comparisons to determine direction to adjust input.
45120 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45122         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45123         output to the target.
45125         * scripts/localplt.awk: New file.
45126         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45127         (check-localplt-CFLAGS): Variable removed.
45128         ($(all-built-dso:=.jmprel)): New static pattern rule.
45129         (generated): Add those targets.
45130         (localplt-built-dso): New variable.
45131         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45133         * elf/check-localplt.c: File removed.
45135         * scripts/check-execstack.awk: New file.
45136         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45137         (check-execstack-CFLAGS): Variable removed.
45138         ($(objpfx)check-execstack.h): Target removed.
45139         ($(objpfx)execstack-default): New target.
45140         (generated): Add that instead of check-execstack.h.
45141         ($(all-built-dso:=.phdr)): New static pattern rule.
45142         (generated): Add those targets.
45143         * elf/check-execstack.c: File removed.
45145         * scripts/check-textrel.awk: New file.
45146         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45147         (check-textrel-CFLAGS): Variable removed.
45148         (all-built-dso): Use := to define.o
45149         ($(all-built-dso:=.dyn)): New static pattern rule.
45150         (generated): Add those targets.
45151         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45152         * config.make.in (READELF): New substituted variable.
45153         * elf/check-textrel.c: File removed.
45155 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45157         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45158         allow.
45159         * conform/data/ctype.h-data [C99-based standards] (isblank):
45160         Expect function.
45161         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45162         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45163         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45164         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45165         Specify type.  Require positive value.
45166         (EILSEQ): Likewise.
45167         (ERANGE): Likewise.
45168         [ISO || POSIX] (EILSEQ): Do not expect.
45169         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45170         Specify type.  Require positive value.
45171         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45172         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45173         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45174         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45175         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45176         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45177         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45178         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45179         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45180         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45181         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45182         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45183         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45184         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45185         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45186         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45187         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45188         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45189         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45190         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45191         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45192         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45193         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45194         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45195         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45196         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45197         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45198         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45199         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45200         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45201         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45202         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45203         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45204         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45205         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45206         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45207         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45208         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45209         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45210         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45211         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45212         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45213         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45214         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45215         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45216         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45217         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45218         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45219         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45220         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45221         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45222         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45223         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45224         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45225         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45226         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45227         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45228         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45229         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45230         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45231         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45232         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45233         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45234         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45235         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45236         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45237         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45238         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45239         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45240         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45241         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45242         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45243         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45244         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45245         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45246         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45247         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45248         Require >= 2.
45249         (FLT_ROUNDS): Expect as macro, not constant.
45250         (FLT_MANT_DIG): Use macro-int-constant.
45251         (DBL_MANT_DIG): Likewise.
45252         (LDBL_MANT_DIG): Likewise.
45253         (FLT_DIG): Likewise.
45254         (DBL_DIG): Likewise.
45255         (LDBL_DIG): Likewise.
45256         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45257         (DBL_MIN_EXP): Likewise.
45258         (LDBL_MIN_EXP): Likewise.
45259         (FLT_MAX_EXP): Use macro-int-constant.
45260         (DBL_MAX_EXP): Likewise.
45261         (LDBL_MAX_EXP): Likewise.
45262         (FLT_MAX_10_EXP): Likewise.
45263         (DBL_MAX_10_EXP): Likewise.
45264         (LDBL_MAX_10_EXP): Likewise.
45265         (FLT_MAX): Use macro-constant.
45266         (DBL_MAX): Likewise.
45267         (LDBL_MAX): Likewise.
45268         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45269         (DBL_EPSILON): Likewise.
45270         (LDBL_EPSILON): Likewise.
45271         (FLT_MIN): Likewise.
45272         (DBL_MIN): Likewise.
45273         (LDBL_MIN): Likewise.
45274         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45275         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45276         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45277         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45278         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45279         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45280         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45281         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45282         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45283         [ISO11] (FLT_TRUE_MIN): Likewise.
45284         [ISO11] (LDBL_TRUE_MIN): Likewise.
45285         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45286         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45287         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45288         (SCHAR_MAX): Likewise.
45289         (UCHAR_MAX): Likewise.
45290         (CHAR_MIN): Likewise.
45291         (CHAR_MAX): Likewise.
45292         (MB_LEN_MAX): Use macro-int-constant.
45293         (SHRT_MIN): Use macro-int-constant.  Specify type.
45294         (SHRT_MAX): Likewise.
45295         (USHRT_MAX): Likewise.
45296         (INT_MAX): Likewise.
45297         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45298         bound negative.
45299         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45300         bound with "U".
45301         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45302         bound with "L".
45303         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45304         bound negative.  Suffix upper bound with "L".
45305         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45306         bound with "UL".
45307         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45308         Specify type.
45309         [C99-based standards] (LLONG_MAX): Likewise.
45310         [C99-based standards] (ULLONG_MAX): Likewise.
45311         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45312         == 0.
45313         [ISO11] (max_align_t): Require type.
45314         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45316         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45317         from $CFLAGS, without defining away __attribute__ calls.
45318         (checknamespace): Use $CFLAGS_namespace.
45320         * conform/conformtest.pl (@keywords): Only include C99 keywords
45321         for standards based on C99 or C11.
45323         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45324         Disable tests.
45325         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45326         UNIX98]: Likewise.
45328         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45329         usability of symbols in #if.
45331         * conform/conformtest.pl: If macro or constant types start
45332         "promoted:", expect the symbol to be of the following type
45333         promoted by the integer promotions.
45335         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45336         in one place.  Also handle "macro-constant".
45338         * conform/conformtest.pl: Only accept expected macro values with
45339         "==".  Parse all "macro" lines in one place.
45340         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45342         * conform/conformtest.pl: Handle braced types on "constant" lines
45343         instead of handling "typed-constant".
45344         * conform/data/signal.h-data: Use "constant" instead of
45345         "typed-constant".
45347         * conform/conformtest.pl: Handle "optional-" at start of lines in
45348         one place rather than duplicating several cases.  Handle each
45349         format of "macro" line with initial "optional-".
45351         * conform/conformtest.pl: Only accept expected constant or
45352         optional-constant values with "==".  Parse all "constant" lines in
45353         one place.  Parse all "optional-constant" lines in one place.
45354         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45355         * conform/data/fmtmsg.h-data: Likewise.
45356         * conform/data/netinet/in.h-data: Likewise.
45357         * conform/data/tar.h-data: Likewise.
45358         * conform/data/limits.h-data: Use "==" form on "constant" and
45359         "optional-constant" lines.
45361         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45362         Use -std=c99 for XOPEN2K.
45363         (@knownproblems): Remove.
45364         (newtoken): Don't check %isknown.
45366         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45367         Do not expect macro.
45368         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45369         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45370         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45371         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45372         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45373         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45374         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45375         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45376         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45377         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45378         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45379         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45380         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45381         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45382         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45383         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45384         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45385         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45386         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45387         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45388         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45389         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45390         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45391         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45392         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45393         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45394         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45395         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45396         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45397         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45398         [XPG3] (acosh): Likewise.
45399         [XPG3] (asinh): Likewise.
45400         [XPG3] (atanh): Likewise.
45401         [XPG3] (cbrt): Likewise.
45402         [XPG3] (expm1): Likewise.
45403         [XPG3] (ilogb): Likewise.
45404         [XPG3] (log1p): Likewise.
45405         [XPG3] (logb): Likewise.
45406         [XPG3] (nextafter): Likewise.
45407         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45408         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45409         [XPG3] (remainder): Likewise.
45410         [XPG3] (rint): Likewise.
45411         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45412         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45413         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45414         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45415         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45416         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45417         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45418         [UNIX98 || XOPEN2K] (scalb): Expect.
45419         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45420         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45421         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45422         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45423         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45424         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45425         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45426         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45427         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45428         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45429         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45430         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45431         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45432         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45433         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45434         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45435         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45436         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45437         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45438         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45439         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45440         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45441         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45442         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45443         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45444         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45445         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45446         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45447         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45448         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45449         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45450         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45451         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45452         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45453         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45454         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45455         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45456         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45457         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45458         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45459         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45460         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45461         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45462         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45463         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45464         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45465         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45466         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45467         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45468         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45469         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45470         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45471         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45472         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45473         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45474         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45475         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45476         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45477         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45478         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45479         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45480         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45481         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45482         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45483         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45484         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45485         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45486         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45487         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45488         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45489         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45490         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45491         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45492         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45493         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45494         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45495         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45496         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45497         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45498         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45499         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45500         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45501         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45502         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45503         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45504         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45505         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45506         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45507         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45508         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45509         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45510         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45511         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45512         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45513         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45514         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45515         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45516         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45517         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45518         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45519         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45520         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45521         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45522         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45523         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45524         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45525         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45526         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45527         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45528         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45529         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45530         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45531         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45532         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45533         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45534         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45535         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45536         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45537         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45538         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45539         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45540         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45541         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45542         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45543         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45544         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45545         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45546         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45547         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45548         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45549         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45550         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45551         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45552         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45553         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45554         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45555         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45557         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45558         _XOPEN_SOURCE_EXTENDED for XPG4.
45560         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45562         * Makeconfig (localtime): Remove variable.
45563         (inst_localtime-file): Likewise.
45565 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45568         Update.
45569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45570         Update.
45571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45572         Update.
45573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45574         Update.
45575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45576         Update.
45577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45578         Update.
45579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45580         Update.
45581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45582         Update.
45583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45584         Update.
45586 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45588         [BZ #2550]
45589         [BZ #2570]
45590         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45591         comparisons to determine direction to adjust input.
45592         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45593         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45594         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45595         Likewise.
45596         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45597         Likewise.
45598         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45599         Likewise.
45600         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45601         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45602         Likewise.
45603         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45604         Likewise.
45605         * math/libm-test.inc (nexttoward_test): Add more tests.
45607 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45609         [BZ #14040]
45610         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45611         in version GLIBC_2.1, not GLIBC_2.0.
45612         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45613         Likewise.
45615 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45617         [BZ #13942]
45618         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45619         (1 - x) * (1 + x).
45620         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45621         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45622         * math/libm-test.inc (acos_test): Add more tests.
45623         (asin_test): Likewise.
45624         * sysdeps/i386/fpu/libm-test-ulps: Update.
45625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45627         [BZ #14034]
45628         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45629         of square root.
45630         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45631         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45632         * math/libm-test.inc (acos_test_tonearest): New function.
45633         (acos_test_towardzero): Likewise.
45634         (acos_test_downward): Likewise.
45635         (acos_test_upward): Likewise.
45636         (asin_test_tonearest): Likewise.
45637         (asin_test_towardzero): Likewise.
45638         (asin_test_downward): Likewise.
45639         (asin_test_upward): Likewise.
45640         (main): Call the new functions.
45641         * sysdeps/i386/fpu/libm-test-ulps: Update.
45642         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45644         [BZ #13884]
45645         [BZ #13924]
45646         * math/e_exp10.c: Include <float.h>.
45647         (__ieee754_exp10): Handle underflow here rather than multiplying
45648         large negative argument by M_LN10.
45649         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45650         of __ieee754_expf.
45651         * math/e_exp10l.c: Include <float.h>.
45652         (__ieee754_exp10l): Handle underflow here rather than multiplying
45653         large negative argument by M_LN10l.
45654         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45655         spurious overflow exception on underflow.
45657 2012-04-29  Marek Polacek  <polacek@redhat.com>
45659         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45660         (__fortify_function): New macro.
45661         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45662         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45663         __extern_always_inline.
45664         * libio/bits/stdio2.h: Likewise.
45665         * libio/bits/stdio.h: Likewise.
45666         * string/string.h: Likewise.
45667         * string/bits/string3.h: Likewise.
45668         * include/stdio.h: Likewise.
45669         * stdlib/bits/stdlib.h: Likewise.
45670         * stdlib/stdlib.h: Likewise.
45671         * rt/bits/mqueue2.h: Likewise.
45672         * rt/mqueue.h: Likewise.
45673         * posix/bits/unistd.h: Likewise.
45674         * posix/unistd.h: Likewise.
45675         * io/bits/poll2.h: Likewise.
45676         * io/bits/fcntl2.h: Likewise.
45677         * io/fcntl.h: Likewise.
45678         * io/sys/poll.h: Likewise.
45679         * misc/bits/syslog.h: Likewise.
45680         * misc/bits/syslog-ldbl.h: Likewise.
45681         * misc/sys/syslog.h: Likewise.
45682         * socket/bits/socket2.h: Likewise.
45683         * socket/sys/socket.h: Likewise.
45684         * debug/tst-chk1.c: Likewise.
45685         * wcsmbs/bits/wchar2.h: Likewise.
45686         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45687         * wcsmbs/wchar.h: Likewise.
45689 2012-04-29  Andreas Jaeger  <aj@suse.de>
45691         * Makerules (tests): Remove enable-check-abi protection.
45692         (check-abi-warn): Remove.
45693         (check-abi-%): Remove check-abi-warn usage.
45695         * configure.in: Remove check-abi configure option.
45696         * configure: Regenerated.
45697         * config.make.in (enable-check-abi): Remove.
45699 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45701         [BZ #14033]
45702         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45703         double functions to double *_finite functions.
45705         [BZ #13941]
45706         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45707         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45708         LDBL_MIN_EXP.
45709         * stdio-common/Makefile (tests): Add tst-sprintf3.
45710         * stdio-common/tst-sprintf3.c: New file.
45712         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45713         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45715 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45717         * conform/conformtest.pl: Remove duplicate typed-constant
45718         handling.
45720 2012-04-28  David S. Miller  <davem@davemloft.net>
45722         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45723         (check-abi-%): Remove AWK script prerequisite and explicit
45724         abilist directory.
45725         (check-abi): Rewrite to just diff the symlist with the abilist.
45726         (config-tls, config-abi-config): Delete, no longer used.
45727         (update-abi-%): Remove AWK script and explicit abilist directory.
45728         (update-abi): Rewrite to simply compare and conditionally copy the
45729         symlist and the sysdep abilist file.  Remove update-abi-config
45730         checks.
45731         * abilist/ld.abilist: Remove.
45732         * abilist/libBrokenLocale.abilist: Remove.
45733         * abilist/libanl.abilist: Remove.
45734         * abilist/libcrypt.abilist: Remove.
45735         * abilist/libdl.abilist: Remove.
45736         * abilist/librt.abilist: Remove.
45737         * abilist/libthread_db.abilist: Remove.
45738         * abilist/libutil.abilist: Remove.
45739         * scripts/extract-abilist.awk: Remove.
45740         * scripts/merge-abilist.awk: Remove.
45741         * sysdeps/generic/libcidn.abilist: New file.
45742         * sysdeps/generic/libnss_compat.abilist: New file.
45743         * sysdeps/generic/libnss_db.abilist: New file.
45744         * sysdeps/generic/libnss_dns.abilist: New file.
45745         * sysdeps/generic/libnss_files.abilist: New file.
45746         * sysdeps/generic/libnss_hesiod.abilist: New file.
45747         * sysdeps/generic/libnss_nis.abilist: New file.
45748         * sysdeps/generic/libnss_nisplus.abilist: New file.
45749         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45750         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45751         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45752         file.
45753         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45754         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45755         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45756         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45757         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45758         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45759         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45760         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45761         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45762         file.
45763         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45764         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45765         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45766         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45767         file.
45768         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45769         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45770         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45771         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45772         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45773         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45774         file.
45775         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45776         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45777         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45778         file.
45779         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45780         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45781         New file.
45782         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45783         New file.
45784         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45785         New file.
45786         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45787         New file.
45788         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45789         New file.
45790         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45791         New file.
45792         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45793         New file.
45794         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45795         New file.
45796         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45797         New file.
45798         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45799         New file.
45800         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45801         New file.
45802         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45803         New file.
45804         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45805         New file.
45806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45807         file.
45808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45809         New file.
45810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45811         New file.
45812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45813         file.
45814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45815         New file.
45816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45817         New file.
45818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45819         file.
45820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45821         New file.
45822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45823         New file.
45824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45825         New file.
45826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45827         New file.
45828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45829         New file.
45830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45831         New file.
45832         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45833         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45834         file.
45835         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45836         New file.
45837         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45838         file.
45839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45840         file.
45841         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45842         file.
45843         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45844         file.
45845         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45846         file.
45847         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45848         New file.
45849         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45850         file.
45851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45852         file.
45853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45854         New file.
45855         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45856         file.
45857         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45858         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45859         file.
45860         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45861         New file.
45862         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45863         file.
45864         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45865         file.
45866         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45867         file.
45868         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45869         file.
45870         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45871         file.
45872         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45873         New file.
45874         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45875         file.
45876         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45877         file.
45878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45879         New file.
45880         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45881         file.
45882         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45883         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45884         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45885         file.
45886         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45887         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45888         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45889         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45890         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45891         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45892         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45893         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45894         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45895         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45896         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45897         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45898         file.
45899         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45900         New file.
45901         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45902         file.
45903         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45904         file.
45905         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45906         file.
45907         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45908         file.
45909         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45910         file.
45911         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45912         New file.
45913         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45914         New file.
45915         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45916         file.
45917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45918         New file.
45919         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45920         file.
45921         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45922         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45923         file.
45924         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45925         New file.
45926         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45927         file.
45928         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45929         file.
45930         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45931         file.
45932         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45933         file.
45934         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45935         file.
45936         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45937         New file.
45938         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45939         New file.
45940         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45941         file.
45942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45943         New file.
45944         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45945         file.
45947 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45949         * conform/conformtest.pl: Fix typo in handling typed-constant from
45950         allow-header.
45952 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45954         * README: Cut down references to pre-2.6 Linux kernels and
45955         Linuxthreads.  Update lists of configurations in libc and ports
45956         and sort alphabetically.  Say "or newer" with Linux kernel version
45957         requirements.
45959         * config.h.in [IS_IN_build]: Allow compiling without optimization.
45961 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
45963         [BZ #887]
45964         * math/libm-test.inc (logb_test_downward): New test to expose
45965         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45966         rounding mode.
45968 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
45970         [BZ #14027]
45971         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45972         to be done.
45973         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45974         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45976 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
45978         * sysdeps/unix/i386/brk.S: Remove file.
45979         * sysdeps/unix/i386/dl-brk.S: Likewise.
45980         * sysdeps/unix/i386/pipe.S: Likewise.
45981         * sysdeps/unix/i386/sigreturn.S: Likewise.
45982         * sysdeps/unix/i386/syscall.S: Likewise.
45983         * sysdeps/unix/i386/vfork.S: Likewise.
45984         * sysdeps/unix/i386/wait.S: Likewise.
45986         * sysdeps/unix/common/tcsendbrk.c: Move to ...
45987         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45989         * configure.in (arm*-none*): Do not allow without
45990         --enable-hacker-mode.
45991         (netbsd*): Remove case setting base_os.
45992         (386bsd*): Likewise.
45993         (freebsd*): Likewise.
45994         (bsdi*): Likewise.
45995         (osf*): Likewise.
45996         (sunos*): Likewise.
45997         (ultrix*): Likewise.
45998         (newsos*): Likewise.
45999         (dynix*): Likewise.
46000         (*bsd*): Likewise.
46001         (sysv*): Likewise.
46002         (isc*): Likewise.
46003         (esix*): Likewise.
46004         (sco*): Likewise.
46005         (minix*): Likewise.
46006         (irix4*): Likewise.
46007         (irix6*): Likewise.
46008         (solaris[2-9]*): Likewise.
46009         (none): Likewise.
46010         * configure: Regenerated.
46012 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46014         [BZ #11521]
46015         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46016         overflow or cancellation in calculating denominator.
46017         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46018         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46019         down expression to avoid unexpected rounding in newer GCCs.
46020         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46022 2012-04-26  David S. Miller  <davem@davemloft.net>
46024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46025         long-double compat symbols.
46026         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46031         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46032         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46033         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46034         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46035         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46036         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46037         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46038         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46040 2012-04-25  David S. Miller  <davem@davemloft.net>
46042         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46043         HWCAP_* values only after the memory barriers have been defined.
46044         (atomic_full_barrier): Define.
46045         (atomic_read_barrier): Define.
46046         (atomic_write_barrier): Define.
46048 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46050         * shlib-versions: Add libgcc_s version information.
46051         * sysdeps/generic/libgcc_s.h: Remove.
46052         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46053         libgcc_s.h.
46054         * sysdeps/gnu/unwind-resume.c: Likewise.
46055         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46057 2012-04-25  David S. Miller  <davem@davemloft.net>
46059         * sysdeps/unix/sparc/brk.S: Delete.
46060         * sysdeps/unix/sparc/dl-brk.S: Delete.
46061         * sysdeps/unix/sparc/pipe.S: Delete.
46062         * sysdeps/unix/sparc/sysdep.S: Delete.
46063         * sysdeps/unix/sparc/sysdep.h: Delete.
46064         * sysdeps/unix/sparc/vfork.S: Delete.
46065         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46066         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46067         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46068         (ret_ERRVAL, r0, r1, MOVE): Define.
46069         (JUMPTARGET): Remove.
46070         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46071         sysdeps/unix/sparc/sysdep.h
46072         (ENTRY, END): Remove.
46073         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46075 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46077         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46078         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46079         -DIS_IN_build.
46081         * timezone/README: Update upstream location and email address for
46082         tzcode and tzdata.
46083         * timezone/zdump.c: Update from tzcode 2012b.
46084         * timezone/zic.c: Likewise.
46086         * configure.in (libc_cv_as_needed): Remove test.
46087         * configure: Regenerated.
46088         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46089         conditional definition.
46090         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46091         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46092         * config.make.in (have-as-needed): Remove variable.
46094 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46095             Paul Pluzhnikov  <ppluzhnikov@google.com>
46097         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46098         strings correctly.
46100 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46102         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46103         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46104         * sysdeps/sh/strlen.S: Likewise.
46106 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46108         * sysdeps/unix/fork.S: Remove file.
46109         * sysdeps/unix/i386/fork.S: Likewise.
46110         * sysdeps/unix/sparc/fork.S: Likewise.
46112         * sysdeps/unix/system.c: Remove file.
46113         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46115         * sysdeps/unix/getegid.S: Remove file.
46116         * sysdeps/unix/geteuid.S: Likewise.
46118 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46120         * scripts/check-localplt.awk: New file.
46121         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46122         of diff.
46123         * scripts/data/localplt-generic.data: Add a comment.
46125         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46126         NODE when __dir_mkfile failed.
46127         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46128         Reported by Ludovic Courtès <ludo@gnu.org>.
46130 2012-04-24  Andreas Jaeger  <aj@suse.de>
46132         * Makerules (common-clean): Also remove gen-as-const-headers
46133         files.
46135 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46137         * Makerules (native-compile): Do not change working directory for
46138         build.  Use $(OUTPUT_OPTION) in command.
46139         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46141 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46143         [BZ #13886]
46144         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46145         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46146         * math/libm-test.inc (floor_test): Add more tests.
46147         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46149 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46151         * sysdeps/unix/getdents.c: Remove file.
46152         * sysdeps/unix/sysv/getdents.c: Likewise.
46153         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46155         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46156         sysdeps/unix/mman/syscalls.list.
46157         (mmap): Likewise.
46158         (mprotect): Likewise.
46159         (msync): Likewise.
46160         (munmap): Likewise.
46161         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46162         * sysdeps/unix/mman/syscalls.list: Remove.
46163         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46165         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46166         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46167         * configure: Regenerated.
46168         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46169         $(libgcc_s_suffix).
46170         * config.make.in (libgcc_s_suffix): Remove variable.
46172 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46174         * sysdeps/unix/sysv/gethostname.c: Move to ...
46175         * sysdeps/posix/gethostname.c: ... here.
46177         * sysdeps/unix/execve.S: Remove file.
46179         * sysdeps/unix/_exit.S: Remove file.
46181 2012-04-23  Andreas Jaeger  <aj@suse.de>
46183         [BZ #13739]
46184         * manual/Makefile: Remove make dist support, there's no
46185         need for a stand-alone documentation tar ball.
46186         (TEXI2DVI): Define always, it's not in Makeconfig.
46187         (dist): Removed.
46188         (tar-it): Removed.
46189         (edition): Removed.
46190         (glibc-doc-$(edition).tar): Removed
46191         (%.Z): Removed.
46192         (%.gz): Removed.
46193         (%.uu): Removed.
46194         (ETAGS): Remove, it's in Makeconfig.
46195         (move-if-change): Remove, it's in Makeconfig.
46197 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46199         [BZ #13970]
46200         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46201         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46202         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46203         (strtod_l, strtof_l, strtold_l): Remove __wur.
46204         It is not necessarily an error to ignore strtol's return value.
46205         One can reliably look at the stored endptr to decide whether
46206         the number had valid syntax.
46208 2012-04-21  Andreas Jaeger  <aj@suse.de>
46210         [BZ #13739]
46211         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46213 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46215         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46216         * sysdeps/unix/sysv/Versions: Remove file.
46218 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46220         [BZ #13927]
46221         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46223 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46225         [BZ #7064]
46226         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46227         version from __vm86.
46229 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46231         * sysdeps/unix/common/lxstat.c: Remove file.
46232         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46234         * sysdeps/unix/sysv/Makefile: Remove file.
46236         * sysdeps/unix/sysv/direct.h: Remove file.
46238         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46239         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46240         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46241         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46242         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46243         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46244         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46246         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46248         * sysdeps/unix/xmknod.c: Remove file.
46249         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46251         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46253         * sysdeps/unix/sysv/i386/time.S: Remove file.
46255         * sysdeps/unix/fxstat.c: Remove file.
46256         * sysdeps/unix/xstat.c: Likewise.
46257         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46259         * sysdeps/unix/sysv/sigaction.c: Remove file.
46261         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46262         (sysdep_headers): Remove variable.
46263         [termio.h not in sysdep_headers] (generated): Likewise.
46264         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46265         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46266         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46267         * sysdeps/unix/sysv/tcflow.c: Likewise.
46268         * sysdeps/unix/sysv/tcflush.c: Likewise.
46269         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46270         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46271         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46272         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46273         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46275         * sysdeps/unix/siglist.c: Remove file.
46277         * sysdeps/unix/getppid.S: Remove file.
46279         * sysdeps/unix/mkdir.c: Remove file.
46280         * sysdeps/unix/rmdir.c: Likewise.
46282 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46284         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46285         ERR_MAX value.
46286         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46287         errlist-compat value.
46289 2012-04-18  David S. Miller  <davem@davemloft.net>
46291         * sysdeps/generic/memcopy.h (reg_char): Delete.
46292         * debug/strcat_chk.c: Use char, not reg_char.
46293         * debug/strcpy_chk.c: Likewise.
46294         * debug/strncat_chk.c: Likewise.
46295         * debug/strncpy_chk.c: Likewise.
46296         * string/memchr.c: Likewise.
46297         * string/memrchr.c: Likewise.
46298         * string/rawmemchr.c: Likewise.
46299         * string/strcat.c: Likewise.
46300         * string/strchr.c: Likewise.
46301         * string/strchrnul.c: Likewise.
46302         * string/strcmp.c: Likewise.
46303         * string/strcpy.c: Likewise.
46304         * string/strncat.c: Likewise.
46305         * string/strncmp.c: Likewise.
46306         * string/strncpy.c: Likewise.
46308 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46310         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46311         __builtin_memcopy is called when src and dest ranges are known to not
46312         overlap.
46314 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46316         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46317         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46318         fwd_align_merge macro call.
46319         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46320         bwd_align_merge macro call.
46321         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46323 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46325         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46326         bwd_align_merge macros.
46327         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46328         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46329         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46331 2012-04-18  David S. Miller  <davem@davemloft.net>
46333         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46335 2012-04-18  Andreas Jaeger  <aj@suse.de>
46337         [BZ# 6794]
46338         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46339         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46340         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46342         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46343         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46344         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46346         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46347         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46348         Adjust for changed ldbl-128 files.
46350         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46351         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46352         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46354 2012-04-17  David S. Miller  <davem@davemloft.net>
46356         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46358 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46360         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46361         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46362         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46363         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46364         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46365         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46367 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46369         [BZ #6794]
46370         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46371         * math/libm-test.inc: Add ilogb errno and exception tests.
46372         * math/w_ilogb.c: New file: ilogb wrapper.
46373         * math/w_ilogbf.c: New file: ilogbf wrapper.
46374         * math/w_ilogbl.c: New file: ilogbl wrapper.
46375         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46376         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46377         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46378         exception being thrown with 0.0 as argument.
46379         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46380         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46381         exception being thrown with 0.0 as argument.
46382         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46383         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46384         exception being thrown with 0.0 as argument.
46385         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46386         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46387         exception being thrown with 0.0 as argument.
46388         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46389         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46390         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46391         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46392         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46393         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46394         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46395         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46396         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46398 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46400         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46401         with altivec.
46403 2012-04-16  Marek Polacek  <polacek@redhat.com>
46405         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46407 2012-04-16  Marek Polacek  <polacek@redhat.com>
46409         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46410         operands of fdivp instruction.
46412 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46414         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46415         * elf/tst-auditmod3b.c: Likewise.
46416         * elf/tst-auditmod4b.c: Likewise.
46417         * elf/tst-auditmod5b.c: Likewise.
46418         * elf/tst-auditmod6b.c: Likewise.
46419         * elf/tst-auditmod6c.c: Likewise.
46420         * elf/tst-auditmod7b.c: Likewise.
46421         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46422         * sysdeps/x86_64/preconfigure.in: Likewise.
46423         * sysdeps/x86_64/preconfigure: Regenerated.
46425 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46427         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46428         __ILP32__.
46430 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46432         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46433         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46435 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46437         [BZ #13973]
46438         * locale/iso-639.def: Fix gl language name. Spotted by
46439         Yaron Shahrabani.
46441 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46443         [BZ #2074]
46444         * libio/libio.h (__io_write_fn): Update comment.
46446 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46448         [BZ #2074]
46449         * stdio.texi (Hook Functions): The user provided writer function
46450         is not allowed to return -1.
46452 2012-04-11  David S. Miller  <davem@davemloft.net>
46454         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46456 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46458         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46459         Add a leading slash to rtkaio.
46461 2012-04-11  Jim Meyering  <meyering@redhat.com>
46463         [BZ #11959]
46464         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46465         It is not necessarily an error to ignore fwrite's return
46466         value.  One can reliably use ferror to test for errors after
46467         the fact.
46469 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46471         * bits/types.h (__snseconds_t): New type.
46472         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46474         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46475         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46476         (__SNSECONDS_T_TYPE): Likewise.
46477         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46478         (__SNSECONDS_T_TYPE): Likewise.
46479         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46480         (__SNSECONDS_T_TYPE): Likewise.
46482 2012-04-10  Andreas Jaeger  <aj@suse.de>
46484         [BZ #2636]
46485         * manual/time.texi (Processor Time): Return type of times is
46486         elapsed real time since an arbitrary point in the past.
46487         (CPU Time): Move CLK_TCK from here...
46488         (Processor Time): ...to here.  Correct description.
46489         * manual/conf.texi (Constants for Sysconf): Correct description of
46490         _SC_CLK_TCK.
46492 2012-04-10  David S. Miller  <davem@davemloft.net>
46494         [BZ #13967]
46495         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46496         where the is a gap between DT_REL(A) and DT_JMPREL.
46498 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46500         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46501         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46502         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46504 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46506         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46507         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46508         (dl_main): Handle --inhibit-cache.
46509         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46510         _dl_inhibit_cache.
46511         * elf/dl-load.c (_dl_map_object): Use it.
46512         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46514 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46516         [BZ #13872]
46517         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46518         (__ieee754_powl): Saturate large exponents rather than testing for
46519         overflow of y*log2(x).
46520         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46521         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46522         exceptions.
46524         [BZ #11521]
46525         * math/s_ctan.c: Include <float.h>.
46526         (__ctan): Avoid internal overflow or cancellation in calculating
46527         denominator.
46528         * math/s_ctanf.c: Likewise.
46529         * math/s_ctanl.c: Likewise.
46530         * math/s_ctanh.c: Likewise.
46531         * math/s_ctanhf.c: Likewise.
46532         * math/s_ctanhl.c: Likewise.
46533         * math/libm-test.inc (ctan_test): Add more tests.
46534         (ctanh_test): Likewise.
46535         * sysdeps/i386/fpu/libm-test-ulps: Update.
46536         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46538 2012-04-09  Andreas Jaeger  <aj@suse.de>
46540         [BZ #6894]
46541         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46542         is an optional BSD extension.
46544         [BZ #10254]
46545         * manual/stdio.texi (Opening Streams): Document additional fopen
46546         parameters.
46548 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46550         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46551         %eax without telling the compiler.
46553 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46555         [BZ # 13963]
46556         * manual/install.texi: Use sourceware.org.
46558 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46560         [BZ #13873]
46561         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46562         (__ieee754_pow): Generate overflow and underflow using huge*huge
46563         and tiny*tiny rather than just returning constant infinity or zero
46564         for large exponents.
46565         * math/libm-test.inc (pow_test): Require overflow exceptions for
46566         applicable cases of large exponents.
46568         [BZ #706]
46569         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46570         (__ieee754_pow): Use iterative multiplication algorithm only for
46571         integer exponents with absolute value below 1024.  Check for odd
46572         integer exponents when using algorithm for real exponents.
46573         * math/libm-test.inc (pow_test): Add more tests.
46574         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46576 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46578         [BZ #13705]
46579         * math/libm-test.inc (exp_test): Do not allow overflow exception
46580         on underflow test.
46582 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46584         [BZ #13705]
46585         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46586         instead of __kernel_standard_f.
46588 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46590         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46591         * sysdeps/x86_64/memset_chk.S: Likewise.
46593 2012-04-08  Andreas Jaeger  <aj@suse.de>
46595         [BZ #10153]
46596         * manual/startup.texi (Environment Access): Describe return value
46597         for putenv and setenv.
46599         [BZ #6895]
46600         * manual/filesys.texi (Directory Entries): Add description for
46601         DT_LNK.
46603         [BZ #6890]
46604         * manual/filesys.texi (Directory Entries): Clarify that it's file
46605         system not operating system in the description of DT_UNKNOWN.
46607         [BZ #6578]
46608         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46610 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46612         [BZ #6649]
46613         * manual/llio.texi (Opening and Closing Files): Add cross
46614         reference to explain mode argument.
46616 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46618         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46619         * sysdeps/x86_64/memset_chk.S: Likewise.
46621 2012-04-07  David S. Miller  <davem@davemloft.net>
46623         * elf/elf.h (R_SPARC_WDISP10): Define.
46624         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46625         R_SPARC_SIZE32.
46626         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46627         R_SPARC_SIZE64 and R_SPARC_H34.
46629 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46631         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46632         conditions and remove no longer applicable assertion.
46634 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46636         * bits/byteswap.h: Include <features.h>.
46637         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46638         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46640 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46642         * bits/byteswap.h (__bswap_16): Removed.
46643         Include <bits/byteswap-16.h> to get __bswap_16.
46644         * sysdeps/i386/bits/byteswap.h: Likewise.
46645         * sysdeps/s390/bits/byteswap.h: Likewise.
46646         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46647         * bits/byteswap-16.h: New file.
46648         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46649         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46650         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46651         * string/Makefile (headers): Add bits/byteswap-16.h.
46653 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46655         [BZ #13895]
46656         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46657         extra indirection.
46658         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46659         * nss/tst-nss-static.c: New.
46661 2012-04-06  Robert Millan  <rmh@gnu.org>
46663         [BZ #6486]
46664         * manual/llio.texi (File Position Primitive): lseek
46665         refers to WHENCE when it really means OFFSET.
46667 2012-04-06  Andreas Jaeger  <aj@suse.de>
46669         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46670         strncmp declarations.
46672         * abilist/libc.abilist: Add __poll and __ppoll.
46674 2012-04-05  David S. Miller  <davem@davemloft.net>
46676         * scripts/check-local-headers.sh: Accept a host triplet in the
46677         path matched by the exclude regexp.
46679         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46680         definition.
46681         * sysdeps/powerpc/powerpc32/dl-machine.h
46682         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46683         * sysdeps/s390/s390-32/dl-machine.h
46684         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46685         * sysdeps/sparc/sparc32/dl-machine.h
46686         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46687         * sysdeps/sparc/sparc64/dl-machine.h
46688         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46690         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46691         lazy binding.
46692         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46693         undefined symbol errors.
46695         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46696         DT_NEEDED entries.
46698 2012-04-05  Michael Matz  <matz@suse.de>
46700         [BZ #13592]
46701         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46703 2012-04-05  Andreas Jaeger  <aj@suse.de>
46705         [BZ #13908]
46706         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46707         comment.
46709 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46711         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46712         which ROUND is no valid rounding mode.
46714 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46716         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46717         read again.
46718         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46720 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46722         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46723         an exception using FPU order intentionally.
46725 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46727         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46728         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46729         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46730         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46732 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46734         [BZ #12340]
46735         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46736         EINVAL when BUFLEN is too smal.
46738 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46740         [BZ #13553]
46741         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46742         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46744 2012-04-03  Andreas Jaeger  <aj@suse.de>
46746         [BZ #13938]
46747         * manual/setjmp.texi (System V contexts): Fix sentence.
46749         [BZ #13926]
46750         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46751         New macro for this case.
46752         [!__GNUC__] (__bswap_64): New inline function for this case.
46753         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46754         * bits/byteswap.h: Likewise.
46755         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46756         ull, guard with __GLIBC_HAVE_LONG_LONG.
46758         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46759         __GLIBC_HAVE_LONG_LONG.
46761         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46762         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46764 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46766         [BZ #13691]
46767         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46768         inptr and inend, rather than using last_ch.
46770 2012-04-02  David S. Miller  <davem@davemloft.net>
46772         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46773         * stdio-common/printf-parse.h (read_int): Change return type to
46774         'int', return -1 on INT_MAX overflow.
46775         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46776         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
46777         overflows INT_MAX.  Check for overflow of in-format-string precision
46778         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
46779         SIZE_MAX not INT_MAX for integer overflow test.
46780         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46781         skip the construct in the format string but do not record anything.
46782         * stdio-common/bug22.c: Adjust to test both width/prevision
46783         INT_MAX overflow as well as total length INT_MAX overflow.  Check
46784         explicitly for proper errno values.
46786 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
46788         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46789         CHAR_MAX.
46790         * string/test-strcmp.c [! WIDE]: Likewise.
46791         * time/tst-mktime2.c: Likewise for INT_MAX.
46792         * string/test-string.h: #include <sys/param.h> for MIN.
46794         * csu/init-first.c (__libc_init_first): Call __ctype_init.
46795         * sysdeps/i386/init-first.c (init): Likewise.
46796         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46797         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46798         * sysdeps/sh/init-first.c (init): Likewise.
46800 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
46802         * po/ru.po: Update from translation team.
46803         * po/vi.po: Likewise.
46805 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
46807         * resolv/nss_dns/dns-host.c: Merge copyright years.
46809 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46811         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46812         Optimize memcpy with prefetch if
46813         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
46814         src, dst pointers have unequal 16 byte alignments.
46816 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
46818         [BZ #13928]
46819         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46820         from a CNAME entry and return the minimum ttl for the query.
46821         (gaih_getanswer_slice): Likewise.
46823 2012-03-30  Jeff Law  <law@redhat.com>
46825         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46826         due to long keys.
46827         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46828         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46830         * resolv/nss_dns/dns-host.c: Update copyright year.
46832 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
46834         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46835         requests to save a system call.  Fix check that all bytes are sent.
46837         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46838         comments for sendmmsg.
46840 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
46842         [BZ #13691]
46843         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46844         with only 1 character between 0x0041 and 0x01b0.
46845         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46846         * wcsmbs/tst-mbsnrtowcs.c: New file.
46848 2012-03-29  David S. Miller  <davem@davemloft.net>
46850         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46851         small copies by hand.
46853 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
46855         [BZ #13761]
46856         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46857         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46858         group memberships.
46860 2012-03-28  David S. Miller  <davem@davemloft.net>
46862         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46863         that branches into memcpy.
46864         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46865         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46866         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46867         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46868         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46869         bits.
46870         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46871         implementation too.
46872         * sysdeps/sparc/mempcpy.S: New file.
46874         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46875         the IFUNC routine in the libc case.
46876         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46878         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46879         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46880         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46881         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46882         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46883         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46884         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46885         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46887         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46888         loop to 256 bytes instead of 64 bytes and fix test signedness.
46890         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46891         * sysdeps/sparc/sparc32/Makefile: rather than here...
46892         * sysdeps/sparc/sparc64/Makefile: and here.
46894 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
46896         * malloc/mallocbug.c: Avoid warnings about unused variables.
46898 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
46900         [BZ #13760]
46901         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46902         in the right place. Discard and retry query if response is
46903         larger than input buffer size.
46905 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
46907         [BZ #369]
46908         [BZ #2678]
46909         [BZ #3866]
46910         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46911         x for large integer exponent.
46912         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46913         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
46914         sign of result as needed afterwards.
46915         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46916         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46917         result for underflowing pow the same as for overflow.
46918         (__kernel_standard_l): Handle powl overflow and underflow here
46919         rather than calling __kernel_standard.
46920         * math/libm-test.inc (pow_test): Add more tests.
46922         [BZ #3868]
46923         [BZ #13879]
46924         [BZ #13910]
46925         [BZ #13911]
46926         [BZ #13912]
46927         [BZ #13913]
46928         [BZ #13915]
46929         [BZ #13916]
46930         [BZ #13917]
46931         [BZ #13918]
46932         [BZ #13919]
46933         [BZ #13920]
46934         [BZ #13921]
46935         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46936         * sysdeps/ieee754/k_standard.c: Include <float.h>.
46937         (__kernel_standard_l): New function.
46938         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46939         __kernel_standard.
46940         * math/w_acosl.c (__acosl): Likewise.
46941         * math/w_asinl.c (__asinl): Likewise.
46942         * math/w_atan2l.c (__atan2l): Likewise.
46943         * math/w_atanhl.c (__atanhl): Likewise.
46944         * math/w_coshl.c (__coshl): Likewise.
46945         * math/w_exp10l.c (__exp10l): Likewise.
46946         * math/w_exp2l.c (__exp2l): Likewise.
46947         * math/w_fmodl.c (__fmodl): Likewise.
46948         * math/w_hypotl.c (__hypotl): Likewise.
46949         * math/w_j0l.c (__j0l, __y0l): Likewise.
46950         * math/w_j1l.c (__j1l, __y1l): Likewise.
46951         * math/w_jnl.c (__jnl, __ynl): Likewise.
46952         * math/w_lgammal.c (__lgammal): Likewise.
46953         * math/w_log10l.c (__log10l): Likewise.
46954         * math/w_log2l.c (__log2l): Likewise.
46955         * math/w_logl.c (__logl): Likewise.
46956         * math/w_powl.c (__powl): Likewise.
46957         * math/w_remainderl.c (__remainderl): Likewise.
46958         * math/w_scalbl.c (sysv_scalbl): Likewise.
46959         * math/w_sinhl.c (__sinhl): Likewise.
46960         * math/w_sqrtl.c (__sqrtl): Likewise.
46961         * math/w_tgammal.c (__tgammal): Likewise.
46962         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46963         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46964         * math/libm-test.inc (acos_test): Add more tests.
46965         (acosh_test): Likewise.
46966         (asin_test): Likewise.
46967         (atanh_test): Likewise.
46968         (exp_test): Likewise.
46969         (exp10_test): Likewise.
46970         (exp2_test): Likewise.
46971         (expm1_test): Likewise.
46972         (lgamma_test): Likewise.
46973         (log_test): Likewise.
46974         (log10_test): Likewise.
46975         (log1p_test): Likewise.
46976         (log2_test): Likewise.
46977         (pow_test): Do not allow some spurious overflow exceptions.
46978         (sqrt_test): Add more tests.
46979         (tgamma_test): Likewise.
46980         (y0_test): Likewise.
46981         (y1_test): Likewise.
46982         (yn_test): Likewise.
46984 2012-03-27  Anton Blanchard  <anton@samba.org>
46986         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46987         MAP_HUGETLB.
46988         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46989         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46990         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46992 2012-03-27  David S. Miller  <davem@davemloft.net>
46994         * conform/Makefile: Run run-conformtest.sh using $(BASH).
46996         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46997         have-as-vis3 check.
46999 2012-03-27  Andreas Jaeger  <aj@suse.de>
47001         * sysdeps/x86_64/elf/configure.in: Moved to ...
47002         * sysdeps/x86_64/configure.in: ... here.
47003         * sysdeps/x86_64/elf/start.S: Moved to ...
47004         * sysdeps/x86_64/start.S: ... here.
47005         * sysdeps/x86_64/elf/configure: Delete.
47007         * sysdeps/x86_64/configure.in: Merge contents from
47008         sysdeps/i386/configure.in (without i686 check).
47010         * sysdeps/i386/elf/Versions: Merge into ...
47011         * sysdeps/i386/Versions: ... this.
47012         * sysdeps/i386/elf/Versions: Delete file.
47013         * sysdeps/i386/elf/start.S: Moved to ...
47014         * sysdeps/i386/start.S: ...here.
47015         * sysdeps/i386/elf/configure.in: Merge into...
47016         * sysdeps/i386/configure.in: ...here.
47017         * sysdeps/i386/elf/configure.in: Delete file.
47018         * sysdeps/i386/elf/configure: Delete file.
47020         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47021         * debug/backtracesyms.c: ... here.
47022         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47023         * debug/backtracesymsfd.c: ... here.
47024         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47025         * sysdeps/generic/ifunc-sel.h: ... here.
47027         * sysdeps/unix/i386/start.c: Delete file.
47028         * sysdeps/unix/sparc/start.c: Delete file.
47029         * sysdeps/unix/start.c: Delete file.
47031         * sysdeps/sh/elf/configure.in: Moved to ...
47032         * sysdeps/sh/configure.in: ... here.
47033         * sysdeps/sh/elf/start.S: Moved to ...
47034         * sysdeps/sh/start.S: ... here.
47035         * sysdeps/sh/elf/configure: Delete file.
47037         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47038         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47039         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47040         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47041         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47042         * sysdeps/powerpc/powerpc64/start.S: here.
47043         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47044         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47045         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47046         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47047         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47049         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47050         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47051         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47052         * sysdeps/powerpc/powerpc32/start.S: ... here.
47053         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47054         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47055         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47057         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47058         * sysdeps/powerpc/ifunc-sel.h: ... here.
47059         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47060         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47062         * sysdeps/sparc/elf/configure.in: Moved to ...
47063         * sysdeps/sparc/configure.in: ... here.
47064         * sysdeps/sparc/elf/configure: Delete file.
47065         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47066         * sysdeps/sparc/sparc32/start.S: ... here.
47067         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47068         * sysdeps/sparc/sparc64/start.S: ... here.
47069         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47070         * sysdeps/sparc/sparc32/Makefile: ... this.
47071         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47072         * sysdeps/sparc/sparc64/Makefile: ... this.
47074         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47075         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47076         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47077         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47078         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47079         * sysdeps/s390/s390-32/setjmp.S: ... here.
47080         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47081         * sysdeps/s390/s390-32/configure.in: ... here.
47082         * sysdeps/s390/s390-32/elf/configure: Delete file.
47083         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47084         * sysdeps/s390/s390-32/start.S: ... here.
47086         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47087         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47088         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47089         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47090         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47091         * sysdeps/s390/s390-64/setjmp.S: ... here.
47092         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47093         * sysdeps/s390/s390-64/configure.in: ... here
47094         * sysdeps/s390/s390-64/elf/configure: Delete file.
47095         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47096         * sysdeps/s390/s390-64/start.S: ... here.
47097         * sysdeps/s390/s390-64/elf/configure: Delete.
47099         * configure.in: Remove support for elf directories in sysdeps.
47101         * configure: Regenerated.
47102         * sysdeps/i386/configure: Regenerated.
47103         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47104         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47105         * sysdeps/s390/s390-32/configure: Regenerated.
47106         * sysdeps/s390/s390-64/configure: Regenerated.
47107         * sysdeps/sh/configure: Regenerated.
47108         * sysdeps/sparc/configure: Regenerated.
47109         * sysdeps/x86_64/configure: Regenerated.
47111 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47113         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47115         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47116         denormal result into account.
47118 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47120         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47121         Reported by Allan McRae <allan@archlinux.org>.
47123 2012-03-23  Jeff Law  <law@redhat.com>
47125         * nss/getnssent.c (__nss_getent): Fix typo.
47127 2012-03-23  David S. Miller  <davem@davemloft.net>
47129         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47131 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47133         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47134         to pad to uint64_t for each field.
47135         (dl_tls_index): Replace unsigned long with uint64_t.
47137 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47138         Paul Pluzhnikov  <ppluzhnikov@google.com>
47140         [BZ #6528]
47141         * grp/Makefile (otherlibs): Don't set it.
47142         * inet/Makefile (otherlibs): Likewise.
47143         * login/Makefile (otherlibs): Likewise.
47144         * nscd/Makefile (otherlibs): Likewise.
47145         * posix/Makefile (otherlibs): Likewise.
47146         * pwd/Makefile (otherlibs): Likewise.
47147         * rt/Makefile (otherlibs): Likewise.
47148         * sunrpc/Makefile (otherlibs): Likewise.
47149         * nss/Makefile (otherlibs): Likewise.
47150         Add libnss_files to routines and static-only-routines.
47151         ($(objpfx)getent): Remove rule.
47152         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47153         static-only-routines.
47155 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47157         [BZ #13892]
47158         * math/s_cexp.c: Include <float.h>.
47159         (__cexp): Handle exp result overflowing not necessarily
47160         overflowing both real and imaginary parts of result.
47161         * math/s_cexpf.c: Likewise.
47162         * math/s_cexpl.c: Likewise.
47163         * math/libm-test.inc (cexp_test): Add more tests.
47164         * sysdeps/i386/fpu/libm-test-ulps: Update.
47165         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47167 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47169         * include/link.h (ELFW): New macro.
47170         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47171         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47173 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47175         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47176         with uint64_t.
47178 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47180         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47181         declaration.
47182         (struct La_x32_retval): Likewise.
47184 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47186         * sysdeps/x86_64/preconfigure.in: New file.
47187         * sysdeps/x86_64/preconfigure: New generated file.
47189 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47191         [BZ #13824]
47192         * math/e_exp2l.c: Include <float.h>.
47193         (__ieee754_exp2l): Handle overflow and underflow cases
47194         separately.  Only pass fractional part of argument to
47195         __ieee754_expl.
47196         * math/libm-test.inc (exp2_test): Add more tests.
47198         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47199         negating x to take absolute value.
47200         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47201         Likewise.
47202         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47203         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47204         Likewise.
47205         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47206         computing low part if x was negated.
47207         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47209 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47211         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47212         la_x32_gnu_pltexit.
47213         (pltexit): Cast int_retval to ptrdiff_t.
47214         * elf/tst-auditmod3b.c: Likewise.
47215         * elf/tst-auditmod4b.c: Likewise.
47216         * elf/tst-auditmod5b.c: Likewise.
47217         * elf/tst-auditmod6b.c: Likewise.
47218         * elf/tst-auditmod6c.c: Likewise.
47219         * elf/tst-auditmod7b.c: Likewise.
47221         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47222         and x32_gnu_pltexit.
47224         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47225         __ELF_NATIVE_CLASS.
47226         (La_x32_regs): New macro.
47227         (La_x32_retval): Likewise.
47228         (la_x32_gnu_pltenter): New function prototype.
47229         (la_x32_gnu_pltexit): Likewise.
47231 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47233         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47234         exponent.
47236         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47238         * configure.in (libc_cv_cc_nofma): Check for option to disable
47239         generation of FMA instructions.
47240         * configure: Regenerate.
47241         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47242         * sysdeps/ieee754/dbl-64/Makefile: New file.
47243         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47244         Remove brandred-fma4.
47245         (CFLAGS-brandred-fma4.c): Remove.
47246         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47247         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47248         define.
47249         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47250         define.
47252 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47254         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47255         LLONG_MAX != LONG_MAX.
47256         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47257         (_fitoa_word): Likewise.
47258         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47259         LLONG_MAX != LONG_MAX.
47260         * stdio-common/_itowa.h: Include <_itoa.h>.
47261         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47262         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47263         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47264         only if not defined.
47265         (_ITOA_WORD_TYPE): Likewise.
47266         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47267         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47269 2012-03-21  David S. Miller  <davem@davemloft.net>
47271         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47273 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47275         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47276         of x86_64 when setting libc_cv_slibdir, libdir and
47277         libc_cv_localedir.
47278         * sysdeps/unix/sysv/linux/configure: Regenerated.
47280 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47282         * manual/lang.texi (Old Varargs): Remove section.
47283         (How Variadic): Update menu.
47284         (va_start): Do not mention varargs.h.
47286 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47287             Joseph Myers  <joseph@codesourcery.com>
47289         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47290         link test.
47291         * configure: Regenerated.
47293 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47295         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47296         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47297         conformtest.pl
47299 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47301         * NOTES: Remove.
47302         * Makefile (files-for-dist): Remove NOTES.
47303         (NOTES): Remove rule.
47304         * README: Don't refer to NOTES.
47305         * manual/creature.texi: Don't include macros.texi.
47306         * manual/intro.texi (creature.texi): Remove comment referring to
47307         NOTES.
47309         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47310         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47311         * configure: Regenerated.
47312         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47313         LIBC_TRY_CC_OPTION.
47314         (libc_cv_as_i686): Likewise.
47315         (libc_cv_cc_avx): Likewise.
47316         (libc_cv_cc_sse2avx): Likewise.
47317         (libc_cv_cc_fma4): Likewise.
47318         (libc_cv_cc_novzeroupper): Likewise.
47319         * sysdeps/i386/configure: Regenerated.
47321         [BZ #13883]
47322         * sysdeps/i386/fpu/s_cexp.S: Remove.
47323         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47324         * sysdeps/i386/fpu/s_cexpl.S: 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-21  Allan McRae  <allan@archlinux.org>
47331         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47333 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47335         [BZ #13871]
47336         * math/w_exp2.c: Do not include <float.h>.
47337         (o_threshold, u_threshold): Remove.
47338         (__exp2): Calculate result before checking finiteness and calling
47339         __kernel_standard.
47340         * math/w_exp2f.c: Likewise.
47341         * math/w_exp2l.c: Likewise.
47342         * math/libm-test.inc (exp2_test): Require overflow exception for
47343         1e6 input.
47345         [BZ #3866]
47346         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47347         range of signed 64-bit integers before using fistpll.  Remove
47348         checks for whether integers fit in mantissa bits.
47349         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47350         the range of signed 32-bit integers before using fistpl.  Remove
47351         checks for whether integers fit in mantissa bits.
47352         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47353         (__ieee754_powl): Test for y outside the range of signed 64-bit
47354         integers before using fistpll.  Reduce 64-bit values to 63-bit
47355         ones as needed.
47356         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47357         divide-by-zero is raised for zero to large negative powers.
47358         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47359         (__ieee754_powl): Test for y outside the range of signed 64-bit
47360         integers before using fistpll.  Reduce 64-bit values to 63-bit
47361         ones as needed.
47362         * math/libm-test.inc (pow_test): Add more tests.
47364 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47366         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47367         <stdio-common/_itoa.h>.
47368         * debug/segfault.c: Likewise.
47369         * elf/dl-cache.c: Likewise.
47370         * elf/dl-minimal.c: Likewise.
47371         * elf/dl-misc.c: Likewise.
47372         * elf/dl-sysdep.c: Likewise.
47373         * elf/dl-version.c: Likewise.
47374         * elf/rtld.c: Likewise.
47375         * hurd/hurdsock.c: Likewise.
47376         * hurd/lookup-retry.c: Likewise.
47377         * malloc/malloc.c: Likewise.
47378         * malloc/mtrace.c: Likewise.
47379         * nscd/nscd_getgr_r.c: Likewise.
47380         * nscd/nscd_getpw_r.c: Likewise.
47381         * nscd/nscd_getserv_r.c: Likewise.
47382         * posix/getopt_init.c: Likewise.
47383         * posix/wordexp.c: Likewise.
47384         * stdio-common/_itoa.c: Likewise.
47385         * stdio-common/printf_fphex.c: Likewise.
47386         * stdio-common/vfprintf.c: Likewise.
47387         * string/_strerror.c: Likewise.
47388         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47389         * sysdeps/i386/i686/hp-timing.h: Likewise.
47390         * sysdeps/mach/_strerror.c: Likewise.
47391         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47392         * sysdeps/mach/hurd/sethostid.c: Likewise.
47393         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47394         * sysdeps/mach/xpg-strerror.c: Likewise.
47395         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47396         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47397         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47398         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47399         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47400         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47401         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47402         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47403         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47404         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47405         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47406         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47407         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47408         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47409         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47410         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47411         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47412         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47413         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47414         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47415         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47417         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47419         * stdio-common/_itoa.h: Moved to ...
47420         * sysdeps/generic/_itoa.h: Here.
47422         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47424         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47425         instead of "_itoa.h" and "_itowa.h".
47426         * stdio-common/vfprintf.: Likewise.
47428 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47430         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47431         <bits/wordsize.h>.
47432         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47433         (__signbit): Likwise.
47434         (llrintf): Likwise.
47435         (llrint): Likwise.
47437 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47439         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47440         __WORDSIZE != 64.
47442 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47444         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47445         OVERFLOW_EXCEPTION_OK.
47446         * math/libm-test.inc ("Philosophy"): Update comment about
47447         exception testing.
47448         (OVERFLOW_EXCEPTION): Define.
47449         (OVERFLOW_EXCEPTION_OK): Likewise.
47450         (INVALID_EXCEPTION_OK): Renumber.
47451         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47452         (IGNORE_ZERO_INF_SIGN): Likewise.
47453         (test_exceptions): Handle FE_OVERFLOW.
47454         (exp10_test): Expect overflow exceptions.
47455         (exp2_test): Likewise.
47456         (expm1_test): Likewise.
47457         (nextafter_test): Likewise.
47458         (pow_test): Likewise.
47459         (scalbn_test): Likewise.
47460         (scalbln_test): Likewise.
47462 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47464         * sysdeps/x86_64/bits/atomic.h
47465         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47466         64bit integer.
47467         (atomic_exchange_acq): Likewise.
47468         (__arch_exchange_and_add_body): Likewise.
47469         (__arch_add_body): Likewise.
47470         (atomic_add_negative): Likewise.
47471         (atomic_add_zero): Likewise.
47473 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47475         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47476         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47478 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47480         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47481         Check __x86_64__ instead of __WORDSIZE.
47483 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47485         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47487 2012-03-19  David S. Miller  <davem@davemloft.net>
47489         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47491         * sysdeps/sparc/fpu/fenv_private.h: New file.
47492         * sysdeps/sparc/fpu/math_private.h: Use it.
47493         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47494         Remove.
47495         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47496         (libc_feholdexcept_setroundl): Remove.
47497         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47498         Remove.
47499         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47500         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47502 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47504         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47505         int64_t instead of long int.
47506         (INSERT_WORDS64): Likwise.
47508 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47510         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47511         _Unwind_GetCFA return to _Unwind_Ptr first.
47513 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47515         [BZ #13629]
47516         * math/s_clog.c: Include <float.h>.
47517         (__clog): Scale large or subnormal inputs.
47518         * math/s_clogf.c: Likewise.
47519         * math/s_clogl.c: Likewise.
47520         * math/s_clog10.c: Include <float.h>.
47521         (M_LOG10_2): Define.
47522         (__clog10): Scale large or subnormal inputs.
47523         * math/s_clog10f.c: Likewise.
47524         * math/s_clog10l.c: Likewise.
47525         * math/libm-test.inc (clog_test): Add more tests.
47526         (clog10_test): Likewise.
47527         * sysdeps/i386/fpu/libm-test-ulps: Update.
47528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47530         [BZ #11451]
47531         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47532         x and y.
47533         * math/libm-test.inc (atan2_test): Add another test.
47535         * Makerules (common-objdir-compile): Remove.
47536         * sysdeps/unix/Makefile (config-generated): Do not add
47537         $(unix-generated) to variable.
47538         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47539         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47540         Remove rule.
47541         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47542         Likewise.
47543         [generic bits/local_lim.h] (before-compile): Do not append to
47544         variable.
47545         [generic bits/local_lim.h] (common-generated): Likewise.
47546         [generic sys/param.h] (before-compile): Do not append to variable.
47547         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47548         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47549         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47550         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47551         include.
47552         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47553         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47554         [generic sys/param.h] ($(addprefix
47555         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47556         [generic sys/param.h] (common-generated): Do not append to
47557         variable.
47558         [generic sys/param.h] (sysdep_headers): Likewise.
47559         [generic bits/errno.h] (before-compile): Do not append to
47560         variable.
47561         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47562         rule.
47563         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47564         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47565         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47566         [generic bits/errno.h] (common-generated): Do not append to
47567         variable.
47568         [generic bits/ioctls.h] (before-compile): Do not append to
47569         variable.
47570         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47571         rule.
47572         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47573         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47574         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47575         rule.
47576         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47577         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47578         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47579         [generic bits/ioctls.h] (common-generated): Do not append to
47580         variable.
47581         [generic sys/syscall.h] (syscall.h): Remove variable.
47582         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47583         rule.
47584         [generic sys/syscall.h] (before-compile): Do not append to
47585         variable.
47586         [generic sys/syscall.h] (common-generated): Likewise.
47587         * sysdeps/unix/errnos-tmpl.c: Remove file.
47588         * sysdeps/unix/errnos.awk: Likewise.
47589         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47590         * sysdeps/unix/ioctls.awk: Likewise.
47591         * sysdeps/unix/mk-local_lim.c: Likewise.
47592         * sysdeps/unix/snarf-ioctls: Likewise.
47594 2012-03-19  Richard Henderson  <rth@twiddle.net>
47596         * sysdeps/i386/fpu/fenv_private.h: New file.
47597         * sysdeps/i386/fpu/math_private.h: Use it.
47598         (math_opt_barrier, math_force_eval): Remove.
47599         (libc_feholdexcept_setround_53bit): Remove.
47600         (libc_feupdateenv_53bit): Remove.
47601         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47602         (math_opt_barrier, math_force_eval): Remove.
47603         (libc_feholdexcept): Remove.
47604         (libc_feholdexcept_setround): Remove.
47605         (libc_fetestexcept, libc_fesetenv): Remove.
47606         (libc_feupdateenv_test): Remove.
47607         (libc_feupdateenv, libc_feholdsetround): Remove.
47608         (libc_feresetround): Remove.
47610         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47611         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47613         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47614         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47615         (libc_feupdateenv_testl): New.
47616         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47617         (libc_feupdateenv_testf): New.
47618         (libc_feupdateenv): Use libc_feupdateenv_test.
47619         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47620         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47622         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47623         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47624         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47625         (libc_feresetround_noex): New.
47626         (libc_feresetround_noexf): New.
47627         (libc_feresetround_noexl): New.
47628         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47629         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47630         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47631         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47632         SET_RESTORE_ROUND.
47633         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47634         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47635         (__cos): Likewise.
47636         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47637         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47638         SET_RESTORE_ROUND_NOEX.
47639         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47640         SET_RESTORE_ROUND_NOEXF.
47641         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47642         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47643         (libc_feholdsetroundf): New.
47644         (libc_feresetround, libc_feresetroundf): New.
47646         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47647         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47648         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47650         * sysdeps/generic/math_private.h: Include <fenv.h>.
47651         (default_libc_feholdexcept): New.
47652         (default_libc_feholdexcept_setround): New.
47653         (default_libc_fesetenv, default_libc_feupdateenv): New.
47654         (libc_feholdexcept): Only define if undefined.
47655         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47656         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47657         (libc_feholdexcept_setroundl): Likewise.
47658         (libc_feholdexcept_setround_53bit): Likewise.
47659         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47660         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47661         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47662         (libc_feupdateenv_53bit): Likewise.
47663         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47664         (libc_feholdexcept): Convert from macro to inline function.
47665         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47666         (libc_fesetenv, libc_feupdateenv): Likewise.
47668         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47669         not previously defined.
47670         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47671         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47672         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47673         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47674         * sysdeps/ieee754/flt-32/math_private.h: New file.
47675         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47676         math_private.h below SET_FLOAT_WORD.
47677         (__isnan, __isinf_ns, __finite): Remove.
47678         (__isnanf, __isinf_nsf, __finitef): Remove.
47680 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47682         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47684 2012-03-17  David S. Miller  <davem@davemloft.net>
47686         [BZ #6471]
47687         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47688         for 2.16.
47690 2012-03-16  David S. Miller  <davem@davemloft.net>
47692         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47693         warnings.
47695         [BZ #6471]
47696         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47697         properly.
47698         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47699         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47700         sysdep_routines when subdir is sysvipc.
47701         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47702         __getshmlba helper.
47704         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47706 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47708         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47709         [__LP64__].
47711 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47713         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47714         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47715         (__lround): Renamed to ...
47716         (__llround): This.  Replace long int with long long int.
47717         Define lround functions as aliases of llround functions.
47718         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47720 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47722         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47723         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47724         adresses to uintptr_t.  Replace "long int" and "unsigned long
47725         int" with "greg_t" on va_arg.
47727 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47729         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47730         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47732         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47733         Move e_machine check before EI_CLASS check.  Handle x32
47734         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47735         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47736         SKIP_EM_IA_64 and include
47737         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47739         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47740         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47741         (add_system_dir): New macro.
47743         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47744         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47746 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47748         [BZ #2551]
47749         [BZ #2552]
47750         [BZ #2553]
47751         [BZ #2554]
47752         [BZ #2562]
47753         [BZ #2563]
47754         [BZ #2565]
47755         [BZ #2566]
47756         [BZ #2576]
47757         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47758         (y0): Likewise.
47759         * math/w_j0f.c (j0f): Likewise.
47760         (y0f): Likewise.
47761         * math/w_j0l.c (__j0l): Likewise.
47762         (__y0l): Likewise.
47763         * math/w_j1.c (j1): Likewise.
47764         (y1): Likewise.
47765         * math/w_j1f.c (j1f): Likewise.
47766         (y1f): Likewise.
47767         * math/w_j1l.c (__j1l): Likewise.
47768         (__y1l): Likewise.
47769         * math/w_jn.c (jn): Likewise.
47770         (yn): Likewise.
47771         * math/w_jnf.c (jnf): Likewise.
47772         (ynf): Likewise.
47773         * math/w_jnl.c (__jnl): Likewise.
47774         (__ynl): Likewise.
47775         * math/libm-test.inc (j0_test): Add more tests.
47776         (j1_test): Likewise.
47777         (jn_test): Likewise.  Add trailing semicolon to existing test.
47778         (y0_test): Likewise.
47779         (y1_test): Likewise.
47780         * sysdeps/i386/fpu/libm-test-ulps: Update.
47781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47783         [BZ #13851]
47784         [BZ #13854]
47785         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47786         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47787         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47788         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47789         (__tanl): Set errno for infinite argument.
47790         * sysdeps/i386/fpu/mptan.c: Remove.
47791         * sysdeps/i386/fpu/s_tan.S: Likewise.
47792         * sysdeps/i386/fpu/s_tanl.S: Likewise.
47793         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47794         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47795         * math/libm-test.inc (tan_test): Add more tests and enable more
47796         tests for double and long double.
47797         * sysdeps/i386/fpu/libm-test-ulps: Update.
47798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47800 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
47802         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47803         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47805 2012-03-16  Roland McGrath  <roland@hack.frob.com>
47807         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47808         * configure.in: Use it for both main tree and add-ons.
47809         * configure: Regenerated.
47811 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47813         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47815 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
47817         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47818         in comment.
47820         [BZ #13851]
47821         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47822         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47823         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47824         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47825         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47826         infinite argument.
47827         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47828         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47829         != 0 for prec == 2.
47830         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47831         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47832         * sysdeps/i386/fpu/s_cosl.S: Likewise.
47833         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47834         * sysdeps/i386/fpu/s_sinl.S: Likewise.
47835         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47836         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47837         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47838         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47839         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47840         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47841         * math/libm-test.inc (cos_test): Add more tests and enable more
47842         tests for long double.
47843         (sin_test): Likewise.
47844         (sincos_test): Likewise.
47845         * sysdeps/i386/fpu/libm-test-ulps: Update.
47846         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47848 2012-03-16  David S. Miller  <davem@davemloft.net>
47850         * sysdeps/sparc/fpu/math_private.h: New file.
47852 2012-03-15  David S. Miller  <davem@davemloft.net>
47854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47855         file.
47856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47858         file.
47859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47860         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47861         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47862         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47863         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47864         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47865         sysdep routines.
47866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47868         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47869         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47871         * sysdeps/sparc/sparc-ifunc.h: New file.
47872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47873         sparc-ifunc.h
47874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47876         Likewise.
47877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47878         Likewise.
47879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47883         Likewise.
47884         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47889         Likewise.
47890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47891         Likewise.
47892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47893         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47896         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47897         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47898         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47899         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47900         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47901         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47902         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47903         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47904         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47905         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47906         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47907         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47908         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47909         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47910         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47911         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47912         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47913         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47914         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47915         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47917 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47919         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47920         scaling.
47921         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47923 2012-03-15  Andreas Jaeger  <aj@suse.de>
47925         [BZ #13852]
47926         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47927         ieee754/flt-32 implementation for sin, cos and sincos.
47928         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47929         * sysdeps/i386/fpu/s_cosf.S: Likewise.
47930         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47931         * sysdeps/i386/fpu/s_sinf.S: Likewise.
47932         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47933         ieee754/flt-32 implementation for tan.
47935         * math/libm-test.inc (cos_test): Enable some large input tests for
47936         float as well
47937         (sin_test): Likewise.
47938         (sincos_test): Likewise.
47939         (tan_test): Add tests for large input.
47941         * sysdeps/i386/fpu/libm-test-ulps: Update.
47943 2012-03-15  Andreas Jaeger  <aj@suse.de>
47945         [BZ #13658]
47946         * math/libm-test.inc (cos_test): Add more test cases.
47947         (sin_test): Likewise.
47948         (sincos_test): Likewise.
47950 2012-03-15  Andreas Jaeger  <aj@suse.de>
47952         [BZ #13837]
47953         * math/libm-test.inc (cos_test): Add a test case for large input
47954         value.
47955         (sin_test): Likewise.
47956         (sincos_test): Likewise.
47958 2012-03-15  Andreas Jaeger  <aj@suse.de>
47959             Joseph Myers  <joseph@codesourcery.com>
47961         [BZ #13658]
47962         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47963         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47964         * sysdeps/i386/fpu/branred.c: Likewise.
47965         * sysdeps/i386/fpu/dosincos.c: Likewise.
47966         * sysdeps/i386/fpu/mpa.c: Likewise.
47967         * sysdeps/i386/fpu/s_cos.S: Likewise.
47968         * sysdeps/i386/fpu/s_sin.S: Likewise.
47969         * sysdeps/i386/fpu/s_sincos.S: Likewise.
47970         * sysdeps/i386/fpu/sincos32.c: Likewise.
47972         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47973         Define.
47974         (libc_feupdateenv_53bit): Define.
47975         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47976         Define.
47977         (libc_feupdateenv_53bit): Define.
47979         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47980         53 bit (without extend i386 double precision).
47982         * math/libm-test.inc (sincos_test): Add tests for large input.
47983         (sin): Likewise.
47984         (cos): Likewise.
47986         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47988 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
47990         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47992 2012-03-15  David S. Miller  <davem@davemloft.net>
47994         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47995         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47996         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47997         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47998         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47999         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48000         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48001         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48002         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48003         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48004         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48005         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48006         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48007         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48008         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48010         file.
48011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48013         file.
48014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48016         file.
48017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48018         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48019         file.
48020         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48021         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48022         fmin/fmax sysdep routines.
48023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48025 2012-03-14  David S. Miller  <davem@davemloft.net>
48027         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48028         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48029         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48030         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48031         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48032         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48033         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48034         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48035         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48036         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48037         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48038         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48039         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48040         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48041         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48042         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48043         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48044         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48045         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48046         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48047         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48048         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48049         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48050         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48051         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48052         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48053         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48054         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48055         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48056         routines.
48057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48058         file.
48059         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48061         file.
48062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48064         file.
48065         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48066         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48067         file.
48068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48069         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48070         file.
48071         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48073         file.
48074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48075         file.
48076         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48077         file.
48078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48079         file.
48080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48081         New file.
48082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48083         file.
48084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48085         file.
48086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48088         file.
48089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48091         file.
48092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48094         file.
48095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48097         VIS3 routines.
48099         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48100         New file.
48102         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48104         * sysdeps/sparc/configure.in: New file.
48105         * sysdeps/sparc/configure: Generate.
48106         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48107         * configure: Regenerate.
48108         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48109         * config.make.in (have-as-vis3): New.
48110         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48111         available use -Av9d instead of -Av9a.
48112         * sysdeps/sparc/sparc64/Makefile: Likewise.
48113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48115         New file.
48116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48117         file.
48118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48119         New file.
48120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48121         file.
48122         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48123         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48124         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48125         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48126         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48128         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48129         fzeros/fnegs to load 0x80000000 into a float register instead of
48130         using the stack.
48131         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48133 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48135         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48136         bits/syscall.h.
48137         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48138         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48139         ($(inst_includedir)/bits/syscall.h): Remove rule.
48140         ($(objpfx)bits/syscall.d): Include instead of
48141         $(objpfx)syscall-list.d.
48142         (generated): Change syscall-list.h and syscall-list.d to
48143         bits/syscall.h and bits/syscall.d.
48145 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48147         [BZ #13846]
48148         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48150 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48152         [BZ #13841]
48153         * math/s_csqrt.c: Include <float.h>.
48154         (__csqrt): Scale large or subnormal inputs.
48155         * math/s_csqrtf.c: Likewise.
48156         * math/s_csqrtl.c: Likewise.
48157         * math/libm-test.inc (csqrt_test): Add more tests.
48158         * sysdeps/i386/fpu/libm-test-ulps: Update.
48159         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48161         [BZ #13840]
48162         * math/libm-test.inc (hypot_test): Add more tests.
48164 2012-03-13  David S. Miller  <davem@davemloft.net>
48166         [BZ #13840]
48167         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48168         double-precision for the calculation instead of scaling.
48170 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48172         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48173         manipulate bits before adding and subtracting TWO52[sx].
48174         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48175         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48176         Likewise.
48177         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48179 2012-03-13  David S. Miller  <davem@davemloft.net>
48181         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48182         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48183         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48184         rtld-global-offsets.h
48185         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48187         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48188         large parameters.
48190         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48192         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48193         'err' in the ifdef scope in which it is actually used.
48195         * nss/nss_db/db-init.c: Include string.h
48197 2012-03-12  David S. Miller  <davem@davemloft.net>
48199         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48200         masking out of the most significant byte of random value used.
48201         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48202         Fix coding style in previous change.
48204         * sysdeps/unix/sysv/linux/kernel-features.h
48205         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48206         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48207         expression.
48208         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48209         later.
48211 2012-03-11  David S. Miller  <davem@davemloft.net>
48213         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48214         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48215         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48216         for 'resultvar' otherwise things get truncated on 64-bit.
48218         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48219         Fix masking out of the most significant byte of random value used.
48221         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48223 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48225         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48227 2012-03-09  David S. Miller  <davem@davemloft.net>
48229         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48230         variables with appropriate CPP guards.
48231         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48232         from the frame pointer, not the stack pointer.  Correct layout
48233         comments.  Fix test on resulting framesize and the management of
48234         the outregs buffer for pltexit.  Preserve floating point return
48235         values across _dl_call_pltexit call.
48236         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48237         framesize and the management of the outregs buffer for pltexit.
48238         Preserve floating point return values across _dl_call_pltexit
48239         call.
48240         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48241         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48242         (la_sparc64_gnu_pltexit): New functions.
48243         (print_exit): Fix format string for return register value.
48245 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48247         * sunrpc/Makefile (others): Add rpcgen.
48248         ($(objpfx)rpcgen): Remove special build rule and dependency on
48249         libc.
48250         * sunrpc/rpcgen.c: New file.
48252 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48254         [BZ #13673]
48255         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48256         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48257         * sysdeps/i386/crti.S: Likewise.
48258         * sysdeps/i386/crtn.S: Likewise.
48259         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48260         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48261         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48262         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48263         * sysdeps/sh/crti.S: Likewise.
48264         * sysdeps/sh/crtn.S: Likewise.
48265         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48267         [BZ #13673]
48268         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48269         with URL.
48270         * locale/programs/locfile-kw.gperf: Likewise.
48271         * locale/programs/charmap-kw.h: Regenerated.
48272         * locale/programs/locfile-kw.h: Likewise.
48274         [BZ #13673]
48275         * intl/plural.y: Replace FSF snail mail address with URL.
48276         * intl/plural.c: Regenerated.
48278 2012-03-09  Richard Henderson  <rth@twiddle.net>
48280         * include/math_private.h: Remove file.
48281         * math/math_private.h: Move file ...
48282         * sysdeps/generic/math_private.h: ... here.
48284         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48285         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48286         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48288         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48289         and <math_private.h>.
48290         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48291         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48292         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48293         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48294         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48295         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48296         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48297         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48298         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48299         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48300         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48301         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48302         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48303         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48304         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48305         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48306         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48307         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48308         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48309         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48310         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48311         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48312         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48313         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48314         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48315         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48316         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48317         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48318         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48319         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48320         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48321         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48322         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48323         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48324         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48325         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48326         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48327         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48328         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48329         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48330         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48331         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48332         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48333         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48334         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48335         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48336         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48337         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48338         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48339         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48340         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48341         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48342         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48343         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48344         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48345         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48346         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48347         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48348         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48349         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48350         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48351         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48352         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48353         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48354         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48355         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48356         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48357         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48358         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48359         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48360         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48361         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48362         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48363         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48364         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48365         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48366         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48367         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48368         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48369         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48370         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48371         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48372         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48373         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48374         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48375         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48376         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48377         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48378         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48379         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48380         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48381         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48382         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48383         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48384         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48385         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48386         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48387         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48388         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48389         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48390         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48391         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48392         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48393         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48394         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48395         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48396         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48397         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48398         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48399         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48400         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48401         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48402         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48403         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48404         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48405         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48406         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48407         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48408         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48409         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48410         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48411         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48412         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48413         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48414         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48415         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48416         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48417         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48418         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48419         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48420         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48421         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48422         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48423         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48424         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48425         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48426         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48427         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48428         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48429         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48430         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48431         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48432         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48433         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48434         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48435         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48436         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48437         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48438         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48439         * sysdeps/ieee754/k_standard.c: Likewise.
48440         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48441         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48442         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48443         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48444         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48445         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48446         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48447         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48448         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48449         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48450         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48451         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48452         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48453         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48454         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48455         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48456         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48457         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48458         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48459         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48460         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48461         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48462         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48463         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48464         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48465         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48466         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48467         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48468         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48469         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48470         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48471         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48472         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48473         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48474         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48475         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48476         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48477         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48478         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48479         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48480         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48481         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48482         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48483         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48484         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48485         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48486         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48487         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48488         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48489         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48490         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48491         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48492         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48493         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48494         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48495         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48496         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48497         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48498         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48499         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48500         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48501         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48502         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48503         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48504         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48505         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48506         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48507         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48508         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48509         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48510         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48511         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48512         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48513         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48514         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48515         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48516         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48517         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48518         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48519         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48520         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48521         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48522         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48523         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48524         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48525         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48526         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48527         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48528         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48529         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48530         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48531         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48532         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48533         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48534         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48535         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48536         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48537         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48538         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48539         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48540         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48541         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48542         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48543         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48544         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48545         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48546         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48547         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48548         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48549         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48550         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48551         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48552         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48553         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48554         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48555         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48556         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48557         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48558         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48559         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48560         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48561         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48562         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48563         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48564         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48565         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48566         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48567         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48568         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48569         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48570         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48571         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48572         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48573         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48574         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48575         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48576         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48577         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48578         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48579         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48580         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48581         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48582         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48583         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48584         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48585         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48586         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48587         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48588         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48589         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48590         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48591         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48592         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48593         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48594         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48595         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48596         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48597         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48598         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48599         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48600         * sysdeps/ieee754/s_lib_version.c: Likewise.
48601         * sysdeps/ieee754/s_matherr.c: Likewise.
48602         * sysdeps/ieee754/s_signgam.c: Likewise.
48603         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48604         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48605         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48606         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48607         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48608         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48609         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48610         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48611         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48612         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48613         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48614         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48615         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48616         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48617         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48618         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48619         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48620         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48621         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48622         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48623         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48625 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48627         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48628         * sunrpc/rpc_main.c: Likewise.
48629         * sunrpc/rpc_svcout.c: Likewise.
48631 2012-03-09  David S. Miller  <davem@davemloft.net>
48633         * include/math_private.h: New file.
48635 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48637         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48638         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48639         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48640         from <bits/socket_type.h>.
48641         (enum __socket_type): Don't define here.
48642         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48643         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48644         bits/socket_type.h.
48646         [BZ #13566]
48647         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48648         checking __USE_GNU.
48650         * Makerules ($(inst_includedir)/%.h): New rule.
48651         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48652         (install-others): Remove variable setting.
48653         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48655 2012-03-08  Richard Henderson  <rth@twiddle.net>
48657         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48658         from macro to inline function; merge with the
48659         !__LIBC_INTERNAL_MATH_INLINES version.
48660         (__ieee754_sqrtf): Likewise.
48662         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48663         to inline function.
48664         (__rintf, __floor, __floorf): Likewise.
48666         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48667         macro to inline function.
48668         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48670         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48671         not <math/math_private.h>.
48673 2012-03-08  David S. Miller  <davem@davemloft.net>
48675         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48676         copyright year.
48677         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48679 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48681         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48682         normalization.
48683         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48684         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48686 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48688         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48689         be defined individually, they must be defined as a block.  Define
48690         S for printing a string instead of hidint the different by using a
48691         macro for adding the 'l'.
48692         * stdio-common/tst-fphex-wide.c: Adjust.
48694 2012-03-07  Marek Polacek  <polacek@redhat.com>
48696         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48698 2012-03-08  Marek Polacek  <polacek@redhat.com>
48700         [BZ #13806]
48701         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48702         * stdio-common/tst-fphex.c: Define a few macros to make the
48703         test reusable.  Use them.
48704         * stdio-common/tst-fphex-wide.c: New file.
48706 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48708         [BZ #6911]
48709         * manual/macros.texi (gnusystems): New macro.
48710         (nongnusystems): Likewise.
48711         (gnulinuxhurdsystems): Likewise.
48712         (gnuhurdsystems): Likewise..
48713         (gnulinuxsystems): Likewise.
48714         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48715         variants of the GNU system, not "GNU system".
48716         * manual/conf.texi: Likewise.
48717         * manual/errno.texi: Likewise.  Update example of errno macro
48718         expansion.
48719         * manual/filesys.texi: Likewise.
48720         (getumask): Document as specific to GNU/Hurd.
48721         * manual/install.texi: Likewise.  Reword some references to
48722         GNU/Linux.
48723         * manual/intro.texi: Likewise.
48724         * manual/io.texi: Likewise.
48725         (File Name Portability): Detail which constraints are inapplicable
48726         to all GNU systems and which are only inapplicable to GNU/Hurd.
48727         * manual/job.texi: Likewise.
48728         * manual/llio.texi: Likewise.
48729         (O_NOCTTY): Document as present on GNU/Linux.
48730         * manual/maint.texi: Likewise.
48731         * manual/memory.texi: Likewise.
48732         * manual/pattern.texi: Likewise.
48733         * manual/pipe.texi: Likewise.
48734         * manual/process.texi: Likewise.
48735         * manual/resource.texi: Likewise.
48736         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48737         child on GNU/Hurd.
48738         * manual/setjmp.texi: Likewise.
48739         * manual/signal.texi: Likewise.
48740         * manual/startup.texi: Likewise.
48741         * manual/stdio.texi: Likewise.
48742         * manual/terminal.texi: Likewise.
48743         (ONLCR): Document as POSIX.
48744         (OXTABS): Document availability on GNU/Linux as XTABS.
48745         (ONOEOT): Document availability separately from other bits.
48746         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48747         * manual/time.texi: Likewise.
48748         * manual/users.texi: Likewise.
48749         * INSTALL: Regenerated.
48750         * sysdeps/gnu/errlist.c: Regenerated.
48752         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48753         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48754         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
48755         puts.
48756         * configure: Regenerated.
48758 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
48760         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48761         default includes instead of AC_HEADER_CHECK.
48762         * sysdeps/i386/configure: Regenerated.
48764         [BZ #10716]
48765         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48766         * math/s_cacoshf.c (__cacoshf): Likewise.
48767         * math/s_cacoshl.c (__cacoshl): Likewise.
48768         * math/s_casinh.c (__casinh): Set signs of result from argument.
48769         * math/s_casinhf.c (__casinhf): Likewise.
48770         * math/s_casinhl.c (__casinhl): Likewise.
48771         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48772         (casinh_test): Add more tests.
48773         * sysdeps/i386/fpu/libm-test-ulps: Update.
48774         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48776 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
48778         * po/zh_TW.po: Update from translation team.
48780         * login/Makefile (distribute): Remove variable.
48781         * catgets/Makefile: Likewise.
48782         * mach/Makefile: Likewise.
48783         * malloc/Makefile: Likewise.
48784         * misc/Makefile: Likewise.
48785         * iconv/Makefile: Likewise.
48786         * nscd/Makefile: Likewise.
48787         * hurd/Makefile: Likewise.
48788         * manual/Makefile: Likewise.
48789         * locale/Makefile: Likewise.
48790         * intl/Makefile: Likewise.
48791         * conform/Makefile: Likewise.
48792         * nss/Makefile: Likewise.
48793         * time/Makefile: Likewise.
48794         * soft-fp/Makefile: Likewise.
48795         * dirent/Makefile: Likewise.
48796         * gmon/Makefile: Likewise.
48797         * po/Makefile: Likewise.
48798         * rt/Makefile: Likewise.
48799         * socket/Makefile: Likewise.
48800         * math/Makefile: Likewise.
48801         * signal/Makefile: Likewise.
48802         * debug/Makefile: Likewise.
48803         * elf/Makefile: Likewise.
48804         * timezone/Makefile: Likewise.
48805         * stdlib/Makefile: Likewise.
48806         * iconvdata/Makefile: Likewise.
48807         * sunrpc/Makefile: Likewise.
48808         * io/Makefile: Likewise.
48809         * argp/Makefile: Likewise.
48810         * inet/Makefile: Likewise.
48811         * hesiod/Makefile: Likewise.
48812         * grp/Makefile: Likewise.
48813         * csu/Makefile: Likewise.
48814         * wctype/Makefile: Likewise.
48815         * crypt/Makefile: Likewise.
48816         * libio/Makefile: Likewise.
48817         * string/Makefile: Likewise.
48818         * nis/Makefile: Likewise.
48819         * resolv/Makefile: Likewise.
48820         * stdio-common/Makefile: Likewise.
48821         * wcsmbs/Makefile: Likewise.
48822         * dlfcn/Makefile: Likewise.
48823         * posix/Makefile: Likewise.
48825         [BZ #6959]
48826         * timezone/Makefile: Don't install timezone files, just the programs
48827         and scripts.
48829 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
48831         * nss/databases.def: Add missing gshadow entry.
48833         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
48835 2012-03-06  Marek Polacek  <polacek@redhat.com>
48837         [BZ #13726]
48838         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48839         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48840         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48841         * stdio-common/tst-long-dbl-fphex.c: New file.
48843 2012-03-06  David S. Miller  <davem@davemloft.net>
48845         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48846         (set_obp_int): New function.
48847         (get_obp_int): New function.
48848         (__get_clockfreq_via_dev_openprom): Likewise.
48849         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48850         Avoid unused variable warnings on 'val' and use builtin_expect.
48851         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48852         __builtin_expect.
48853         (INLINE_CLONE_SYSCALL): Likewise.
48855 2012-03-05  David S. Miller  <davem@davemloft.net>
48857         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48859 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
48861         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48863         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48864         only for |x| >= 40.
48865         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48867 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
48869         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48870         Replace gettimeofday with __vdso_gettimeofday.
48872         * sysdeps/unix/sysv/linux/x86_64/init-first.c
48873         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48874         __vdso_clock_gettime and __vdso_getcpu.
48876         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48877         time with __vdso_time.
48879 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48881         * manual/lang.texi (size_t): Note types to which size_t may be
48882         equivalent with the GNU C Library, but do not describe when
48883         differences between them are significant.
48885 2012-03-05  Andreas Jaeger  <aj@suse.de>
48887         * sysdeps/i386/fpu/libm-test-ulps: Update.
48889 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
48891         [BZ #3976]
48892         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48893         (__ieee754_pow): Save and restore rounding mode and use
48894         round-to-nearest for main computations.
48895         * math/libm-test.inc (pow_test_tonearest): New function.
48896         (pow_test_towardzero): Likewise.
48897         (pow_test_downward): Likewise.
48898         (pow_test_upward): Likewise.
48899         (main): Call the new functions.
48900         * sysdeps/i386/fpu/libm-test-ulps: Update.
48901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48903         [BZ #3976]
48904         * math/libm-test.inc (cosh_test_tonearest): New function.
48905         (cosh_test_towardzero): Likewise.
48906         (cosh_test_downward): Likewise.
48907         (cosh_test_upward): Likewise.
48908         (sinh_test_tonearest): Likewise.
48909         (sinh_test_towardzero): Likewise.
48910         (sinh_test_downward): Likewise.
48911         (sinh_test_upward): Likewise.
48912         (main): Call the new functions.
48913         * sysdeps/i386/fpu/libm-test-ulps: Update.
48914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48916 2012-03-05  Tom de Vries  <tom@codesourcery.com>
48918         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48919         default stack guard is set in last bytes.
48920         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48922 2012-03-05  Kees Cook  <keescook@chromium.org>
48924         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48926         [BZ #13656]
48927         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48928         possibly allocate from heap instead of stack.
48929         * stdio-common/bug-vfprintf-nargs.c: New file.
48930         * stdio-common/Makefile (tests): Add nargs overflow test.
48932 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
48934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48936 2012-03-03  Marek Polacek  <polacek@redhat.com>
48938         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48939         * math/math_private.h: Likewise.
48940         * stdlib/tst-strtod.c: Likewise.
48941         * sysdeps/i386/i486/bits/atomic.h: Likewise.
48942         * sysdeps/x86_64/bits/atomic.h: Likewise.
48944 2012-03-02  David S. Miller  <davem@davemloft.net>
48946         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48949         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48950         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48951         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48952         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48953         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48955 2012-03-02  Roland McGrath  <roland@hack.frob.com>
48957         [BZ #13792]
48958         * manual/examples/README: New file, says the example source files
48959         can be used under GPL>=2.
48960         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48961         line containing just "*/".
48962         * manual/examples/add.c: Add copyright header (GPL>=2).
48963         * manual/examples/argp-ex1.c: Likewise.
48964         * manual/examples/argp-ex2.c: Likewise.
48965         * manual/examples/argp-ex3.c: Likewise.
48966         * manual/examples/argp-ex4.c: Likewise.
48967         * manual/examples/atexit.c: Likewise.
48968         * manual/examples/db.c: Likewise.
48969         * manual/examples/dir.c: Likewise.
48970         * manual/examples/dir2.c: Likewise.
48971         * manual/examples/execinfo.c: Likewise.
48972         * manual/examples/filecli.c: Likewise.
48973         * manual/examples/filesrv.c: Likewise.
48974         * manual/examples/fmtmsgexpl.c: Likewise.
48975         * manual/examples/genpass.c: Likewise.
48976         * manual/examples/inetcli.c: Likewise.
48977         * manual/examples/inetsrv.c: Likewise.
48978         * manual/examples/isockad.c: Likewise.
48979         * manual/examples/longopt.c: Likewise.
48980         * manual/examples/memopen.c: Likewise.
48981         * manual/examples/memstrm.c: Likewise.
48982         * manual/examples/mkfsock.c: Likewise.
48983         * manual/examples/mkisock.c: Likewise.
48984         * manual/examples/mygetpass.c: Likewise.
48985         * manual/examples/pipe.c: Likewise.
48986         * manual/examples/popen.c: Likewise.
48987         * manual/examples/rprintf.c: Likewise.
48988         * manual/examples/search.c: Likewise.
48989         * manual/examples/select.c: Likewise.
48990         * manual/examples/setjmp.c: Likewise.
48991         * manual/examples/sigh1.c: Likewise.
48992         * manual/examples/sigusr.c: Likewise.
48993         * manual/examples/stpcpy.c: Likewise.
48994         * manual/examples/strdupa.c: Likewise.
48995         * manual/examples/strftim.c: Likewise.
48996         * manual/examples/strncat.c: Likewise.
48997         * manual/examples/subopt.c: Likewise.
48998         * manual/examples/swapcontext.c: Likewise.
48999         * manual/examples/termios.c: Likewise.
49000         * manual/examples/testopt.c: Likewise.
49001         * manual/examples/testpass.c: Likewise.
49002         * manual/examples/timeval_subtract.c: Likewise.
49004         [BZ #13792]
49005         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49006         function to ...
49007         * manual/timeval_subtract.c.texi: ... here, new file.
49009 2012-03-02  David S. Miller  <davem@davemloft.net>
49011         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49013 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49015         [BZ #3976]
49016         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49017         (__sin): Save and restore rounding mode and use round-to-nearest
49018         for all computations.
49019         (__cos): Save and restore rounding mode and use round-to-nearest
49020         for all computations.
49021         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49022         <fenv.h>.
49023         (tan): Save and restore rounding mode and use round-to-nearest for
49024         all computations.
49025         * math/libm-test.inc (cos_test_tonearest): New function.
49026         (cos_test_towardzero): Likewise.
49027         (cos_test_downward): Likewise.
49028         (cos_test_upward): Likewise.
49029         (sin_test_tonearest): Likewise.
49030         (sin_test_towardzero): Likewise.
49031         (sin_test_downward): Likewise.
49032         (sin_test_upward): Likewise.
49033         (tan_test_tonearest): Likewise.
49034         (tan_test_towardzero): Likewise.
49035         (tan_test_downward): Likewise.
49036         (tan_test_upward): Likewise.
49037         (main): Call the new functions.
49038         * sysdeps/i386/fpu/libm-test-ulps: Update.
49039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49041         [BZ #10135]
49042         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49043         small n, then large n, before computing and testing k+n.
49044         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49045         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49046         Likewise.
49047         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49048         Likewise.
49049         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49050         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49051         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49052         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49053         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49054         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49055         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49056         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49057         * math/libm-test.inc (scalbn_test): Add more tests.
49058         (scalbln_test): Likewise.
49060         * manual/filesys.texi (mode_t): Describe constraints on size and
49061         signedness, not exact equivalence to a particular type.
49062         (ino_t): Likewise.
49063         (ino64_t): Likewise.
49064         (dev_t): Likewise.
49065         (nlink_t): Likewise.
49066         (blkcnt_t): Likewise.
49067         (blkcnt64_t): Likewise.
49068         * manual/llio.texi (off_t): Likewise.
49070         [BZ #3976]
49071         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49072         (__ieee754_exp): Save and restore rounding mode and use
49073         round-to-nearest for all computations.
49074         * math/libm-test.inc (exp_test_tonearest): New function.
49075         (exp_test_towardzero): Likewise.
49076         (exp_test_downward): Likewise.
49077         (exp_test_upward): Likewise.
49078         (main): Call the new functions.
49079         * sysdeps/i386/fpu/libm-test-ulps: Update.
49080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49082 2012-03-01  Chris Demetriou  <cgd@google.com>
49084         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49085         have predictable order.
49087 2012-03-01  David S. Miller  <davem@davemloft.net>
49089         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49091         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49092         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49093         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49094         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49096         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49097         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49098         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49099         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49100         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49101         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49102         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49103         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49104         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49108         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49109         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49110         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49112         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49113         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49114         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49115         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49116         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49117         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49118         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49119         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49120         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49121         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49122         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49123         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49124         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49125         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49126         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49127         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49128         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49129         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49130         * sysdeps/sparc/elf/configure: Regenerated.
49132 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49134         * configure.in (AS, LD): Require binutils 2.20 or later.
49135         * configure: Regenerated.
49136         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49137         as required minimum version.
49138         * INSTALL: Regenerated.
49140         [BZ #2541]
49141         [BZ #4108]
49142         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49143         before squaring exponent.
49144         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49145         bottom long double and 27 bits of top long double before squaring
49146         exponent.
49147         * math/libm-test.inc (erfc_test): Add more tests.
49148         * sysdeps/i386/fpu/libm-test-ulps: Update.
49149         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49152 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49154         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49155         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49156         containing bit-fields.
49157         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49158         * soft-fp/single.h (_FP_UNION_S): Likewise.
49159         * soft-fp/double.h (_FP_UNION_D): Likewise.
49161 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49163         [BZ #13786]
49164         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49165         not include ../strcmp.S.
49166         [USE_AS_STRNCASECMP_L]: Likewise.
49167         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49168         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49169         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49170         (__strncasecmp_l_ia32): Define as alias to
49171         __strncasecmp_l_nonascii.
49173         [BZ #5794]
49174         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49175         * sysdeps/i386/fpu/libm-test-ulps: Update.
49176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49178         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49179         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49181 2012-02-29  Jeff Law  <law@redhat.com>
49183         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49184         out of bounds read.
49186 2012-02-29  Marek Polacek  <polacek@redhat.com>
49188         [BZ #13706]
49189         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49190         * elf/Makefile: Add rules to run tst-unused-dep.out.
49192 2012-02-28  David S. Miller  <davem@davemloft.net>
49194         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49195         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49196         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49197         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49198         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49199         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49201 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49203         * math/libm-test.inc (llround_test): Move one test from
49204         lround_test.  Use TEST_f_L in moved test.
49205         (lround_test): Move misplaced test to llround_test.  Add testcase
49206         from bug 2561.
49208 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49210         * sysdeps/x86_64/fpu/e_expf.S: New file.
49211         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49213 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49215         [BZ #13637]
49216         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49217         of remain_len that may cause incomplete multi-byte character and
49218         false match.
49219         * posix/bug-regex33.c: New file.
49220         * posix/Makefile (tests): Add bug-regex33.
49222 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49224         * manual/macros.texi: New file.
49225         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49226         * manual/libc.texinfo: Include macros.texi.
49227         * manual/creatute.texi: Likewise.
49228         * manual/install.texi: Likewise.
49229         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49230         @glibcadj{} in references to the GNU C Library.
49231         * manual/charset.texi: Likewise.
49232         * manual/conf.texi: Likewise.
49233         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49234         when not using those macros.
49235         * manual/creature.texi: Likewise.
49236         * manual/crypt.texi: Likewise.
49237         * manual/errno.texi: Likewise.
49238         * manual/filesys.texi: Likewise.
49239         * manual/header.texi: Likewise.
49240         * manual/install.texi: Likewise.
49241         * manual/intro.texi: Likewise.
49242         * manual/io.texi: Likewise.
49243         * manual/job.texi: Likewise.
49244         * manual/lang.texi: Likewise.
49245         * manual/libc.texiinfo: Likewise.
49246         * manual/llio.texi: Likewise.
49247         * manual/locale.texi: Likewise.
49248         * manual/maint.texi: Likewise.
49249         * manual/math.texi: Likewise.
49250         * manual/memory.texi: Likewise.
49251         * manual/message.texi: Likewise.
49252         * manual/nss.texi: Likewise.
49253         * manual/pattern.texi: Likewise.
49254         * manual/process.texi: Likewise.
49255         * manual/resource.texi: Likewise.
49256         * manual/search.texi: Likewise.
49257         * manual/setjmp.texi: Likewise.
49258         * manual/signal.texi: Likewise.
49259         * manual/socket.texi: Likewise.
49260         * manual/startup.texi: Likewise.
49261         * manual/stdio.texi: Likewise.
49262         * manual/string.texi: Likewise.
49263         * manual/sysinfo.texi: Likewise.
49264         * manual/syslog.texi: Likewise.
49265         * manual/terminal.texi: Likewise.
49266         * manual/time.texi: Likewise.
49267         * manual/users.texi: Likewise.
49268         * INSTALL: Regenerated.
49269         * NOTES: Regenerated.
49270         * sysdeps/gnu/errlist.c: Regenerated.
49272 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49274         * include/dirent.h: Include <dirstream.h> before
49275         <dirent/dirent.h>.
49277 2012-02-28  David S. Miller  <davem@davemloft.net>
49279         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49280         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49281         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49282         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49284 2012-02-27  David S. Miller  <davem@davemloft.net>
49286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49288         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49289         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49292         frame pointer instead of stack pointer relative arg slot.
49293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49294         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49295         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49297 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49299         [BZ #3992]
49300         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49302 2012-02-27  David S. Miller  <davem@davemloft.net>
49304         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49305         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49306         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49308         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49309         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49310         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49311         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49313 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49315         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49316         later.  Allow versions 5-9.
49317         * configure: Regenerated.
49318         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49319         required minimum version and 4.6 as recommended version.  Do not
49320         mention bugs in GCC 2.7 and 2.8.
49321         * INSTALL: Regenerated.
49323 2012-02-27  David S. Miller  <davem@davemloft.net>
49325         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49326         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49327         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49328         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49329         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49330         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49331         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49332         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49334         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49335         manipulate bits before adding and subtracting TWO112[sx].
49336         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49338 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49340         [BZ #13775]
49341         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49342         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49343         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49344         being in POSIX, because they are in 1003.1-2008.
49346         * rt/tst-aio.c: Include <fcntl.h>.
49347         * rt/tst-aio7.c: Likewise.
49348         * rt/tst-aio64.c: Likewise.
49350         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49352 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49354         * manual/install.texi (--with-headers): Describe headers as
49355         interface headers, not private headers.
49356         (Specific advice for GNU/Linux systems): Describe use of headers
49357         from "make headers_install", not private headers from older
49358         kernels.
49359         * INSTALL: Regenerated.
49360         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49361         Change to 2.6.19.
49362         * sysdeps/unix/sysv/linux/configure: Regenerated.
49364         * manual/llio.texi (fclean): Remove documentation.
49366         * manual/Makefile (libc-texi-generated): New variable.  Include
49367         version.texi.
49368         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49369         $(libc-texi-generated), not duplicated list of files.
49370         (version.texi, stamp-version): New rules.
49371         (realclean): Remove $(libc-texi-generated), not individual files
49372         from that list.  Do not remove dir-add.texinfo.
49373         * manual/libc.texinfo: Comment out uses of edition numbers and
49374         references to printed manual.  Remove last-updated dates.
49375         (EDITION): Comment out.
49376         (ISBN): Likewise.
49377         (VERSION, UPDATED): Remove.
49378         (version.texi): Include.
49380 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49382         * sysdeps/posix/spawni.c: Include <signal.h>.
49383         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49384         * sysdeps/pthread/aio_fsync.c: Likewise.
49386 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49388         * conform/Makefile (tests): Run only when not cross-compiling and
49389         when fast-check is not defined.
49391         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49392         * conform/data/limits.h-data: Fixes for POSIX2008.
49393         * conform/run-conformtest.sh: Run all tests.
49394         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49395         headers.
49396         * include/bits/dlfcn.h: Likewise.
49397         * include/langinfo.h: Likewise.
49398         * include/monetary.h: Likewise.
49399         * include/sys/poll.h: Likewise.
49401         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49402         for __USE_GNU.
49403         * posix/spawn.h: Define __need_sigset_t.
49404         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49405         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49406         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49407         to get sigevent_t only.
49408         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49409         only for __USE_GNU.
49410         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49411         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49412         process_vm_writev only for __USE_GNU.
49413         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49415         * conform/Makefile: For now ignore errors from run-conformtest.
49416         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49417         POSIX to avoid namespace pollution.  Don't prepend headers.
49418         * conform/data/aio.h-data: Fixes for POSIX testing.
49419         * conform/data/fcntl.h-data: Likewise.
49420         * conform/data/glob.h-data: Likewise.
49421         * conform/data/grp.h-data: Likewise.
49422         * conform/data/pthread.h-data: Likewise.
49423         * conform/data/pwd.h-data: Likewise.
49424         * conform/data/signal.h-data: Likewise.
49425         * conform/data/spawn.h-data: Likewise.
49426         * conform/data/stdio.h-data: Likewise.
49427         * conform/data/stdlib.h-data: Likewise.
49428         * conform/data/stropts.h-data: Likewise.
49429         * conform/data/sys/mman.h-data: Likewise.
49430         * conform/data/sys/stat.h-data: Likewise.
49431         * conform/data/sys/types.h-data: Likewise.
49432         * conform/data/sys/wait.h-data: Likewise.
49433         * conform/data/time.h-data: Likewise.
49434         * conform/data/unistd.h-data: Likewise.
49435         * conform/data/utime.h-data: Likewise.
49437         * io/sys/stat.h: fchmod was always in POSIX.
49438         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49439         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49440         * rt/aio.h: Define __need_timespec before including <time.h>.
49441         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49442         struct.  Add forward declaration of pthread_attr_t and use it in
49443         sigevent.
49444         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49445         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49446         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49447         always remove CLK_TCK definition.
49449 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49451         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49453 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49455         * conform/run-conformtest.sh: New file.
49456         * conform/Makefile: Run run-conformtest for tests.
49457         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49458         support.
49460         * conform/data/uchar.h-data: New file.
49461         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49462         * conform/data/arpa/inet.h-data: Likewise.
49463         * conform/data/assert.h-data: Likewise.
49464         * conform/data/complex.h-data: Likewise.
49465         * conform/data/cpio.h-data: Likewise.
49466         * conform/data/ctype.h-data: Likewise.
49467         * conform/data/dirent.h-data: Likewise.
49468         * conform/data/dlfcn.h-data: Likewise.
49469         * conform/data/errno.h-data: Likewise.
49470         * conform/data/fcntl.h-data: Likewise.
49471         * conform/data/float.h-data: Likewise.
49472         * conform/data/fmtmsg.h-data: Likewise.
49473         * conform/data/fnmatch.h-data: Likewise.
49474         * conform/data/ftw.h-data: Likewise.
49475         * conform/data/glob.h-data: Likewise.
49476         * conform/data/grp.h-data: Likewise.
49477         * conform/data/iconv.h-data: Likewise.
49478         * conform/data/inttypes.h-data: Likewise.
49479         * conform/data/langinfo.h-data: Likewise.
49480         * conform/data/libgen.h-data: Likewise.
49481         * conform/data/limits.h-data: Likewise.
49482         * conform/data/locale.h-data: Likewise.
49483         * conform/data/math.h-data: Likewise.
49484         * conform/data/monetary.h-data: Likewise.
49485         * conform/data/mqueue.h-data: Likewise.
49486         * conform/data/ndbm.h-data: Likewise.
49487         * conform/data/net/if.h-data: Likewise.
49488         * conform/data/netdb.h-data: Likewise.
49489         * conform/data/netinet/in.h-data: Likewise.
49490         * conform/data/nl_types.h-data: Likewise.
49491         * conform/data/poll.h-data: Likewise.
49492         * conform/data/pthread.h-data: Likewise.
49493         * conform/data/pwd.h-data: Likewise.
49494         * conform/data/regex.h-data: Likewise.
49495         * conform/data/sched.h-data: Likewise.
49496         * conform/data/search.h-data: Likewise.
49497         * conform/data/semaphore.h-data: Likewise.
49498         * conform/data/setjmp.h-data: Likewise.
49499         * conform/data/signal.h-data: Likewise.
49500         * conform/data/spawn.h-data: Likewise.
49501         * conform/data/stdarg.h-data: Likewise.
49502         * conform/data/stdio.h-data: Likewise.
49503         * conform/data/stdlib.h-data: Likewise.
49504         * conform/data/string.h-data: Likewise.
49505         * conform/data/strings.h-data: Likewise.
49506         * conform/data/stropts.h-data: Likewise.
49507         * conform/data/sys/ipc.h-data: Likewise.
49508         * conform/data/sys/mman.h-data: Likewise.
49509         * conform/data/sys/msg.h-data: Likewise.
49510         * conform/data/sys/resource.h-data: Likewise.
49511         * conform/data/sys/select.h-data: Likewise.
49512         * conform/data/sys/sem.h-data: Likewise.
49513         * conform/data/sys/shm.h-data: Likewise.
49514         * conform/data/sys/socket.h-data: Likewise.
49515         * conform/data/sys/stat.h-data: Likewise.
49516         * conform/data/sys/statvfs.h-data: Likewise.
49517         * conform/data/sys/time.h-data: Likewise.
49518         * conform/data/sys/timeb.h-data: Likewise.
49519         * conform/data/sys/times.h-data: Likewise.
49520         * conform/data/sys/types.h-data: Likewise.
49521         * conform/data/sys/uio.h-data: Likewise.
49522         * conform/data/sys/un.h-data: Likewise.
49523         * conform/data/sys/utsname.h-data: Likewise.
49524         * conform/data/sys/wait.h-data: Likewise.
49525         * conform/data/syslog.h-data: Likewise.
49526         * conform/data/tar.h-data: Likewise.
49527         * conform/data/termios.h-data: Likewise.
49528         * conform/data/utime.h-data: Likewise.
49529         * conform/data/utmpx.h-data: Likewise.
49530         * conform/data/varargs.h-data: Likewise.
49531         * conform/data/wchar.h-data: Likewise.
49532         * conform/data/wctype.h-data: Likewise.
49533         * conform/data/wordexp.h-data: Likewise.
49535         * include/stropts.h: New file.
49536         * include/uchar.h: New file.
49537         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49538         * include/assert.h: Likewise.
49539         * include/ctype.h: Likewise.
49540         * include/dirent.h: Likewise.
49541         * include/dlfcn.h: Likewise.
49542         * include/fcntl.h: Likewise.
49543         * include/fnmatch.h: Likewise.
49544         * include/glob.h: Likewise.
49545         * include/grp.h: Likewise.
49546         * include/libio.h: Likewise.
49547         * include/locale.h: Likewise.
49548         * include/math.h: Likewise.
49549         * include/net/if.h: Likewise.
49550         * include/netdb.h: Likewise.
49551         * include/netinet/in.h: Likewise.
49552         * include/pthread.h: Likewise.
49553         * include/pwd.h: Likewise.
49554         * include/regex.h: Likewise.
49555         * include/sched.h: Likewise.
49556         * include/search.h: Likewise.
49557         * include/setjmp.h: Likewise.
49558         * include/signal.h: Likewise.
49559         * include/stdio.h: Likewise.
49560         * include/stdlib.h: Likewise.
49561         * include/string.h: Likewise.
49562         * include/sys/cdefs.h: Likewise.
49563         * include/sys/mman.h: Likewise.
49564         * include/sys/msg.h: Likewise.
49565         * include/sys/resource.h: Likewise.
49566         * include/sys/select.h: Likewise.
49567         * include/sys/socket.h: Likewise.
49568         * include/sys/stat.h: Likewise.
49569         * include/sys/statvfs.h: Likewise.
49570         * include/sys/time.h: Likewise.
49571         * include/sys/times.h: Likewise.
49572         * include/sys/uio.h: Likewise.
49573         * include/sys/utsname.h: Likewise.
49574         * include/sys/wait.h: Likewise.
49575         * include/termios.h: Likewise.
49576         * include/time.h: Likewise.
49577         * include/ulimit.h: Likewise.
49578         * include/unistd.h: Likewise.
49579         * include/utime.h: Likewise.
49580         * include/wchar.h: Likewise.
49581         * include/wctype.h: Likewise.
49582         * include/wordexp.h: Likewise.
49584         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49586         * time/time.h: TIME_UTC must be a macro.
49587         Make timespec_get available for ISO C11 only as well.
49589 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49591         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49592         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49594 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49596         * configure.in: Use -o not -a in test for unsupported multi-arch.
49598 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49600         * manual/texinfo.tex: Update to version 2012-01-19.16.
49602 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49604         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49606 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49608         [BZ #13738]
49609         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49610         * manual/fdl-1.3.texi: New file.
49611         * manual/fdl-1.1.texi: File removed.
49613         [BZ #13738]
49614         * manual/libc.texinfo (FDL_VERSION): New @set.
49615         Use it for mention of FDL in cover text.
49616         (Documentation License): Use it in @include file name.
49618 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49619             Roland McGrath  <roland@hack.frob.com>
49621         [BZ #5461]
49622         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49623         (not LONG_LONG_MAX and LONG_LONG_MIN.
49624         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49625         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49626         name.
49627         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49629 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49631         [BZ #2547]
49632         [BZ #11365]
49633         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49634         manipulate bits before adding and subtracting TWO23[sx].
49635         * math/libm-test.inc (nearbyint_test): Add more tests.
49637 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49639         [BZ #2548]
49640         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49641         bits before adding and subtracting TWO23[sx].
49642         * math/libm-test.inc (rint_test): Add more tests.
49643         (rint_test_tonearest): Likewise.
49644         (rint_test_towardzero): Likewise.
49645         (rint_test_downward): Likewise.
49646         (rint_test_upward: Likewise.
49648 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49650         [BZ #10110]
49651         * include/stdc-predef.h: New file.  Extracted from features.h.
49652         * include/features.h: Include stdc-predef.h.
49653         * Makefile (headers): Add stdc-predef.h.
49654         * CONFORMANCE (Compiler limitations): Update.
49656 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49658         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49660 2012-02-21  David S. Miller  <davem@davemloft.net>
49662         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49663         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49665 2012-02-20  David S. Miller  <davem@davemloft.net>
49667         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49668         using a normal save/restore sequence, rather than allocating a
49669         dummy stack frame just to store a frame pointer and restore.
49670         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49672 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49674         * manual/install.texi: Fix stray word in line-wrapped comment.
49676 2012-02-20  David S. Miller  <davem@davemloft.net>
49678         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49679         both binutils and gcc support GOTDATA.
49681         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49682         "rd %pc" in the PIC register setup sequences.
49684         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49685         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49686         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49687         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49688         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49689         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49690         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49691         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49692         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49693         (SYSCALL_ERROR_HANDLER): Likewise.
49694         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49695         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49696         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49697         (SYSCALL_ERROR_HANDLER): Likewise.
49699         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49700         (HAVE_GCC_GOTDATA): New.
49701         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49702         relocation support in both binutils and gcc.
49703         * sysdeps/sparc/elf/configure: Regenerate.
49705         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49706         * sysdeps/sparc/sparc32/elf/configure: Delete.
49707         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49708         * sysdeps/sparc/sparc64/elf/configure: Delete.
49709         * sysdeps/sparc/elf/configure.in: New file.
49710         * sysdeps/sparc/elf/configure: Generate.
49712         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49713         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49714         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49715         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49716         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49718 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49720         * manual/install.texi: Do not mention specific glibc version
49721         numbers.
49722         * manual/libc.texinfo (VERSION, UPDATED): Update.
49723         (@copying): Use @copyright{} and range of years.
49725 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49727         [BZ #13695]
49728         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49729         [crti.S not in sysdirs] (generated): Do not append.
49730         [crti.S not in sysdirs] (omit-deps): Likewise.
49731         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49732         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49733         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49734         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49735         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49736         Likewise.
49737         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49738         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49739         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49740         * csu/defs.awk: Remove file.
49741         * sysdeps/generic/initfini.c: Likewise.
49742         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49743         variable.
49744         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49745         Likewise.
49747 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49749         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49750         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49751         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49752         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49753         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49754         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49755         <bits/epoll.h>.
49756         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49757         (__EPOLL_PACKED): Define to empty if not defined by
49758         <bits/epoll.h>.
49759         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49760         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49761         bits/epoll.h.
49763 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49765         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49766         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49767         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49768         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49769         <bits/timerfd.h>.
49770         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49771         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49772         bits/timerfd.h.
49774 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
49776         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49777         in C locale.
49778         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49779         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49780         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49783 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
49785         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49786         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49788 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
49790         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49791         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49792         defined.
49793         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49794         Likewise.
49795         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49796         entry for 2.16.
49798 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
49800         * math/w_acos.c: Use non-signaling floating-point comparisons.
49801         * math/w_acosf.c: Likewise.
49802         * math/w_acosh.c: Likewise.
49803         * math/w_acoshf.c: Likewise.
49804         * math/w_acoshl.c: Likewise.
49805         * math/w_acosl.c: Likewise.
49806         * math/w_asin.c: Likewise.
49807         * math/w_asinf.c: Likewise.
49808         * math/w_asinl.c: Likewise.
49809         * math/w_atanh.c: Likewise.
49810         * math/w_atanhf.c: Likewise.
49811         * math/w_atanhl.c: Likewise.
49812         * math/w_exp2.c: Likewise.
49813         * math/w_exp2f.c: Likewise.
49814         * math/w_exp2l.c: Likewise.
49815         * math/w_j0.c: Likewise.
49816         * math/w_j0f.c: Likewise.
49817         * math/w_j0l.c: Likewise.
49818         * math/w_j1.c: Likewise.
49819         * math/w_j1f.c: Likewise.
49820         * math/w_j1l.c: Likewise.
49821         * math/w_jn.c: Likewise.
49822         * math/w_jnf.c: Likewise.
49823         * math/w_log.c: Likewise.
49824         * math/w_log10.c: Likewise.
49825         * math/w_log10f.c: Likewise.
49826         * math/w_log10l.c: Likewise.
49827         * math/w_log2.c: Likewise.
49828         * math/w_log2f.c: Likewise.
49829         * math/w_log2l.c: Likewise.
49830         * math/w_logf.c: Likewise.
49831         * math/w_logl.c: Likewise.
49832         * math/w_sqrt.c: Likewise.
49833         * math/w_sqrtf.c: Likewise.
49834         * math/w_sqrtl.c: Likewise.
49835         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49836         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49837         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49838         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49839         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49841 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49843         [BZ #9739]
49844         * manual/string.texi (strnlen): Use correct parameter name in
49845         equivalent expression.
49847 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49849         [BZ #11174]
49850         * manual/users.texi (seteuid): Consistently use neweuid for
49851         argument name.
49853 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
49855         [BZ #13704]
49856         * manual/nss.texi (Services in the NSS configuration): Correct
49857         list of services in example configuration file.
49859 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
49861         [BZ #11322]
49862         * manual/arith.texi: Remove statements about negative zero
49863         behaving identically to zero.
49865 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49867         [BZ #5993]
49868         * manual/install.texi: Do not document upgrading from libc5.
49870 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
49872         [BZ #4596]
49873         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49875 2012-02-18  David S. Miller  <davem@davemloft.net>
49877         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49878         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49879         %o7 across the call.
49880         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49881         instead.
49882         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49883         SETUP_PIC_REG_LEAF.
49884         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49885         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49886         * sysdeps/sparc/crtn.S: Likewise.
49888 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
49890         * aout/Makefile: Remove.
49892 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
49894         [BZ #13058]
49895         * manual/examples/argp-ex1.c (main): Format definition in GNU
49896         style.
49897         * manual/examples/argp-ex2.c (main): Likewise.
49898         * manual/examples/argp-ex3.c (main): Likewise.
49899         * manual/examples/argp-ex4.c (main): Likewise.
49900         * manual/examples/longopt.c (main): Use new-style prototype
49901         definition.
49902         * manual/examples/strncat.c (main): Specify return type and use
49903         (void) for arguments.
49904         * manual/examples/subopt.c (main): Use char **argv argument.
49906 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49908         [BZ #5077]
49909         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49910         rounding modes.
49912 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
49914         [BZ #6907]
49915         * manual/string.texi (strchr): Change when strchrnul is
49916         recommended.
49918 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
49920         [BZ #174]
49921         * manual/locale.texi (setlocale): Document LOCPATH.
49923 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49925         [BZ #10210]
49926         * manual/process.texi (execle): Move @dots{} before last argument.
49928 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
49930         [BZ #12047]
49931         * manual/charset.texi (Generic Charset Conversion): Fix typo
49932         (LC_TYPE -> LC_CTYPE).
49934 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
49936         [BZ #5805]
49937         * manual/arith.texi (scalbn): Use @var{} on parameter names.
49938         (scalbnf): Likewise.
49939         (scalbnl): Likewise.
49940         (scalbln): Likewise.
49941         (scalblnf): Likewise.
49942         (scalblnl): Likewise.
49943         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49944         (vwarnx): Likewise.
49945         (verr): Likewise.
49946         (verrx): Likewise.
49947         * manual/filesys.texi (telldir): Use braces around return type.
49948         * manual/llio.texi (mmap): Add space after comma.
49949         (mmap64): Likewise.
49950         * manual/math.texi (jn): Use @var{} on parameter names.
49951         (jnf): Likewise.
49952         (jnl): Likewise.
49953         (yn): Likewise.
49954         (ynf): Likewise.
49955         (ynl): Likewise.
49956         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49957         line.
49958         * manual/resource.texi (ulimit): Use @dots{} instead of literal
49959         "...".
49960         (sched_get_priority_min): Remove semicolon on @deftypefun line.
49961         (sched_get_priority_max): Likewise.
49962         * manual/signal.texi (sigvec): Add space after comma.
49963         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49964         names.
49965         (if_indextoname): Likewise.
49966         (if_freenameindex): Likewise.
49967         (sendto): Use ',' instead of '.' in prototype.
49968         * manual/startup.texi (syscall): Use @dots{} instead of literal
49969         "...".
49970         * manual/stdio.texi (__fpending): Separate initial words of
49971         paragraph from @deftypefun line.
49972         * manual/syslog.texi (syslog): Use @dots{} instead of literal
49973         "...".
49974         (vsyslog): Use @var{} on parameter names.
49975         * manual/terminal.texi (stty): Use @var{} on parameter names.
49976         * manual/users.texi (getutmp): Use @var{} on parameter names.
49977         (getutmpx): Likewise.
49979 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49981         [BZ #6884]
49982         * manual/stdio.texi (fopen): Fix typos in description of
49983         ",ccs=STRING".
49985 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
49987         [BZ #4026]
49988         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49989         get clock_id definition.
49991 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
49993         [BZ #4822]
49994         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49995         (madvise): Cast every argument to void on its own.
49997 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
49999         [BZ #9902]
50000         * manual/startup.texi (Exit Status): Fix typo.
50002 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50004         [BZ #10140]
50005         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50006         * manual/examples/argp-ex2.c: Likewise.
50007         * manual/examples/argp-ex3.c: Likewise.
50009 2012-02-16  Richard Henderson  <rth@redhat.com>
50011         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50012         * sysdeps/s390/s390-32/initfini.c: Remove.
50013         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50014         * sysdeps/s390/s390-64/initfini.c: Remove.
50016 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50018         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50019         compiler output for sysdeps/generic/initfini.c.
50020         * sysdeps/sh/elf/initfini.c: Remove file.
50022 2012-02-16  David S. Miller  <davem@davemloft.net>
50024         [BZ #11494]
50025         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50027         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50028         * sysdeps/sparc/crti.S: New file.
50029         * sysdeps/sparc/crtn.S: New file.
50030         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50031         * sysdeps/sparc/sparc64/Makefile: Likewise.
50033 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50035         [BZ #3335]
50036         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50038 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50040         [BZ #4822]
50041         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50043         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50044         (write, read, close): Likewise.
50045         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50047 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50049         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50050         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50051         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50052         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50053         <bits/signalfd.h>.
50054         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50055         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50056         bits/signalfd.h.
50058 2012-02-14  Marek Polacek  <polacek@redhat.com>
50060         * sysdeps/x86_64/crti.S: New file.
50061         * sysdeps/x86_64/crtn.S: New file.
50062         * sysdeps/x86_64/elf/initfini.c: Remove file.
50064 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50066         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50067         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50068         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50069         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50070         <bits/inotify.h>.
50071         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50072         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50073         bits/inotify.h.
50075 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50077         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50078         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50079         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50080         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50081         <bits/eventfd.h>.
50082         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50083         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50084         bits/eventfd.h.
50086 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50088         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50089         __feraiseexcept instead of feraiseexcept.
50091         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50092         nanosleep invocations.
50093         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50094         strings, and add error checking for a nanosleep invocations.
50096 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50098         Replace FSF snail mail address with URLs, as per GNU coding standards.
50099         Most of the snail mail addresses were wrong anyway, and omitting
50100         them makes the source code easier to maintain.  Almost all of the
50101         changes are to license notices and to locale LC_IDENTIFICATION
50102         addresses, except for this one:
50103         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50104         not its snail mail address.
50106 2012-02-09  Richard Henderson  <rth@twiddle.net>
50108         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50109         of kernel-features.h.
50111         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50113 2012-02-08  Marek Polacek  <polacek@redhat.com>
50115         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50116         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50117         * sysdeps/gnu/_G_config.h: Likewise.
50118         * sysdeps/generic/_G_config.h: Likewise.
50120 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50122         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50123         tests.
50124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50126         * sysdeps/powerpc/powerpc32/crti.S: New file.
50127         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50128         * sysdeps/powerpc/powerpc64/crti.S: New file.
50129         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50131         * Makeconfig (have-initfini): Don't set.
50132         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50133         * configure.in (nopic_initfini): Don't substitute.
50134         * config.h.in (HAVE_INITFINI): Don't #undef.
50135         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50136         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50138 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50140         Support crti.S and crtn.S provided directly by architectures.
50141         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50142         [crti.S in sysdirs] (omit-deps): Likewise.
50143         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50144         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50145         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50146         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50147         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50148         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50149         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50150         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50151         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50152         compiler output for sysdeps/generic/initfini.c.
50153         * sysdeps/i386/elf/Makefile: Remove file.
50154         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50156 2012-02-07  Marek Polacek  <polacek@redhat.com>
50158         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50159         * sysdeps/gnu/_G_config.h: Likewise.
50160         * sysdeps/mach/hurd/_G_config.h: Likewise.
50162 2012-02-07  Marek Polacek  <polacek@redhat.com>
50164         * math/Makefile (tests): Add tst-CMPLX2.
50165         * math/tst-CMPLX2.c: New file.
50167 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50169         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50171         * math/libm-test.inc (jn_test): Add missing L suffix.
50173 2012-02-06  Marek Polacek  <polacek@redhat.com>
50175         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50176         * sysdeps/i386/fpu/e_powf.S: Likewise.
50177         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50178         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50179         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50180         * sysdeps/i386/fpu/e_pow.S: Likewise.
50181         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50182         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50183         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50184         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50185         * sysdeps/i386/fpu/e_log2.S: Likewise.
50186         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50187         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50188         * sysdeps/i386/fpu/e_powl.S: Likewise.
50189         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50190         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50191         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50192         * sysdeps/i386/fpu/e_logl.S: Likewise.
50193         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50194         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50195         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50196         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50197         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50198         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50199         * sysdeps/i386/fpu/e_log.S: Likewise.
50200         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50201         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50202         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50203         * sysdeps/i386/fpu/e_logf.S: Likewise.
50204         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50205         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50206         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50207         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50208         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50209         * sysdeps/i386/fpu/e_log10.S: Likewise.
50210         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50211         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50212         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50213         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50214         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50215         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50216         * sysdeps/i386/asm-syntax.h: Likewise.
50217         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50218         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50219         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50220         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50221         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50222         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50223         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50224         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50225         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50226         * sysdeps/powerpc/sysdep.h: Likewise.
50227         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50228         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50230 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50232         [BZ #411]
50233         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50235 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50237         * sysdeps/i386/sysdep.h: Include <features.h>.
50238         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50239         version.
50241 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50243         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50244         Define.
50245         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50246         LOAD_PIC_REG_STR.
50248 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50250         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50251         (SETUP_PIC_REG): Use GET_PC_THUNK.
50252         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50253         macro.
50255 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50257         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50258         for non-PIC compilation.
50259         (SETUP_PIC_REG): Add .p2align directive.
50260         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50261         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50262         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50263         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50264         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50265         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50266         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50267         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50268         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50269         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50270         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50271         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50272         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50273         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50274         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50275         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50276         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50277         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50278         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50279         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50280         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50281         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50282         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50283         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50284         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50285         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50286         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50287         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50288         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50289         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50290         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50291         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50292         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50293         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50294         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50295         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50296         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50297         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50298         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50299         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50300         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50302 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50304         * math/tst-CMPLX.c: Include <stdio.h>.
50306 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50308         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50309         float.
50310         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50311         * sysdeps/sparc/bits/mathdef.h: Likewise.
50313 2012-01-31  Marek Polacek  <polacek@redhat.com>
50315         * libio/libio.h: Don't define _PARAMS.
50316         * locale/programs/config.h: Don't define PARAMS.
50317         * stdlib/strtol_l.c: Likewise.
50318         (__strtol_l): Remove PARAMS from the prototype.
50320 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50322         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50323         names.  Just use the correct names.  Remove unnecessary wrapper
50324         functions.
50325         * malloc/arena.c: Likewise.
50326         * malloc/hooks.c: Likewise.
50328         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50329         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50330         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50332 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50334         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50335         into tail calls.
50336         (update_get_addr): New function.
50337         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50338         GET_ADDR_MODULE parameter.
50340 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50342         * crypt/cert.c: Remove __STDC__ conditionals.
50343         * crypt/crypt-entry.c: Likewise.
50344         * crypt/crypt_util.c: Likewise.
50345         * libio/filedoalloc.c: Likewise.
50346         * libio/fileops.c: Likewise.
50347         * libio/genops.c: Likewise.
50348         * libio/iofclose.c: Likewise.
50349         * libio/iofdopen.c: Likewise.
50350         * libio/iofopen.c: Likewise.
50351         * libio/iofopen64.c: Likewise.
50352         * libio/iogetdelim.c: Likewise.
50353         * libio/iopopen.c: Likewise.
50354         * libio/obprintf.c: Likewise.
50355         * libio/oldfileops.c: Likewise.
50356         * libio/oldiofclose.c: Likewise.
50357         * libio/oldiofdopen.c: Likewise.
50358         * libio/oldiofopen.c: Likewise.
50359         * libio/oldiopopen.c: Likewise.
50360         * libio/wfiledoalloc.c: Likewise.
50361         * libio/wgenops.c: Likewise.
50362         * locale/programs/xmalloc.c: Likewise.
50363         * misc/syslog.c: Likewise.
50364         * stdio-common/xbug.c: Likewise.
50365         * string/memchr.c: Likewise.
50366         * string/memcmp.c: Likewise.
50367         * string/memrchr.c: Likewise.
50368         * string/rawmemchr.c: Likewise.
50369         * sysdeps/posix/getcwd.c: Likewise.
50370         * time/strftime_l.c: Likewise.
50372 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50374         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50375         * config.make.in (config-cflags-sse2avx): Define.
50376         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50377         Fix typo.
50379 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50381         * scripts/config.guess: Update from upstream config git repository.
50382         * scripts/config.sub: Likewise.
50384 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50386         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50387         (EM_NUM): Update.
50388         (R_TILEPRO_*, R_TILEGX_*): New macros.
50390         * scripts/firstversions.awk: Fix bug in version range handling.
50392         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50394         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50396         * include/sys/epoll.h: New file.
50397         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50398         libc_hidden_def.
50400 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50402         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50403         Avoid unnecessary __WORDSIZE == 64 test.
50404         (fmaxf): Use VEX format if possible.
50405         (fmax): Likewise.
50406         (fminf): Likewise.
50407         (fmin): Likewise.
50409         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50410         * math/math_private.h: Remove libc_fegetround* and
50411         libc_fesetround*.
50412         * sysdeps/i386/configure.in: Check for -msse2avx.
50413         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50414         also if SSE2AVX is defined.
50415         Remove libc_fegetround* and libc_fesetround*.
50416         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50417         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50418         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50419         of HAS_YMM_USABLE.
50420         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50421         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50422         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50423         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50424         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50426         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50428 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50430         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50431         size is not set.
50432         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50434 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50436         [BZ #13618]
50437         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50438         relocation.
50439         * Makeconfig (libm): Define.
50440         * elf/Makefile: Add rules to build and run tst-relsort1.
50441         * elf/tst-relsort1.c: New file.
50442         * elf/tst-relsort1mod1.c: New file.
50443         * elf/tst-relsort1mod2.c: New file.
50445 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50447         * math/s_ldexp.c: Remove __STDC__ conditionals.
50448         * math/s_ldexpf.c: Likewise.
50449         * math/s_ldexpl.c: Likewise.
50450         * math/s_nextafter.c: Likewise.
50451         * math/s_nexttowardf.c: Likewise.
50452         * math/s_significand.c: Likewise.
50453         * math/s_significandf.c: Likewise.
50454         * math/s_significandl.c: Likewise.
50455         * math/w_jnl.c: Likewise.
50456         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50457         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50458         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50459         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50460         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50461         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50462         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50463         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50464         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50465         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50466         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50467         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50468         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50469         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50470         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50471         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50472         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50473         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50474         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50475         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50476         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50477         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50478         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50479         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50480         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50481         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50482         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50483         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50484         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50485         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50486         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50487         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50488         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50489         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50490         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50491         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50492         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50493         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50494         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50495         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50496         * sysdeps/ieee754/k_standard.c: Likewise.
50497         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50498         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50499         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50500         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50501         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50502         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50503         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50504         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50505         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50506         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50507         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50508         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50509         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50510         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50511         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50512         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50513         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50514         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50515         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50516         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50517         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50518         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50519         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50520         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50521         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50522         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50523         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50524         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50525         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50526         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50527         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50528         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50529         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50530         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50531         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50532         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50533         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50534         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50535         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50536         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50537         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50538         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50539         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50540         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50541         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50542         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50543         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50544         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50545         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50546         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50547         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50548         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50549         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50550         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50551         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50552         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50553         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50554         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50555         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50556         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50557         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50558         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50559         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50560         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50561         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50562         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50563         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50564         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50565         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50566         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50567         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50568         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50569         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50570         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50571         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50572         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50573         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50574         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50575         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50576         * sysdeps/ieee754/s_matherr.c: Likewise.
50577         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50578         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50579         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50580         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50582 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50584         * crypt/md5.h: Remove __STDC__ conditionals.
50585         * libio/libioP.h: Likewise.
50586         * locale/programs/config.h: Likewise.
50587         * sysdeps/generic/sysdep.h: Likewise.
50588         * sysdeps/i386/asm-syntax.h: Likewise.
50589         * sysdeps/s390/asm-syntax.h: Likewise.
50590         * sysdeps/unix/sysdep.h: Likewise.
50591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50594 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50596         * libio/libio.h: Remove __STDC__ conditionals.
50597         * malloc/obstack.h: Likewise.
50598         * math/complex.h: Likewise.
50599         * math/math.h: Likewise.
50600         * sysdeps/generic/_G_config.h: Likewise.
50601         * sysdeps/gnu/_G_config.h: Likewise.
50602         * sysdeps/mach/hurd/_G_config.h: Likewise.
50603         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50604         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50605         * sysdeps/sparc/bits/mathdef.h: Likewise.
50607 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50609         [BZ #13583]
50610         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50611         Clean up HAS_* macros.
50612         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50613         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50614         possible.
50615         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50616         HAS_AVX.
50617         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50618         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50619         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50620         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50621         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50623 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50625         * elf/tst-unique3.cc (gets): Remove declaration.
50626         * elf/tst-unique3lib.cc (gets): Likewise.
50627         * elf/tst-unique3lib2.cc (gets): Likewise.
50628         * elf/tst-unique4.cc (gets): Likewise.
50630 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50632         * include/stdio.h: Add C++ protection.  Add gets declarations and
50633         definitions.
50634         * debug/tst-chk1.c: Don't declare gets here.
50635         * stdio-common/tst-gets.c: Likewise.
50637 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50639         * posix/glob: Remove directory.
50641 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50643         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50645 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50647         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50648         of the non-standard EPFNOSUPPORT.
50650 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50652         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50653         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50654         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50656 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50658         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50660 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50662         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50663         transient errors.
50664         * nscd/grpcache.c (cache_addgr): Likewise.
50665         * nscd/hstcache.c (cache_addhst): Likewise.
50666         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50667         * nscd/pwdcache.c (cache_addpw): Likewise.
50668         * nscd/servicescache.c (cache_addserv): Likewise.
50670 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50672         * malloc/malloc.c: Various cleanups.
50673         * malloc/hooks.c: Likewise.
50675         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50676         * stdlib/bug-fmtmsg1.c: New file.
50678         * stdlib/fmtmsg.c (init): Add missing unlock.
50679         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50681 2012-01-12  Marek Polacek  <polacek@redhat.com>
50683         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50684         and _GNU_SOURCE.
50686 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50688         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50689         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50690         macro to ensure uniqueness of label name.
50691         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50692         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50694 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50696         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50698         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50699         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50700         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50701         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50703 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50705         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50707         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50708         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50709         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50711         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50713         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50714         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50715         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50716         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50718         * math/bits/math-finite.h: Add ldexp support.
50720 2012-01-10  Marek Polacek  <polacek@redhat.com>
50722         * locale/programs/localedef.h (show_archive_content): Add noreturn
50723         attribute.
50725 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50727         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50729 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50731         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50733         * io/Makefile (headers): Add bits/poll2.h.
50735 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50738         typo #include statement.
50740 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50742         * include/sys/cdefs.h: Define __attribute_alloc_size.
50743         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50744         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50745         * elf/pldd.c: Likewise.
50746         * iconv/iconv_charmap.c: Likewise.
50747         * iconv/iconvconfig.c: Likewise.
50748         * iconv/strtab.c: Likewise.
50749         * locale/programs/locale.c: Likewise.
50750         * locale/programs/localedef.h: Likewise.
50751         * locale/programs/simple-hash.c: Likewise.
50752         * nscd/nscd.h: Likewise.
50753         * nss/makedb.c: Likewise.
50754         * sysdeps/generic/ldconfig.h: Likewise.
50755         * locale/programs/localedef.c: Remove xmalloc prototype.
50756         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50758 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
50760         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50761         appropriate.
50763 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50765         * math/Makefile (tests): Add tst-CMPLX.
50766         * math/tst-CMPLX.c: New file.
50768         * math/complex.h (CMPLXL): Fix typo.
50770         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50771         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50772         GLIBC_2.16.
50773         * debug/tst-chk1.c: Add poll and ppoll tests.
50774         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50775         * include/sys/poll.h: Add hidden proto for ppoll.
50776         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50777         * sysdeps/mach/hurd/ppoll.c: Likewise.
50778         * io/ppoll.c: Likewise.
50779         * debug/poll_chk.c: New file.
50780         * debug/ppoll_chk.c: New file.
50781         * include/bits/poll2.h: New file.
50782         * io/bits/poll2.h: New file.
50784         [BZ #1350]
50785         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50787         * configure.in: static is always set to yes.  Remove.
50788         * config.make.in: Don't set build-static.
50789         * Makeconfig: Remove use of build-static.
50790         * dlfcn/Makefile: Likewise.
50791         * elf/Makefile: Likewise.
50792         * math/Makefile: Likewise.
50793         * misc/Makefile: Likewise.
50794         * nptl/Makefile: Likewise.
50795         * sysdeps/mach/hurd/Makefile: Likewise.
50797         * configure.in: PWD_P is not used anymore.
50798         * config.make.in: Remove PWD_P entry.
50800         * configure.in: Remove last remnants of RANLIB.
50801         No need to check for signed size_t anymore.
50802         Don't set libc_commonpagesize and libc_relro_required here for Alpha
50803         and IA-64.
50804         Remove __builtin_expect test because we require at least gcc 3.4.
50805         * aclocal.m4: Likewise.
50807         * wcsmbs/mbrtoc16.c: Implement using towc function.
50808         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50809         * wcsmbs/wcsmbsload.c: Likewise.
50810         * iconv/gconv_simple.c: Likewise.
50811         * iconv/gconv_int.h: Likewise.
50812         * iconv/gconv_builtin.h: Likewise.
50813         * iconv/iconv_prog.c: Remove CHAR16 handling.
50815         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50817         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50819         * configure.in: Remove --with-elf and --enable-bounded options.
50820         Dont set base_machine for ia64.  More non-ELF conditions removed.
50821         Remove testing and setting of leading underscore information.
50822         * config.make.in (build-bounded): Set to no.
50823         * config.h.in: Remove NO_UNDERSCORES entry.
50824         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
50825         them.
50826         * csu/start.c: Remove !NO_UNDERSCORE code.
50827         * locale/localeinfo.h: Likewise.
50828         * sysdeps/generic/machine-gmon.h: Likewise.
50829         * sysdeps/generic/sysdep.h: Likewise.
50830         * sysdeps/i386/sysdep.h: Likewise.
50831         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50832         * sysdeps/mach/sysdep.h: Likewise.
50833         * sysdeps/s390/s390-32/sysdep.h: Likewise.
50834         * sysdeps/s390/s390-64/sysdep.h: Likewise.
50835         * sysdeps/sh/sysdep.h: Likewise.
50836         * sysdeps/sparc/sparc32/alloca.S: Likewise.
50837         * sysdeps/unix/i386/sysdep.S: Likewise.
50838         * sysdeps/unix/sparc/start.c: Likewise.
50839         * sysdeps/unix/sparc/sysdep.S: Likewise.
50840         * sysdeps/unix/sparc/sysdep.h: Likewise.
50841         * sysdeps/unix/start.c: Likewise.
50842         * sysdeps/unix/x86_64/sysdep.S: Likewise.
50843         * sysdeps/x86_64/sysdep.h: Likewise.
50845 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
50847         [BZ #13553]
50848         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50849         for non-gcc.
50850         * argp/argp-fmtstream.h: Use const instead __const.
50851         * argp/argp.h: Likewise.
50852         * assert/assert.h: Likewise.
50853         * bits/fenv.h: Likewise.
50854         * bits/sched.h: Likewise.
50855         * bits/sigset.h: Likewise.
50856         * bits/sigthread.h: Likewise.
50857         * catgets/nl_types.h: Likewise.
50858         * conform/data/pthread.h-data: Likewise.
50859         * crypt/crypt-private.h: Likewise.
50860         * crypt/crypt.h: Likewise.
50861         * crypt/crypt_util.c: Likewise.
50862         * ctype/ctype.h: Likewise.
50863         * debug/execinfo.h: Likewise.
50864         * debug/mbsnrtowcs_chk.c: Likewise.
50865         * debug/mbsrtowcs_chk.c: Likewise.
50866         * debug/wcsnrtombs_chk.c: Likewise.
50867         * debug/wcsrtombs_chk.c: Likewise.
50868         * debug/wcstombs_chk.c: Likewise.
50869         * dirent/dirent.h: Likewise.
50870         * dlfcn/dlfcn.h: Likewise.
50871         * elf/neededtest4.c: Likewise.
50872         * grp/grp.h: Likewise.
50873         * gshadow/gshadow.h: Likewise.
50874         * iconv/gconv.h: Likewise.
50875         * iconv/gconv_int.h: Likewise.
50876         * iconv/gconv_simple.c: Likewise.
50877         * iconv/iconv.h: Likewise.
50878         * iconv/loop.c: Likewise.
50879         * iconv/skeleton.c: Likewise.
50880         * include/aio.h: Likewise.
50881         * include/aliases.h: Likewise.
50882         * include/argz.h: Likewise.
50883         * include/arpa/inet.h: Likewise.
50884         * include/assert.h: Likewise.
50885         * include/dirent.h: Likewise.
50886         * include/dlfcn.h: Likewise.
50887         * include/execinfo.h: Likewise.
50888         * include/fcntl.h: Likewise.
50889         * include/fenv.h: Likewise.
50890         * include/glob.h: Likewise.
50891         * include/grp.h: Likewise.
50892         * include/libintl.h: Likewise.
50893         * include/mntent.h: Likewise.
50894         * include/netdb.h: Likewise.
50895         * include/pwd.h: Likewise.
50896         * include/rpc/netdb.h: Likewise.
50897         * include/sched.h: Likewise.
50898         * include/search.h: Likewise.
50899         * include/shadow.h: Likewise.
50900         * include/signal.h: Likewise.
50901         * include/stdio.h: Likewise.
50902         * include/stdlib.h: Likewise.
50903         * include/string.h: Likewise.
50904         * include/sys/socket.h: Likewise.
50905         * include/sys/stat.h: Likewise.
50906         * include/sys/statfs.h: Likewise.
50907         * include/sys/statvfs.h: Likewise.
50908         * include/sys/syslog.h: Likewise.
50909         * include/sys/time.h: Likewise.
50910         * include/sys/uio.h: Likewise.
50911         * include/time.h: Likewise.
50912         * include/unistd.h: Likewise.
50913         * include/utmp.h: Likewise.
50914         * include/wchar.h: Likewise.
50915         * include/wctype.h: Likewise.
50916         * inet/aliases.h: Likewise.
50917         * inet/arpa/inet.h: Likewise.
50918         * inet/netinet/ether.h: Likewise.
50919         * inet/netinet/in.h: Likewise.
50920         * intl/libintl.h: Likewise.
50921         * io/bits/fcntl2.h: Likewise.
50922         * io/fcntl.h: Likewise.
50923         * io/ftw.h: Likewise.
50924         * io/sys/poll.h: Likewise.
50925         * io/sys/stat.h: Likewise.
50926         * io/sys/statfs.h: Likewise.
50927         * io/sys/statvfs.h: Likewise.
50928         * io/utime.h: Likewise.
50929         * libio/bits/stdio.h: Likewise.
50930         * libio/bits/stdio2.h: Likewise.
50931         * libio/libio.h: Likewise.
50932         * libio/libioP.h: Likewise.
50933         * libio/stdio.h: Likewise.
50934         * locale/lc-ctype.c: Likewise.
50935         * locale/locale.h: Likewise.
50936         * login/utmp.h: Likewise.
50937         * malloc/arena.c: Likewise.
50938         * malloc/malloc.c: Likewise.
50939         * malloc/malloc.h: Likewise.
50940         * malloc/mcheck.c: Likewise.
50941         * malloc/mtrace.c: Likewise.
50942         * math/bits/mathcalls.h: Likewise.
50943         * math/fenv.h: Likewise.
50944         * math/math_private.h: Likewise.
50945         * misc/bits/error.h: Likewise.
50946         * misc/bits/syslog.h: Likewise.
50947         * misc/err.h: Likewise.
50948         * misc/error.h: Likewise.
50949         * misc/fstab.h: Likewise.
50950         * misc/mntent.h: Likewise.
50951         * misc/regexp.h: Likewise.
50952         * misc/search.h: Likewise.
50953         * misc/sgtty.h: Likewise.
50954         * misc/sys/mman.h: Likewise.
50955         * misc/sys/syslog.h: Likewise.
50956         * misc/sys/uio.h: Likewise.
50957         * misc/sys/xattr.h: Likewise.
50958         * misc/ttyent.h: Likewise.
50959         * nis/rpcsvc/ypclnt.h: Likewise.
50960         * nss/nss.h: Likewise.
50961         * posix/bits/unistd.h: Likewise.
50962         * posix/fnmatch.h: Likewise.
50963         * posix/glob.h: Likewise.
50964         * posix/sched.h: Likewise.
50965         * posix/spawn.h: Likewise.
50966         * posix/sys/wait.h: Likewise.
50967         * posix/unistd.h: Likewise.
50968         * posix/wordexp.h: Likewise.
50969         * pwd/pwd.h: Likewise.
50970         * resolv/netdb.h: Likewise.
50971         * resource/sys/resource.h: Likewise.
50972         * rt/aio.h: Likewise.
50973         * rt/bits/mqueue2.h: Likewise.
50974         * rt/mqueue.h: Likewise.
50975         * shadow/shadow.h: Likewise.
50976         * signal/signal.h: Likewise.
50977         * socket/send.c: Likewise.
50978         * socket/sendto.c: Likewise.
50979         * socket/sys/socket.h: Likewise.
50980         * stdio-common/printf.h: Likewise.
50981         * stdlib/bits/stdlib.h: Likewise.
50982         * stdlib/fmtmsg.h: Likewise.
50983         * stdlib/monetary.h: Likewise.
50984         * stdlib/stdlib.h: Likewise.
50985         * stdlib/ucontext.h: Likewise.
50986         * streams/stropts.h: Likewise.
50987         * string/argz.h: Likewise.
50988         * string/bits/string2.h: Likewise.
50989         * string/string.h: Likewise.
50990         * string/strings.h: Likewise.
50991         * sunrpc/rpc/auth.h: Likewise.
50992         * sunrpc/rpc/auth_des.h: Likewise.
50993         * sunrpc/rpc/clnt.h: Likewise.
50994         * sunrpc/rpc/netdb.h: Likewise.
50995         * sunrpc/rpc/pmap_clnt.h: Likewise.
50996         * sunrpc/rpc/xdr.h: Likewise.
50997         * sysdeps/generic/inttypes.h: Likewise.
50998         * sysdeps/generic/net/if.h: Likewise.
50999         * sysdeps/generic/sys/swap.h: Likewise.
51000         * sysdeps/gnu/net/if.h: Likewise.
51001         * sysdeps/gnu/utmpx.h: Likewise.
51002         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51003         * sysdeps/i386/i486/bits/string.h: Likewise.
51004         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51005         * sysdeps/s390/bits/string.h: Likewise.
51006         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51007         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51008         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51009         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51010         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51011         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51012         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51013         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51014         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51015         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51016         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51017         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51018         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51019         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51020         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51021         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51022         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51023         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51024         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51025         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51026         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51027         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51028         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51029         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51030         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51031         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51032         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51033         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51034         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51035         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51036         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51037         * sysvipc/sys/ipc.h: Likewise.
51038         * sysvipc/sys/msg.h: Likewise.
51039         * sysvipc/sys/sem.h: Likewise.
51040         * sysvipc/sys/shm.h: Likewise.
51041         * termios/termios.h: Likewise.
51042         * time/sys/time.h: Likewise.
51043         * time/time.h: Likewise.
51044         * wcsmbs/bits/wchar2.h: Likewise.
51045         * wcsmbs/uchar.h: Likewise.
51046         * wcsmbs/wchar.h: Likewise.
51047         * wctype/wctype.h: Likewise.
51049         [BZ #13551]
51050         * Makeconfig: Remove all but ELF support including AIX support.
51051         * Makerules: Likewise.
51052         * config.h.in: Likewise.
51053         * config.make.in: Likewise.
51054         * configure: Likewise.
51055         * configure.in: Likewise.
51056         * csu/Makefile: Likewise.
51057         * csu/version.c: Likewise.
51058         * debug/Makefile: Likewise.
51059         * dlfcn/Makefile: Likewise.
51060         * elf/Makefile: Likewise.
51061         * extra-lib.mk: Likewise.
51062         * iconv/Makefile: Likewise.
51063         * include/libc-symbols.h: Likewise.
51064         * include/shlib-compat.h: Likewise.
51065         * resolv/Makefile: Likewise.
51066         * resolv/res_libc.c: Likewise.
51067         * rt/Makefile: Likewise.
51068         * sysdeps/i386/asm-syntax.h: Likewise.
51069         * sysdeps/i386/sysdep.h: Likewise.
51070         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51071         * sysdeps/mach/sysdep.h: Likewise.
51072         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51073         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51074         * sysdeps/s390/asm-syntax.h: Likewise.
51075         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51076         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51077         * sysdeps/sh/sysdep.h: Likewise.
51078         * sysdeps/unix/sparc/sysdep.h: Likewise.
51079         * sysdeps/wordsize-32/divdi3.c: Likewise.
51080         * sysdeps/x86_64/sysdep.h: Likewise.
51082         * argp/Versions: Remove _argp_unlock_xxx.
51084         [BZ #13559]
51085         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51086         * abilist/libBrokenLocale.abilist: Likewise.
51087         * abilist/libanl.abilist: Likewise.
51088         * abilist/libc.abilist: Likewise.
51089         * abilist/libcrypt.abilist: Likewise.
51090         * abilist/libdl.abilist: Likewise.
51091         * abilist/libm.abilist: Likewise.
51092         * abilist/libnsl.abilist: Likewise.
51093         * abilist/libpthread.abilist: Likewise.
51094         * abilist/libresolv.abilist: Likewise.
51095         * abilist/librt.abilist: Likewise.
51096         * abilist/libthread_db.abilist: Likewise.
51097         * abilist/libutil.abilist: Likewise.
51098         * abilist/libnss_db.abilist: New file.
51100         * scripts/abilist.awk: Add support for indirect functions.
51102         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51104         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51106         * shlib-versions: Remove entries for ports architectures.
51108         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51109         files in ports.
51110         * elf/stackguard-macros.h: Remove support for IA-64.
51111         * elf/tst-auditmod1.c: Likewise.
51112         * sysdeps/generic/ldsodefs.h: Likewise.
51114         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51115         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51116         configure files.
51118         [BZ #13552]
51119         * configure.in: Remove --enable-omitfp support.
51120         * FAQ.in: Adjust.
51121         * config.make.in: Likewise.
51122         * Makeconfig: Likewise.
51123         * manual/install.texi: Likewise.
51125         In case anyone cares, the IA-64 architecture could move to ports.
51126         * sysdeps/ia64/*: Removed.
51127         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51128         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51130         [BZ #13555]
51131         * configure.in: Remove entries for unsupported architectures.
51133         [BZ #13533]
51134         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51135         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51136         routines.
51137         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51138         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51139         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51140         fall back to using wcrtomb.
51141         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51142         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51143         renaming.
51144         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51145         * wcsmbs/tst-c16c32-1.c: New file.
51147         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51148         local variable.
51150         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51152         * elf/tst-unique3.cc: Add explicit declaration of gets.
51153         * elf/tst-unique3lib.cc: Likewise.
51154         * elf/tst-unique3lib2.cc: Likewise.
51155         * elf/tst-unique4.cc: Likewise.
51157         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51159 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51161         [BZ #13566]
51162         * assert/assert.h (static_assert): Don't define for C++.
51163         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51164         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51166 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51168         * iconv/loop.c (single loop): Fix assertion in storing of
51169         remaining bytes.
51171         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51173 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51175         * posix/getconf.c: Update copyright year.
51176         * nss/getent.c: Likewise.
51177         * nss/makedb.c: Likewise.
51178         * iconv/iconvconfig.c: Likewise.
51179         * iconv/iconv_prog.c: Likewise.
51180         * elf/ldconfig.c: Likewise.
51181         * elf/pldd.c: Likewise.
51182         * elf/sotruss.ksh: Likewise.
51183         * catgets/gencat.c: Likewise.
51184         * csu/version.c: Likewise.
51185         * elf/ldd.bash.in: Likewise.
51186         * elf/sprof.c (print_version): Likewise.
51187         * locale/programs/locale.c: Likewise.
51188         * locale/programs/localedef.c: Likewise.
51189         * login/programs/pt_chown.c: Likewise.
51190         * nscd/nscd.c (print_version): Likewise.
51191         * debug/xtrace.sh: Likewise.
51192         * malloc/memusage.sh: Likewise.
51193         * malloc/mtrace.pl: Likewise.
51194         * debug/catchsegv.sh: Likewise.
51196 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51198         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51199         pure attribute.
51201 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51203         [BZ #13533]
51204         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51205         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51206         transformations.
51207         * iconv/gconv_int.h: Likewise.
51208         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51209         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51210         from libc for GLIBC_2.16.
51211         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51212         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51213         * wcsmbs/uchar.h: Really define mbstate_t.
51214         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51215         * wcsmbs/c16rtomb.c: New file.
51216         * wcsmbs/mbrtoc16.c: New file.
51217         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51218         for C/POSIX locale.
51219         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51220         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51222         * wcsmbs/wchar.h: Add missing __restrict.
51224 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51226         [BZ #13532]
51227         * time/Makefile (routines): Add timespec_get.
51228         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51229         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51230         timespec for ISO C11.
51231         * time/timespec_get.c: New file.
51232         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51233         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51235         [BZ #13531]
51236         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51237         * stdlib/stdlib.h: Declare aligned_alloc.
51238         * Versions.def: Add GLIBC_2.16 for libc.
51239         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51241         [BZ 13527]
51242         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51243         ISO C11.
51245         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51246         code.
51248         [BZ #13528]
51249         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51251         [BZ #13529]
51252         * assert/assert.h (static_assert): Define.
51254         * version.h: Update for 2.16 development version.
51256         [BZ #13526]
51257         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51258         _ISOC11_SOURCE.
51260         * version.h (RELEASE): Bump for 2.15 release.
51261         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51263         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51264         Patch by Marek Polacek <mpolacek@redhat.com>.
51266         * bits/byteswap.h: Protect long long constants with __extension__.
51267         * sysdeps/i386/bits/byteswap.h: Likewise.
51268         * sysdeps/ia64/bits/byteswap.h: Likewise.
51269         * sysdeps/s390/bits/byteswap.h: Likewise.
51270         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51272 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51274         [BZ #13540]
51275         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51276         destination buffer.
51277         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51279 2011-12-23  Marek Polacek  <polacek@redhat.com>
51281         * elf/dl-addr.c (determine_info): Add inline keyword.
51282         * elf/tst-auditmod4b.c (check_avx): Likewise.
51283         * elf/tst-auditmod6b.c (check_avx): Likewise.
51284         * elf/tst-auditmod6c.c (check_avx): Likewise.
51285         * elf/tst-auditmod7b.c (check_avx): Likewise.
51287 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51289         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51290         !__SSE_MATH__.
51292 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51294         [BZ #13540]
51295         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51296         processing for last bytes.
51298 2011-08-06  Bruno Haible  <bruno@clisp.org>
51300         [BZ #13061]
51301         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51302         U+0385, not to U+1FEE.
51304         [BZ #13062]
51305         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51306         entry for U+00A5 U+0301.
51308 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51310         [BZ #13166]
51311         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51312         buffer for the output is too small.
51314         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51315         optimization.
51317         [BZ #13185]
51318         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51319         SSE flags if possible.
51321 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51323         [BZ #13540]
51324         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51325         processing for last bytes.
51327 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51329         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51330         (syscall-list-default-options, syscall-list-default-condition)
51331         (syscall-list-includes): Define.
51332         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51333         list of ABIs and options and #if conditions for each ABI.  Do not
51334         handle common syscalls between ABIs specially.
51335         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51336         Remove.
51337         (syscall-list-variants, syscall-list-32bit-options)
51338         (syscall-list-32bit-condition, syscall-list-64bit-options)
51339         (syscall-list-64bit-condition): Define.
51340         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51341         (syscall-list-variants, syscall-list-32bit-options)
51342         (syscall-list-32bit-condition, syscall-list-64bit-options)
51343         (syscall-list-64bit-condition): Define.
51344         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51345         Remove.
51346         (syscall-list-variants, syscall-list-32bit-options)
51347         (syscall-list-32bit-condition, syscall-list-64bit-options)
51348         (syscall-list-64bit-condition): Define.
51349         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51350         Remove.
51351         (syscall-list-variants, syscall-list-32bit-options)
51352         (syscall-list-32bit-condition, syscall-list-64bit-options)
51353         (syscall-list-64bit-condition): Define.
51355 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51357         * locale/iso-639.def: Add brx entry.
51359         [BZ #13328]
51360         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51361         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51363         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51364         __feraiseexcept_renamed.
51366 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51368         [BZ #13538]
51369         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51370         EPOLLET with unsigned values.
51371         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51372         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51374         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51375         to large cancellation.
51376         * math/s_cacoshf.c: Likewise.
51377         * math/s_cacoshl.c: Likewise.
51379 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51381         [BZ #13305]
51382         [BZ #12786]
51383         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51384         * math/s_cacoshf.c: Likewise.
51385         * math/s_cacoshl.c: Likewise.
51387 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51389         [BZ #13439]
51390         * iconv/gconv.h: Define __GCONV_SWAP.
51391         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51392         * iconvdata/utf-16.c: Likewise.
51393         * iconvdata/utf-32.c: Likewise.
51395 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51397         [BZ #13524]
51398         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51399         numerator after shifting it by one limb.
51401 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51403         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51404         under [__USE_EXTERN_INLINES].
51406 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51408         [BZ #13446]
51409         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51411 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51413         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51414         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51415         optimized code.
51416         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51417         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51418         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51419         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51420         for strncasecmp/strncasecmp_l compilation.
51421         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51422         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51424 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51426         [BZ #13484]
51427         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51428         of __asm__.
51430 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51432         [BZ #13506]
51433         * time/tzfile.c (__tzfile_read): Check values from file header.
51435 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51437         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51438         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51439         * powerpc/powerpc32/dl-start.S: Likewise.
51440         * powerpc/powerpc32/elf/start.S: Likewise.
51441         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51442         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51443         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51444         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51445         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51446         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51447         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51448         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51449         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51450         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51451         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51452         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51453         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51454         * powerpc/powerpc32/memset.S: Likewise.
51455         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51456         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51457         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51458         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51459         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51460         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51461         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51462         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51463         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51464         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51465         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51466         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51467         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51469 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51471         * math/libm-test.inc: Added more nearbyint tests.
51472         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51473         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51474         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51475         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51477 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51479         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51480         FD_CLOEXEC.
51482 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51484         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51485         Add wcscpy-ssse3 wcscpy-c.
51486         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51487         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51488         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51489         * sysdeps/x86_64/wcschr.S: New file.
51490         * sysdeps/x86_64/wcsrchr.S: New file.
51491         * string/test-strcmp.c: Remove checking of wcscmp function for
51492         wrong alignments.
51493         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51494         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51495         wcsrchr-sse2 wcsrchr-c.
51496         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51497         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51498         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51499         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51500         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51501         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51502         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51503         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51504         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51505         * wcsmbc/wcschr.c (WCSCHR): New macro.
51507 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51509         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51510         * wcsmbs/test-wcsrchr.c: New file.
51511         * string/test-strrchr.c: Add wcsrchr support.
51512         (WIDE): New macro.
51513         * wcsmbs/test-wcscpy.c: New file.
51514         * string/test-strcpy.c: Add wcscpy support.
51515         (WIDE): New macro.
51517 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51519         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51520         the inner loop.
51522 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51524         [BZ #13472]
51525         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51527 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51529         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51530         Minor optimizations.
51532         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51533         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51534         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51536 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51538         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51539         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51540         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51541         for gcc to avoid warnings.
51542         * inet/Makefile (tests): Add tst-checks.
51543         * inet/tst-checks.c: New file.
51545         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51546         warning.
51548         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51549         __wmemcmp_sse2.
51551         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51552         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51554         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51556 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51558         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51559         problem.
51561         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51563 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51565         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51566         conditional on GCC version.
51567         (__arch_compare_and_exchange_val_8_acq)
51568         (__arch_compare_and_exchange_val_16_acq)
51569         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51570         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51571         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51573 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51575         * sysdeps/sh/backtrace.c: New file.
51577 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51579         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51580         parenthesis.
51582 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51584         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51585         falling back to utime.
51587 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51589         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51590         expectations for float.
51592 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51594         * locale/weight.h (findidx): Add parameter len.
51595         * locale/weightwc.h (findidx): Likewise.
51596         * posix/fnmatch_loop.c (FCT): Adjust caller.
51597         * posix/regcomp.c (build_equiv_class): Likewise.
51598         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51599         * posix/regexec.c (check_node_accept_bytes): Likewise.
51600         * string/strcoll_l.c (STRCOLL): Likewise.
51601         * string/strxfrm_l.c (STRXFRM): Likewise.
51603 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51605         * Makefile.in: Remove CVSOPT handling.
51606         * configure.in: Remove use of AC_REVISION.
51607         * iconvdata/Makefile (distribute): No need to filter out CVS.
51608         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51609         handling.
51611 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51613         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51614         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51615         [USE_AS_STRNCASECMP_L]: Likewise.
51616         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51617         NO_TLS_DIRECT_SEG_REFS.
51618         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51619         Fix argument offsets for non-PIC.
51620         [USE_AS_STRNCASECMP_L]: Likewise.
51621         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51622         NO_TLS_DIRECT_SEG_REFS.
51624 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51626         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51627         O_CLOEXEC.
51628         * locale/loadlocale.c (_nl_load_locale): Likewise.
51630 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51632         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51633         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51634         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51635         (SYSCALL_GETTIME): Set errno on error.
51637         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51638         count references to noai6ai_cached.
51640 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51642         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51644         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51645         FD_CLOEXEC for /proc/self/maps.
51647         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51648         FD_CLOEXEC for /proc/meminfo.
51650         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51651         gai.conf.
51653         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51654         FD_CLOEXEC for given file.
51656         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51658         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51659         FD_CLOEXEC for /etc/hosts.
51660         (_gethtent): Likewise.
51662         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51664         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51665         cancellation and set FD_CLOEXEC for /etc/netgroup.
51667         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51668         reading /etc/publickey.
51670         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51671         allow cancellation when reading /etc/group.
51673         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51674         cancellation.
51675         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51677         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51678         when using data file.
51680         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51682         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51683         (write_nis_obj): Use "c" and "e" in fopen.
51685         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51687         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51689         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51691         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51693         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51694         locale.alias.
51696         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51698         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51700         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51702         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51703         file parsing and set FD_CLOEXEC.
51705 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51707         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51709 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51711         * malloc/arena.c (arena_get2): Don't call reused_arena when
51712         _int_new_arena failed.
51714 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51716         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51717         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51718         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51719         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51720         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51721         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51722         to compile strcasecmp and strncasecmp.
51723         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51724         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51726         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51728 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51730         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51731         locale-defines.sym to gen-as-const-headers.
51732         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51733         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51734         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51735         to compile strcasecmp and strncasecmp.
51736         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51737         strcasecmp_l and strncasecmp_l.
51738         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51739         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51740         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51741         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51742         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51743         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51744         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51745         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51746         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51747         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51748         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51750 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
51752         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51753         result of SYSDEP_GETTIME_CPU to retval.
51754         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51755         parameter list to macro.  Remove trailing semicolon.  Adjust users.
51757         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51758         variable.
51760         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51761         mantissa words.
51762         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51764         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51765         from unused variable.
51767         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51768         DWARF definitions.
51769         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51770         for assembling.
51772         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51773         over namespaces.
51775         * sunrpc/rpc_prot.c (rejected): Fix case value.
51777         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51778         unsigned long long int to avoid warnings in shift.
51780         * posix/regex_internal.c (re_string_reconstruct): Actually use result
51781         of use of trans.
51782         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51783         variable tmp.
51785         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51786         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51787         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51789         * nis/nis_table.c (nis_list): Use variable of correct type for
51790         result of __follow_path call.
51792 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51794         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51795         of math functions ceil, trunc, floor, round, and sqrt, when
51796         avaliable on the platform.
51797         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51798         name clash.
51799         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51800         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51801         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51803 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
51805         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51806         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51808 2011-11-11  Roland McGrath  <roland@hack.frob.com>
51810         * include/unistd.h: Fix __readlink return type.
51811         Reported by Chris Metcalf <cmetcalf@tilera.com>.
51813 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
51815         * stdlib/ucontext.h: Undo last change for makecontext.
51817 2011-11-11  Andreas Schwab  <schwab@redhat.com>
51819         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51821         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51822         * setjmp/setjmp.h: Mark functions as non-leaf.
51823         * setjmp/bits/setjmp2.h: Likewise.
51824         * stdlib/ucontext.h: Likewise.
51826 2011-11-10  Andreas Schwab  <schwab@redhat.com>
51828         * malloc/arena.c (_int_new_arena): Don't increment narenas.
51829         (reused_arena): Don't check arena limit.
51830         (arena_get2): Atomically check arena limit.
51832 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
51834         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51835         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51837         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51838         instructions.
51840 2011-11-07  Andreas Schwab  <schwab@redhat.com>
51842         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51843         handler when locking.
51845         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51846         Fix size of allocated buffer.
51848 2011-11-04  Andreas Schwab  <schwab@redhat.com>
51850         [BZ #10103]
51851         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51852         declarations for long double functions.
51853         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51855         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51857 2011-11-03  Andreas Schwab  <schwab@redhat.com>
51859         * nscd/nscd.c (main): Don't start AVC thread until credentials are
51860         installed.
51862         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51863         is disabled.
51865 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51867         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51869 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
51871         * include/alloca.h (stackinfo_alloca_round): Define.
51872         (extend_alloca): Use it.
51873         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51874         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51875         here.
51877         * scripts/check-local-headers.sh: Ignore libaudit.h.
51879         * nscd/Makefile (extra-objs): Make recursively expanded.
51881 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
51883         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51884         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51886         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51887         * posix/tst-rfc3484-2.c: Likewise.
51888         * posix/tst-rfc3484-3.c: Likewise.
51890         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51891         process_vm_writev.
51892         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51893         process_vm_writev.
51894         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51895         process_vm_writev from libc using GLIBC_2.15 version.
51897         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51899 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
51901         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51902         stack usage.
51904 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
51906         [BZ #13367]
51907         * nss/getent.c (initgroups_keys): Show error message in case no group
51908         names are given.
51910         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51911         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51912         __bump_nl_timestamp.
51913         * nscd/connections (nscd_init): When host database is served open
51914         netlink socket and request notification about configuration changes.
51915         (main_loop_poll): Track netlink file descriptor and bump timestamp
51916         in case data becomes available.
51917         (main_loop_epoll): Likewise.
51918         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51919         (database_pers_head): Add extra_data fileds.
51920         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51921         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51922         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51923         Adjust caller.
51924         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51925         in6ai data, call __free_in6ai.
51926         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51927         Add -DHAVE_NETLINK.
51928         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
51929         interface information.  Reuse previous data if netlink timestamp
51930         is not changed.
51931         (__bump_nl_timestamp): New function.
51932         (__free_in6ai): New function.
51934 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
51936         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51937         close_not_cancel_no_status here.
51938         (__check_pf): Reorganize code a bit to not call close twice if OOM.
51940 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51942         [BZ #13276]
51943         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51944         return value.
51946         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51947         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51948         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51950 2011-07-03  Andreas Jaeger  <aj@suse.de>
51952         [BZ #10709]
51953         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51954         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51955         * math/libm-test.inc (sin_test): Add test case.
51957 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
51959         [BZ #13337]
51960         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51961         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51963         * elf/chroot_canon.c (chroot_canon): Cleanups.
51965         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51967         [BZ #13335]
51968         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51969         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51971         * string/test-strchr.c: Make usable for strchrnul testing.
51972         * string/test-strchrnul.c: New file.
51973         * string/Makefile (strop-tests): Add strchrnul.
51975         * po/it.po: Update from translation team.
51976         * po/es.po: Likewise.
51978 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
51980         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51981         the three constants needed as parameters.  Drop the others.
51982         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51983         __m128i_strloadu_tolower.
51984         Create and initialize variable zero and use it in all the places
51985         where _mm_setzero_si128 was used.
51987         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51988         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51989         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51990         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51991         anymore.
51992         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51993         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51994         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51995         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51996         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51997         __mpranred, __mptan.
51998         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51999         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52000         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52001         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52002         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52003         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52004         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52005         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52006         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52008 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52010         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52011         redefine if SHARED.
52012         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52014         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52015         wide char related routines to wcsmbs subdir.
52017 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52019         [BZ #13344]
52020         * misc/sys/cdefs.h (__THROWNL): Define.
52021         * posix/unistd.h: Use __THREADNL instead of __THREAD
52022         for memory synchronization functions.
52024 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52026         [BZ #13349]
52027         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52028         doesn't exist.
52029         * manual/stdio.texi (Obstack Streams): Node removed.
52031 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52033         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52034         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52035         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52037         * math/math_private.h (math_force_eval): Allow non-addressable
52038         arguments.
52039         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52041 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52043         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52044         file is not needed.
52046         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52047         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52048         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52049         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52050         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52051         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52052         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52053         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52054         Add AVX variants.
52055         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52056         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52057         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52058         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52059         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52060         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52061         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52062         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52063         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52064         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52065         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52066         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52067         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52068         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52069         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52070         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52071         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52072         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52073         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52075         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52076         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52078         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52079         place.  Use VEX encoding when compiling for AVX.
52081 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52083         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52084         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52086         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52088 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52090         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52091         useless if() expression.
52092         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52093         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52094         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52095         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52096         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52097         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52098         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52099         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52100         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52101         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52102         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52103         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52104         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52105         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52106         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52107         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52108         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52109         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52110         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52112         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52114 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52116         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52117         condition.
52118         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52120 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52122         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52123         .text section.  Avoid duplicate constants.
52124         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52125         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52126         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52127         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52128         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52129         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52130         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52131         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52132         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52133         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52134         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52135         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52136         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52137         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52138         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52139         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52140         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52141         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52142         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52143         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52144         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52145         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52146         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52147         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52148         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52149         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52150         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52151         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52152         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52153         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52154         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52155         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52156         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52157         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52158         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52159         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52160         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52161         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52162         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52163         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52164         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52165         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52166         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52167         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52168         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52170 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52172         * sysdeps/x86_64/dla.h: Move to ...
52173         * sysdeps/x86_64/fpu/dla.h: ...here.
52174         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52175         situations.  Use __builtin_fma only for gcc 4.6 and up.
52177         * config.make.in: Add have-mfma4 entry.
52178         * configure.in: Substitute libc_cv_cc_fma4.
52179         * math/Makefile (dbl-only-routines): Add sincostab.
52180         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52181         Use __sincostab not sincos.
52182         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52183         name is a macro.
52184         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52185         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52186         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52187         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52188         using __copysign.
52189         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52190         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52191         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52192         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52193         and __inv.
52194         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52195         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52196         __copysign.
52197         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52198         define aliases when function name is a macro.
52199         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52200         sysdeps/ieee754/dbl-64/sincos.tbl.
52201         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52202         fma4-enabled routines.
52203         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52204         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52205         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52206         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52207         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52208         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52209         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52210         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52211         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52212         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52213         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52214         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52215         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52216         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52217         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52218         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52219         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52220         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52221         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52222         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52223         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52224         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52225         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52226         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52227         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52228         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52229         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52230         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52231         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52232         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52234         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52235         rename.
52236         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52237         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52238         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52239         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52240         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52241         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52242         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52243         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52245 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52247         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52249 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52251         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52253         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52254         prediction.
52255         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52257         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52258         Remove unused variable magic_bits.
52259         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52261         * string/strnlen.c: Define and use STRNLEN macro.
52262         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52263         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52264         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52265         * wcsmbs/wcslen.c: Define and use WCSLEN.
52266         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52267         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52268         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52269         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52270         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52271         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52272         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52274 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52276         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52277         strnlen-sse2-no-bsf.
52278         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52279         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52280         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52281         Add strnlen support.
52282         (USE_AS_STRNLEN): New macro.
52283         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52284         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52285         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52286         * sysdeps/x86_64/wcslen.S: New file.
52288 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52290         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52291         XMM-moves are used for copying on small sizes.
52293 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52295         * wcsmbs/Makefile (strop-tests): Add wcschr.
52296         * wcsmbs/test-wcschr.c: New file.
52297         * string/test-strchr.c: Update.
52298         Add wcschr support.
52299         (WIDE): New macro.
52301 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52303         * wcsmbs/Makefile (strop-tests): Add wcslen.
52304         * wcsmbs/test-wcslen.c: New file.
52305         * string/test-strlen.c: Update.
52306         Add wcslen support.
52307         (WIDE): New macro.
52309 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52311         * po/it.po: Update from translation team.
52313 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52315         * sysdeps/x86_64/wcscmp.S: Update.
52316         Fix wrong comparison semantics.
52317         wcscmp shall use signed comparison not unsigned.
52318         Don't use substraction to avoid overflow bug.
52319         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52320         * wcsmbc/wcscmp.c: Likewise.
52321         * string/test-strcmp.c: Likewise.
52322         Add new tests to check cases with negative values.
52324 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52326         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52327         * sysdeps/x86_64/dla.h: ...here.  New file.
52328         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52329         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52330         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52331         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52332         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52333         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52334         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52335         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52336         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52338 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52340         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52341         __ynl_finite aliases.
52343 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52345         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52347         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52348         define DLA_FMA.
52349         [DLA_FMA] (EMULV): Use DLA_FMA.
52350         [DLA_FMA] (MUL12): Use EMULV.
52351         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52352         that are not needed.
52353         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52354         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52355         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52356         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52357         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52358         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52359         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52361 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52363         * math/s_nan.c: Undef __nan.
52364         * math/s_nanf.c: Undef __nanf.
52365         * math/s_nanl.c: Undef __nanl.
52366         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52367         "math_private.h".
52369 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52371         * math/s_catan.c: Add branch predictions.
52372         * math/s_catanf.c: Likewise.
52373         * math/s_catanh.c: Likewise.
52374         * math/s_catanhf.c: Likewise.
52375         * math/s_catanhl.c: Likewise.
52376         * math/s_catanl.c: Likewise.
52377         * math/s_cexp.c: Likewise.
52378         * math/s_cexpf.c: Likewise.
52379         * math/s_cexpl.c: Likewise.
52380         * math/s_clog.c: Likewise.
52381         * math/s_clog10.c: Likewise.
52382         * math/s_clog10f.c: Likewise.
52383         * math/s_clog10l.c: Likewise.
52384         * math/s_clogf.c: Likewise.
52385         * math/s_clogl.c: Likewise.
52386         * math/s_csqrt.c: Likewise.
52387         * math/s_csqrtf.c: Likewise.
52388         * math/s_csqrtl.c: Likewise.
52389         * math/s_ctanf.c: Likewise.
52390         * math/s_ctanh.c: Likewise.
52391         * math/s_ctanhf.c: Likewise.
52392         * math/s_ctanhl.c: Likewise.
52393         * math/s_ctanl.c: Likewise.
52395         * math/math_private.h: Define __nan, __nanf, __nanl.
52396         * math/s_cacosh.c: Include <math_private.h>.
52397         * math/s_cacoshl.c: Likewise.
52398         * math/s_casinh.c: Likewise.
52399         * math/s_casinhf.c: Likewise.
52400         * math/s_casinhl.c: Likewise.
52401         * math/s_ccos.c: Rely entire on ccosh.
52402         * math/s_ccosf.c: Rely entire on ccoshf.
52403         * math/s_ccosl.c: Rely entirely on ccoshl.
52404         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52405         Remove tests for FE_INVALID.
52406         * math/s_ccoshf.c: Likewise.
52407         * math/s_ccoshl.c: Likewise.
52408         * math/s_csin.c: Likewise.
52409         * math/s_csinf.c: Likewise.
52410         * math/s_csinh.c Likewise.
52411         * math/s_csinhf.c: Likewise.
52412         * math/s_csinhl.c: Likewise.
52413         * math/s_csinl.c: Likewise.
52414         * math/s_ctan.c: Likewise.
52415         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52416         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52417         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52419 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52421         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52422         compilation problems.
52424         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52425         __builtin_expect.
52427 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52429         * sysdeps/i386/configure.in: Test for -mfma4 option.
52430         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52431         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52432         COMMON_CPUID_INDEX_80000001.
52433         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52434         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52435         use it if FMA3 is not supported.
52436         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52438         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52439         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52441 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52443         [BZ #12892]
52444         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52445         it would create a cycle with a link time dependency.
52447 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52449         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52450         instruction.
52451         * string/Makefile (strop-tests): Add rawmemchr.
52452         * string/test-rawmemchr.c: New file.
52454         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52455         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52456         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52457         when compiling str{,n}casecmp and when AVX is available.  Hook up
52458         new optimized code in initializers.
52460 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52462         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52463         __feraiseexcept instead of feraiseexcept.
52465 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52467         * math/math_private.h: Define defaults for libc_fetestexcept and
52468         libc_feupdateenv.
52469         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52470         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52471         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52472         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52473         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52474         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52475         libc_fetestexcept and libc_feupdateenv.
52477         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52478         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52479         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52480         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52481         libc_feholdexcept_setround.
52483         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52484         Add s_nearbyint-c and s_nearbyintf-c.
52485         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52486         nearbyintf inlines.
52487         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52488         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52489         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52490         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52492         * math/math_private.h: Define defaults for libc_fegetround,
52493         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52494         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52495         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52496         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52497         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52498         standard functions.
52499         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52500         Remove comments and hacks for old compiler versions.
52501         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52502         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52503         libc_feholdexceptl.
52505 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52507         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52508         (__feraiseexcept_renamed): Add __NTH.
52509         (feraiseexcept): Add __NTH.  Rename local variables to fix
52510         namespace violations.
52512 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52514         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52516         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52518         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52519         recently added interfaces.
52520         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52522         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52523         about macro parameter expansion.
52525         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52526         __NO_MATH_INLINES is defined.  Cleanups.
52528         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52529         and __floorf is target has SSE4.1.
52530         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52531         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52532         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52533         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52535         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52536         name.
52537         (floorf): Likewise.
52539         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52541 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52543         * misc/sys/cdefs.h: Fix last change.
52545         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52546         database lookup.
52548 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52550         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52552         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52553         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52554         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52555         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52556         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52557         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52558         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52559         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52560         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52561         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52562         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52563         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52564         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52565         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52566         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52567         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52568         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52569         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52570         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52571         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52572         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52573         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52575         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52576         ceil, ceilf, floor, floorf.
52578         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52579         Perform IRELATIVE relocations last.
52581         * elf/do-rel.h: Add another parameter nrelative, replacing the
52582         local variable with the same name.  Change name of the function
52583         to end in Rel or Rela (uppercase).
52584         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52585         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52586         elf_dynamic_do_##reloc function.
52588 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52590         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52591         is sufficient, at least on modern CPUs.
52593         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52595         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52596         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52598         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52599         __expl_finite.
52600         * math/bits/math-finite.h: Add entries for exp.
52601         * math/e_expl.c: Add __*_finite alias.
52602         * sysdeps/i386/fpu/e_exp.S: Likewise.
52603         * sysdeps/i386/fpu/e_expf.S: Likewise.
52604         * sysdeps/i386/fpu/e_expl.c: Likewise.
52605         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52606         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52607         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52608         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52609         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52610         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52611         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52613         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52614         is sufficient, at least on modern CPUs.
52616         * ctype/ctype-info.c (__ctype_init): Define.
52617         * include/ctype.h (__ctype_init): Declare.
52618         (__ctype_b_loc): The variable is always initialized.
52619         (__ctype_toupper_loc): Likewise.
52620         (__ctype_tolower_loc): Likewise.
52621         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52622         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52624 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52626         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52628         * configure.in: Also look in $cxxmachine/include for C++ system
52629         headers.
52631 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52633         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52634         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52635         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52636         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52637         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52638         (USE_AS_WMEMCMP): New macro.
52639         Fixing indents.
52640         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52641         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52642         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52643         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52644         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52645         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52646         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52647         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52648         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52649         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52650         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52651         (USE_AS_WMEMCMP): New macro.
52652         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52653         * sysdeps/string/test-memcmp.c: Update.
52654         Fix simple_wmemcmp.
52655         Add new tests.
52656         * wcsmbs/wmemcmp.c: Update.
52657         (WMEMCMP): New macro.
52658         Fix overflow bug.
52660 2011-10-12  Andreas Jaeger  <aj@suse.de>
52662         [BZ #13268]
52663         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52665 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52667         * libio/iofwide.c (do_length): Avoid warning.
52669         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52671 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52673         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52675         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52676         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52677         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52678         * sysdeps/i386/i686/fpu/e_log.S: New file.
52679         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52680         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52682         * ctype/ctype.h: Add support for inlined isXXX functions when
52683         compiling C++ code.
52685 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52687         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52689         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52691 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52693         [BZ #13291]
52694         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52696 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52698         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52699         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52700         feraiseexcept.
52702         * sysdeps/x86_64/memrchr.S: Check for zero size.
52704         * string/stratcliff.c: Add memrchr tests.
52706 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52708         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52709         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52710         rawmemchr-sse2 rawmemchr-sse2-bsf.
52711         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52712         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52713         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52714         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52715         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52716         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52717         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52718         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52719         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52720         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52721         * string/memrchr.c (MEMRCHR): New macro.
52723 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52725         Add integration with gcc's -ffinite-math-only and optimize wrapper
52726         functions in libm.
52727         * Versions.def: Define GLIBC_2.15 version for libm.
52728         * math/Makefile (headers): Add bits/math-finite.h.
52729         * math/bits/math-finite.h: New file.
52730         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52731         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52732         * math/e_acoshl.c: Add __*_finite alias.
52733         * math/e_acosl.c: Likewise.
52734         * math/e_asinl.c: Likewise.
52735         * math/e_atan2l.c: Likewise.
52736         * math/e_atanhl.c: Likewise.
52737         * math/e_coshl.c: Likewise.
52738         * math/e_exp10.c: Likewise.
52739         * math/e_exp10f.c: Likewise.
52740         * math/e_exp10l.c: Likewise.
52741         * math/e_exp2l.c: Likewise.
52742         * math/e_fmodl.c: Likewise.
52743         * math/e_gammal_r.c: Likewise.
52744         * math/e_hypotl.c: Likewise.
52745         * math/e_j0l.c: Likewise.
52746         * math/e_j1l.c: Likewise.
52747         * math/e_jnl.c: Likewise.
52748         * math/e_lgammal_r.c: Likewise.
52749         * math/e_log10l.c: Likewise.
52750         * math/e_log2l.c: Likewise.
52751         * math/e_logl.c: Likewise.
52752         * math/e_powl.c: Likewise.
52753         * math/e_sinhl.c: Likewise.
52754         * math/e_sqrtl.c: Likewise.
52755         * math/e_scalb.c: Completely rewritten and optimized.
52756         * math/e_scalbf.c: Likewise.
52757         * math/e_scalbl.c: Likewise.
52758         * math/w_acos.c: Likewise.
52759         * math/w_acosf.c: Likewise.
52760         * math/w_acosl.c: Likewise.
52761         * math/w_acosh.c: Likewise.
52762         * math/w_acoshf.c: Likewise.
52763         * math/w_acoshl.c: Likewise.
52764         * math/w_asin.c: Likewise.
52765         * math/w_asinf.c: Likewise.
52766         * math/w_asinl.c: Likewise.
52767         * math/w_atan2.c: Likewise.
52768         * math/w_atan2f.c: Likewise.
52769         * math/w_atan2l.c: Likewise.
52770         * math/w_atanh.c: Likewise.
52771         * math/w_atanhf.c: Likewise.
52772         * math/w_atanhl.c: Likewise.
52773         * math/w_exp10.c: Likewise.
52774         * math/w_exp10f.c: Likewise.
52775         * math/w_exp10l.c: Likewise.
52776         * math/w_fmod.c: Likewise.
52777         * math/w_fmodf.c: Likewise.
52778         * math/w_fmodl.c: Likewise.
52779         * math/w_j0.c: Likewise.
52780         * math/w_j0f.c: Likewise.
52781         * math/w_j0l.c: Likewise.
52782         * math/w_j1.c: Likewise.
52783         * math/w_j1f.c: Likewise.
52784         * math/w_j1l.c: Likewise.
52785         * math/w_jn.c: Likewise.
52786         * math/w_jnf.c: Likewise.
52787         * math/w_log.c: Likewise.
52788         * math/w_logf.c: Likewise.
52789         * math/w_logl.c: Likewise.
52790         * math/w_log10.c: Likewise.
52791         * math/w_log10f.c: Likewise.
52792         * math/w_log10l.c: Likewise.
52793         * math/w_log2.c: Likewise.
52794         * math/w_log2f.c: Likewise.
52795         * math/w_log2l.c: Likewise.
52796         * math/w_pow.c: Likewise.
52797         * math/w_powf.c: Likewise.
52798         * math/w_powl.c: Likewise.
52799         * math/w_remainder.c: Likewise.
52800         * math/w_remainderf.c: Likewise.
52801         * math/w_remainderl.c: Likewise.
52802         * math/w_scalb.c: Likewise.
52803         * math/w_scalbf.c: Likewise.
52804         * math/w_scalbl.c: Likewise.
52805         * math/w_sqrt.c: Likewise.
52806         * math/w_sqrtf.c: Likewise.
52807         * math/w_sqrtl.c: Likewise.
52808         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52809         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
52810         used.
52811         * math/math_private.h: Declare __kernel_standard_f.
52812         * math/w_cosh.c: Remove cruft and optimize a bit.
52813         * math/w_coshf.c: Likewise.
52814         * math/w_coshl.c: Likewise.
52815         * math/w_exp2.c: Likewise.
52816         * math/w_exp2f.c: Likewise.
52817         * math/w_exp2l.c: Likewise.
52818         * math/w_hypot.c: Likewise.
52819         * math/w_hypotf.c: Likewise.
52820         * math/w_hypotl.c: Likewise.
52821         * math/w_lgamma.c: Likewise.
52822         * math/w_lgamma_r.c: Likewise.
52823         * math/w_lgammaf.c: Likewise.
52824         * math/w_lgammaf_r.c: Likewise.
52825         * math/w_lgammal.c: Likewise.
52826         * math/w_lgammal_r.c: Likewise.
52827         * math/w_sinh.c: Likewise.
52828         * math/w_sinhf.c: Likewise.
52829         * math/w_sinhl.c: Likewise.
52830         * math/w_tgamma.c: Likewise.
52831         * math/w_tgammaf.c: Likewise.
52832         * math/w_tgammal.c: Likewise.
52833         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52834         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52835         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52836         Minor optimizations.  Pretty printing.  Remove cruft.
52837         * sysdeps/i386/fpu/e_acosf.S: Likewise.
52838         * sysdeps/i386/fpu/e_acosh.S: Likewise.
52839         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52840         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52841         * sysdeps/i386/fpu/e_acosl.c: Likewise.
52842         * sysdeps/i386/fpu/e_asin.S: Likewise.
52843         * sysdeps/i386/fpu/e_asinf.S: Likewise.
52844         * sysdeps/i386/fpu/e_atan2.S: Likewise.
52845         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52846         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52847         * sysdeps/i386/fpu/e_atanh.S: Likewise.
52848         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52849         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52850         * sysdeps/i386/fpu/e_exp10.S: Likewise.
52851         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52852         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52853         * sysdeps/i386/fpu/e_exp2.S: Likewise.
52854         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52855         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52856         * sysdeps/i386/fpu/e_fmod.S: Likewise.
52857         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52858         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52859         * sysdeps/i386/fpu/e_hypot.S: Likewise.
52860         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52861         * sysdeps/i386/fpu/e_log.S: Likewise.
52862         * sysdeps/i386/fpu/e_log10.S: Likewise.
52863         * sysdeps/i386/fpu/e_log10f.S: Likewise.
52864         * sysdeps/i386/fpu/e_log10l.S: Likewise.
52865         * sysdeps/i386/fpu/e_log2.S: Likewise.
52866         * sysdeps/i386/fpu/e_log2f.S: Likewise.
52867         * sysdeps/i386/fpu/e_log2l.S: Likewise.
52868         * sysdeps/i386/fpu/e_logf.S: Likewise.
52869         * sysdeps/i386/fpu/e_logl.S: Likewise.
52870         * sysdeps/i386/fpu/e_pow.S: Likewise.
52871         * sysdeps/i386/fpu/e_powf.S: Likewise.
52872         * sysdeps/i386/fpu/e_powl.S: Likewise.
52873         * sysdeps/i386/fpu/e_remainder.S: Likewise.
52874         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52875         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52876         * sysdeps/i386/fpu/e_scalb.S: Likewise.
52877         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52878         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52879         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52880         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52881         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52882         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52883         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52884         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52885         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52886         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52887         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52888         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52889         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52890         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52891         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52892         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52893         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52894         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52895         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52896         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52897         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52898         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52899         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52900         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52901         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52902         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52903         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52904         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52905         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52906         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52907         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52908         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52909         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52910         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52911         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52912         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52913         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52914         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52915         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52916         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52917         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52918         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52919         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52920         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52921         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52922         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52923         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52924         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52925         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52926         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52927         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52928         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52929         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52930         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52931         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52932         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52933         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52934         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52935         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52936         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52937         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52938         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52939         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52940         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52941         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52942         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52943         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52944         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52945         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52946         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52947         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52948         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52949         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52950         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52951         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52952         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52953         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52954         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52955         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52956         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52957         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52958         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52959         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52960         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52961         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52962         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52963         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52964         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52965         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52966         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52967         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52968         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52969         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52970         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52971         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52972         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52973         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52974         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52975         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52976         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52977         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52978         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52979         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52980         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52981         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52982         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52983         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52984         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52985         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52986         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52987         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52988         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52989         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52990         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52991         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52992         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
52993         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52994         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52995         (__isnanf): Likewise.
52996         (__isinf_ns): Likewise.
52997         (__isinf_nsf): Likewise.
52998         (__finite): Likewise.
52999         (__finitef): Likewise.
53000         (__ieee754_sqrt): Define as macro.
53001         (__ieee754_sqrtf): Define as macro.
53002         (__ieee754_sqrtl): Define as macro.
53003         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53004         inlined copy.
53005         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53006         __FINITE_MATH_ONLY__ consistent.
53007         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53009 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53011         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53012         of rawmemchr.
53014         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53016 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53018         * po/ja.po: Update from translation team.
53020 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53022         * locale/programs/locarchive.c (prepare_address_space): New function.
53023         (create_archive, enlarge_archive, open_archive): Use it.
53025         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53026         inside [SHARED], where it is used.
53028         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53030         * nss/getent.c (netgroup_keys): Remove unused variable.
53031         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53033 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53035         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53036         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53037         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53038         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53039         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53040         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53041         * math/Makefile (libm-calls): Add s_isinf_ns.
53042         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53043         * math/multc3.c: Likewise.
53044         * math/s_casin.c: Likewise.
53045         * math/s_casinf.c: Likewise.
53046         * math/s_casinl.c: Likewise.
53047         * math/s_ccos.c: Likewise.
53048         * math/s_ccosf.c: Likewise.
53049         * math/s_ccosl.c: Likewise.
53050         * math/s_ctan.c: Likewise.
53051         * math/s_ctanf.c: Likewise.
53052         * math/s_ctanh.c: Likewise.
53053         * math/s_ctanhf.c: Likewise.
53054         * math/s_ctanhl.c: Likewise.
53055         * math/s_ctanl.c: Likewise.
53056         * math/w_fmod.c: Likewise.
53057         * math/w_fmodf.c: Likewise.
53058         * math/w_fmodl.c: Likewise.
53059         * math/w_remainder.c: Likewise.
53060         * math/w_remainderf.c: Likewise.
53061         * math/w_remainderl.c: Likewise.
53062         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53063         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53064         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53065         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53066         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53067         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53068         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53069         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53071         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53072         of the number.
53073         * stdio-common/printf_fphex.c: Likewise.
53074         * stdio-common/printf_size.c: Likewise.
53076         * math/e_exp10.c: Include math_private.h using <...> not "...".
53077         * math/e_exp10f.c: Likewise.
53078         * math/e_exp10l.c: Likewise.
53079         * math/e_exp2l.c: Likewise.
53080         * math/e_j0l.c: Likewise.
53081         * math/e_j1l.c: Likewise.
53082         * math/e_jnl.c: Likewise.
53083         * math/e_lgammal_r.c: Likewise.
53084         * math/e_rem_pio2l.c: Likewise.
53085         * math/e_scalb.c: Likewise.
53086         * math/e_scalbf.c: Likewise.
53087         * math/e_scalbl.c: Likewise.
53088         * math/k_cosl.c: Likewise.
53089         * math/k_sinl.c: Likewise.
53090         * math/k_tanl.c: Likewise.
53091         * math/s_cacoshf.c: Likewise.
53092         * math/s_catan.c: Likewise.
53093         * math/s_catanf.c: Likewise.
53094         * math/s_catanh.c: Likewise.
53095         * math/s_catanhf.c: Likewise.
53096         * math/s_catanhl.c: Likewise.
53097         * math/s_catanl.c: Likewise.
53098         * math/s_ccosh.c: Likewise.
53099         * math/s_ccoshf.c: Likewise.
53100         * math/s_ccoshl.c: Likewise.
53101         * math/s_cexp.c: Likewise.
53102         * math/s_cexpf.c: Likewise.
53103         * math/s_cexpl.c: Likewise.
53104         * math/s_clog.c: Likewise.
53105         * math/s_clog10.c: Likewise.
53106         * math/s_clog10f.c: Likewise.
53107         * math/s_clog10l.c: Likewise.
53108         * math/s_clogf.c: Likewise.
53109         * math/s_clogl.c: Likewise.
53110         * math/s_csin.c: Likewise.
53111         * math/s_csinf.c: Likewise.
53112         * math/s_csinh.c: Likewise.
53113         * math/s_csinhf.c: Likewise.
53114         * math/s_csinhl.c: Likewise.
53115         * math/s_csinl.c: Likewise.
53116         * math/s_csqrt.c: Likewise.
53117         * math/s_csqrtf.c: Likewise.
53118         * math/s_csqrtl.c: Likewise.
53119         * math/s_ctan.c: Likewise.
53120         * math/s_ctanf.c: Likewise.
53121         * math/s_ctanh.c: Likewise.
53122         * math/s_ctanhf.c: Likewise.
53123         * math/s_ctanhl.c: Likewise.
53124         * math/s_ctanl.c: Likewise.
53125         * math/s_ldexp.c: Likewise.
53126         * math/s_ldexpf.c: Likewise.
53127         * math/s_ldexpl.c: Likewise.
53128         * math/s_significand.c: Likewise.
53129         * math/s_significandf.c: Likewise.
53130         * math/s_significandl.c: Likewise.
53131         * math/w_acos.c: Likewise.
53132         * math/w_acosf.c: Likewise.
53133         * math/w_acosh.c: Likewise.
53134         * math/w_acoshf.c: Likewise.
53135         * math/w_acoshl.c: Likewise.
53136         * math/w_acosl.c: Likewise.
53137         * math/w_asin.c: Likewise.
53138         * math/w_asinf.c: Likewise.
53139         * math/w_asinl.c: Likewise.
53140         * math/w_atan2.c: Likewise.
53141         * math/w_atan2f.c: Likewise.
53142         * math/w_atan2l.c: Likewise.
53143         * math/w_atanh.c: Likewise.
53144         * math/w_atanhf.c: Likewise.
53145         * math/w_atanhl.c: Likewise.
53146         * math/w_cosh.c: Likewise.
53147         * math/w_coshf.c: Likewise.
53148         * math/w_coshl.c: Likewise.
53149         * math/w_dremf.c: Likewise.
53150         * math/w_exp10.c: Likewise.
53151         * math/w_exp10f.c: Likewise.
53152         * math/w_exp10l.c: Likewise.
53153         * math/w_exp2.c: Likewise.
53154         * math/w_exp2f.c: Likewise.
53155         * math/w_fmod.c: Likewise.
53156         * math/w_fmodf.c: Likewise.
53157         * math/w_fmodl.c: Likewise.
53158         * math/w_hypot.c: Likewise.
53159         * math/w_hypotf.c: Likewise.
53160         * math/w_hypotl.c: Likewise.
53161         * math/w_j0.c: Likewise.
53162         * math/w_j0f.c: Likewise.
53163         * math/w_j0l.c: Likewise.
53164         * math/w_j1.c: Likewise.
53165         * math/w_j1f.c: Likewise.
53166         * math/w_j1l.c: Likewise.
53167         * math/w_jn.c: Likewise.
53168         * math/w_jnf.c: Likewise.
53169         * math/w_jnl.c: Likewise.
53170         * math/w_lgamma.c: Likewise.
53171         * math/w_lgamma_r.c: Likewise.
53172         * math/w_lgammaf.c: Likewise.
53173         * math/w_lgammaf_r.c: Likewise.
53174         * math/w_lgammal.c: Likewise.
53175         * math/w_lgammal_r.c: Likewise.
53176         * math/w_log.c: Likewise.
53177         * math/w_log10.c: Likewise.
53178         * math/w_log10f.c: Likewise.
53179         * math/w_log10l.c: Likewise.
53180         * math/w_log2.c: Likewise.
53181         * math/w_log2f.c: Likewise.
53182         * math/w_log2l.c: Likewise.
53183         * math/w_logf.c: Likewise.
53184         * math/w_logl.c: Likewise.
53185         * math/w_pow.c: Likewise.
53186         * math/w_powf.c: Likewise.
53187         * math/w_powl.c: Likewise.
53188         * math/w_remainder.c: Likewise.
53189         * math/w_remainderf.c: Likewise.
53190         * math/w_remainderl.c: Likewise.
53191         * math/w_scalb.c: Likewise.
53192         * math/w_scalbf.c: Likewise.
53193         * math/w_scalbl.c: Likewise.
53194         * math/w_sinh.c: Likewise.
53195         * math/w_sinhf.c: Likewise.
53196         * math/w_sinhl.c: Likewise.
53197         * math/w_sqrt.c: Likewise.
53198         * math/w_sqrtf.c: Likewise.
53199         * math/w_sqrtl.c: Likewise.
53200         * math/w_tgamma.c: Likewise.
53201         * math/w_tgammaf.c: Likewise.
53202         * math/w_tgammal.c: Likewise.
53204         * po/ja.po: Update from translation team.
53206 2011-09-29  Andreas Jaeger  <aj@suse.de>
53208         [BZ #13179]
53209         * sunrpc/netname.c (netname2host): Fix logic.
53211         [BZ #6779]
53212         [BZ #6783]
53213         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53214         correctly.
53215         * math/w_remainder.c (__remainder): Likewise.
53216         * math/w_remainderf.c (__remainderf): Likewise.
53217         * math/libm-test.inc (remainder_test): Add test cases.
53219 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53221         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53222         sdiv_qrnnd.
53224 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53226         * string/test-memcmp.c: Avoid unncessary #defines.
53227         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53229 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53231         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53232         Use new sse2 version for core i3 - i7 as it's faster
53233         than sse42 version.
53234         (bit_Prefer_PMINUB_for_stringop): New.
53235         * sysdeps/x86_64/rawmemchr.S: Update.
53236         Replace with faster SSE2 version.
53237         * sysdeps/x86_64/memrchr.S: New file.
53238         * sysdeps/x86_64/memchr.S: Update.
53239         Replace with faster SSE2 version.
53241 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53243         * elf/dl-load.c (lose): Add cast to avoid warning.
53245 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53247         * po/ca.po: Update from translation team.
53249         * inet/getnetgrent_r.c: Hook up nscd.
53250         * nscd/Makefile (routines): Add nscd_netgroup.
53251         (nscd-modules): Add netgroupcache.
53252         (CFLAGS-netgroupcache.c): Define.
53253         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53254         (cache_search): Add const to second parameter.
53255         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53256         INNETGR.
53257         (dbs): Add netgrdb entry.
53258         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53259         (verify_persistent_db): Handle netgrdb.
53260         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53261         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53262         GETFDNETGR.
53263         (netgroup_response_header): Define.
53264         (innetgroup_response_header): Define.
53265         (datahead): Add netgroup_response_header and innetgroup_response_header
53266         elements.
53267         * nscd/nscd.conf: Add entries for netgroup cache.
53268         * nscd/nscd.h (dbtype): Add netgrdb.
53269         (_PATH_NSCD_NETGROUP_DB): Define.
53270         (netgroup_iov_disabled): Declare.
53271         (xmalloc, xcalloc, xrealloc): Move declarations here.
53272         (cache_search): Adjust prototype.
53273         Add netgroup-related prototypes.
53274         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53275         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53276         (__nscd_innetgr): Declare.
53277         * nscd/selinux.c (perms): Use access_vector_t as element type and
53278         add netgroup-related initializers.
53279         * nscd/netgroupcache.c: New file.
53280         * nscd/nscd_netgroup.c: New file.
53281         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53282         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53283         For four parameters use innetgr.
53284         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53285         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53286         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53287         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53289         * nscd/connections.c (register_traced_file): Don't register file
53290         for disabled databases.
53292 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53294         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53296         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53297         from tree and freeing node.
53299 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53301         * nss/nsswitch.c (__nss_database_lookup): Handle
53302         nss_parse_service_list out of memory case.
53304 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53306         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53307         out of memory case.
53309 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53311         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53312         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53313         pass it down.
53314         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53315         elf_machine_rela, elf_machine_lazy_rel.
53316         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53317         (ELF_DYNAMIC_DO_REL): Likewise.
53318         (ELF_DYNAMIC_DO_RELA): Likewise.
53319         (ELF_DYNAMIC_RELOCATE): Likewise.
53320         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53321         to ELF_DYNAMIC_DO_REL.
53322         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53323         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53324         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53325         elf_machine_rela.
53326         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53327         skip_ifunc, don't call ifunc function if non-zero.
53328         (elf_machine_rela): Likewise.
53329         (elf_machine_lazy_rel): Likewise.
53330         (elf_machine_lazy_rela): Likewise.
53331         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53332         (elf_machine_lazy_rel): Likewise.
53333         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53334         Likewise.
53335         (elf_machine_lazy_rel): Likewise.
53336         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53337         Likewise.
53338         (elf_machine_lazy_rel): Likewise.
53339         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53340         (elf_machine_lazy_rel): Likewise.
53341         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53342         (elf_machine_lazy_rel): Likewise.
53343         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53344         (elf_machine_lazy_rel): Likewise.
53345         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53346         (elf_machine_lazy_rel): Likewise.
53347         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53348         (elf_machine_lazy_rel): Likewise.
53349         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53350         (elf_machine_lazy_rel): Likewise.
53352 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53354         * nss/nss_files/files-init.c (_nss_files_init): Use static
53355         initialization for all the *_traced_file variables.
53357 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53359         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53361 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53363         [BZ #13226]
53364         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53366 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53368         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53369         Reread the line before reparsing it.
53371 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53373         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53375 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53376             Maxim Kuvyrkov  <maxim@codesourcery.com>
53377             Joseph Myers  <joseph@codesourcery.com>
53379         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53380         if needed for __stack_chk_guard.
53382 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53384         * sysdeps/posix/spawni.c (script_execute): Always define it.
53385         It will be optimized away if unused.
53386         (maybe_script_execute): New function.
53387         (__spawni): Call it.
53389         * Makerules: Don't include tls.make.
53390         (config-tls): Always set to thread.
53391         * tls.make.c: File removed.
53393 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53395         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53396         * config.make.in (CPPFLAGS-config): New substituted variable.
53398 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53400         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53402         [BZ #13192]
53403         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53404         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53406 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53408         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53409         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53410         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53411         (CALL_FAIL): Likewise.
53412         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53413         (CALL_FAIL): Macro removed.
53414         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53416 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53418         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53419         for __FINITE_MATH_ONLY__ == 1.
53421 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53423         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53424         __ieee754_sqrt instead of sqrt.
53425         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53426         __ieee754_sqrtf instead of sqrtf.
53427         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53428         __floorf instead of floorf.
53429         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53430         __floorf, __truncf instead of floorf, truncf.
53432 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53434         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53436         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53437         __extern_always_inline.
53438         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53439         32-bit.
53441 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53443         * elf/rtld.c (dl_main): Also relocate in dependency order when
53444         doing symbol dependency testing.
53446 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53448         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53449         Always define `refsym'.
53451 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53453         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53454         (__FD_ELT): Renamed from __FDELT.
53455         * misc/bits/select2.h (__FD_ELT): Likewise.
53456         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53457         __FD_MASK instead of __FDELT, __FDMASK.
53458         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53459         Likewise.
53460         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53461         Likewise.
53463         * elf/Makefile (gen-ldd): Fix pattern.
53465         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53466         (init_tls): Likewise.
53468 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53470         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53472 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53474         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53475         `struct cmsghdr *' instead of `void *'.
53476         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53477         Likewise.
53479 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53481         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53482         if non-absolute.
53483         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53484         ldd_rewrite_script.
53486 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53488         * configure.in: Remove --with-tls option.
53489         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53490         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53491         out in case it is missing.
53492         * sysdeps/ia64/elf/configure.in: Likewise.
53493         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53494         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53495         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53496         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53497         * sysdeps/sh/elf/configure.in: Likewise.
53498         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53499         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53500         * sysdeps/x86_64/elf/configure.in: Likewise.
53501         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53502         * sysdeps/mach/hurd/tls.h: Likewise.
53504         [BZ #13067]
53505         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53507         [BZ #13090]
53508         * configure.in: Fix use of AC_INIT.
53510         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53512 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53514         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53515         __set_errno.
53516         * malloc/hooks.c: Likewise.
53518         [BZ #11929]
53519         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53520         variables statically.
53521         (narenas): Initialize.
53522         (list_lock): Initialize.
53523         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53524         initializtion of main_arena and list_lock.  Small cleanups.
53525         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53526         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53527         Add initializers to main_arena and mp_.
53528         (malloc_state): Remove pagesize member.  Change all users to use
53529         GLRO(dl_pagesize).
53531         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53532         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53533         is always initialized.
53535         * malloc/malloc.c: Removed unused configurations and dead code.
53536         * malloc/arena.c: Likewise.
53537         * malloc/hooks.c: Likewise.
53538         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53540         * include/tls.h: Removed.  USE___THREAD must always be defined.
53541         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53542         * elf/dl-libc.c: Likewise.
53543         * elf/dl-tsd.c: Likewise.
53544         * include/errno.h: Likewise.
53545         * include/netdb.h: Likewise.
53546         * include/resolv.h: Likewise.
53547         * inet/herrno-loc.c: Likewise.
53548         * inet/herrno.c: Likewise.
53549         * malloc/arena.c: Likewise.
53550         * malloc/hooks.c: Likewise.
53551         * malloc/malloc.c: Likewise.
53552         * resolv/res-state.c: Likewise.
53553         * resolv/res_libc.c: Likewise.
53554         * sysdeps/i386/dl-machine.h: Likewise.
53555         * sysdeps/ia64/dl-machine.h: Likewise.
53556         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53557         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53558         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53559         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53560         * sysdeps/sh/dl-machine.h: Likewise.
53561         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53562         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53563         * sysdeps/unix/i386/sysdep.S: Likewise.
53564         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53565         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53566         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53567         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53568         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53569         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53570         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53571         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53572         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53573         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53574         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53575         * sysdeps/x86_64/dl-machine.h: Likewise.
53576         * tls.make.c: Likewise.
53578         * configure.in: Remove --with-__thread option.  Make tests for
53579         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53580         tls_model attribute fail if no support is available.  Remove
53581         USE_IN_LIBIO.
53582         * Makeconfig: Adjust for dropped configure option.  All features are
53583         now mandatory.
53584         * Makerules: Likewise.
53585         * Versions.def: Likewise.
53586         * argp/argp-fmtstream.c: Likewise.
53587         * argp/argp-fmtstream.h: Likewise.
53588         * argp/argp-help.c: Likewise.
53589         * assert/assert.c: Likewise.
53590         * config.h.in: Likewise.
53591         * config.make.in: Likewise.
53592         * configure: Likewise.
53593         * configure.in: Likewise.
53594         * csu/Versions: Likewise.
53595         * csu/init.c: Likewise.
53596         * elf/tst-audit2.c: Likewise.
53597         * elf/tst-tls10.c: Likewise.
53598         * elf/tst-tls10.h: Likewise.
53599         * elf/tst-tls11.c: Likewise.
53600         * elf/tst-tls12.c: Likewise.
53601         * elf/tst-tls14.c: Likewise.
53602         * elf/tst-tlsmod11.c: Likewise.
53603         * elf/tst-tlsmod12.c: Likewise.
53604         * elf/tst-tlsmod13.c: Likewise.
53605         * elf/tst-tlsmod13a.c: Likewise.
53606         * elf/tst-tlsmod14a.c: Likewise.
53607         * elf/tst-tlsmod15b.c: Likewise.
53608         * elf/tst-tlsmod16a.c: Likewise.
53609         * elf/tst-tlsmod16b.c: Likewise.
53610         * elf/tst-tlsmod7.c: Likewise.
53611         * elf/tst-tlsmod8.c: Likewise.
53612         * elf/tst-tlsmod9.c: Likewise.
53613         * gmon/gmon.c: Likewise.
53614         * grp/fgetgrent_r.c: Likewise.
53615         * grp/putgrent.c: Likewise.
53616         * hurd/fopenport.c: Likewise.
53617         * include/libc-symbols.h: Likewise.
53618         * include/tls.h: Likewise.
53619         * intl/gettextP.h: Likewise.
53620         * intl/loadinfo.h: Likewise.
53621         * locale/global-locale.c: Likewise.
53622         * locale/localeinfo.h: Likewise.
53623         * mach/devstream.c: Likewise.
53624         * malloc/arena.c: Likewise.
53625         * malloc/set-freeres.c: Likewise.
53626         * misc/err.c: Likewise.
53627         * misc/getttyent.c: Likewise.
53628         * misc/mntent_r.c: Likewise.
53629         * posix/getopt.c: Likewise.
53630         * posix/wordexp.c: Likewise.
53631         * pwd/fgetpwent_r.c: Likewise.
53632         * resolv/Versions: Likewise.
53633         * resolv/res_hconf.c: Likewise.
53634         * shadow/fgetspent_r.c: Likewise.
53635         * shadow/putspent.c: Likewise.
53636         * stdio-common/printf_fphex.c: Likewise.
53637         * stdio-common/tmpfile.c: Likewise.
53638         * stdlib/abort.c: Likewise.
53639         * stdlib/fmtmsg.c: Likewise.
53640         * sunrpc/auth_unix.c: Likewise.
53641         * sunrpc/clnt_perr.c: Likewise.
53642         * sunrpc/clnt_tcp.c: Likewise.
53643         * sunrpc/clnt_udp.c: Likewise.
53644         * sunrpc/clnt_unix.c: Likewise.
53645         * sunrpc/openchild.c: Likewise.
53646         * sunrpc/svc_simple.c: Likewise.
53647         * sunrpc/svc_tcp.c: Likewise.
53648         * sunrpc/svc_udp.c: Likewise.
53649         * sunrpc/svc_unix.c: Likewise.
53650         * sunrpc/xdr.c: Likewise.
53651         * sunrpc/xdr_array.c: Likewise.
53652         * sunrpc/xdr_rec.c: Likewise.
53653         * sunrpc/xdr_ref.c: Likewise.
53654         * sunrpc/xdr_stdio.c: Likewise.
53656 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53658         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53660 2011-07-03  Andreas Jaeger  <aj@suse.de>
53662         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53663         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53664         regenerate with gen-libm-tests.pl.
53666 2010-05-12  Petr Baudis  <pasky@suse.cz>
53668         [BZ #11589]
53669         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53670         around j0() zero points by switching to j1().
53671         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53672         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53673         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53674         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53676 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53678         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53679         instead of 0.
53680         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53681         instead of 0.
53682         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53683         Patch in part by Pavel Roskin <proski@gnu.org>.
53685         [BZ #13138]
53686         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53687         realloc.
53688         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53689         Free memory block if necessary.
53691         [BZ #12847]
53692         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53693         be NULL.  Don't lock in this case.
53695 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53697         * elf/elf.h (ELFOSABI_GNU): New macro.
53698         (ELFOSABI_LINUX): Define to that.
53700 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53702         * string/strncat.c (strncat): Undef the symbol in case it has been
53703         defined in bits/string.h.
53705 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53707         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53709         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53710         link map.
53712 2011-08-17  Andreas Jaeger  <aj@suse.de>
53714         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53716 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53717             Ian Lance Taylor  <iant@google.com>
53719         * math/libm-test.inc (lround_test): New testcase.
53720         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53722 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53724         * Makefile: Remove support for automatic cvs check-ins.
53725         * Makerules: Likewise.
53726         * config.make.in: Likewise.
53727         * configure.in: Likewise.
53728         * intl/Makefile: Likewise.
53729         * locale/Makefile: Likewise.
53730         * po/Makefile: Likewise.
53731         * posix/Makefile: Likewise.
53732         * sysdeps/gnu/Makefile: Likewise.
53733         * sysdeps/mach/hurd/Makefile: Likewise.
53734         * sysdeps/sparc/sparc32/Makefile: Likewise.
53736         [BZ #13118]
53737         * posix/Makefile (bug-regex32-ENV): Define.
53738         Patch by John Stanley <jpsinthemix@verizon.net>.
53740         * misc/Makefile (headers): Add bits/select2.h.
53741         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53742         * misc/bits/select2.h: New file.
53743         * include/bits/select2.h: New file.
53744         * debug/Makefile (routines): Add fdelt_chk.
53745         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53746         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53747         FD_ISSET.
53748         * debug/fdelt_chk.c: New file.
53750         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
53751         * wcsmbs/test-wmemcmp.c: Likewise.
53752         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53753         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53755 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53757         * string/Makefile (strop-tests): Add memcmp.
53758         * string/test-wmemcmp.c: New file.
53759         * string/test-memcmp.c: Add wmemcmp support.
53761 2011-09-08  Roland McGrath  <roland@hack.frob.com>
53763         [BZ #13153]
53764         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53765         2011-07-19 change.
53767         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53768         garbage value in a __mach_port_mod_refs call in the cases of the
53769         task-self and thread-self ports.
53771 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53773         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53775 2011-09-08  Andreas Schwab  <schwab@redhat.com>
53777         * elf/dl-load.c (lose): Check for non-null L.
53779 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53781         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53783         * elf/dl-libc.c (dlerror_run): Pass back error code from
53784         dl_catch_error.
53786         [BZ #13123]
53787         * elf/dl-load.c (lose): Free l_origin if it is valid.
53789         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53790         names.
53791         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53792         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53793         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53794         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53795         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53796         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53798 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
53800         * sysdeps/powerpc/fpu/e_hypot.c: New file.
53801         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53802         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53803         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53804         * sysdeps/powerpc/fpu/k_cosf.c: New file.
53805         * sysdeps/powerpc/fpu/k_sinf.c: New file.
53806         * sysdeps/powerpc/fpu/s_cosf.c: New file.
53807         * sysdeps/powerpc/fpu/s_sinf.c: New file.
53808         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53809         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53811 2011-08-15  Alan Modra  <amodra@gmail.com>
53813         [BZ #13092]
53814         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53815         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53816         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
53817         ppc_mcount to static-only-routines.
53818         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53819         __mcount_internal.
53820         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53821         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
53823 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
53825         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53826         for finite and infinity parameters.
53828 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
53830         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53831         and add nop instructions for throughput optimization.
53832         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53834 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
53836         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53837         aligned copy for power7 with vector-scalar instructions.
53838         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53840 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
53842         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53843         AVX check.
53845 2011-09-07  Andreas Schwab  <schwab@redhat.com>
53847         [BZ #13144]
53848         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53849         last change.
53851 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
53853         * sysdeps/unix/sysv/linux/x86_64/init-first.c
53854         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53855         syscall wrapper around clock_gettime in __vdso_clock_gettime.
53856         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53857         clock_gettime.
53859 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53861         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53862         Forgot to demangle the pointer.
53864         * sysdeps/i386/sysdep.h: Define atom_text_section.
53865         * sysdeps/x86_64/sysdep.h: Likewise.
53866         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53867         section with atom_text_section.
53868         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53869         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53870         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53871         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53872         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53874         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53875         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53876         already be defined.  Change to take two parameters and don't assign
53877         result to variable.  Adjust all users.
53878         Define INTERNAL_GETTIME if not already defined.
53879         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53880         call.
53881         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53882         HAVE_CLOCK_GETTIME_VSYSCALL.
53883         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53885         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53886         gettimeofday vsyscall, just use time.
53888 2011-09-06  Andreas Schwab  <schwab@redhat.com>
53890         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53891         <errno.h>.
53893 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
53895         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53896         syscall on x86-64.
53897         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53898         syscall.
53899         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53900         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53901         syscall if possible.
53903 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53905         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53906         e_ident.  Don't pass to find_mapsXX.
53907         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53909 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53911         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53912         strchr-sse2-no-bsf strrchr-sse2-no-bsf
53913         * sysdeps/x86_64/multiarch/strchr.S: Update.
53914         Check bit_slow_BSF bit.
53915         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53916         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53917         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53919 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53921         [BZ #13134]
53922         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53923         before glibc 2.15.
53924         (tryshell): Define.
53925         (__spawni): Change last parameter to be flag.  Test
53926         SPAWN_XFLAGS_USE_PATH flag to use path or not.
53927         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53928         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53929         * posix/spawni.c: Likewise.
53930         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53931         * posix/spawnp.c: Likewise.  Change normal version to use
53932         SPAWN_XFLAGS_USE_PATH.
53933         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53934         SPAWN_XFLAGS_TRY_SHELL.
53936         [BZ #13150]
53937         * posix/glob.h: Remove gcc 1.x support.
53939         [BZ #13068]
53940         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53942 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
53944         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53945         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53946         strrchr-sse2-bsf
53947         * sysdeps/i386/i686/multiarch/strchr.S: New file.
53948         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53949         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53950         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53951         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53952         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53954 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53956         * sysdeps/x86_64/wcscmp.S: New file.
53958         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53959         wcscmp-c wcscmp-sse2
53960         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53961         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53962         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53963         * wcsmbs/wcscmp.c: Allow renaming.
53965 2011-09-05  David S. Miller  <davem@davemloft.net>
53967         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53968         stack slot, rather than the struct return pointer slot.
53969         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53970         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53971         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53972         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53974 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
53976         * po/ja.po: Update from translation team.
53978         [BZ #13144]
53979         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53980         kernel in 64-bit binaries.
53982 2011-09-01  David S. Miller  <davem@davemloft.net>
53984         * elf/elf.h (HWCAP_SPARC_*): Move to..
53985         * sysdeps/sparc/sysdep.h: this new file and add new values.
53986         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53987         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53988         _DL_HWCAP_COUNT to 24.
53989         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53990         entries.
53991         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53992         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53993         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53994         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53995         instead of magic constants.
53996         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53998 2011-08-31  David S. Miller  <davem@davemloft.net>
54000         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54001         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54002         Reimplement to do errno handling inline.
54003         (SYSCALL_ERROR_HANDLER): New macro.
54004         (__SYSCALL_STRING): Do not do errno handling in asm.
54005         (__CLONE_SYSCALL_STRING): Delete.
54006         (__INTERNAL_SYSCALL_STRING): Delete.
54007         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54008         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54009         (PSEUDO): Reimplement to do errno handling inline.
54010         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54011         (SYSCALL_ERROR_HANDLER): New macro.
54012         (__SYSCALL_STRING): Do not do errno handling in asm.
54013         (__CLONE_SYSCALL_STRING): Delete.
54014         (__INTERNAL_SYSCALL_STRING): Delete.
54015         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54016         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54017         i386.
54018         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54019         (inline_syscall*): Add 'err' argument.
54020         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54021         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54022         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54023         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54025         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54026         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54028 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54030         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54032 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54034         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54035         directive.
54037 2011-08-24  David S. Miller  <davem@davemloft.net>
54039         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54041 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54043         * elf/Makefile: Add rules to build and run unload8 test.
54044         * elf/unload8.c: New file.
54045         * elf/unload8mod1.c: New file.
54046         * elf/unload8mod1x.c: New file.
54047         * elf/unload8mod2.c: New file.
54048         * elf/unload8mod3.c: New file.
54050         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54051         it wasn't used.
54053 2011-08-23  David S. Miller  <davem@davemloft.net>
54055         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54056         subtract stack bias.
54057         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54058         %sp not %fp in calculations.
54059         (_JMPBUF_UNWINDS_ADJ): Likewise.
54061         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54062         (aio_suspend): Call it to force an exception region around the
54063         AIO_MISC_WAIT() invocation.
54065 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54067         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54068         backslash.
54070 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54072         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54073         protection macro.
54074         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54075         and <dl-machine.h>.
54076         (Elf64_FuncDesc): Remove.
54078 2011-08-22  David S. Miller  <davem@davemloft.net>
54080         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54081         sigaltstack check, add missing cfi directives.
54082         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54083         missing cfi directives, and sigaltstack handling.
54085 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54087         [BZ #11724]
54088         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54089         object is seen twice.
54090         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54092         * elf/Makefile (distribute): Add tst-initorder2.c.
54093         (tests): Add tst-initorder2.
54094         (modules-names): Add tst-initorder2a tst-initorder2b
54095         tst-initorder2c tst-initorder2d.  Add rules to build them.
54096         ($(objpfx)tst-initorder2.out): New rule.
54097         * elf/tst-initorder2.c: New file.
54098         * elf/tst-initorder2.exp: New file.
54100 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54102         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54104         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54105         dependencies back to end of function.
54107         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54108         $(elfobjdir)/ld.so.
54110 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54112         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54113         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54114         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54115         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54116         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54117         of __vdso_gettimeofday.
54118         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54119         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54120         attribute_hidden.
54121         (_libc_vdso_platform_setup): Remove initialization of
54122         __vdso_gettimeofday and __vdso_time.
54124 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54126         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54127         and fgetc_unlocked.
54128         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54129         getc_unlocked.
54131         * elf/dl-open.c (add_to_global): Report additions to the global scope
54132         for LD_DEBUG=scopes.
54133         (dl_open_worker): Also print scope of newly loaded dependencies.
54134         (_dl_show_scope): Indicate if there is no scope.
54136         [BZ #13114]
54137         * stdio-common/Makefile (tests): Add bug24.
54138         * stdio-common/bug24.c: New file.
54140 2011-08-19  Andreas Jaeger  <aj@suse.de>
54142         [BZ #13114]
54143         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54144         non-existant file when using close-on-exec mode.
54146 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54148         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54149         the very first instruction.
54151         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54152         the CFI state in the end.
54153         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54154         inclusion of dl-trampoline.h.
54155         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54157 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54159         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54160         expectations for long double.
54162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54163         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54165 2011-08-14  David S. Miller  <davem@davemloft.net>
54167         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54168         artificual limit depends upon the system page size.
54170 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54172         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54173         * resolv/Makefile: Define CFLAGS-libresolv.
54175 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54177         * nss/makedb.c (compute_tables): Make variables used in nested
54178         function static.
54180 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54182         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54183         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54184         if buffer was too small.
54186         * elf/pldd.c (main): Attach to all threads in the process.
54187         Rewrite /proc handling to use *at functions.
54189 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54191         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54192         specifies first scope to show.
54193         (dl_open_worker): Update callers.  Move printing scope of new
54194         object to before the relocation.
54195         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54196         * sysdeps/generic/ldsodefs.h: Update declaration.
54198         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54199         string for the scope number.
54201 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54203         * nscd/servicescache.c (cache_addserv): Make sure written is always
54204         initialized.
54206 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54208         * sysdeps/i386/i486/bits/atomic.h
54209         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54210         statement expression, so as to suppress "set but not used" warning.
54211         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54213         * string/strncat.c (STRNCAT): Use prototype definition.
54215         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54216         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54217         -Iprograms here.
54218         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54219         (localedef-modules): Add localedef.
54220         (locale-modules): Add locale.
54222         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54223         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54224         to avoid a warning.
54226 2011-08-14  David S. Miller  <davem@davemloft.net>
54228         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54229         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54231 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54233         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54234         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54235         * elf/rtld.c (dl_main): Set l_name of vDSO.
54236         Call _dl_show_scope when DL_DEBUG_SCOPES.
54237         (process_dl_debug): Recognize scopes flag and also set it for all.
54238         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54239         Declare _dl_show_scope.
54241         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54242         (do_dlopen): Pass caller_dlopen to dl_open.
54243         (__libc_dlopen_mode): Initialize caller_dlopen.
54245         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54246         of libc.  Make tolower call locale-independent.  Optimize a bit by
54247         using isdigit instead of isalnum.
54248         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54250 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54252         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54253         was a dependency or dynamically loaded.
54255 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54257         * intl/l10nflist.c: Allow architecture-specific pop function.
54258         * sysdeps/x86_64/l10nflist.c: New file.
54260         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54261         classification.
54263 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54265         * include/dirent.h: Add libc_hidden_proto for scandirat and
54266         scandirat64.  Don't declare __scandirat64.
54267         * dirent/scandirat.c: Add libc_hidden_def.
54268         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54269         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54271 2011-08-10  David S. Miller  <davem@davemloft.net>
54273         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54274         enum.
54275         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54276         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54277         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54279 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54281         * Versions.def [libc]: Add GLIBC_2.15.
54282         * dirent/Makefile (routines): Add scandirat and scandirat64.
54283         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54284         GLIBC_2.15.
54285         * dirent/dirent.h: Declare scandirat and scandirat64.
54286         * dirent/scandirat.c: New file.
54287         * dirent/scandirat64.c: New file.
54288         * sysdeps/wordsize-64/scandirat.c: New file.
54289         * sysdeps/wordsize-64/scandirat64.c: New file.
54290         * dirent/opendir.c: Define opendirat.
54291         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54292         using scandirat.
54293         * dirent/scandir64.c: Adjust for scandir.c change.
54294         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54295         __scandirat64, and __scandir_cancel_handler.
54296         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54297         additional parameter and use openat instead of open (outside of ld.so).
54298         Add new __opendir as wrapper around __opendirat.
54299         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54300         here without requiring old scandirat implementation.
54302 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54304         * dirent/scandir.c (cancel_handler): Renamed to
54305         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54306         defined.  Adjust users.
54307         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54308         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54310 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54312         * string/test-string.h (IMPL): Use __STRING to expand name and then
54313         stringify it.
54315         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54316         of cleanups.
54318 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54320         * string/Makefile: Update.
54321         (strop-tests): Append strncat.
54322         * string/test-wcscmp.c: New file.
54323         New comprehensive test for wcscmp.
54324         * string/test-strcmp.c: Update.
54325         (WIDE): New define.
54327 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54329         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54330         line.
54332 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54334         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54335         encoding to ACE if AI_IDN.
54337 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54339         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54340         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54342 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54344         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54345         Fix overflow bug in strncat.
54346         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54348         * string/test-strncat.c: Update.
54349         Add new tests for checking overflow bugs.
54351 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54353         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54354         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54355         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54356         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54357         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54358         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54359         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54360         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54361         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54363         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54364         (USE_AS_STRCAT): Define.
54365         Add strcat and strncat support.
54366         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54368 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54370         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54371         __n bigger than INT_MAX+1.
54372         (__strncmp_g): Likewise.
54374 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54376         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54377         * libio/stido.h: Likewise.
54379         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54380         (AF_NFC): Define.
54381         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54382         (AF_NFC): Define.
54384         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54385         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54386         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54387         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54388         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54390         [BZ #13021]
54391         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54392         installed.
54394         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54395         typo.
54396         (_dl_x86_64_save_sse): Likewise.
54398 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54400         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54401         OSXSAVE.
54402         (_dl_x86_64_save_sse): Likewise.
54404         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54406         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54408 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54410         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54411         change.
54412         (_dl_x86_64_save_sse): Use correct AVX check.
54414 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54416         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54417         bug in strncpy/strncat.
54418         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54420 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54422         * string/tester.c (test_strcat): Add tests for different alignments
54423         of source and destination.
54424         (test_strncat): Likewise.
54426 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54428         [BZ #12852]
54429         * posix/glob.c (glob): Check passed in values before using them in
54430         expressions to avoid some overflows.
54431         (glob_in_dir): Likewise.
54433         [BZ #13007]
54434         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54435         check for AVX enablement so that we don't crash with old kernels and
54436         new hardware.
54437         * elf/tst-audit4.c: Add same checks here.
54438         * elf/tst-audit6.c: Likewise.
54440         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54442 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54444         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54446 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54448         * po/cs.po: Update from translation team.
54449         * po/bg.po: Likewise.
54451 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54453         * misc/sys/cdefs.h: Add support for const attribute.
54454         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54455         to gnu_dev_{major,minor,makedev} functions.
54457 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54459         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54461 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54463         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54464         strlen results.
54466 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54468         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54469         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54470         register in order to avoid conflicts with the soft frame pointer
54471         being held in r11 when necessary.
54472         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54473         (INTERNAL_VSYSCALL_NCS): Likewise.
54475 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54477         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54478         * elf/dl-fini.c (_dl_fini): Adjust caller.
54479         * elf/dl-close.c (_dl_close_worker): Likewise.
54480         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54482 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54484         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54485         "aux_cache->nlibs < 0".
54487         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54488         in the reload-count case.
54490 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54492         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54493         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54494         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54495         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54496         * sysdeps/x86_64/multiarch/strcat.S: New file.
54497         * sysdeps/x86_64/multiarch/strncat.S: New file.
54498         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54499         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54500         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54501         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54502         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54503         (USE_AS_STRCAT): Define.
54504         Add strcat and strncat support.
54505         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54506         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54507         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54508         * string/strncat.c: Update.
54509         (USE_AS_STRNCAT): Define.
54510         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54511         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54512         and i7.
54513         * sysdeps/x86_64/multiarch/init-arch.h
54514         (bit_Prefer_PMINUB_for_stringop): New.
54515         (index_Prefer_PMINUB_for_stringop): Likewise.
54516         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54517         bit_Prefer_PMINUB_for_stringop.
54519 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54521         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54522         buffer64.
54523         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54524         of casting of buffer.
54525         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54526         buffer32 and buffer64.
54527         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54528         writes instead of casting of buffer.
54529         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54530         buffer32.
54531         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54532         casting of buffer.
54534 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54536         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54538 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54540         * nscd/nscd.c (termination_handler): Don't do anything for a database
54541         if it has not yet been initialized.
54543 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54545         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54547 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54549         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54551 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54553         * po/nl.po: Update from translation team.
54554         * po/sv.po: Likewise.
54556 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54558         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54559         now disallowed by GCC.
54561         * configure.in (use-default-link): Default to yes if a test -shared
54562         link meets our qualifications.
54563         * configure: Regenerated.
54565         * config.make.in (output-format): New variable.
54566         * configure.in: Check for ld --print-output-format support.
54567         * configure: Regenerated.
54568         * Makerules ($(common-objpfx)format.lds)
54569         [$(output-format) != unknown]: Just use $(output-format),
54570         instead of the linker-script munging.
54572 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54574         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54575         of $(common-objpfx)shlib.lds.
54576         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54578         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54579         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54581         * configure.in (-z relro check): Adjust test code to add a large
54582         writable data section after it.
54583         * configure: Regenerated.
54585 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54587         * configure.in (-z relro check): Fix test code to make the variable
54588         truly const.
54589         * configure: Regenerated.
54591 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54593         * nscd/nscd.h (struct traced_file): Define.
54594         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54595         elements.  Add traced_files.
54596         (inotify_fd): Declare.
54597         (register_traced_file): Declare.
54598         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54599         (inotify_fd): Export.
54600         (resolv_conf_descr): Remove.
54601         (nscd_init): Move inotify descriptor creation to main.
54602         Don't register files for notification here.
54603         (register_traced_file): New function.
54604         (invalidate_cache): Don't use reset_res to determine whether to call
54605         res_init, go through the list of registered files.
54606         (main_loop_poll): The inotify descriptors are now stored in the
54607         structures for the traced files.
54608         (main_loop_epoll): Likewise
54609         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54610         to __nss_disable_nscd.
54611         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54612         for a database anymore.  Check the records for all the registered
54613         files instead.
54614         * nss/Makefile (libnss_files-routines): Add files-init.
54615         (libnss_db-routines): Add db-init.
54616         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54617         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54618         * nss/nss_db/db-init.c: New file.
54619         * nss/nss_files/files-init.c: New file.
54620         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54621         __nss_lookup_function.
54622         (__nss_lookup_function): Call nss_load_library.
54623         (nss_load_all_libraries): New function.
54624         (__nss_disable_nscd): Take parameter with callback function for files
54625         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54626         used for the cached services.
54627         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54628         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54629         options for features to all the files in nscd.
54631         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54633 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54635         * csu/elf-init.c (__libc_csu_init): Comment typo.
54637 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54639         * po/pl.po: Update from translation team.
54640         * po/ja.po: Likewise.
54641         * po/ru.po: Likewise.
54642         * po/ko.po: Likewise.
54643         * po/fr.po: Likewise.
54645 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54647         * configure.in (.ctors/.dtors header and trailer check):
54648         Use an empirical test on a built program.
54649         * configure: Regenerated.
54651         * configure.in (-z relro check): Use an empirical test on a built DSO.
54652         Detect, but do not require, on ia64.
54653         * configure: Regenerated.
54655         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54656         Update tests that use readelf to use $READELF instead.
54657         * configure: Regenerated.
54659 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54661         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54662         if the result is not used.
54664 2011-07-05  Andreas Jaeger  <aj@suse.de>
54666         [BZ#9696]
54667         * stdlib/tst-strtod.c: Add testcase.
54669 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54671         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54672         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54673         The latter has a higher limit.  Take additional parameter to pass to
54674         the new function.
54675         (__pathconf): Pass file to __statfs_link_max.
54676         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54677         __statfs_link_max.
54678         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54679         __statfs_link_max.
54681         [BZ #12868]
54682         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54683         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54684         Handle Lustre.
54685         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54686         (__statfs_filesize_max): Likewise.
54687         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54689 2011-07-05  Andreas Jaeger  <aj@suse.de>
54691         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54693 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54695         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54696         `status' variable.
54697         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54698         Likewise.
54700 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54702         * Makefile (strop-tests): Add strncat.
54703         * string/test-strncat.c: New file.
54705 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54707         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54709 2011-06-21  Andreas Jaeger  <aj@suse.de>
54711         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54712         Copy rule from iconvdata/Makefile.
54714 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54716         [BZ #12922]
54717         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54718         but no long options are defined, just return 'W'.
54720 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54722         [BZ #9696]
54723         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54725 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54727         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54728         netgroups to read.
54729         (innetgr): Likewise.
54731 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54733         * config.make.in (install_root): Default to $(DESTDIR).
54735 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54737         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54739 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54741         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54743         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54744         containing directory rather than embedding absolute directory names.
54746         * scripts/check-local-headers.sh: Rewritten using awk.
54747         Match by word, not by line.  Print error messages for matches.
54748         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54750         * Makerules [shlib-lds-flags empty]:
54751         ($(common-objpfx)libc_pic.opts): New target.
54752         ($(common-objpfx)libc_pic.os.clean): New target.
54753         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54755         * config.make.in (OBJCOPY): New variable.
54756         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54757         * configure: Regenerated.
54759         * config.make.in (use-default-link): New variable.
54760         * configure.in (use_default_link): Grok --with-default-link to set it.
54761         * configure: Regenerated.
54762         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54763         (shlib-lds, shlib-lds-flags): Define to empty.
54765         * Makerules (shlib-lds): New variable.
54766         (shlib-lds-flags): New variable.
54767         (build-shlib, build-moduile, build-module-asneeded): Use it.
54768         ($(common-objpfx)libc.so): Use $(shlib-lds).
54769         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54770         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54772         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54773         DT_FLAGS/DT_FLAGS_1 with zero flags.
54775         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54776         linker script munging.
54778 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
54780         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54781         as 128-bit value.
54782         * crypt/sha512.c (sha512_process_block): Perform total addition using
54783         128-bit if possible.
54784         (__sha512_finish_ctx): Likewise.
54785         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54786         as 64-bit value.
54787         * crypt/sha256.c (SWAP64): Define.
54788         (sha256_process_block): Perform total addition using 64-bit if
54789         possible.
54790         (__sha256_finish_ctx): Likewise.
54792 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
54794         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
54795         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54796         * nscd/hstcache.c (cache_addhst): Likewise.
54797         * nscd/grpcache.c (cache_addgr): Likewise.
54798         * nscd/aicache.c (addhstaiX): Likewise
54799         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54801 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
54803         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54804         * nscd/initgrcache.c (addinitgroupsX): Likewise.
54805         * nscd/hstcache.c (cache_addhst): Likewise.
54806         * nscd/grpcache.c (cache_addgr): Likewise.
54807         * nscd/aicache.c (addhstaiX): Likewise
54809 2011-07-01  Andreas Schwab  <schwab@redhat.com>
54811         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54812         domain only when needed.
54814 2011-06-30  Andreas Schwab  <schwab@redhat.com>
54816         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54817         is always restored.
54819 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
54821         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54822         are re-adding the entry.
54823         * nscd/servicescache.c (cache_addserv): Likewise.
54825 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
54827         * sysdeps/generic/dl-irel.h: fix protection against multiple
54828         inclusions.
54829         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54831 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
54833         [BZ #12935]
54834         * malloc/memusage.sh: Fix quoting in message.
54835         * debug/xtrace.sh: Likewise.
54837         * configure.in: Remove support for --experimental-malloc option, make
54838         it the default.
54839         * config.make.in: Likewise.
54840         * malloc/Makefile: Likewise.
54842 2011-06-27  Andreas Schwab  <schwab@redhat.com>
54844         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54845         two-byte characters.
54847 2011-06-27  Roland McGrath  <roland@hack.frob.com>
54849         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54850         AC_CACHE_CHECK invocation.
54851         * configure: Regenerated.
54853         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54855 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
54857         [BZ #12350]
54858         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
54859         bit from old_res_options.
54861         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54863         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54864         value type for setfct.
54866 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
54868         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54869         __gettimeofday instead of gettimeofday.
54871 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
54873         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54875 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
54877         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54879         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54880         info.
54882 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54884         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54885         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54886         strcpy-sse2-unaligned strncpy-sse2-unaligned
54887         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54888         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54889         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54890         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54891         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54892         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54893         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54894         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54895         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54896         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54897         (STRCPY): Support SSE2 and SSSE3 versions.
54899 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
54901         [BZ #12874]
54902         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54903         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54904         kernels which artificially limit size of requests.
54906 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
54908         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54909         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54910         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54911         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54912         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54913         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54914         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54915         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54916         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54917         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54918         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54919         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54920         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54921         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54922         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54923         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54924         Enable unaligned load optimization for Intel Core i3, i5 and i7
54925         processors.
54926         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54927         Define.
54928         (index_Fast_Unaligned_Load): Define.
54929         (HAS_FAST_UNALIGNED_LOAD): Define.
54931 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
54933         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54935 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54937         [BZ #12907]
54938         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54939         until it is clear that the information is realy needed.
54940         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54942 2011-06-22  Andreas Schwab  <schwab@redhat.com>
54944         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54946 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
54948         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54949         /sys/devices/system/cpu/online if it is usable.
54951         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54952         reading the information from the /proc filesystem to once a second.
54954 2011-06-21  Andreas Jaeger  <aj@suse.de>
54956         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54957         NULL after inclusion of kernel headers.
54959 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
54961         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54962         calls to internal_setent.
54964         [BZ #12885]
54965         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54966         addresses using gethostbyname4_r ignore IPv4 addresses.
54968         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54969         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
54971         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54973 2011-06-20  David S. Miller  <davem@davemloft.net>
54975         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54976         inclusions.
54977         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54979         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54980         (elf_irel): Use it.
54981         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54982         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54983         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54984         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54985         * sysdeps/x86_64/dl-irel.h: Likewise.
54987         * elf/dl-runtime.c: Use elf_ifunc_invoke.
54988         * elf/dl-sym.c: Likewise.
54990 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
54992         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
54993         need to dereference resplen2.
54995 2011-06-14  Andreas Schwab  <schwab@redhat.com>
54997         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54999 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55001         * Makeconfig: Define vardbdir and inst_vardbdir.
55002         * nss/Makefile: Add rules to install db-Makefile.
55004         * nss/nss_db/db-XXX.c: Cleanup.
55006         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55007         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55008         GLIBC_PRIVATE.
55009         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55010         * nss/makedb.c: Implement -g option to specify that value strings
55011         are generated and should not be added to table iterated over for
55012         get*ent calls.
55013         * nss/nss_db/db-initgroups.c: New file.
55015         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55016         interface.
55018         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55019         (internal_getgrouplist): Adjust to name change.
55020         Update use_initgroups_entry if this is not the first call.
55021         * nss/databases.def: Add initgroups entry.
55023         * nss/makedb.c (compute_tables): Check result of multiple hash table
55024         sizes to minimize maximum chain length.
55026 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55028         * Versions.def: Add entry for libnss_db.
55029         * shlib-versions: Likewise.
55030         * nss/Makefile: Add rules to build libnss_db.
55031         * nss/Versions: Add libnss_db information.  Organize libnss_files
55032         entries better.
55033         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55034         makedb progra.  Some minor improvements to generate smaller files.
55035         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55036         here from...
55037         * nss/makedb.c: ...here.
55038         Improve database format to be smaller and require less memory at
55039         runtime.
55040         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55041         db anymore.
55042         * nss/nss_db/db-netgrp.c: Likewise.
55043         * nss/nss_db/db-open.c: Likewise.
55044         * nss/nss_files/flies-XXX.x: Adjust comments.
55045         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55046         * nss/nss_files/files-grp.c: Likewise.
55047         * nss/nss_files/files-hosts.c: Likewise.
55048         * nss/nss_files/files-network.c: Likewise.
55049         * nss/nss_files/files-proto.c: Likewise.
55050         * nss/nss_files/files-pwd.c: Likewise.
55051         * nss/nss_files/files-rpc.c: Likewise.
55052         * nss/nss_files/files-service.c: Likewise.
55053         * nss/nss_files/files-sgrp.c: Likewise.
55054         * nss/nss_files/files-spwd.c: Likewise.
55055         * nss/nss_db/db-alias.c: Removed.
55056         * nss/nss_db/dummy-db.h: Removed.
55058 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55060         * nss/makedb.c: Rewritten to not use database library.
55061         * nss/Makefile: Update to build new makedb program.
55063 2011-06-14  Andreas Jaeger  <aj@suse.de>
55065         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55066         memset declaration.
55068 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55070         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55071         tmpbuf.
55073 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55075         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55076         * elf/Makefile ($(objpfx)ld.so): Likewise.
55078         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55079         Don't list ld.so twice in dependencies.
55081         * posix/bug-regex31.c: Include <stdlib.h>.
55083         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55085         * nis/nss_compat/compat-spwd.c
55086         (getspent_next_nss_netgr): Remove unused variable.
55087         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55089         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55090         nonmembers" output to use the right array.
55092         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55094         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55096         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55097         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55098         * catgets/gencat.c (read_input_file): Likewise.
55099         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55101         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55102         variable definition inside #if's controlling its use.
55104         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55106         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55108         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55110         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55111         unreachable code.
55113         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55115         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55116         * configure: Regenerated.
55118         * Makerules: Revert last change.
55119         * elf/Makefile: Likewise.
55121 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55123         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55124         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55125         (reloc-link): Likewise.
55127 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55129         * elf/Makefile: Add rules to build pldd.
55130         * elf/pldd.c: New file.
55131         * elf/pldd-xx.c: New file.
55133 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55135         * version.h: Update for 2.15 development version.
55137 2011-06-07  David S. Miller  <davem@davemloft.net>
55139         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55140         ifuncs.
55141         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55142         elf_machine_lazy_rel): Likewise.
55143         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55144         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55145         elf_machine_lazy_rel): Likewise.
55146         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55147         dl_hwcap via passed in argument.
55148         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55149         Likewise.
55151 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55153         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55155 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55157         [BZ #12849]
55158         * manual/fdl-1.1.texi: New file, verbatim from:
55159         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55160         * manual/lgpl-2.1.texi: New file, verbatim from:
55161         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55162         * manual/Makefile (licenses): New variable, list those new file names.
55163         (texis): Use it.
55164         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55166         * manual/fdl.texi: File removed.
55167         * manual/lesser.texi: File removed.
55168         * manual/libc.texinfo (Copying, Documentation License):
55169         Use new @include file names, put @appendix directive before @include.
55171 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55173         [BZ #12841]
55174         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55175         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55176         (mq_open): Add __NTH.
55178 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55180         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55181         Assume Intel Core i3/i5/i7 processor if AVX is available.
55183 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55185         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55186         typo.
55188 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55190         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55191         memory.  Use alloca_account.  Fix memory leak when retrying.
55193 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55195         * version.h (RELEASE): Bump for 2.14 release.
55196         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55198         * config.make.in (RANLIB): Remove entry.
55200 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55202         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55203         (libc.pot): Work around missing support for .ksh extension in xgettext.
55205         [BZ #12684]
55206         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55207         if both request failed.
55208         (send_dg): In case of server errors clear resplen or *resplen2.
55210         [BZ #12454]
55211         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55212         when there are multiple maps.
55213         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55214         (_dl_fini): Remove test here.
55216         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55218 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55220         [BZ #12350]
55221         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55222         bit from old_res_options.
55223         (gaih_inet): Likewise.
55225         [BZ #11099]
55226         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55227         as signed.
55229         * resolv/res_init.c (res_setoptions): Make the code more compact.
55231         [BZ #11558]
55232         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55233         set RES_USEVC.
55235         [BZ #11634]
55236         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55238         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55240         [BZ #11781]
55241         * malloc/malloc.h: Declare malloc hook variables as volatile.
55243         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55244         in last patch.
55246         [BZ #11799]
55247         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55248         raise in the comment.
55249         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55250         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55251         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55253 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55255         [BZ #12811]
55256         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55257         grow the buffers more if it already has to be sufficient.
55258         (build_wcs_upper_buffer): Likewise.
55259         * posix/regexec.c (check_matching): Likewise.
55260         (clean_state_log_if_needed): Likewise.
55261         (extend_buffers): Don't enlarge buffers beyond size of the input
55262         buffer.
55263         Patches mostly by Emil Wojak <emil@wojak.eu>.
55264         * posix/bug-regex32.c: New file.
55265         * posix/Makefile (tests): Add bug-regex32.
55267         * locale/findlocale.c (_nl_find_locale): Return right away if
55268         _nl_explode_name failed.
55269         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55271         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55273         * debug/xtrace.sh: Unify messages.
55274         * malloc/memusage.sh: Likewise.
55276         [BZ #12813]
55277         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55278         time symbol from vDSO.  Substitute with vsyscall if not available.
55279         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55280         __vdso_time.
55282         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55283         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55284         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55285         Add sendmmsg and internal_sendmmsg.
55286         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55287         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55288         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55290         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55291         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55292         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55294 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55296         [BZ #12813]
55297         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55298         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55299         available.
55300         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55301         __vdso_getcpu.
55303         [BZ #12814]
55304         * iconvdata/Makefile (tests): Add bug-iconv9.
55305         * iconvdata/bug-iconv9.c: New file.
55307 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55309         [BZ #12814]
55310         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55312 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55314         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55315         (struct user_regs_struct): Change intcs field back to cs.
55317 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55319         * po/ja.po: Update from translation team.
55321 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55323         [BZ #12795]
55324         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55325         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55327 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55329         * stdlib/longlong.h: Update from GCC.
55331 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55333         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55334         parameter name.
55335         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55336         Add parameter name.
55337         (__sysconf): Pass it down.
55339 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55341         [BZ #12671]
55342         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55343         some situations.
55344         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55345         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55346         add in in __libc_use_alloca calls.  Adjust callers.
55347         (glob): Use malloc in some situations.
55349         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55350         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55351         pltexit.
55353 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55355         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55356         and CLOCK_BOOTTIME_ALARM.
55358         [BZ #12782]
55359         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55360         is returned.
55362         * string/_strerror.c (__strerror_r): Print negative errors as signed
55363         numbers.
55365         [BZ #12777]
55366         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55367         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55368         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55370         * configure.in: Fix typo in redirection and correct removal of test
55371         files in two cases.
55373         [BZ #12788]
55374         * locale/setlocale.c (new_composite_name): Fix test to check for
55375         identical name of all categories.
55377         [BZ #12792]
55378         * libio/filedoalloc.c (local_isatty): New function.
55379         (_IO_file_doallocate): Use local_isatty.
55380         * stdio-common/perror.c (perror): In case a new stream is used
55381         forward the stream error.
55382         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55383         error flag.
55385 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55387         [BZ #11869]
55388         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55389         alloca.
55390         * include/alloca.h (extend_alloca_account): Define.
55392         [BZ #11857]
55393         * posix/regex.h: Fix comments with documentation of user-accessible
55394         fields after compilation and describe correct free'ing of pattern
55395         after re_compile_pattern.
55396         Patch by Reuben Thomas <rrt@sc3d.org>.
55398 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55400         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55401         and -mno-altivec to prevent the compiler from using Altivec and/or
55402         VSX instructions when the corresponding registers are not available.
55404 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55406         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55408 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55410         * libio/freopen.c (freopen): Use __dup2, not dup2.
55411         * libio/freopen64.c (freopen64): Likewise.
55413 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55415         [BZ #12775]
55416         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55417         * math/Makefile (tests): Add test-powl.
55418         (CFLAGS-test-powl.c): Define.
55419         * math/test-powl.c: New file.
55421 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55423         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55425 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55427         [BZ #11837]
55428         * iconvdata/gb18030.c: Update to GB18020-2005.
55430 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55432         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55433         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55434         Patch by Aharon Robbins <arnold@skeeve.com>.
55436         [BZ #11892]
55437         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55438         on the stack.
55440         [BZ #11895]
55441         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55442         through underflows.
55444         [BZ #12766]
55445         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55446         point to strings before performing equality test for error_one_per_line
55447         mode.
55449         [BZ #11697]
55450         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55452         [BZ #11820]
55453         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55454         (struct user_fpregs_struct): Avoid __uint*_t types.
55456         [BZ #6420]
55457         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55458         symbol info.  Use it instead of calling _dl_addr locally.
55459         (lock_and_info): New function.
55460         (tr_freehook): Call lock_and_info and pass symbol info as additional
55461         parameter to tr_where.
55462         (tr_mallochook): Likewise.
55463         (tr_reallochook): Likewise.
55464         (tr_memalignhook): Likewise.
55466         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55467         used and couldn't be at all thread-safe.
55469 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55471         * libio/freopen.c (freopen): Don't close old file descriptor
55472         before the new one is opened.  Instead dup the new file descriptor
55473         to the old one after the new stream is created.
55474         * libio/freopen64.c (freopen64): Likewise.
55475         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55476         * libio/fileops.c (_IO_new_file_close_it): Handle new
55477         _IO_FLAGS2_NOCLOSE flag.
55478         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55479         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55480         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55481         _IO_FLAGS2_NOCLOSE flag.
55482         * include/unistd.h: Add hidden_proto for dup3.
55483         Define __have_dup3.
55484         * io/dup3.c: Define hidden symbol.
55485         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55487         [BZ #7101]
55488         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55489         when an incomplete long option is used.
55490         * posix/tst-getopt_long1.c: New file.
55491         * posix/Makefile (tests): Add tst-getopt_long1.
55493         [BZ #10138]
55494         * scripts/config.guess: Update from autoconf-2.68.
55495         * scripts/config.sub: Likewise.
55497         [BZ #10157]
55498         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55499         tests into ...
55500         (has_cpuclock): ...this.  New function.
55501         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55502         macro here based on has_cpuclock code.
55504         [BZ #10149]
55505         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55506         First byte (not low byte) is now always NUL.
55507         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55509         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55510         Use non-cancelable interfaces.
55512         [BZ #9809]
55513         * locale/iso-639.def: Add entry for Sorani.
55515         [BZ #11901]
55516         * include/stdlib.h: Move include protection to the right place.
55517         Define abort_msg_s.  Declare __abort_msg with it.
55518         * stdlib/abort.c (__abort_msg): Adjust type.
55519         * assert/assert.c (__assert_fail_base): New function.  Majority
55520         of code from __assert_fail.  Allocate memory for __abort_msg with
55521         mmap.
55522         (__assert_fail): Now call __assert_fail_base.
55523         * assert/assert-perr.c: Remove bulk of implementation.  Use
55524         __assert_fail_base.
55525         * include/assert.hL Declare __assert_fail_base.
55526         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55527         mmap.
55528         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55530 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55532         [BZ #11952]
55533         [BZ #12453]
55534         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55535         until all modules are registered in the DTV.
55536         * elf/Makefile: Add rules to build and run tst-tls19.
55537         * elf/tst-tls19.c: New file.
55538         * elf/tst-tls19mod1.c: New file.
55539         * elf/tst-tls19mod2.c: New file.
55540         * elf/tst-tls19mod3.c: New file.
55541         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55543         [BZ #12083]
55544         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55545         correctly.
55547         [BZ #12601]
55548         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55549         two-byte sequence errors.
55550         * iconvdata/Makefile (tests): Add bug-iconv8.
55551         * iconvdata/bug-iconv8.c: New file.
55553         [BZ #12626]
55554         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55555         buf2 definition.
55557         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55559         [BZ #12432]
55560         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55561         (dummy_getcfa): New function.
55562         (init): Get _Unwind_GetCFA address, use dummy if not found.
55563         (backtrace_helper): In recursion check, also check whether CFA changes.
55564         (__backtrace): Completely initialize arg.
55566         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55567         storing incomplete byte sequence in state object.  Avoid testing for
55568         guaranteed too small input if we know there is enough data available.
55570 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55572         * Makeconfig (+link-pie): Indent.
55573         * Rules (binaries-pie): Define if $(have-fpie) and
55574         $(build-shared).
55575         (binaries-shared): Also filter out $(binaries-pie).
55576         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55577         * nscd/Makefile (others-pie): Add nscd.
55578         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55579         ($(objpfx)nscd): Remove command override.
55580         * login/Makefile (others-pie): Add pt_chown.
55581         ($(objpfx)pt_chown): Remove command override.
55582         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55583         remove command overrides.
55585 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55587         * libio/tst_putwc.c: Fix error messages.
55589         [BZ #12724]
55590         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55591         currently writing and seek to current position when not.
55592         * libio/Makefile (tests): Add bug-fclose1.
55593         * libio/bug-fclose1.c: New file.
55595 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55597         [BZ #12511]
55598         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55599         don't set DF_1_NODELETE here.
55600         (do_lookup_x): When entering new entry test for copy relocation
55601         and if necessary set DF_1_NODELETE flag.
55602         * elf/tst-unique4.cc: New file.
55603         * elf/tst-unique4.h: New file.
55604         * elf/tst-unique4lib.cc: New file.
55605         * elf/Makefile: Add rules to build and run tst-unique4.
55606         Patch by Piotr Bury <pbury@goahead.com>.
55608 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55610         [BZ #12052]
55611         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55613         [BZ #12625]
55614         * misc/mntent_r.c (addmntent): Flush the stream after the output
55616         [BZ #12393]
55617         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55618         (is_trusted_path_normalize): Skip initial colon.  Append slash
55619         to empty buffer.  Duplicate is_trusted_path code but allow
55620         constructed patch to be prefix.
55621         (is_dst): Allow $ORIGIN followed by /.
55622         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55623         Correct testing of result of is_trusted_path_normalize
55624         (decompose_rpath): Fix warning.
55626 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55628         [BZ #11257]
55629         * grp/initgroups.c (internal_getgrouplist): When we found the service
55630         list through the initgroups entry in nsswitch.conf do not always
55631         continue on a successful lookup.  Don't always use the
55632         __nss_group_database value if it is set.
55633         * nss/nsswitch.conf (initgroups): Change action for successful db
55634         lookup to continue for compatibility.
55636 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55638         [BZ #11532]
55639         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55640         and CP774 modules.
55641         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55642         and CP774 modules.
55643         * iconvdata/tst-tables.sh: Likewise.
55644         * iconvdata/cp770.c: New file.
55645         * iconvdata/cp771.c: New file.
55646         * iconvdata/cp772.c: New file.
55647         * iconvdata/cp773.c: New file.
55648         * iconvdata/cp774.c: New file.
55649         * iconvdata/testdata/CP770: New file.
55650         * iconvdata/testdata/CP770..UTF8: New file.
55651         * iconvdata/testdata/CP771: New file.
55652         * iconvdata/testdata/CP771..UTF8: New file.
55653         * iconvdata/testdata/CP772: New file.
55654         * iconvdata/testdata/CP772..UTF8: New file.
55655         * iconvdata/testdata/CP773: New file.
55656         * iconvdata/testdata/CP773..UTF8: New file.
55657         * iconvdata/testdata/CP774: New file.
55658         * iconvdata/testdata/CP774..UTF8: New file.
55660         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55661         END CHARMAP line.
55662         * iconvdata/gen-8bit-gap.sh: Likewise.
55663         * iconvdata/gen-8bit.sh: Likewise.
55665         * locale/iso-639.def: Add ary entry.
55667         [BZ #11258]
55668         * locale/C-translit.h.in: Add U20A1 transliteration.
55670         [BZ #12178]
55671         * locale/iso-639.def: Add wae entry.
55672         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55674         [BZ #12545]
55675         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55676         for n.
55678         [BZ #12711]
55679         * locale/C-translit.h.in: Add entry for U20B9.
55680         Patch by pravin.d.s@gmail.com.
55682 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55684         [BZ #12713]
55685         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55686         ENAMETOOLONG use generic getcwd.
55687         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55688         in rtld.  Use *stat64.
55689         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55690         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55691         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55692         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55693         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55694         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55695         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55696         __fstatat64 macros.
55697         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55698         * dirent/rewinddir.c: Add libc_hidden_def.
55699         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55700         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55702         * include/dirent.h (__alloc_dir): Add flags parameter.
55703         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55704         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55705         __alloc_dir.
55706         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55707         from fdopendir if O_CLOEXEC is already set.
55709 2011-03-15  Alan Modra  <amodra@gmail.com>
55711         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55712         l_tls_firstbyte_offset non-zero.  Save padding offset in
55713         l_tls_firstbyte_offset for later use.
55714         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55715         freeing static tls block.
55717 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55719         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55720         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55721         being defined by the kernel headers.
55723 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55725         [BZ #12734]
55726         * resolv/resolv.h: Define RES_NOTLDQUERY.
55727         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55728         no-tld-query and set RES_NOTLDQUERY.
55729         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55730         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55731         modern BIND to search name as TLD unless forbidden.
55733 2011-05-07  Petr Baudis  <pasky@suse.cz>
55734             Ulrich Drepper  <drepper@gmail.com>
55736         [BZ #12393]
55737         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55738         (is_trusted_path): ...to here.
55739         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55740         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55741         using is_trusted_path_normalize() in setuid scripts.
55743 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55745         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55746         __BEGIN/__END_DECLS.
55748 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
55750         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55751         NSS_STATUS_NOTFOUND if no record was found.
55753 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55755         * sunrpc/Makefile (headers): Add rpc/netdb.h.
55756         (headers-not-in-tirpc): Remove rpc/netdb.h
55757         * resolv/netdb.h: Revert last change.
55759 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
55761         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55762         circular dependency between libgcc.a and libc.a.
55764 2011-05-05  Andreas Schwab  <schwab@redhat.com>
55766         * resolv/netdb.h: Don't include <rpc/netdb.h>.
55767         * nis/Makefile: Don't install rpcsvc/*.
55768         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55769         instead of <rpc/types.h>.
55770         (MAXHOSTNAMELEN): Define.
55772 2011-05-03  Andreas Schwab  <schwab@redhat.com>
55774         * elf/ldconfig.c (add_dir): Don't crash on empty path.
55776 2011-04-28  Maciej Babinski  <mbabinski@google.com>
55778         [BZ #12714]
55779         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55780         gethostbyname4_r when IPv6 results are possible.
55782 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
55784         [BZ #12723]
55785         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55786         _PC_PIPE_BUF handling.
55788 2011-04-30  Bruno Haible  <bruno@clisp.org>
55790         [BZ #12717]
55791         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55792         * resolv/netdb.h (getnameinfo): Change type of flags parameter
55793         to 'int'.
55794         * inet/getnameinfo.c (getnameinfo): Likewise.
55796 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
55798         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55799         to groups setting in database lookup.
55800         * nss/nsswitch.conf: Add initgroups entry.
55802 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
55804         [BZ #12685]
55805         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55806         mode string.
55807         Patch by Eric Blake <eblake@redhat.com>.
55809 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
55811         * sunrpc/Makefile (need-export-routines): Add svc_run.
55812         (routines): Remove svc_run.
55813         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55814         * sunrpc/clnt_perr.c (clnt_perrno): Export.
55815         * sunrpc/svc_run.c (svc_run): Likewise.
55816         * sunrpc/svc_udp.c (svcudp_create): Likewise.
55818 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
55820         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55821         problem in reallocation in last patch.
55823 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
55825         * sunrpc/Makefile: Move inclusion of Rules.
55827 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55829         * nss/nss_files/files-initgroups.c: New file.
55830         * nss/Makefile (libnss_files-routines): Add files-initgroups.
55831         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55832         _nss_files_initgroups_dyn.
55834 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
55836         * elf/elf.h (R_ARM_IRELATIVE): Define.
55838 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
55840         * po/ru.po: Update from translation team.
55842 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55844         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55845         dependencies.
55847 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
55849         [BZ #12653]
55850         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55851         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55852         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55853         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55854         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55856 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
55858         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55859         differing bytes.
55860         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55861         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55862         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55864 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
55866         [BZ #12420]
55867         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55868         storing it.
55869         * stdlib/bug-getcontext.c: New file.
55870         * stdlib/Makefile: Add rules to build and run bug-getcontext.
55872 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55874         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55875         instructions into .machine "z9-109".
55876         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55877         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55879 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55881         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55882         between environment variables and auxiliary vector.
55884 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
55886         * Makefile: Add rules to build linkobj/libc.so.
55887         * include/libc-symbols.h: Define libc_hidden_nolink.
55888         * include/rpc/auth.h: Mark functions which are to be hidden.
55889         * include/rpc/auth_des.h: Likewise.
55890         * include/rpc/auth_unix.h: Likewise.
55891         * include/rpc/clnt.h: Likewise.
55892         * include/rpc/des_crypt.h: Likewise.
55893         * include/rpc/key_prot.h: Likewise.
55894         * include/rpc/pmap_clnt.h: Likewise.
55895         * include/rpc/pmap_prot.h: Likewise.
55896         * include/rpc/pmap_rmt.h: Likewise.
55897         * include/rpc/rpc_msg.h: Likewise.
55898         * include/rpc/svc.h: Likewise.
55899         * include/rpc/svc_auth.h: Likewise.
55900         * include/rpc/xdr.h: Likewise.
55901         * nis/Makefile: Link all DSOs against linkobj/libc.so.
55902         * nss/Makefile: Likewise.
55903         * sunrpc/Makefile: Don't install headers.  Build library with normal
55904         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
55905         * sunrpc/auth_des.c: Hide exported symbols by default, export some
55906         for the compat linking library.  Remove use of INTDEF/INTUSE.
55907         * sunrpc/auth_none.c: Likewise.
55908         * sunrpc/auth_unix.c: Likewise.
55909         * sunrpc/authdes_prot.c: Likewise.
55910         * sunrpc/authuxprot.c: Likewise.
55911         * sunrpc/clnt_gen.c: Likewise.
55912         * sunrpc/clnt_perr.c: Likewise.
55913         * sunrpc/clnt_raw.c: Likewise.
55914         * sunrpc/clnt_simp.c: Likewise.
55915         * sunrpc/clnt_tcp.c: Likewise.
55916         * sunrpc/clnt_udp.c: Likewise.
55917         * sunrpc/clnt_unix.c: Likewise.
55918         * sunrpc/des_crypt.c: Likewise.
55919         * sunrpc/des_soft.c: Likewise.
55920         * sunrpc/get_myaddr.c: Likewise.
55921         * sunrpc/key_call.c: Likewise.
55922         * sunrpc/key_prot.c: Likewise.
55923         * sunrpc/netname.c: Likewise.
55924         * sunrpc/pm_getmaps.c: Likewise.
55925         * sunrpc/pm_getport.c: Likewise.
55926         * sunrpc/pmap_clnt.c: Likewise.
55927         * sunrpc/pmap_prot.c: Likewise.
55928         * sunrpc/pmap_prot2.c: Likewise.
55929         * sunrpc/pmap_rmt.c: Likewise.
55930         * sunrpc/publickey.c: Likewise.
55931         * sunrpc/rpc_cmsg.c: Likewise.
55932         * sunrpc/rpc_common.c: Likewise.
55933         * sunrpc/rpc_dtable.c: Likewise.
55934         * sunrpc/rpc_prot.c: Likewise.
55935         * sunrpc/rpc_thread.c: Likewise.
55936         * sunrpc/rtime.c: Likewise.
55937         * sunrpc/svc.c: Likewise.
55938         * sunrpc/svc_auth.c: Likewise.
55939         * sunrpc/svc_authux.c: Likewise.
55940         * sunrpc/svc_raw.c: Likewise.
55941         * sunrpc/svc_run.c: Likewise.
55942         * sunrpc/svc_simple.c: Likewise.
55943         * sunrpc/svc_tcp.c: Likewise.
55944         * sunrpc/svc_udp.c: Likewise.
55945         * sunrpc/svc_unix.c: Likewise.
55946         * sunrpc/svcauth_des.c: Likewise.
55947         * sunrpc/xcrypt.c: Likewise.
55948         * sunrpc/xdr.c: Likewise.
55949         * sunrpc/xdr_array.c: Likewise.
55950         * sunrpc/xdr_float.c: Likewise.
55951         * sunrpc/xdr_intXX_t.c: Likewise.
55952         * sunrpc/xdr_mem.c: Likewise.
55953         * sunrpc/xdr_rec.c: Likewise.
55954         * sunrpc/xdr_ref.c: Likewise.
55955         * sunrpc/xdr_sizeof.c: Likewise.
55956         * sunrpc/xdr_stdio.c: Likewise.
55958 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
55960         [BZ #12650]
55961         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55962         * sysdeps/ia64/dl-tls.h: Likewise.
55963         * sysdeps/powerpc/dl-tls.h: Likewise.
55964         * sysdeps/s390/dl-tls.h: Likewise.
55965         * sysdeps/sh/dl-tls.h: Likewise.
55966         * sysdeps/sparc/dl-tls.h: Likewise.
55967         * sysdeps/x86_64/dl-tls.h: Likewise.
55968         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55970 2011-03-14  Andreas Schwab  <schwab@redhat.com>
55972         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55973         rpath element also skip the following colon.
55974         (expand_dynamic_string_token): Add is_path parameter and pass
55975         down to DL_DST_REQUIRED and _dl_dst_substitute.
55976         (decompose_rpath): Call expand_dynamic_string_token with
55977         non-zero is_path.  Ignore empty rpaths.
55978         (_dl_map_object_from_fd): Call expand_dynamic_string_token
55979         with zero is_path.
55981 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
55983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55984         Make cancelable.
55986 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
55988         [BZ #12655]
55989         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55990         Patch by Filipe David Manana <fdmanana@apache.org>.
55992 2011-04-07  Andreas Schwab  <schwab@redhat.com>
55994         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55995         Maintain aligned stack.
55996         (CHECK_RSP): Remove unused macro.
55998 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56000         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56001         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56003 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56005         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56007         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56009 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56011         [BZ #12518]
56012         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56013         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56014         * sysdeps/x86_64/memmove.c: New file.
56015         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56016         (memcpy): Renamed to ...
56017         (__new_memcpy): This.
56018         (memcpy): Provide GLIBC_2_14 memcpy.
56019         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56020         (memcpy): Provide GLIBC_2_2_5 memcpy.
56022 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56024         [BZ #12631]
56025         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56027 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56029         * misc/syncfs.c: New file.
56030         * misc/Makefile (routines): Add syncfs.
56031         * posix/unistd.h: Declare syncfs.
56032         * sysdeps/unix/syscalls.list: Add syncfs.
56034 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56036         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56037         open_by_handle_at.
56038         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56039         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56040         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56041         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56042         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56043         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56044         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56046 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56048         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56049         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56050         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56051         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56052         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56053         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56054         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56056         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56057         sync_file_range.c with -fexceptions.
56058         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56059         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56060         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56061         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56062         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56063         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56064         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56065         sync_file_range as cancellation point
56066         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56067         now a wrapper around __call_sync_file_range with cancellation handling.
56068         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56069         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56070         function name to __call_sync_file_range.
56071         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56072         Add call_sync_file_range.
56074 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56076         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56077         bits/timex.h.
56079 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56081         * iconv/iconv.h: Fix typo in comment.
56082         * io/fcntl.h: Likewise.
56083         * libio/stdio.h: Likewise.
56084         * posix/spawn.h: Likewise.
56085         * posix/unistd.h: Likewise.
56086         * stdlib/stdlib.h: Likewise.
56087         * time/time.h: Likewise.
56088         * wcsmbs/wchar.h: Likewise.
56090         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56091         open_by_handle): Add.
56092         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56093         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56094         Augment a few comments.
56095         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56096         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56097         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56098         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56099         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56100         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56101         open_by_handle.
56103         * io/fcntl.h (AT_EMPTY_PATH): Define.
56105 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56107         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56108         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56109         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56110         to...
56111         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56112         * Versions.def: Add GLIBC_2.14.
56113         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56114         Export.
56116 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56118         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56119         round counter.
56120         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56122 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56124         [BZ #12597]
56125         * string/test-strncmp.c (do_page_test): New function.
56126         (check2): Likewise.
56127         (test_main): Call check2.
56128         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56130 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56132         [BZ #12587]
56133         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56134         Handle cache information in CPU leaf 4.
56135         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56137 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56139         [BZ #12583]
56140         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56141         character representation.
56142         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56144 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56146         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56147         END(__isnan) to END(__isnanf) to match function entry point/label
56148         EALIGN(__isnanf,...).
56150 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56152         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56154 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56156         [BZ #12510]
56157         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56158         copy from the symbol referenced in the relocation to initialize the
56159         used variable.
56160         Patch by Piotr Bury <pbury@goahead.com>.
56161         * elf/Makefile: Add rules to build and tst-unique3.
56162         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56163         * elf/tst-unique3.cc: New file.
56164         * elf/tst-unique3.h: New file.
56165         * elf/tst-unique3lib.cc: New file.
56166         * elf/tst-unique3lib2.cc: New file.
56168         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56170 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56172         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56173         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56174         to _start.
56176 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56178         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56179         to-be-loaded object along a path to loader is ld.so.
56181 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56182             Ulrich Drepper  <drepper@gmail.com>
56184         * sysdeps/x86_64/memset.S: After aligning destination, code
56185         branches to different locations depending on the value of
56186         misalignment, when multiarch is enabled. Fix this.
56188 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56190         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56191         Set _x86_64_preferred_memory_instruction for AMD processsors.
56192         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56193         Set bit_Prefer_SSE_for_memop for AMD processors.
56195 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56197         * libio/fmemopen.c (fmemopen): Optimize a bit.
56199 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56201         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56203 2011-03-03  Roland McGrath  <roland@redhat.com>
56205         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56207 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56209         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56210         __bzero_ultra1 instead of __memset_ultra1.
56212 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56213             Ulrich Drepper  <drepper@gmail.com>
56215         [BZ #12509]
56216         * include/link.h (struct link_map): Add l_orig_initfini.
56217         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56218         returning unsuccessfully.
56219         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56220         close of a file loaded at startup, restore the original l_initfini
56221         list.
56222         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56223         list, store the pointer.
56224         * elf/Makefile ($(objpfx)noload-mem): New rule.
56225         (noload-ENV): Define.
56226         (tests): Add $(objpfx)noload-mem.
56227         * elf/noload.c: Include <memcheck.h>.
56228         (main): Call mtrace.  Close all opened handles.
56230 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56232         [BZ #12454]
56233         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56234         dependencies are missing.
56236 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56238         Fix __if_freereq crash: Unlike the generic version which uses free,
56239         Hurd needs munmap.
56240         * sysdeps/mach/hurd/ifreq.h: New file.
56242 2011-01-27  Petr Baudis  <pasky@suse.cz>
56243             Ulrich Drepper  <drepper@gmail.com>
56245         [BZ 12445]#
56246         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56247         to extend_alloca().
56248         * stdio-common/bug23.c: New file.
56249         * stdio-common/Makefile (tests): Add bug23.
56251 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56252             Ulrich Drepper  <drepper@gmail.com>
56254         [BZ #12489]
56255         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56256         before performing relro protection.  At old place add assertion
56257         to make sure nothing changed.
56259 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56260             Glauber de Oliveira Costa  <glommer@gmail.com>
56262         * elf/elf.h: Add new ARM TLS relocs.
56264 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56267         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56268         cast from r3.
56269         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56270         'tests' variable.
56271         * sysdeps/wordsize-64/tst-writev.c: New file.
56273 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56275         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56276         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56277         insns in _dl_start to prevent a TOC reference before relocs are
56278         resolved.
56280 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56282         [BZ #12469]
56283         * Makeconfig: Remove RANLIB definition.
56284         * Makerules: Don't use RANLIB.
56285         * aclocal.m4: Remove ranlib test.
56286         * configure.in: No need to check for ranlib.
56287         * elf/rtld-Rules: Don't use RANLIB.
56289 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56291         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56292         protection macro.
56293         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56294         inclusion protection macro.
56296         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56297         SIGRTMIN and SIGRTMAX and print information in that case only when
56298         SIGRTMIN is defined.
56300 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56302         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56303         arginfo fn returning -1.
56305         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56306         and thousands string is zero terminated.
56308 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56310         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56311         sysdeps/unix/sysv/linux/bits/socket.h.
56313 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56315         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56316         (__CPU_COUNT): Remove old macros.
56317         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56318         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56319         (__CPU_ALLOC, __CPU_FREE): Add macros.
56320         (__sched_cpualloc, __sched_cpufree): Add declarations.
56322 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56324         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56325         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56326         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56327         (readdhstai): Return value of addhstaiX call.
56328         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56329         (addgrbyX): Return value returned by cache_addgr.
56330         (readdgrbyname): Return value returned by addgrbyX.
56331         (readdgrbygid): Likewise.
56332         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56333         (addpwbyX): Return value returned by cache_addpw.
56334         (readdpwbyname): Return value returned by addhstbyX.
56335         (readdpwbyuid): Likewise.
56336         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56337         (addservbyX): Return value returned by cache_addserv.
56338         (readdservbyname): Return value returned by addservbyX:
56339         (readdservbyport): Likewise.
56340         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56341         (addhstbyX): Return value returned by cache_addhst.
56342         (readdhstbyname): Return value returned by addhstbyX.
56343         (readdhstbyaddr): Likewise.
56344         (readdhstbynamev6): Likewise.
56345         (readdhstbyaddrv6): Likewise.
56346         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56347         (readdinitgroups): Return value returned by addinitgroupsX.
56348         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56349         (prune_cache): Keep track of timeout value of re-added entries.
56350         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56351         * nscd/nscd.h: Adjust prototypes of readd* functions.
56353 2011-02-04  Roland McGrath  <roland@redhat.com>
56355         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56356         (nis_stats): Likewise.
56357         * nis/nis_modify.c (nis_modify): Likewise.
56358         * nis/nis_remove.c (nis_remove): Likewise.
56359         * nis/nis_add.c (nis_add): Likewise.
56361         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56363         * posix/fnmatch_loop.c: Add some consts.
56365         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56367 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56369         [BZ #12460]
56370         * config.make.in (config-cflags-novzeroupper): Define.
56371         * configure.in: Substitute libc_cv_cc_novzeroupper.
56372         * elf/Makefile (AVX-CFLAGS): Define.
56373         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56374         (CFLAGS-tst-auditmod4a.c): Likewise.
56375         (CFLAGS-tst-auditmod4b.c): Likewise.
56376         (CFLAGS-tst-auditmod6b.c): Likewise.
56377         (CFLAGS-tst-auditmod6c.c): Likewise.
56378         (CFLAGS-tst-auditmod7b.c): Likewise.
56379         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56381 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56383         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56384         function to the callback.
56385         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56387 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56389         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56390         of errno.
56392 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56394         [BZ #11724]
56395         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56396         of constructors.
56397         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56398         of destructors.
56399         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56401         [BZ #11724]
56402         * elf/Makefile: Add rules to build and run new test.
56403         * elf/tst-initorder.c: New file.
56404         * elf/tst-initorder.exp: New file.
56405         * elf/tst-initordera1.c: New file.
56406         * elf/tst-initordera2.c: New file.
56407         * elf/tst-initordera3.c: New file.
56408         * elf/tst-initordera4.c: New file.
56409         * elf/tst-initorderb1.c: New file.
56410         * elf/tst-initorderb2.c: New file.
56411         * elf/tst-order-a1.c: New file.
56412         * elf/tst-order-a2.c: New file.
56413         * elf/tst-order-a3.c: New file.
56414         * elf/tst-order-a4.c: New file.
56415         * elf/tst-order-b1.c: New file.
56416         * elf/tst-order-b2.c: New file.
56417         * elf/tst-order-main.c: New file.
56418         New test case by George Gensure <werkt0@gmail.com>.
56420 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56422         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56423         decoding ACE if AI_CANONIDN.
56425 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56427         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56429 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56431         * version.h (RELEASE): Bump for 2.13 release.
56432         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56434         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56436         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56437         MADV_NOHUGEPAGE.
56438         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56439         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56440         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56441         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56442         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56443         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56445         * posix/getconf.c: Update copyright year.
56446         * catgets/gencat.c: Likewise.
56447         * csu/version.c: Likewise.
56448         * debug/catchsegv.sh: Likewise.
56449         * debug/xtrace.sh: Likewise.
56450         * elf/ldconfig.c: Likewise.
56451         * elf/ldd.bash.in: Likewise.
56452         * elf/sprof.c (print_version): Likewise.
56453         * iconv/iconv_prog.c: Likewise.
56454         * iconv/iconvconfig.c: Likewise.
56455         * locale/programs/locale.c: Likewise.
56456         * locale/programs/localedef.c: Likewise.
56457         * malloc/memusage.sh: Likewise.
56458         * malloc/mtrace.pl: Likewise.
56459         * nscd/nscd.c (print_version): Likewise.
56460         * nss/getent.c: Likewise.
56462         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56463         PF_CAIF, and PF_ALG.
56464         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56466 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56468         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56469         (modules-names): Use them.
56470         (ifunc-test-modules, ifunc-pie-tests): Define.
56471         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56472         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56473         (test-extras): Likewise.
56474         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56475         $(compile-command.c).
56476         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56477         (all-built-dso): Define.
56478         (check-textrel.out, check-execstack.out): Depend on it.
56480         * configure.in: Don't override --enable-multi-arch.
56482 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56484         [BZ #6812]
56485         * nscd/hstcache.c (tryagain): Define.
56486         (cache_addhst): Return tryagain not notfound for temporary errors.
56487         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56488         failed.
56490 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56492         [BZ #10563]
56493         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56494         to make the syscall.
56495         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56497         [BZ #12378]
56498         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56499         and fall back to matching as normal character if the string ends before
56500         the matching ']' is found.  This is what POSIX requires.
56501         * posix/testfnm.c: Adjust test result.
56502         * posix/globtest.sh: Adjust test result.  Add new test.
56503         * posix/tst-fnmatch.input: Likewise.
56504         * posix/tst-fnmatch2.c: Add new test.
56506 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56508         * elf/Makefile (check-execstack): Revert last change.  Depend on
56509         check-execstack.h.
56510         (check-execstack.h): New target.
56511         (generated): Add check-execstack.h.
56512         * elf/check-execstack.c: Include "check-execstack.h".
56513         (main): Revert last change.
56514         (handle_file): Return zero if GNU_STACK is absent and
56515         DEFAULT_STACK_PERMS doesn't include PF_X.
56517 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56519         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56520         in child fails because the descriptor is already closed.
56521         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56522         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56523         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56525         [BZ #12397]
56526         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56527         syscall.
56529         [BZ #10484]
56530         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56531         temporary buffer used to handle multi lookups locally.
56532         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56534 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56536         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56537         loader is ld.so.
56539 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56541         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56542         alignment for SSE2.
56544 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56546         [BZ #12394]
56547         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56548         characters.  When rounding increased number of integer digits recompute
56549         number of groups.
56550         * stdio-common/tst-grouping.c: New file.
56551         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56553 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56555         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56556         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56558         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56559         void.
56560         * bits/select.h: Likewise.
56562 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56564         * po/ja.po: Update from translation team.
56566 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56568         [BZ #11155]
56569         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56570         implementation just like for lxstat, fxstatat, et al.
56572 2010-12-27  Jim Meyering  <meyering@redhat.com>
56574         [BZ #12348]
56575         * posix/regexec.c (build_trtable): Return failure indication upon
56576         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56578 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56580         [BZ #12201]
56581         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56582         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56583         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56584         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56586         [BZ #12207]
56587         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56589         [BZ #12204]
56590         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56591         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56593 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56595         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56596         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56597         script has SORT_BY_INIT_PRIORITY.
56598         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56599         NO_CTORS_DTORS_SECTIONS is defined.
56600         * elf/soinit.c: Likewise.
56601         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56602         NO_CTORS_DTORS_SECTIONS is defined.
56603         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56604         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56605         * sysdeps/sh/init-first.c: Likewise.
56606         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56608 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56610         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56611         always use the slow path.
56613 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56615         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56616         similar rule which adds the sysdep directories to the header search in
56617         order to pick up the correct platform stackinfo.h.
56618         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56619         perform test if it is, otherwise return successfully without testing.
56620         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56621         DEFAULT_STACK_PERMS define in stackinfo.h.
56622         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56623         defined in stackinfo.h.
56624         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56625         DEFAULT_STACK_PERMS defined in stackinfo.h.
56626         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56627         * sysdeps/ia64/stackinfo.h: Likewise.
56628         * sysdeps/s390/stackinfo.h: Likewise.
56629         * sysdeps/sh/stackinfo.h: Likewise.
56630         * sysdeps/sparc/stackinfo.h: Likewise.
56631         * sysdeps/x86_64/stackinfo.h: Likewise.
56632         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56633         PF_X for powerpc64.  Retain PF_X for powerpc32.
56635 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56637         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56638         accurately.
56639         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56640         GETDENTS_64BIT_ALIGNED.
56642 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56644         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56646 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56648         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56649         _GNU_SOURCE.
56651         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56652         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56653         Remove __restrict.
56654         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56655         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56657 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56659         [BZ #11655]
56660         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56661         are initialized.
56663 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56665         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56667 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56669         * po/it.po: Update from translation team.
56671 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56673         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56674         unused codes.
56676 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56678         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56680 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56682         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56683         specially.
56684         (gaih_getanswer_slice): Likewise.
56686 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56688         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56690 2010-05-31  Petr Baudis  <pasky@suse.cz>
56692         [BZ #11149]
56693         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56694         silently even in the chroot mode.
56696 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56698         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56699         last patch a bit.  Pretty printing
56701 2010-05-31  Petr Baudis <pasky@suse.cz>
56703         [BZ #10085]
56704         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56705         initialization of skip_initgroups_dyn.
56707 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56709         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56710         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56712 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56714         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56716 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56718         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56719         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56720         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56721         ($(objpfx)tst-fnmatch-mem): New rule.
56722         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56723         * posix/tst-fnmatch.c (main): Call mtrace.
56725 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56727         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56728         Support Intel processor model 6 and model 0x2c.
56730 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56732         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56733           signed comparison.
56735 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56737         [BZ #12205]
56738         * string/test-strncasecmp.c (check_result): New function.
56739         (do_one_test): Use it.
56740         (check1): New function.
56741         (test_main): Use it.
56742         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56743         Support strcasecmp and strncasecmp.
56745 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56747         [BZ #12194]
56748         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56749         * sysdeps/x86_64/bits/byteswap.h: Likewise.
56751 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
56753         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56754         IFUNC support.
56755         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56756         memset-x86-64.
56757         * sysdeps/x86_64/multiarch/bzero.S: New file.
56758         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56759         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56760         * sysdeps/x86_64/multiarch/memset.S: New file.
56761         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56762         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56763         Set bit_Prefer_SSE_for_memop for Intel processors.
56764         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56765         Define.
56766         (index_Prefer_SSE_for_memop): Define.
56767         (HAS_PREFER_SSE_FOR_MEMOP): Define.
56769 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
56771         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56772         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56774 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
56776         [BZ #12191]
56777         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56778         (__x86_64_raw_data_cache_size_half): Likewise.
56779         (__x86_64_raw_shared_cache_size): Likewise.
56780         (__x86_64_raw_shared_cache_size_half): Likewise.
56782         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56783         (__x86_64_raw_data_cache_size_half): Likewise.
56784         (__x86_64_raw_shared_cache_size): Likewise.
56785         (__x86_64_raw_shared_cache_size_half): Likewise.
56786         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56787         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56788         and __x86_64_raw_shared_cache_size_half.  Round
56789         __x86_64_data_cache_size_half, __x86_64_data_cache_size
56790         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56791         to multiple of 256 bytes.
56793 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
56795         [BZ #12167]
56796         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56797         of inacessible symlinks.  Verify result of symlink before returning it.
56798         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56799         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56801 2010-10-28  Erich Ritz  <erichritz@gmail.com>
56803         * math/math.h (isinf): Fix typo in comment.
56805 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
56807         * po/da.po: Update from translation team.
56809 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
56811         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56812         is added to the list.
56814 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56815             Ulrich Drepper  <drepper@gmail.com>
56817         * elf/dl-object.c (_dl_new_object): Don't append the new object to
56818         the global list here.  Move code to...
56819         (_dl_add_to_namespace_list): ...here.  New function.
56820         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56821         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56822         * elf/dl-load.c (lose): Don't remove the element from the list.
56823         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56824         (_dl_map_object): Likewise.
56826 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
56828         [BZ #12159]
56829         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56830         into all bytes of SSE register.
56831         Patch by Richard Li <richardpku@gmail.com>.
56833 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
56835         [BZ #12140]
56836         * malloc/malloc.c (_int_free): Fill correct number of bytes when
56837         perturbing.
56839 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
56841         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56842         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56843         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56844         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56846         submachine.
56847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56849 2010-10-22  Andreas Schwab  <schwab@redhat.com>
56851         * include/dlfcn.h (__RTLD_SECURE): Define.
56852         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
56853         mode & __RTLD_SECURE instead.
56854         (open_path): Rename preloaded parameter to secure.
56855         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56856         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56857         * elf/dl-deps.c (openaux): Likewise.
56858         * elf/rtld.c (struct map_args): Remove is_preloaded.
56859         (map_doit): Don't use it.
56860         (dl_main): Likewise.
56861         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56862         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56864 2010-09-09  Andreas Schwab  <schwab@redhat.com>
56866         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56867         (sysd-rules-targets): Remove duplicates.
56868         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56869         rtld-%.$o dependency.
56871 2010-10-18  Andreas Schwab  <schwab@redhat.com>
56873         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56874         _dl_map_object do it.
56876 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
56878         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56879         fast fma builtins, define the macros in the C99 standard.
56880         (FP_FAST_FMAF): Likewise.
56881         (FP_FAST_FMAL): Likewise.
56882         * sysdeps/x86_64/bits/mathdef.h: Likewise.
56884         * bits/mathdef.h: Update copyright year.
56885         * sysdeps/powerpc/bits/mathdef.h: Likewise.
56887 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
56889         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56890         builtins, define the macros in the C99 standard.
56891         (FP_FAST_FMAF): Likewise.
56892         (FP_FAST_FMAL): Likewise.
56893         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56894         multiply/add.
56895         (FP_FAST_FMAF): Likewise.
56897 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
56899         [BZ #3268]
56900         * math/libm-test.inc (fma_test): Some new testcases.
56901         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56902         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56903         y and infinite z.  Do multiplication by C already in long double.
56904         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56905         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56906         y and infinite z.  Do bitwise or of inexact bit into u.d.
56907         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56908         * sysdeps/i386/fpu/s_fmaf.S: Removed.
56909         * sysdeps/i386/fpu/s_fma.S: Removed.
56910         * sysdeps/i386/fpu/s_fmal.S: Removed.
56912 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
56914         [BZ #3268]
56915         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56916         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56917         computation is not scheduled after fetestexcept.  Fix value
56918         of minimum denormal long double.
56920 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
56922         [BZ #3268]
56923         * math/libm-test.inc (fma_test): Add some more tests.
56924         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56925         correctly.
56927 2010-10-15  Andreas Schwab  <schwab@redhat.com>
56929         * scripts/data/localplt-s390-linux-gnu.data: New file.
56930         * scripts/data/localplt-s390x-linux-gnu.data: New file.
56932 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
56934         [BZ #3268]
56935         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56936         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56937         instead of dbl-64.
56938         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56939         inlines.
56940         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56941         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56942         if one of x and y is very large and the other is subnormal.
56943         * sysdeps/s390/fpu/s_fmaf.c: New file.
56944         * sysdeps/s390/fpu/s_fma.c: New file.
56945         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56946         * sysdeps/powerpc/fpu/s_fma.S: New file.
56947         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56948         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56949         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56951 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
56953         [BZ #3268]
56954         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56955         fma tests.
56956         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56957         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56958         * sysdeps/i386/i686/multiarch/s_fma.c: Include
56959         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56960         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56961         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56962         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56964 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
56966         [BZ #12078]
56967         * posix/regcomp.c (parse_branch): One more memory leak plugged.
56968         * posix/bug-regex31.input: Add test case.
56970 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
56972         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56973         * posix/bug-regex31.input: New file.
56975         [BZ #12078]
56976         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56977         (parse_sub_exp): Fix last change, use postorder.
56979         * posix/bug-regex31.c: New file.
56980         * posix/Makefile: Add rules to build and run bug-regex31.
56982         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56984         [BZ #12078]
56985         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56987         [BZ #12108]
56988         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56989         to have entries in sys_siglist.
56991         [BZ #12093]
56992         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56993         be NULL.
56995 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
56997         [BZ #3268]
56998         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56999         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57000         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57001         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57002         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57003         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57004         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57005         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57006         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57007         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57008         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57009         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57010         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57011         * math/ftestexcept.c (fetestexcept): Likewise.
57012         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57013         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57014         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57015         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57016         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57017         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57018         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57020 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57022         [BZ #12107]
57023         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57024         newline.
57026 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57028         * string/bug-strstr1.c: New file.
57029         * string/Makefile: Add rules to build and run bug-strstr1.
57031 2010-10-05  Eric Blake  <eblake@redhat.com>
57033         [BZ #12092]
57034         * string/str-two-way.h (two_way_long_needle): Always clear memory
57035         when skipping input due to the shift table.
57037 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57039         [BZ #12005]
57040         * malloc/mcheck.c: Handle large requests.
57042         [BZ #12077]
57043         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57044         for strncmp and strncasecmp.
57045         * string/stratcliff.c: Add tests for strcmp and strncmp.
57046         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57048 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57050         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57051         __set_fpscr.
57053 2010-09-30  Andreas Jaeger  <aj@suse.de>
57055         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57056         (CGROUP_SUPER_MAGIC): Define.
57057         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57058         Handle btrfs and cgroup file systems.
57059         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57060         Likewise.
57062 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57064         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57065         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57067 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57069         [BZ #12067]
57070         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57071         trying to locate the ELF header.
57073 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57075         [BZ #11611]
57076         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57077         Mask out sign-bit copies when constructing f_fsid.
57079 2010-09-24  Petr Baudis <pasky@suse.cz>
57081         * debug/stack_chk_fail_local.c: Add missing licence exception.
57082         * debug/warning-nop.c: Likewise.
57084 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57086         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57087         implementing getdents64 using getdents syscall, set d_type if
57088         __ASSUME_GETDENTS32_D_TYPE.
57090 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57092         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57093         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57095 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57097         [BZ #12037]
57098         * posix/unistd.h: Undo change of feature selection for ftruncate from
57099         2010-01-11.
57101 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57103         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57104         detection.
57106 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57108         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57109         fanotify_mark.
57110         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57112 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57114         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57115         variables after CHECK_SP call.
57116         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57118 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57119             Ulrich Drepper  <drepper@redhat.com>
57121         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57122         re-relocationg ld.so.
57123         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57124         _dl_init_paths call.
57125         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57126         here anymore.
57128 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57130         * resolv/res_init.c (__res_vinit): Count the default server we added.
57132 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57133             Ulrich Drepper  <drepper@redhat.com>
57135         [BZ #11968]
57136         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57137         (____longjmp_chk): Use %ebx for saving value across system call.
57138         Add unwind info.
57140 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57142         * manual/Makefile: Don't mix pattern rules with normal rules.
57144 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57146         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57147         operation.
57148         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57149         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57150         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57151         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57152         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57153         Likewise.
57155 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57157         [BZ #11979]
57158         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57159         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57161 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57163         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57164         * sysdeps/x86_64/addmul_1.S: Likewise.
57165         * sysdeps/x86_64/lshift.S: Likewise.
57166         * sysdeps/x86_64/mul_1.S: Likewise.
57167         * sysdeps/x86_64/rshift.S: Likewise.
57168         * sysdeps/x86_64/sub_n.S: Likewise.
57169         * sysdeps/x86_64/submul_1.S: Likewise.
57171 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57173         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57174         Define __sched_param instead of SCHED_* and sched_param when
57175         <bits/sched.h> is included with __need_schedparam defined.
57176         * bits/sched.h [__need_schedparam]
57177         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57178         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57179         (__defined_schedparam): Define to 1.
57180         (__sched_param): New structure, identical to sched_param.
57181         (__need_schedparam): Undefine.
57183 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57185         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57186         (epoll_create1): Declare.
57188         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57190 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57192         [BZ #7066]
57193         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57194         shifting retval into place.
57196 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57198         * nis/rpcsvc/nis.h: Update copyright notice.
57199         * nis/rpcsvc/nis.x: Likewise.
57200         * nis/rpcsvc/nis_callback.h: Likewise.
57201         * nis/rpcsvc/nis_callback.x: Likewise.
57202         * nis/rpcsvc/nis_object.x: Likewise.
57203         * nis/rpcsvc/nis_tags.h: Likewise.
57204         * nis/rpcsvc/yp.h: Likewise.
57205         * nis/rpcsvc/yp.x: Likewise.
57206         * nis/rpcsvc/ypupd.h: Likewise.
57207         * nis/yp_xdr.c: Likewise.
57208         * nis/ypupdate_xdr.c: Likewise.
57210         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57211         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57212         (pmap_getport): Use __libc_rpc_getport.
57213         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57214         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57215         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57217 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57220         fanotify_mark.
57222 2010-08-27  Roland McGrath  <roland@redhat.com>
57224         * sysdeps/i386/i686/multiarch/Makefile
57225         (CFLAGS-varshift.c): New variable.
57227 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57229         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57230         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57232         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57234         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57236 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57238         * sysdeps/x86_64/strlen.S: Unroll the loop.
57239         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57240         strlen-sse2 strlen-sse2-bsf.
57241         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57242         __strlen_no_bsf if bit_Slow_BSF is set.
57243         (__strlen_sse42): Removed.
57244         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57245         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57247 2010-08-25  Roland McGrath  <roland@redhat.com>
57249         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57250         * sysdeps/x86_64/multiarch/varshift.c: New file.
57251         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57252         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57253         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57254         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57256 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57258         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57259         strlen-sse2 strlen-sse2-bsf.
57260         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57261         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57262         (__strlen_sse2): Removed.
57263         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57264         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57265         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57266         bit_Slow_BSF for Atom.
57267         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57268         (index_Slow_BSF): Define.
57269         (HAS_SLOW_BSF): Define.
57271 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57273         [BZ #10851]
57274         * resolv/res_init.c (__res_vinit): When no server address at all
57275         is given default to loopback.
57277 2010-08-24  Roland McGrath  <roland@redhat.com>
57279         * configure.in: Remove config-name.h generation.
57280         * configure: Regenerated.
57281         * config-name.in: File removed.
57282         * scripts/config-uname.sh: New file.
57283         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57284         ($(objdir)config-name.h): New target.
57286         * sunrpc/rpc_parse.h: Avoid nested comment.
57288 2010-08-24  Richard Henderson  <rth@redhat.com>
57289             Ulrich Drepper  <drepper@redhat.com>
57290             H.J. Lu  <hongjiu.lu@intel.com>
57292         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57293         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57294         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57295         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57296         _mm_alignr_epi8 with _mm_loadu_si128.
57297         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57298         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57299         (__m128i_shift_right): Removed.
57300         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57301         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57302         * sysdeps/x86_64/multiarch/varshift.h: New file.
57303         * sysdeps/x86_64/multiarch/varshift.S: New file.
57305 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57307         * configure.in: Move assembler checks to before sysdep dir checking.
57309 2010-08-20  Petr Baudis  <pasky@suse.cz>
57311         * LICENSES: Sync the sunrpc license.
57313 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57315         * sunrpc/auth_des.c: Update copyright notice once again.
57316         * sunrpc/auth_none.c: Likewise.
57317         * sunrpc/auth_unix.c: Likewise.
57318         * sunrpc/authdes_prot.c: Likewise.
57319         * sunrpc/authuxprot.c: Likewise.
57320         * sunrpc/bindrsvprt.c: Likewise.
57321         * sunrpc/clnt_gen.c: Likewise.
57322         * sunrpc/clnt_perr.c: Likewise.
57323         * sunrpc/clnt_raw.c: Likewise.
57324         * sunrpc/clnt_simp.c: Likewise.
57325         * sunrpc/clnt_tcp.c: Likewise.
57326         * sunrpc/clnt_udp.c: Likewise.
57327         * sunrpc/clnt_unix.c: Likewise.
57328         * sunrpc/des_crypt.c: Likewise.
57329         * sunrpc/des_soft.c: Likewise.
57330         * sunrpc/get_myaddr.c: Likewise.
57331         * sunrpc/getrpcport.c: Likewise.
57332         * sunrpc/key_call.c: Likewise.
57333         * sunrpc/key_prot.c: Likewise.
57334         * sunrpc/openchild.c: Likewise.
57335         * sunrpc/pm_getmaps.c: Likewise.
57336         * sunrpc/pm_getport.c: Likewise.
57337         * sunrpc/pmap_clnt.c: Likewise.
57338         * sunrpc/pmap_prot.c: Likewise.
57339         * sunrpc/pmap_prot2.c: Likewise.
57340         * sunrpc/pmap_rmt.c: Likewise.
57341         * sunrpc/rpc/auth.h: Likewise.
57342         * sunrpc/rpc/auth_unix.h: Likewise.
57343         * sunrpc/rpc/clnt.h: Likewise.
57344         * sunrpc/rpc/des_crypt.h: Likewise.
57345         * sunrpc/rpc/key_prot.h: Likewise.
57346         * sunrpc/rpc/netdb.h: Likewise.
57347         * sunrpc/rpc/pmap_clnt.h: Likewise.
57348         * sunrpc/rpc/pmap_prot.h: Likewise.
57349         * sunrpc/rpc/pmap_rmt.h: Likewise.
57350         * sunrpc/rpc/rpc.h: Likewise.
57351         * sunrpc/rpc/rpc_des.h: Likewise.
57352         * sunrpc/rpc/rpc_msg.h: Likewise.
57353         * sunrpc/rpc/svc.h: Likewise.
57354         * sunrpc/rpc/svc_auth.h: Likewise.
57355         * sunrpc/rpc/types.h: Likewise.
57356         * sunrpc/rpc/xdr.h: Likewise.
57357         * sunrpc/rpc_clntout.c: Likewise.
57358         * sunrpc/rpc_cmsg.c: Likewise.
57359         * sunrpc/rpc_common.c: Likewise.
57360         * sunrpc/rpc_cout.c: Likewise.
57361         * sunrpc/rpc_dtable.c: Likewise.
57362         * sunrpc/rpc_hout.c: Likewise.
57363         * sunrpc/rpc_main.c: Likewise.
57364         * sunrpc/rpc_parse.c: Likewise.
57365         * sunrpc/rpc_parse.h: Likewise.
57366         * sunrpc/rpc_prot.c: Likewise.
57367         * sunrpc/rpc_sample.c: Likewise.
57368         * sunrpc/rpc_scan.c: Likewise.
57369         * sunrpc/rpc_scan.h: Likewise.
57370         * sunrpc/rpc_svcout.c: Likewise.
57371         * sunrpc/rpc_tblout.c: Likewise.
57372         * sunrpc/rpc_util.c: Likewise.
57373         * sunrpc/rpc_util.h: Likewise.
57374         * sunrpc/rpcinfo.c: Likewise.
57375         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57376         * sunrpc/rpcsvc/key_prot.x: Likewise.
57377         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57378         * sunrpc/rpcsvc/mount.x: Likewise.
57379         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57380         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57381         * sunrpc/rpcsvc/rex.x: Likewise.
57382         * sunrpc/rpcsvc/rstat.x: Likewise.
57383         * sunrpc/rpcsvc/rusers.x: Likewise.
57384         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57385         * sunrpc/rpcsvc/spray.x: Likewise.
57386         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57387         * sunrpc/rtime.c: Likewise.
57388         * sunrpc/svc.c: Likewise.
57389         * sunrpc/svc_auth.c: Likewise.
57390         * sunrpc/svc_authux.c: Likewise.
57391         * sunrpc/svc_raw.c: Likewise.
57392         * sunrpc/svc_run.c: Likewise.
57393         * sunrpc/svc_simple.c: Likewise.
57394         * sunrpc/svc_tcp.c: Likewise.
57395         * sunrpc/svc_udp.c: Likewise.
57396         * sunrpc/svc_unix.c: Likewise.
57397         * sunrpc/svcauth_des.c: Likewise.
57398         * sunrpc/xcrypt.c: Likewise.
57399         * sunrpc/xdr.c: Likewise.
57400         * sunrpc/xdr_array.c: Likewise.
57401         * sunrpc/xdr_float.c: Likewise.
57402         * sunrpc/xdr_mem.c: Likewise.
57403         * sunrpc/xdr_rec.c: Likewise.
57404         * sunrpc/xdr_ref.c: Likewise.
57405         * sunrpc/xdr_sizeof.c: Likewise.
57406         * sunrpc/xdr_stdio.c: Likewise.
57408         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57409         handling.
57411 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57413         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57415 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57417         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57418         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57419         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57420         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57421         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57422         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57423         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57424         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57425         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57426         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57427         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57428         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57429         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57430         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57432 2010-07-26  Anton Blanchard  <anton@samba.org>
57434         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57435         * malloc/arena.c (heap_trim): Likewise.
57437 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57439         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57440         here.  Not...
57441         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57442         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57444 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57446         * sysdeps/i386/elf/Makefile: New file.
57448 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57450         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57451         from fanotify_init.
57452         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57453         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57455 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57457         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57458         of strncasecmp_l.
57459         * sysdeps/multiarch/strcmp.S: Likewise.
57461 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57463         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57464         strncase_l-nonascii.
57465         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57466         Add strncase_l-ssse3.
57467         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57468         * sysdeps/x86_64/strcmp.S: Likewise.
57469         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57470         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57471         * sysdeps/x86_64/strncase.S: New file.
57472         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57473         * sysdeps/x86_64/strncase_l.S: New file.
57474         * string/Makefile (strop-tests): Add strncasecmp.
57475         * string/test-strncasecmp.c: New file.
57477         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57478         warning.
57480         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57481         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57483 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57485         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57487 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57489         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57490         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57491         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57493 2010-05-01  Alan Modra  <amodra@gmail.com>
57495         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57496         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57497         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57498         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57499         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57500         tidying.  Don't tail-call __sigjmp_save for static lib.
57501         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57502         save location.
57503         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57504         (CALL_MCOUNT): Add eh info, and nop after bl.
57505         (TAIL_CALL_SYSCALL_ERROR): New macro.
57506         (PSEUDO_RET): Use it.
57507         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57508         Correct save location of integer regs and cr.
57509         (_dl_profile_resolve): Correct cr save location.  Delete nops
57510         after bl when SHARED.  Reduce cfi size a little by better
57511         placement of cfi directives.
57512         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57513         make a stack frame.  Instead use parm save area as a temp.
57514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57515         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57517         Don't make a stack frame for parent, use parm save area.
57518         Increase child stack frame to 112 bytes.  Don't save unused reg,
57519         and adjust reg usage.  Set up cfi on error recovery and
57520         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57522         (__makecontext): Add dummy nop after jump to exit.
57523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57524         Use correct parm save area and cr save, reduce stack frame.
57525         Correct cfi for possible PSEUDO_RET frame setup.
57526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57527         Branch to local label emitted by PSEUDO_RET rather than
57528         __syscall_error.
57530 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57532         [BZ #11904]
57533         * locale/programs/locale.c (print_assignment): New function.
57534         (show_locale_vars): Use it.
57536 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57538         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57539         field.
57540         (struct statfs64): Likewise.
57541         (_STATFS_F_FLAGS): Define.
57542         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57543         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57544         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57545         (ST_VALID): Define locally.
57546         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57547         __statvfs_getflags, use the provided value.
57548         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57549         __ASSUME_STATFS_F_FLAGS.
57551         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57553         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57554         Add sys/fanotify.h.
57555         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57556         fanotify_mask for GLIBC_2.13.
57557         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57558         fanotify_init and fanotify_mark.
57559         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57560         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57562         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57563         Add prlimit.
57564         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57565         prlimit64 for GLIBC_2.13.
57566         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57567         prlimit64.
57568         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57569         syscall.
57570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57571         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57572         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57573         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57574         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57575         add prlimit alias.
57576         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57578         [BZ #11903]
57579         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57580         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57582         * nss/Makefile: Add rules to build and run tst-nss-test1.
57583         * shlib-versions: Add entry for libnss_test1.
57584         * nss/nss_test1.c: New file.
57585         * nss/tst-nss-test1.c: New file.
57587         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57588         (__nss_configure_lookup): Set appropriate entry in
57589         __nss_configure_lookup to true.
57590         * nss/nsswitch.h: Define enum with indeces of databases in
57591         databases and __nss_database_custom arrays.  Declare
57592         __nss_database_custom.
57593         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57594         to avoid using nscd when custom rules are installed.
57595         * nss/getXXbyYY_r.c: Likewise.
57596         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57598         * nss/nss_files/files-parse.c: Whitespace fixes.
57600 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57602         [BZ #11883]
57603         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57604         * posix/fnmatch_loop.c: Likewise.
57606 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57608         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57609         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57610         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57611         * Versions.def [GLIBC_2.13]: Add.
57613 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57615         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57616         Also fail if tpwd after pwuid call is NULL.
57618 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57620         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57621         when converting to ms.
57623 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57625         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57626         EOPNOTSUPP errors with ENOTTY.
57627         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57628         EOPNOTSUPP errors with ENOTTY.
57630 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57632         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57633         Add strcasecmp_l-ssse3.
57634         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57635         strcasecmp.
57636         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57637         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57638         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57640 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57642         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57644         * string/Makefile (strop-tests): Add strcasecmp.
57645         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57646         strcasecmp_l-nonascii.
57647         (gen-as-const-headers): Add locale-defines.sym.
57648         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57649         * sysdeps/x86_64/strcasecmp.S: New file.
57650         * sysdeps/x86_64/strcasecmp_l.S: New file.
57651         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57652         * sysdeps/x86_64/locale-defines.sym: New file.
57653         * string/test-strcasecmp.c: New file.
57655         * string/test-strcasestr.c: Test both ends of the range of characters.
57656         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57658 2010-07-29  Roland McGrath  <roland@redhat.com>
57660         [BZ #11856]
57661         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57663 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57665         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57666         for ld.so.
57668 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57670         * manual/memory.texi (Malloc Tunable Parameters): Document
57671         M_PERTURB.
57673 2010-07-26  Roland McGrath  <roland@redhat.com>
57675         [BZ #11840]
57676         * configure.in (-fgnu89-inline check): Set and substitute
57677         gnu89_inline, not libc_cv_gnu89_inline.
57678         * configure: Regenerated.
57679         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57681 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57683         * string/test-strnlen.c: New file.
57684         * string/Makefile (strop-tests): Add strnlen.
57685         * string/tester.c (test_strnlen): Add a few more test cases.
57686         * string/tst-strlen.c: Better error reporting.
57688         * sysdeps/x86_64/strnlen.S: New file.
57690 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57692         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57693         lower-latency instructions.
57695 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57697         * string/test-strcasestr.c: New file.
57698         * string/test-strstr.c: New file.
57699         * string/Makefile (strop-tests): Add strstr and strcasestr.
57700         * string/str-two-way.h: Don't undefine MAX.
57701         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57703 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57705         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57706         strcasestr-nonascii.
57707         (CFLAGS-strcasestr-nonascii.c): Define.
57708         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57709         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57710         Remove unused attribute.
57712 2010-07-20  Roland McGrath  <roland@redhat.com>
57714         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57715         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57716         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57717         like LD_HWCAP_MASK can disable hwcaps.
57719 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57721         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57723 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57725         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57726         call in strcasestr.
57727         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57728         __strcasestr_sse42_nonascii.
57729         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57730         strcasestr-nonascii.c.
57731         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57733 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57735         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57736         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57737         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57738         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57740 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57742         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57743         fcntl.
57745 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57747         [BZ #11577]
57748         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57749         dl_signal_cerror.
57751 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
57753         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57754         _PC_PIPE_BUF using F_GETPIPE_SZ.
57756 2010-07-05  Roland McGrath  <roland@redhat.com>
57758         * manual/arith.texi (Rounding Functions): Fix rint description
57759         implicit in round description.
57761 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
57763         * elf/Makefile: Fix linking for a few tests to make recent linker
57764         happy.
57766 2010-06-30  Andreas Schwab  <schwab@redhat.com>
57768         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57769         $(common-objpfx)libc_nonshared.a.
57771 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
57773         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57774         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57775         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57776         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57777         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57778         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57779         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57780         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57783         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57786         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57789         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57795         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57796         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57797         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57798         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57799         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57800         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57801         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57802         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57803         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57804         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57805         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57806         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57809         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57810         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57822 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
57824         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57825         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
57826         * string/memmove.c (memmove): Renamed to ...
57827         (MEMMOVE): ...this.  Default to memmove.
57828         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57829         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57830         (END_CHK): Define.
57831         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57832         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57833         mempcpy-ssse3-back memmove-ssse3-back.
57834         * sysdeps/x86_64/multiarch/bcopy.S: New file .
57835         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57836         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57837         * sysdeps/x86_64/multiarch/memcpy.S: New file.
57838         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57839         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57840         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57841         * sysdeps/x86_64/multiarch/memmove.c: New file.
57842         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57843         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57844         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57845         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57846         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57847         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57848         Define.
57849         (index_Fast_Copy_Backward): Define.
57850         (HAS_ARCH_FEATURE): Define.
57851         (HAS_FAST_REP_STRING): Define.
57852         (HAS_FAST_COPY_BACKWARD): Define.
57854 2010-06-21  Andreas Schwab  <schwab@redhat.com>
57856         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57857         Restore proper fallback handling.
57859 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
57861         [BZ #11701]
57862         * posix/group_member.c (__group_member): Correct checking loop.
57864         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57865         OOM in getpwuid_r correctly.  Return error number when the caller
57866         should return, otherwise -1.
57867         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57868         call returning > 0 value.
57869         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57871 2010-06-07  Andreas Schwab  <schwab@redhat.com>
57873         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57874         libc_nonshared.a from targets in modules-names.
57876 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
57878         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57879         requires it.
57881 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
57883         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57884         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57885         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57886         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57888 2010-06-02  Andreas Schwab  <schwab@redhat.com>
57890         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57892 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
57894         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57895         and F_GETPIPE_SZ.
57896         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57897         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57898         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57899         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57900         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57901         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57903 2010-06-14  Roland McGrath  <roland@redhat.com>
57905         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57907 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
57909         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57910         __REDIRECT followed by __THROW.
57911         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57912         * posix/getopt.h (getopt): Likewise.
57914 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57916         * hurd/lookup-at.c (__file_name_lookup_at): Accept
57917         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
57918         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57919         in AT_FLAGS.
57920         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57921         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57923 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
57925         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57927 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
57929         [BZ #11640]
57930         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57931         Properly check family and model.
57933 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
57935         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57937 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
57939         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57941 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
57943         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57944         symbol reference.
57946 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57948         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57949         symbol reference.
57951 2010-05-21  Andreas Schwab  <schwab@redhat.com>
57953         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57954         and internal_recvmmsg.
57955         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57956         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57957         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57958         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57960         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57961         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57962         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57964 2010-05-20  Andreas Schwab  <schwab@redhat.com>
57966         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57968 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
57970         POWER7 optimizations.
57971         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57972         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57974 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
57976         * version.h: Update for 2.13 development version.
57978 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
57980         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57981         exceptions.  Return 0.
57983 2010-05-07  Roland McGrath  <roland@redhat.com>
57985         * elf/ldconfig.c (main): Add a const.
57987 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57989         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57990         (args_options): Add no-idn option.
57991         (ahosts_keys_int): Add idn_flags to ai_flags.
57992         (parse_option): Handle 'i' option to clear idn_flags.
57994         * malloc/malloc.c (_int_free): Possible race in the most recently
57995         added check.  Only act on the data if no current modification
57996         happened.
57998 See ChangeLog.17 for earlier changes.